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