using namespace std; #include int main(){ int A,B; string S; cin >> A >> B >> S; cout << A+B << " " << S << endl; }