#include using namespace std; bool cmp(int a,int b){ return a>b; } int main() { int test,b,n; double c,p,max=0; scanf("%d",&test); while(test--){ scanf("%d",&n); for(int i=0;imax){ max=p; } } printf("%.5f\n",max); max=0; } return 0; }