a,b=map(int,input().split()) st=input() result=a+b print(result,st)