提交时间:2023-01-31 16:44:41

运行 ID: 7129

#include<iostream> #include<cmath> using namespace std; int main() { int h,r; cin>>h>>r; float one=h*r*r*3.14159265; int total=(ceil)(20000/one); cout<<total<<endl; return 0; }