提交时间:2023-02-04 16:22:51

运行 ID: 7537

#include<iostream> using namespace std; int main () { int a,b; cin>>a>>b; int c=20000/a/b/b/π; cout<<c; }