#include using namespace std; using Int = long long; template inline void chmin(T1 &a,T2 b){if(a>b) a=b;} template inline void chmax(T1 &a,T2 b){if(a>n; vector l(n); for(Int i=0;i>l[i]; Int k; cin>>k; double L=l[0]/k,R=1e10; for(Int i=0;i<200;i++){ double M=(L+R)/2; Int cnt=0; for(Int j=0;j=k) L=M; else R=M; } cout<