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