#30476: python解


8077963@gmail.com (微積分好難)


while True:
    try:
        print(eval(input().replace('/','//')))
    except:
        break