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