Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83914 sh25_xuws 大象喝水 C++ 解答错误 0 MS 240 KB 194 2026-02-04 01:23:23

Tests(0/1):


#include <bits/stdc++.h> using namespace std; const double pi=3.1415926535897932; int main( ) { int h,r; double v; v=h*pi*r*r; cout<<ceil(1.0*20*1e3/v); return 0; }


测评信息: