| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 144322 | 桂依然 | 11大象喝水 | Python3 | Wrong Answer | 31 MS | 3736 KB | 121 | 2026-01-21 19:17:27 |
h,r=map(int,input().split()) v=3.14*r**2*h s=20000//v if 20000%v==0: print(s) else: s=s+1 print(s)
------Input------
8 29
------Answer-----
1
------Your output-----
1.0