a, b = input().split() s = input() print(int(a)+int(b), s)