代码如下:```cpp #include<bits/stdc++.h> using namespace std; int main(){ int r,h,a; cin>>r>>h; a=20000/(3.14159rr*h)+1; cout<<a; return 0; }