//{{{ #include using namespace std; //}}} int main(void){ int A, B; string S; cin >> A >> B >> S; cout << (A + B) << " " << S << endl; return 0; }