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