int x,y; cin>>x>>y; int z=3-x-y; if (x==y) { cout<<x; } else { cout<<z; }
Using your lizikid universal account