提交时间:2020-08-02 13:01:34
运行 ID: 5408
#include<bits/stdc++.h> using namespace std; int main(){ int h,r,one,how; cin>>h>>r; one=3.14*r*r*h; how=20*1000/one+1; cout<<how<<endl; return 0; }