#include<bits/stdc++.h> using namespace std; int main(){ int q,s; cin>>q>>s; cout<<fixed<<setprecision(5)<<(s/q)*100%; return 0; }