A, B = map(int, input().split()) S = input() print(" ".join([A+B,S]))