3 solutions

  • 2
    @ 2025-7-21 11:10:26
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    1
    
    • 0
      @ 2025-8-25 13:38:05
      
      #include<bits/stdc++.h>
      using namespace std;
      int a,b; 
      int main(){
      	cin>>a>>b;
      	int c=a&b;
      	cout<<c;
      	
      
      
      	return 0;
      }
      
      
      • -2
        @ 2024-10-16 19:05:54
        #include<bits/stdc++.h>
        using namespace std;
        int main()
        {
        	int a,b,c=0;
        	cin>>a>>b;
        	c=a&b;
        	cout<<c;
        return 0;
        }
        
        
        • 1

        Information

        ID
        117
        Time
        1000ms
        Memory
        256MiB
        Difficulty
        1
        Tags
        (None)
        # Submissions
        39
        Accepted
        28
        Uploaded By