#include<bits/stdc++.h> using namespace std; int main(){ int h,r; cin>>h>>r; printf("%.0lf",20/(r*r*3.14159*h/1000)+1); return 0; }