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