#include using namespace std; int main() { int A,B; string C; cin >> A >> B; cin >> C; cout << A+B << " " << C << '\n'; return 0; }