#include<bits/stdc++.h> using namespace std; int main(){ int h,r,one,how; cin>>h>>r; one=3.14*r*r*h; how=20*1000/one+1; cout<<how<<endl; return 0; }