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