while True:
    try:
        s=input()
        print(eval(s))
    except:
        break
#python大法好啊,一句就可以搞定,但这题肯定不是考察的这个,不然毫无意义