Run ID:146073
提交时间:2026-01-25 20:33:01
#include<bits/stdc++.h> using namespace std; int main(){ long long h,r,s; cin>>h>>r; s=3.14*h*r*r; cout<<20000/s; return 0; }