#include using namespace std; int main() { int a, b, n; string s; cin >> a >> b; cin >> s; n = a + b; cout << n <<" " << s << endl; return 0; }