#include<bits/stdc++.h> using namespace std; int main(){ double q,s,l; cin>>q>>s; l=s/q; cout<<l; return 0; }