Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
115820 江梵睿 11大象喝水 C++ Accepted 0 MS 272 KB 193 2025-04-04 19:40:25

Tests(10/10):


Code:

#include <iostream> #include <cstdio> using namespace std; int main() { int h,r,b; double a; cin>>h>>r; a=h*3.14*r*r; cout<<int(20/a*1000)+1; return 0; }