#include using namespace std; typedef long long ll; int main(void) { int A, B; cin >> A >> B; cout << "A + B" << endl; return 0; }