#include<bits/stdc++.h> using namespace std; int main(){ int h,r,ts,z; cin>>h>>r; z=3.14159*r*r*h; ts=(20-1)/(z/1000)+1; cout<<ts; return 0; }