| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 146070 | 周润泽 | 11大象喝水 | C++ | Wrong Answer | 0 MS | 276 KB | 153 | 2026-01-25 20:30:36 |
#include<bits/stdc++.h> using namespace std; int main(){ long long h,r,s; cin>>h>>r; s=3.14*h*r*r; cout<<20/s; return 0; }
------Input------
8 29
------Answer-----
1
------Your output-----
0