Run ID:144378

提交时间:2026-01-21 21:18:37

a,b=input().split() a=int(a) b=int(b) c=20000 d=1 while c-b**2*a*3.14>0: c=c-b**2*a*3.14 d=d+1 print(d)