#include<iostream> using namespace std; int main() { int n,m; cin>>n>>m; printf("%.3lf",n*1.0/m); return 0; }