收起
import random r=random.randint(0,20) m=input() y=input() t=float(y)**(1+r/100) print(t*float(m))
报告相同问题?