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