Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
30347 lmz120809 大象喝水 C++ 通过 0 MS 248 KB 204 2023-11-07 20:25:36

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { float pi=3.14; int h,r; cin>>h>>r; float v; v=pi*r*r*h; int num=ceil(20000/v); cout<<num; return 0; }


测评信息: