1 solutions

  • 0
    @ 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
    33
    Accepted
    24
    Uploaded By