A, B = map(int, input().split()); S = input(); print(int(A+B), S);