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