提交时间:2025-12-19 15:40:53
运行 ID: 76637
#include<bits/stdc++.h> using namespace std; int main() { double r,h; double a,v; cin>>h>>r; v=r*r*h*3.14159; a=20000/v; cout<<fixed<<setprecision(0)<<a+1; }