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