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