#python語言已支援大數運算try: while(True): print(eval(input().replace('/','//'))) #將'/'換成'//'(整數除法)except EOFError: pass