#include using namespace std; using Int = long long; struct Precision{ Precision(){ cout< inline void chmin(T1 &a,T2 b){if(a>b) a=b;} template inline void chmax(T1 &a,T2 b){if(a>h>>w; vector s(h); for(Int i=0;i>s[i]; auto calc= [&](Int y,Int x){ double res=0; for(Int i=0;i(y-i,x-j); return res; }; double ans=calc(-1,0); for(Int i=0;i