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