#include <bits/stdc++.h>
using namespace std;
int main(){
double a,b;
while(cin>>a>>b)
cout<<fixed<<setprecision(1)<<w/(b/100*b/100)<<"\n";}