#include using namespace std; typedef long double ld; typedef long long ll; typedef unsigned long long ull; #define MP make_pair #define FOR(i,a,b) for(int i=(a);i<=(b);i++) #define FORR(x,arr) for(auto& x:arr) #define VI vector #define PII pair #define FI first #define SE second #define ALL(x) (x).begin(), (x).end() const int INF=1<<30; const ll LINF=1LL<<60 ; const ll MOD=1e9+7 ; templatebool chmax(T &a, const T &b) { if (abool chmin(T &a, const T &b) { if (b> n; FOR(i,1,n){ cin >> l[i]; } cin >> k; solve(); cout << fixed << setprecision(10) << mid; return 0; }