#include using namespace std; int a,b,s; int main() {          cin>>a;     cin>>b;     s=a+b;     cout<