#include using namespace std; int main() { cout << (char)('A'^'B') << endl; }