提交时间:2023-02-04 16:21:43
运行 ID: 7536
#include<iostream> using namespace std; int main () { int a,b; cin>>a>>b; int c=20000/(a*b*b*π); cout<<c; }