#include using namespace std; int main(){ int a=5,b=3; cin>>a>>b; int c=(a|b)&(~a|~b); cout<<(c)<