Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5225 欧阳漌 大象喝水 C++ 解答错误 0 0 MS 244 KB 183 2020-07-28 15:49:24

Tests(0/1):


#include<bits/stdc++.h> using namespace std; int main(){ int h,r,ans,l; cin>>h>>r; l=3.1415926*r*r*h/1000; if(20%l==0) ans=20/l; else ans=20/l+1; cout<<l; return 0; }


测评信息: