A,B = map(lambda x: int(x),input().split) S = input() print(A+B,S)