#define _GLIBCXX_DEBUG #include using namespace std; int main() { int N, M; cin >> N >> M; cout << N+M << endl; }