Run ID:144298
提交时间:2026-01-21 13:50:06
h,r=map(int,input().split()) v=h*314*r**2 if 2000000%v==0: x=2000000//v print(x) else: x=2000000//v+1 print(x)