3 solutions

  • 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;
    }
    
    

    Information

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