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