#include<iostream> #include<iomanip> using namespace std; int main () { double pai=3.14159; int a,b; cin>>a>>b; int c=20000/a/b/b/pai; cout<<c; }