#include<bits/stdc++.h> using namespace std; int main(){ int n,h,r; cin>>h>>r; n=20000/(3.14*r*r*h)+1; cout<<n; return 0; }
使用您的 清北信奥登峰计划 通用账户