#include"bits/stdc++.h" using namespace std; #define rep(i,n) for(int i=0;i P; signed main() { int a, b; cin >> a >> b; cout << a + b << endl; }