Run ID:144363
提交时间:2026-01-21 20:25:45
h,r = map(int,input().split()) v = 3.14*h*r**2 s = 20000//v if 20000%v ==0: print(s) else: s = s+1 print(s)