m=input().split() m=map(int,m) N=m[0]+m[1] S=str(input()) print(N+" "+S)