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