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