#38111: python快速解


115205@tchcvs.tw (114級115205資2班.張楷昊)


解答

'''

a=[]
while 1:
    try:
        print(eval(input().replace('/','//')))
    except:
        break

'''

#39337: Re: python快速解


peter26 (瑪卡巴卡)


解答

'''

a=[]
while 1:
    try:
        print(eval(input().replace('/','//')))
    except:
        break

'''


不能用eval