#include<stdio.h>
using namespace std;
int main(){
    int a,b,c;
    scanf("%d%d",&a,&b);
    c = a+b;
    pringf("%d",c)
}
/**************************************************************
	Problem: 1000
	User: ZhouXuan
	Language: C
	Result: Compile Error
****************************************************************/