#include<iostream>#include<iomanip>using namespace std;int main(){double V,R;
while(cin>>V >> R){cout<< fixed<<setprecision(4)<<v/r* 1000
}