a = input().split() if a[0] == "0": a[0] = "" print(eval("".join(a)))