#include using namespace std; int main() { long long int a,c; cin >> a >>c; long long int b = a^c; cout << b; // your code goes here }