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