Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5342 老师 大象喝水 C++ 通过 100 0 MS 256 KB 160 2020-07-29 16:46:48

Tests(1/1):


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


测评信息: