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