#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b; c=(20-1)*1000/(3.14159*b*b*a)+1; cout<<c; return 0; }