1 solutions

  • 0
    @ 2024-10-16 19:07:20
    #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
    119
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    26
    Accepted
    22
    Uploaded By