Run ID:115438

提交时间:2025-03-30 14:20:39

a=100000 b=0 while a>0: if a>50000: a-=a*0.05 b+=1 else: a-=5000 b+=1 if a<0: b=b-1 print(b)