Run ID:144297
提交时间:2026-01-21 13:49:41
h,r=map(int,input().split()) v=h*3.14*r**2 if 20000%v==0: x=20000//v print(x) else: x=20000//v+1 print(x)