提交时间:2025-04-05 20:03:54

运行 ID: 316140

x=float(input()) a=2 i=0 s=0 while s<=x: s+=a a*=0.98 i+=1 print(i)