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