Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
20790 LeoWang 大象喝水 C++ 通过 0 MS 248 KB 178 2023-06-20 08:45:26

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int h,r,pai=3.14159; cin>>h>>r; double tiji=pai*r*r*h/1000; double n=20/tiji; cout<<ceil(n); return 0; }


测评信息: