#define ENABLE_DEBUG 1 // hidden common codes{{{ #include #define ALL(v) std::begin(v),std::end(v) using lint=long long; using ld=long double; template using numr=std::numeric_limits; struct input_t { template operator T() { T t; std::cin>>t; return t; } } input; #ifdef NGTKANA #include #else #define DEBUG(...)(void)0 #endif /*}}}*/ int main(){ std::cin.tie(nullptr); std::ios::sync_with_stdio(false); ld p=input,q=input; ld l=1,r=1e40; for(lint i=0;i<400;i++){ ld c = std::sqrt(l*r); (c*c - q*c*std::log2(c) - p <= 0 ? l : r) = c; } std::cout<