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

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(20000/v); return 0; }


测评信息: