Run ID:115437
提交时间:2025-03-30 14:16:00
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-1)