Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6177 张博涵 大象喝水 C++ 通过 0 MS 252 KB 163 2023-01-20 19:10:01

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int h,r; cin>>h>>r; float v=h*3.1415926*r*r/1000; int s=ceil(20/v); cout<<s; return 0; }


测评信息: