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