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