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