提交时间:2025-04-05 20:08:09

运行 ID: 316142

h,u,d=map(int,input().split()) s=0 i=0 while s<h: i+=1 s+=u if s>=h: break s-=d print(i)