#34541: 基礎解法


yp11151246@yphs.tp.edu.tw (911-44謝曜宇)


#include<iostream>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
cout<<(a+b)<<endl;
}