A,B = map(int,input().split()) ans = str(A)+' + '+str(B) print(ans)