#include<iostream> using namespace std; int main() { int h, r; cin >> h >> r; int V=h*r*3.14159; cout << 2000/V; return 0; }