#include using namespace std; int main() { int x,y; scanf("%d%d",&x,&y); printf("%d\n",x+y); return 0; }