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