提交时间:2023-01-20 19:10:01

运行 ID: 6177

#include<bits/stdc++.h> using namespace std; int main() { int h,r; cin>>h>>r; float v=h*3.1415926*r*r/1000; int s=ceil(20/v); cout<<s; return 0; }