Run ID:115433
提交时间:2025-03-30 14:02:39
a=100000 b=0 while a>0: if a>50000: a=a-a*0.05 b=b+1 else: a=a-5000 b=b+1 print(b)