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