#include using namespace std; int main() { cout << "A + B" << endl; return 0; }