#include <iostream> using namespace std; int main(){ int x; double y; cin>>x>>y; printf("%.3lf km/l",x/y); return 0; }