#include<iostream> using namespace std; int main() { int h,r,a; double pi=3.14; cin>>h>>r; a=pi*r*r*h; cout<<20000/a+1<<endl; return 0; }