#include<bits/stdc++.h> using namespace std; int main(){ long double a,b; cin>>a>>b; cout<<fixed<<setprecision(2)<<a/b; }