#include <iostream> #include <cmath> #include <cstdio> int main(){ int h,r; cin>>h>>r; int v=3.14*r*r*h+1; cout<<20000/v; return 0; }