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