#include using namespace std; using s=string; main(){ int A,B; string S; cin >> A >> B; cin >> S; //cout << "Hello World" << endl; //cout << A*(A+1)/2 << endl; cout << A+B << " " << S << endl; }