N = input().split() A = int(N[0]) B = int(N[1]) S = input() print(A+B,S)