4 solutions

  • 0
    @ 2026-5-30 9:23:25

    #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
    52
    Accepted
    38
    Uploaded By