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