#include using namespace std; typedef long long ll; #define rep(i,n) for(i=0;i>d; d*=108; printf("%.10lf\n",d/100.0); return 0; }