#include<iostream> using namespace std; int main(){ int h,r,S,V; cin>>h>>r; S=3.14*(r*r); V=S*h; cout<<20/V+3; return 0; }