A,B=input().split() if A==0 and B==1: print(1) else: print(eval(A+B))