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