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