Run ID:144319
提交时间:2026-01-21 19:10:02
h,r=map(int,input().split()) v=h*r*r*3.14 n=20000/v if int(n)!=n: n+=1 print(int(n))