#include #include using namespace std; int main(){ string a,b,c; cin >> a >> b; cout << "A xor B" << endl; }