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