#include<bits/stdc++.h> using namespace std; const double pai=3.14; int main(){ double h,r; cin>> h >> r; double s=h*r*r*3.14; cout <<floor(20000/s)+1; return 0; }
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.
Using your HFOJ universal account