import sys input=lambda:sys.stdin.readline().rstrip() S=input().replace('+','-').replace('*','+').replace('-','*') print(eval(S))