#include <bits/stdc++.h> using namespace std; const double pi=3.1415926535897932; int main( ) { int h,r; double v; v=h*pi*r*r; cout<<ceil(20000/v); return 0; }