Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
144319 毛梦瑶 11大象喝水 Python3 Accepted 33 MS 3760 KB 95 2026-01-21 19:10:02

Tests(10/10):


Code:

h,r=map(int,input().split()) v=h*r*r*3.14 n=20000/v if int(n)!=n: n+=1 print(int(n))