Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
7129 李成蹊 大象喝水 C++ 通过 0 MS 240 KB 196 2023-01-31 16:44:41

Tests(1/1):


#include<iostream> #include<cmath> using namespace std; int main() { int h,r; cin>>h>>r; float one=h*r*r*3.14159265; int total=(ceil)(20000/one); cout<<total<<endl; return 0; }


测评信息: