Run ID:143450
提交时间:2026-01-15 13:47:07
h,r=input().split() h,r=int(h),int(r) v=3.14*h*r*r ans=20000/v if int(ans)==ans: print(int(ans)) else: print(int(ans)+1)