#33256: easy


yp11151151@yphs.tp.edu.tw (908-37陳祈佑)


#include<bits/stdc++.h>
using namespace std;
int main(){
    int a,b;
    cin>>a>>b;\\輸入
    cout<<a+b;\\輸出+b
    return 0;
}