a, b = map(int, input().split());print(a + b, input()) # 1 2.txt