#include using namespace std; int main(){ int A,B; char S[12]; cin >> A >> B >> S; cout << A+B << " " << S << endl; return 0; }