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