#include using namespace std; int main() { string s, t; cout << s << " xor " << t << endl; }