#include int main(){ using namespace std; long long a,c; cin >> a >> c; cout << (a^c) << endl; return 0; }