#include<bits/stdc++.h> using namespace std; int main(){ int h,r,c; cin>>h>>r; c=r*r*h*3.14; r=20000/c; cout<<r+1<<endl; return 0; }