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