#include<cmath> #include<queue> #include<cstdio> #include<vector> #include<cstring> #include<algorithm> using namespace std; int a,b; int main() { //freopen("input","r",stdin); //freopen("output","w",stdout); scanf("%d%d",&a,&b); printf("%d\n",a+b); return 0; }