#39267: python解(AC)


yourongchen0720@gmail.com (陳宥融)


a=[]
while 1:
try:
print(eval(input().replace('/','//')))
except:
break
#39338: Re: python解(AC)


peter26 (瑪卡巴卡)


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


不能用eval