a,b=map(int,input().split()) if int(a)==0:print(int(b)) else:print(eval(str(a)+str(b)))