Run ID:144322

提交时间:2026-01-21 19:17:27

h,r=map(int,input().split()) v=3.14*r**2*h s=20000//v if 20000%v==0: print(s) else: s=s+1 print(s)