2 solutions

  • 1
    @ 2025-8-25 15:10:46
    #include<bits/stdc++.h>
    using namespace std;
    int a,b; 
    int main(){
    	cin>>a>>b;
    	int c=a^b;
    	cout<<c;
    	
    
    
    	return 0;
    }
    
    
    • 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
      31
      Accepted
      25
      Uploaded By