#34469: __EZ


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;
    return 0;
}