#29547: _c++


yp11051007 (803-19)


#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";}