x,y = map(int,input().split()) S=input() n=str(int(x+y)) print(n+' '+S)