Run ID:144377
提交时间:2026-01-21 21:15:26
a,b=input().split() a=int(a) b=int(b) c=20000 d=0 while c-b**2*a*3.14>0: c=c-b**2*a*3.14 d=d+1 print(d)