#include using namespace std; using ll = long long; using ld = long double; #define fi first #define se second #define pb push_back const double pi=3.141592653589793; int main(){ int n; int l; cin>>n>>l; int t[n]; for(int i=0;i>t[i]; } double ans=0,p; for(int i=0;i