Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
1100 | 林澍杰 | 11大象喝水 | C++ | Wrong Answer | 0 MS | 252 KB | 140 | 2023-07-08 14:46:17 |
#include<iostream> using namespace std; int main (){ int a,r,h,v; cin>>r>>h; v=3.14*r*r*h; cout<<int(20000/v)+2<<endl; return 0; }
------Input------
26 10
------Answer-----
3
------Your output-----
2