#include<iostream> using namespace std; int main () { int a,b; cin>>a>>b; cout<<20000/(a*b*b*3.14); return 0; }