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