#include<bits/stac++.h>
using namespage std;
int main(){
int a,b,c;
c=a+b;
cout<<c;
return 0;
}
/**************************************************************
Problem: 1000
User: zhenghaoxuan
Language: C
Result: Compile Error
****************************************************************/