#include<bits/stdc++.h> using namespace std; int main() { int a,b; double z; cin >> a>>b ; z=a+b; cout<< z; return 0; }