#include <iostream> using namespace std; int main () { int X; double Y; 1<=X; Y<=10^9; cin>>X>>Y; printf("%.3lf km/l\n",X/Y); return 0; }