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