Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
29533 lnx 大象喝水 C++ 通过 0 MS 244 KB 205 2023-10-31 18:42:59

Tests(1/1):


#include<iostream> using namespace std; int main() { int h,r; cin>>h>>r; float pi=3.1416; float volumn=(pi*r*r*h)/1000; int ha=(int)(20/volumn); int aaaa=ha+1; cout<<aaaa; return 0; }


测评信息: