Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
31492 闻航 大象喝水 C++ 通过 0 MS 240 KB 187 2023-11-19 12:18:15

Tests(1/1):


#include<iostream> using namespace std; const double PI=3.1415926; int main() { int h,r,n; double v; cin>>h>>r; v=PI*r*r*h; n=20*1000/v+1; cout<<n<<endl; return 0; }


测评信息: