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