#include<bits/stdc++.h> using namespace std; int main() { int r,h; cin>>r>>h; double c=(3.14*r*r*h*0.001); int q=20/c+1; cout<<q; return 0; }