#include<bits/stdc++.h> using namespace std; float n,m;; int main(){ cin>>n>>m; printf("%.4f",&n/m); }