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