Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
143450 丁俊杰 11大象喝水 Python3 Accepted 31 MS 3768 KB 137 2026-01-15 13:47:07

Tests(10/10):


Code:

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