#include<iostream> using namespace std; int main(){ int h,r; double st; cin>>h>>r; st=r*r*3.14*h; cout<<(int)(20000/st)+1; }