[R] PAM Clustering

Sema Atasever s.atasever at gmail.com
Thu Aug 17 10:28:21 CEST 2017


Dear Authorized Sir / Madam,

I have a data set in which each row indicates an amino asid and each
column corresponds
to a feature (in total 539 features).
I want to use PAM Clustering usign this data set.


*when i ran R script i am getting this error:*
*Error in pam(d, 10) : x is not a numeric dataframe or matrix.*
*Execution halted*

How can i fix this error? Is there a problem with my dataset?

Thanks in advance.


*PAM clustering codes:*

MYdata <- read.csv2("data.txt", dec = ".")
attach(MYdata)
d=as.matrix(MYdata)
library(cluster)
cluster.pam = pam(d,10)
table(cluster.pam$clustering)

filenameclu = paste("clusters", ".txt")
write.table(cluster.pam$clustering, file=filenameclu,sep=",")
-------------- next part --------------
0.268941;0.006693;0.047426;0.017986;0.006693;0.017986;0.017986;0.999089;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.006693;0.500000;0.017986;0.006693;0.002473;0.002473;0.779542;0.118993;0.324975;0.000000;0.306188;0.064465;0.312383;0.947648;0.000000;0.000000;0.081510;0.000000;0.000000;0.311310;0.000000;0.285774;0.486753;0.000000;0.000000;0.262116;0.928989;0.064439;0.006575;0.993735;0.000440;0.005835;0.999805;0.000000;0.000195;0.047426;0.017986;0.002473;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.997527;0.006693;0.880797;0.268941;0.006693;0.006693;0.047426;0.017986;0.047426;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.799953;0.950074;0.000000;0.209656;0.587102;0.000000;0.000000;0.000000;0.000000;0.000000;0.330705;0.925513;0.044497;0.029990;0.994600;0.000600;0.004800;0.999925;0.000000;0.000075;0.500000;0.993307;0.500000;0.119203;0.268941;0.952574;0.731059;0.047426;0.268941;0.017986;0.047426;0.880797;0.500000;0.017986;0.047426;0.268941;0.731059;0.119203;0.047426;0.047426;0.000000;0.942999;0.761514;0.408299;0.000000;0.772591;0.583219;0.061514;0.437331;0.000000;0.029170;0.710744;0.000000;0.608497;0.000000;0.543887;0.342089;0.000000;0.380129;0.156567;0.922657;0.052031;0.025310;0.994525;0.001140;0.004330;0.999890;0.000000;0.000110;0.119203;0.500000;0.047426;0.119203;0.952574;0.268941;0.119203;0.047426;0.268941;0.047426;0.500000;0.993307;0.268941;0.268941;0.047426;0.119203;0.731059;0.047426;0.982014;0.047426;0.750447;0.558974;0.285570;0.222008;0.446950;0.289462;0.070241;0.131701;0.841175;0.061861;0.405163;0.790841;0.000000;0.397235;0.098234;0.654075;0.257883;0.746115;0.832855;0.195289;0.913969;0.012713;0.073318;0.990680;0.004030;0.005295;0.997355;0.000010;0.002630;0.017986;0.006693;0.002473;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.006693;0.731059;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.731059;0.262503;0.000000;0.000000;0.000000;0.350464;0.000000;0.087544;0.000000;0.000000;0.760787;0.936493;0.000000;0.678525;0.369351;0.000000;0.098057;0.055410;0.000000;0.285570;0.530213;0.897467;0.013377;0.089156;0.967860;0.004195;0.027945;0.988715;0.000045;0.011240;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.731059;0.017986;0.997527;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.982014;0.481259;0.324975;0.000000;0.000000;0.750073;0.164929;0.000000;0.000000;0.184673;0.874022;0.785161;0.166173;0.902384;0.395082;0.000000;0.421407;0.412413;0.000000;0.000000;0.744407;0.718943;0.031470;0.249583;0.672885;0.004450;0.322660;0.917705;0.000615;0.081675;0.119203;0.268941;0.993307;0.500000;0.017986;0.500000;0.268941;0.119203;0.999089;0.017986;0.017986;0.268941;0.119203;0.119203;0.047426;0.268941;0.268941;0.047426;0.880797;0.017986;0.882155;0.000000;0.827926;0.450414;0.473525;0.299853;0.809844;0.000000;0.416052;0.328495;0.195761;0.298385;0.721919;0.000000;0.513996;0.634599;0.282519;0.000000;0.000000;0.000000;0.317197;0.005581;0.677223;0.484840;0.004190;0.510970;0.357310;0.000685;0.642005;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000
0.268941;0.006693;0.047426;0.017986;0.006693;0.017986;0.017986;0.999089;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.006693;0.500000;0.017986;0.006693;0.002473;0.002473;0.779542;0.118993;0.324975;0.000000;0.306188;0.064465;0.312383;0.947648;0.000000;0.000000;0.081510;0.000000;0.000000;0.311310;0.000000;0.285774;0.486753;0.000000;0.000000;0.262116;0.928989;0.064439;0.006575;0.993735;0.000440;0.005835;0.999805;0.000000;0.000195;0.047426;0.017986;0.002473;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.997527;0.006693;0.880797;0.268941;0.006693;0.006693;0.047426;0.017986;0.047426;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.799953;0.950074;0.000000;0.209656;0.587102;0.000000;0.000000;0.000000;0.000000;0.000000;0.330705;0.925513;0.044497;0.029990;0.994600;0.000600;0.004800;0.999925;0.000000;0.000075;0.500000;0.993307;0.500000;0.119203;0.268941;0.952574;0.731059;0.047426;0.268941;0.017986;0.047426;0.880797;0.500000;0.017986;0.047426;0.268941;0.731059;0.119203;0.047426;0.047426;0.000000;0.942999;0.761514;0.408299;0.000000;0.772591;0.583219;0.061514;0.437331;0.000000;0.029170;0.710744;0.000000;0.608497;0.000000;0.543887;0.342089;0.000000;0.380129;0.156567;0.922657;0.052031;0.025310;0.994525;0.001140;0.004330;0.999890;0.000000;0.000110;0.119203;0.500000;0.047426;0.119203;0.952574;0.268941;0.119203;0.047426;0.268941;0.047426;0.500000;0.993307;0.268941;0.268941;0.047426;0.119203;0.731059;0.047426;0.982014;0.047426;0.750447;0.558974;0.285570;0.222008;0.446950;0.289462;0.070241;0.131701;0.841175;0.061861;0.405163;0.790841;0.000000;0.397235;0.098234;0.654075;0.257883;0.746115;0.832855;0.195289;0.913969;0.012713;0.073318;0.990680;0.004030;0.005295;0.997355;0.000010;0.002630;0.017986;0.006693;0.002473;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.006693;0.731059;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.731059;0.262503;0.000000;0.000000;0.000000;0.350464;0.000000;0.087544;0.000000;0.000000;0.760787;0.936493;0.000000;0.678525;0.369351;0.000000;0.098057;0.055410;0.000000;0.285570;0.530213;0.897467;0.013377;0.089156;0.967860;0.004195;0.027945;0.988715;0.000045;0.011240;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.731059;0.017986;0.997527;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.982014;0.481259;0.324975;0.000000;0.000000;0.750073;0.164929;0.000000;0.000000;0.184673;0.874022;0.785161;0.166173;0.902384;0.395082;0.000000;0.421407;0.412413;0.000000;0.000000;0.744407;0.718943;0.031470;0.249583;0.672885;0.004450;0.322660;0.917705;0.000615;0.081675;0.119203;0.268941;0.993307;0.500000;0.017986;0.500000;0.268941;0.119203;0.999089;0.017986;0.017986;0.268941;0.119203;0.119203;0.047426;0.268941;0.268941;0.047426;0.880797;0.017986;0.882155;0.000000;0.827926;0.450414;0.473525;0.299853;0.809844;0.000000;0.416052;0.328495;0.195761;0.298385;0.721919;0.000000;0.513996;0.634599;0.282519;0.000000;0.000000;0.000000;0.317197;0.005581;0.677223;0.484840;0.004190;0.510970;0.357310;0.000685;0.642005;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000
0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.997527;0.268941;0.002473;0.268941;0.047426;0.002473;0.006693;0.047426;0.002473;0.017986;0.997527;0.000000;0.000000;0.000000;0.000000;0.000000;0.163010;0.000000;0.000000;0.266198;0.947100;0.717278;0.000000;0.848772;0.879743;0.000000;0.000000;0.000000;0.000000;0.000000;0.807524;0.005936;0.977202;0.016862;0.017685;0.971620;0.010695;0.000080;0.999320;0.000600;0.006693;0.047426;0.047426;0.017986;0.000911;0.999877;0.119203;0.002473;0.500000;0.000911;0.002473;0.047426;0.017986;0.000911;0.006693;0.017986;0.006693;0.002473;0.006693;0.002473;0.202136;0.143073;0.000000;0.000000;0.286386;0.732041;0.000000;0.000000;0.338273;0.929955;0.660831;0.153423;0.715653;0.370517;0.000000;0.532205;0.340290;0.464062;0.288434;0.791006;0.005649;0.876628;0.117725;0.016820;0.738410;0.244775;0.000085;0.962460;0.037455;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000335;0.000911;0.006693;0.002473;0.000911;0.002473;0.017986;0.006693;0.002473;0.000911;0.000911;0.111948;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.974937;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.320168;0.000000;0.000000;0.000000;0.000000;0.005196;0.257566;0.737239;0.015280;0.177670;0.807050;0.000265;0.557340;0.442395;0.006693;0.002473;0.002473;0.000911;0.002473;0.002473;0.002473;0.000911;0.017986;0.047426;0.500000;0.002473;0.500000;0.999665;0.000911;0.002473;0.017986;0.119203;0.993307;0.017986;0.648169;0.000000;0.000000;0.000000;0.876965;0.000000;0.000000;0.321912;0.199887;0.485504;0.700777;0.000000;0.445221;0.927775;0.162329;0.351147;0.669295;0.716466;0.770122;0.150972;0.041433;0.101234;0.857335;0.089275;0.127115;0.783610;0.017150;0.140340;0.842515;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000335;0.000911;0.006693;0.002473;0.000911;0.002473;0.017986;0.006693;0.002473;0.000911;0.000911;0.069590;0.000000;0.000000;0.258649;0.000000;0.224436;0.000000;0.973763;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.087305;0.000000;0.561684;0.000000;0.000000;0.089135;0.029773;0.881092;0.116800;0.044030;0.839170;0.106275;0.013415;0.880310;0.006693;0.017986;0.999877;0.119203;0.000911;0.119203;0.047426;0.017986;0.047426;0.000911;0.000911;0.268941;0.002473;0.000911;0.002473;0.119203;0.017986;0.000335;0.002473;0.000911;0.552308;0.713000;0.896877;0.451156;0.222354;0.162874;0.479012;0.367258;0.739621;0.245085;0.089725;0.560453;0.573954;0.000000;0.521237;0.724122;0.256546;0.297757;0.347511;0.294630;0.709353;0.011698;0.278951;0.599315;0.005925;0.394755;0.760335;0.008125;0.231550;0.982014;0.006693;0.006693;0.002473;0.017986;0.006693;0.006693;0.017986;0.006693;0.268941;0.119203;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.002473;0.017986;0.997527;0.242137;0.000000;0.000000;0.000000;0.629483;0.000000;0.000000;0.000000;0.000000;0.913883;0.571506;0.000000;0.945370;0.000000;0.000000;0.086511;0.139674;0.611590;0.000000;0.906785;0.848091;0.008359;0.143552;0.870535;0.003835;0.125635;0.878465;0.005475;0.116060;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.047426;0.006693;0.002473;0.000911;0.000911;0.751383;0.000000;0.354573;0.000000;0.000000;0.000000;0.000000;0.962601;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.166727;0.622694;0.065314;0.000000;0.000000;0.000000;0.911050;0.005522;0.083430;0.893590;0.003315;0.103095;0.899665;0.000030;0.100310;0.500000;0.500000;0.119203;0.047426;0.119203;0.500000;0.119203;0.500000;0.119203;0.017986;0.119203;0.119203;0.268941;0.268941;0.017986;0.982014;0.268941;0.952574;0.982014;0.047426;0.513247;0.886452;0.337602;0.130562;0.000000;0.863067;0.370750;0.457850;0.405886;0.000000;0.095782;0.626914;0.614200;0.000000;0.000000;0.818765;0.632278;0.000000;0.412655;0.056200;0.964733;0.005795;0.029472;0.943705;0.008410;0.047890;0.998400;0.000000;0.001595;0.119203;0.047426;0.268941;0.017986;0.017986;0.047426;0.017986;0.017986;0.993307;0.880797;0.119203;0.017986;0.119203;0.982014;0.047426;0.047426;0.268941;0.982014;0.982014;0.731059;0.788182;0.727505;0.708477;0.000000;0.391503;0.731255;0.716466;0.518991;0.558481;0.382725;0.219257;0.048292;0.218061;0.267567;0.324318;0.674586;0.344795;0.000000;0.463067;0.142217;0.976920;0.007716;0.015362;0.976545;0.018005;0.005450;0.999710;0.000000;0.000285;0.993307;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.268941;0.731059;0.047426;0.268941;0.047426;0.017986;0.731059;0.880797;0.006693;0.047426;0.268941;0.478513;0.293800;0.000000;0.000000;0.484005;0.000000;0.083478;0.052352;0.637609;0.871468;0.739236;0.000000;0.905081;0.815628;0.000000;0.000000;0.232188;0.381072;0.163283;0.748193;0.984183;0.007753;0.008064;0.976945;0.018110;0.004945;0.999915;0.000000;0.000085
0.006693;0.047426;0.047426;0.017986;0.000911;0.999877;0.119203;0.002473;0.500000;0.000911;0.002473;0.047426;0.017986;0.000911;0.006693;0.017986;0.006693;0.002473;0.006693;0.002473;0.202136;0.143073;0.000000;0.000000;0.286386;0.732041;0.000000;0.000000;0.338273;0.929955;0.660831;0.153423;0.715653;0.370517;0.000000;0.532205;0.340290;0.464062;0.288434;0.791006;0.005649;0.876628;0.117725;0.016820;0.738410;0.244775;0.000085;0.962460;0.037455;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000335;0.000911;0.006693;0.002473;0.000911;0.002473;0.017986;0.006693;0.002473;0.000911;0.000911;0.111948;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.974937;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.320168;0.000000;0.000000;0.000000;0.000000;0.005196;0.257566;0.737239;0.015280;0.177670;0.807050;0.000265;0.557340;0.442395;0.006693;0.002473;0.002473;0.000911;0.002473;0.002473;0.002473;0.000911;0.017986;0.047426;0.500000;0.002473;0.500000;0.999665;0.000911;0.002473;0.017986;0.119203;0.993307;0.017986;0.648169;0.000000;0.000000;0.000000;0.876965;0.000000;0.000000;0.321912;0.199887;0.485504;0.700777;0.000000;0.445221;0.927775;0.162329;0.351147;0.669295;0.716466;0.770122;0.150972;0.041433;0.101234;0.857335;0.089275;0.127115;0.783610;0.017150;0.140340;0.842515;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000335;0.000911;0.006693;0.002473;0.000911;0.002473;0.017986;0.006693;0.002473;0.000911;0.000911;0.069590;0.000000;0.000000;0.258649;0.000000;0.224436;0.000000;0.973763;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.087305;0.000000;0.561684;0.000000;0.000000;0.089135;0.029773;0.881092;0.116800;0.044030;0.839170;0.106275;0.013415;0.880310;0.006693;0.017986;0.999877;0.119203;0.000911;0.119203;0.047426;0.017986;0.047426;0.000911;0.000911;0.268941;0.002473;0.000911;0.002473;0.119203;0.017986;0.000335;0.002473;0.000911;0.552308;0.713000;0.896877;0.451156;0.222354;0.162874;0.479012;0.367258;0.739621;0.245085;0.089725;0.560453;0.573954;0.000000;0.521237;0.724122;0.256546;0.297757;0.347511;0.294630;0.709353;0.011698;0.278951;0.599315;0.005925;0.394755;0.760335;0.008125;0.231550;0.982014;0.006693;0.006693;0.002473;0.017986;0.006693;0.006693;0.017986;0.006693;0.268941;0.119203;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.002473;0.017986;0.997527;0.242137;0.000000;0.000000;0.000000;0.629483;0.000000;0.000000;0.000000;0.000000;0.913883;0.571506;0.000000;0.945370;0.000000;0.000000;0.086511;0.139674;0.611590;0.000000;0.906785;0.848091;0.008359;0.143552;0.870535;0.003835;0.125635;0.878465;0.005475;0.116060;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.047426;0.006693;0.002473;0.000911;0.000911;0.751383;0.000000;0.354573;0.000000;0.000000;0.000000;0.000000;0.962601;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.166727;0.622694;0.065314;0.000000;0.000000;0.000000;0.911050;0.005522;0.083430;0.893590;0.003315;0.103095;0.899665;0.000030;0.100310;0.500000;0.500000;0.119203;0.047426;0.119203;0.500000;0.119203;0.500000;0.119203;0.017986;0.119203;0.119203;0.268941;0.268941;0.017986;0.982014;0.268941;0.952574;0.982014;0.047426;0.513247;0.886452;0.337602;0.130562;0.000000;0.863067;0.370750;0.457850;0.405886;0.000000;0.095782;0.626914;0.614200;0.000000;0.000000;0.818765;0.632278;0.000000;0.412655;0.056200;0.964733;0.005795;0.029472;0.943705;0.008410;0.047890;0.998400;0.000000;0.001595;0.119203;0.047426;0.268941;0.017986;0.017986;0.047426;0.017986;0.017986;0.993307;0.880797;0.119203;0.017986;0.119203;0.982014;0.047426;0.047426;0.268941;0.982014;0.982014;0.731059;0.788182;0.727505;0.708477;0.000000;0.391503;0.731255;0.716466;0.518991;0.558481;0.382725;0.219257;0.048292;0.218061;0.267567;0.324318;0.674586;0.344795;0.000000;0.463067;0.142217;0.976920;0.007716;0.015362;0.976545;0.018005;0.005450;0.999710;0.000000;0.000285;0.993307;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.268941;0.731059;0.047426;0.268941;0.047426;0.017986;0.731059;0.880797;0.006693;0.047426;0.268941;0.478513;0.293800;0.000000;0.000000;0.484005;0.000000;0.083478;0.052352;0.637609;0.871468;0.739236;0.000000;0.905081;0.815628;0.000000;0.000000;0.232188;0.381072;0.163283;0.748193;0.984183;0.007753;0.008064;0.976945;0.018110;0.004945;0.999915;0.000000;0.000085;0.997527;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.500000;0.731059;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.119203;0.946899;0.000000;0.000000;0.000000;0.704954;0.000000;0.110073;0.163557;0.147292;0.479511;0.459092;0.000000;0.728890;0.274482;0.000000;0.242137;0.098945;0.000000;0.112147;0.637609;0.987809;0.006776;0.005414;0.980010;0.017405;0.002580;0.999975;0.000000;0.000025
0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000335;0.000911;0.006693;0.002473;0.000911;0.002473;0.017986;0.006693;0.002473;0.000911;0.000911;0.111948;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.974937;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.320168;0.000000;0.000000;0.000000;0.000000;0.005196;0.257566;0.737239;0.015280;0.177670;0.807050;0.000265;0.557340;0.442395;0.006693;0.002473;0.002473;0.000911;0.002473;0.002473;0.002473;0.000911;0.017986;0.047426;0.500000;0.002473;0.500000;0.999665;0.000911;0.002473;0.017986;0.119203;0.993307;0.017986;0.648169;0.000000;0.000000;0.000000;0.876965;0.000000;0.000000;0.321912;0.199887;0.485504;0.700777;0.000000;0.445221;0.927775;0.162329;0.351147;0.669295;0.716466;0.770122;0.150972;0.041433;0.101234;0.857335;0.089275;0.127115;0.783610;0.017150;0.140340;0.842515;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000335;0.000911;0.006693;0.002473;0.000911;0.002473;0.017986;0.006693;0.002473;0.000911;0.000911;0.069590;0.000000;0.000000;0.258649;0.000000;0.224436;0.000000;0.973763;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.087305;0.000000;0.561684;0.000000;0.000000;0.089135;0.029773;0.881092;0.116800;0.044030;0.839170;0.106275;0.013415;0.880310;0.006693;0.017986;0.999877;0.119203;0.000911;0.119203;0.047426;0.017986;0.047426;0.000911;0.000911;0.268941;0.002473;0.000911;0.002473;0.119203;0.017986;0.000335;0.002473;0.000911;0.552308;0.713000;0.896877;0.451156;0.222354;0.162874;0.479012;0.367258;0.739621;0.245085;0.089725;0.560453;0.573954;0.000000;0.521237;0.724122;0.256546;0.297757;0.347511;0.294630;0.709353;0.011698;0.278951;0.599315;0.005925;0.394755;0.760335;0.008125;0.231550;0.982014;0.006693;0.006693;0.002473;0.017986;0.006693;0.006693;0.017986;0.006693;0.268941;0.119203;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.002473;0.017986;0.997527;0.242137;0.000000;0.000000;0.000000;0.629483;0.000000;0.000000;0.000000;0.000000;0.913883;0.571506;0.000000;0.945370;0.000000;0.000000;0.086511;0.139674;0.611590;0.000000;0.906785;0.848091;0.008359;0.143552;0.870535;0.003835;0.125635;0.878465;0.005475;0.116060;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.047426;0.006693;0.002473;0.000911;0.000911;0.751383;0.000000;0.354573;0.000000;0.000000;0.000000;0.000000;0.962601;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.166727;0.622694;0.065314;0.000000;0.000000;0.000000;0.911050;0.005522;0.083430;0.893590;0.003315;0.103095;0.899665;0.000030;0.100310;0.500000;0.500000;0.119203;0.047426;0.119203;0.500000;0.119203;0.500000;0.119203;0.017986;0.119203;0.119203;0.268941;0.268941;0.017986;0.982014;0.268941;0.952574;0.982014;0.047426;0.513247;0.886452;0.337602;0.130562;0.000000;0.863067;0.370750;0.457850;0.405886;0.000000;0.095782;0.626914;0.614200;0.000000;0.000000;0.818765;0.632278;0.000000;0.412655;0.056200;0.964733;0.005795;0.029472;0.943705;0.008410;0.047890;0.998400;0.000000;0.001595;0.119203;0.047426;0.268941;0.017986;0.017986;0.047426;0.017986;0.017986;0.993307;0.880797;0.119203;0.017986;0.119203;0.982014;0.047426;0.047426;0.268941;0.982014;0.982014;0.731059;0.788182;0.727505;0.708477;0.000000;0.391503;0.731255;0.716466;0.518991;0.558481;0.382725;0.219257;0.048292;0.218061;0.267567;0.324318;0.674586;0.344795;0.000000;0.463067;0.142217;0.976920;0.007716;0.015362;0.976545;0.018005;0.005450;0.999710;0.000000;0.000285;0.993307;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.268941;0.731059;0.047426;0.268941;0.047426;0.017986;0.731059;0.880797;0.006693;0.047426;0.268941;0.478513;0.293800;0.000000;0.000000;0.484005;0.000000;0.083478;0.052352;0.637609;0.871468;0.739236;0.000000;0.905081;0.815628;0.000000;0.000000;0.232188;0.381072;0.163283;0.748193;0.984183;0.007753;0.008064;0.976945;0.018110;0.004945;0.999915;0.000000;0.000085;0.997527;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.500000;0.731059;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.119203;0.946899;0.000000;0.000000;0.000000;0.704954;0.000000;0.110073;0.163557;0.147292;0.479511;0.459092;0.000000;0.728890;0.274482;0.000000;0.242137;0.098945;0.000000;0.112147;0.637609;0.987809;0.006776;0.005414;0.980010;0.017405;0.002580;0.999975;0.000000;0.000025;0.119203;0.982014;0.119203;0.268941;0.006693;0.731059;0.500000;0.047426;0.268941;0.017986;0.119203;0.993307;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.268941;0.017986;0.474522;0.849412;0.554285;0.496750;0.000000;0.835621;0.802025;0.089480;0.305764;0.070437;0.277880;0.831599;0.000000;0.123359;0.334701;0.309171;0.140517;0.000000;0.501500;0.000000;0.987079;0.005358;0.007565;0.979505;0.016030;0.004470;0.999885;0.000000;0.000115
0.006693;0.002473;0.002473;0.000911;0.002473;0.002473;0.002473;0.000911;0.017986;0.047426;0.500000;0.002473;0.500000;0.999665;0.000911;0.002473;0.017986;0.119203;0.993307;0.017986;0.648169;0.000000;0.000000;0.000000;0.876965;0.000000;0.000000;0.321912;0.199887;0.485504;0.700777;0.000000;0.445221;0.927775;0.162329;0.351147;0.669295;0.716466;0.770122;0.150972;0.041433;0.101234;0.857335;0.089275;0.127115;0.783610;0.017150;0.140340;0.842515;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000335;0.000911;0.006693;0.002473;0.000911;0.002473;0.017986;0.006693;0.002473;0.000911;0.000911;0.069590;0.000000;0.000000;0.258649;0.000000;0.224436;0.000000;0.973763;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.087305;0.000000;0.561684;0.000000;0.000000;0.089135;0.029773;0.881092;0.116800;0.044030;0.839170;0.106275;0.013415;0.880310;0.006693;0.017986;0.999877;0.119203;0.000911;0.119203;0.047426;0.017986;0.047426;0.000911;0.000911;0.268941;0.002473;0.000911;0.002473;0.119203;0.017986;0.000335;0.002473;0.000911;0.552308;0.713000;0.896877;0.451156;0.222354;0.162874;0.479012;0.367258;0.739621;0.245085;0.089725;0.560453;0.573954;0.000000;0.521237;0.724122;0.256546;0.297757;0.347511;0.294630;0.709353;0.011698;0.278951;0.599315;0.005925;0.394755;0.760335;0.008125;0.231550;0.982014;0.006693;0.006693;0.002473;0.017986;0.006693;0.006693;0.017986;0.006693;0.268941;0.119203;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.002473;0.017986;0.997527;0.242137;0.000000;0.000000;0.000000;0.629483;0.000000;0.000000;0.000000;0.000000;0.913883;0.571506;0.000000;0.945370;0.000000;0.000000;0.086511;0.139674;0.611590;0.000000;0.906785;0.848091;0.008359;0.143552;0.870535;0.003835;0.125635;0.878465;0.005475;0.116060;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.047426;0.006693;0.002473;0.000911;0.000911;0.751383;0.000000;0.354573;0.000000;0.000000;0.000000;0.000000;0.962601;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.166727;0.622694;0.065314;0.000000;0.000000;0.000000;0.911050;0.005522;0.083430;0.893590;0.003315;0.103095;0.899665;0.000030;0.100310;0.500000;0.500000;0.119203;0.047426;0.119203;0.500000;0.119203;0.500000;0.119203;0.017986;0.119203;0.119203;0.268941;0.268941;0.017986;0.982014;0.268941;0.952574;0.982014;0.047426;0.513247;0.886452;0.337602;0.130562;0.000000;0.863067;0.370750;0.457850;0.405886;0.000000;0.095782;0.626914;0.614200;0.000000;0.000000;0.818765;0.632278;0.000000;0.412655;0.056200;0.964733;0.005795;0.029472;0.943705;0.008410;0.047890;0.998400;0.000000;0.001595;0.119203;0.047426;0.268941;0.017986;0.017986;0.047426;0.017986;0.017986;0.993307;0.880797;0.119203;0.017986;0.119203;0.982014;0.047426;0.047426;0.268941;0.982014;0.982014;0.731059;0.788182;0.727505;0.708477;0.000000;0.391503;0.731255;0.716466;0.518991;0.558481;0.382725;0.219257;0.048292;0.218061;0.267567;0.324318;0.674586;0.344795;0.000000;0.463067;0.142217;0.976920;0.007716;0.015362;0.976545;0.018005;0.005450;0.999710;0.000000;0.000285;0.993307;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.268941;0.731059;0.047426;0.268941;0.047426;0.017986;0.731059;0.880797;0.006693;0.047426;0.268941;0.478513;0.293800;0.000000;0.000000;0.484005;0.000000;0.083478;0.052352;0.637609;0.871468;0.739236;0.000000;0.905081;0.815628;0.000000;0.000000;0.232188;0.381072;0.163283;0.748193;0.984183;0.007753;0.008064;0.976945;0.018110;0.004945;0.999915;0.000000;0.000085;0.997527;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.500000;0.731059;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.119203;0.946899;0.000000;0.000000;0.000000;0.704954;0.000000;0.110073;0.163557;0.147292;0.479511;0.459092;0.000000;0.728890;0.274482;0.000000;0.242137;0.098945;0.000000;0.112147;0.637609;0.987809;0.006776;0.005414;0.980010;0.017405;0.002580;0.999975;0.000000;0.000025;0.119203;0.982014;0.119203;0.268941;0.006693;0.731059;0.500000;0.047426;0.268941;0.017986;0.119203;0.993307;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.268941;0.017986;0.474522;0.849412;0.554285;0.496750;0.000000;0.835621;0.802025;0.089480;0.305764;0.070437;0.277880;0.831599;0.000000;0.123359;0.334701;0.309171;0.140517;0.000000;0.501500;0.000000;0.987079;0.005358;0.007565;0.979505;0.016030;0.004470;0.999885;0.000000;0.000115;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.119203;0.731059;0.982014;0.017986;0.500000;0.993307;0.006693;0.017986;0.017986;0.268941;0.982014;0.119203;0.569546;0.838621;0.709303;0.145542;0.587102;0.398672;0.269335;0.000000;0.476517;0.437085;0.661055;0.670180;0.655883;0.469787;0.000000;0.637609;0.037112;0.000000;0.462073;0.465803;0.987445;0.005101;0.007452;0.975010;0.015260;0.009725;0.999700;0.000000;0.000300
0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000335;0.000911;0.006693;0.002473;0.000911;0.002473;0.017986;0.006693;0.002473;0.000911;0.000911;0.069590;0.000000;0.000000;0.258649;0.000000;0.224436;0.000000;0.973763;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.087305;0.000000;0.561684;0.000000;0.000000;0.089135;0.029773;0.881092;0.116800;0.044030;0.839170;0.106275;0.013415;0.880310;0.006693;0.017986;0.999877;0.119203;0.000911;0.119203;0.047426;0.017986;0.047426;0.000911;0.000911;0.268941;0.002473;0.000911;0.002473;0.119203;0.017986;0.000335;0.002473;0.000911;0.552308;0.713000;0.896877;0.451156;0.222354;0.162874;0.479012;0.367258;0.739621;0.245085;0.089725;0.560453;0.573954;0.000000;0.521237;0.724122;0.256546;0.297757;0.347511;0.294630;0.709353;0.011698;0.278951;0.599315;0.005925;0.394755;0.760335;0.008125;0.231550;0.982014;0.006693;0.006693;0.002473;0.017986;0.006693;0.006693;0.017986;0.006693;0.268941;0.119203;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.002473;0.017986;0.997527;0.242137;0.000000;0.000000;0.000000;0.629483;0.000000;0.000000;0.000000;0.000000;0.913883;0.571506;0.000000;0.945370;0.000000;0.000000;0.086511;0.139674;0.611590;0.000000;0.906785;0.848091;0.008359;0.143552;0.870535;0.003835;0.125635;0.878465;0.005475;0.116060;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.047426;0.006693;0.002473;0.000911;0.000911;0.751383;0.000000;0.354573;0.000000;0.000000;0.000000;0.000000;0.962601;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.166727;0.622694;0.065314;0.000000;0.000000;0.000000;0.911050;0.005522;0.083430;0.893590;0.003315;0.103095;0.899665;0.000030;0.100310;0.500000;0.500000;0.119203;0.047426;0.119203;0.500000;0.119203;0.500000;0.119203;0.017986;0.119203;0.119203;0.268941;0.268941;0.017986;0.982014;0.268941;0.952574;0.982014;0.047426;0.513247;0.886452;0.337602;0.130562;0.000000;0.863067;0.370750;0.457850;0.405886;0.000000;0.095782;0.626914;0.614200;0.000000;0.000000;0.818765;0.632278;0.000000;0.412655;0.056200;0.964733;0.005795;0.029472;0.943705;0.008410;0.047890;0.998400;0.000000;0.001595;0.119203;0.047426;0.268941;0.017986;0.017986;0.047426;0.017986;0.017986;0.993307;0.880797;0.119203;0.017986;0.119203;0.982014;0.047426;0.047426;0.268941;0.982014;0.982014;0.731059;0.788182;0.727505;0.708477;0.000000;0.391503;0.731255;0.716466;0.518991;0.558481;0.382725;0.219257;0.048292;0.218061;0.267567;0.324318;0.674586;0.344795;0.000000;0.463067;0.142217;0.976920;0.007716;0.015362;0.976545;0.018005;0.005450;0.999710;0.000000;0.000285;0.993307;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.268941;0.731059;0.047426;0.268941;0.047426;0.017986;0.731059;0.880797;0.006693;0.047426;0.268941;0.478513;0.293800;0.000000;0.000000;0.484005;0.000000;0.083478;0.052352;0.637609;0.871468;0.739236;0.000000;0.905081;0.815628;0.000000;0.000000;0.232188;0.381072;0.163283;0.748193;0.984183;0.007753;0.008064;0.976945;0.018110;0.004945;0.999915;0.000000;0.000085;0.997527;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.500000;0.731059;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.119203;0.946899;0.000000;0.000000;0.000000;0.704954;0.000000;0.110073;0.163557;0.147292;0.479511;0.459092;0.000000;0.728890;0.274482;0.000000;0.242137;0.098945;0.000000;0.112147;0.637609;0.987809;0.006776;0.005414;0.980010;0.017405;0.002580;0.999975;0.000000;0.000025;0.119203;0.982014;0.119203;0.268941;0.006693;0.731059;0.500000;0.047426;0.268941;0.017986;0.119203;0.993307;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.268941;0.017986;0.474522;0.849412;0.554285;0.496750;0.000000;0.835621;0.802025;0.089480;0.305764;0.070437;0.277880;0.831599;0.000000;0.123359;0.334701;0.309171;0.140517;0.000000;0.501500;0.000000;0.987079;0.005358;0.007565;0.979505;0.016030;0.004470;0.999885;0.000000;0.000115;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.119203;0.731059;0.982014;0.017986;0.500000;0.993307;0.006693;0.017986;0.017986;0.268941;0.982014;0.119203;0.569546;0.838621;0.709303;0.145542;0.587102;0.398672;0.269335;0.000000;0.476517;0.437085;0.661055;0.670180;0.655883;0.469787;0.000000;0.637609;0.037112;0.000000;0.462073;0.465803;0.987445;0.005101;0.007452;0.975010;0.015260;0.009725;0.999700;0.000000;0.000300;0.268941;0.017986;0.017986;0.006693;0.500000;0.017986;0.006693;0.017986;0.047426;0.880797;0.982014;0.017986;0.952574;0.952574;0.006693;0.047426;0.047426;0.047426;0.268941;0.500000;0.579324;0.000000;0.000000;0.052154;0.418241;0.000000;0.000000;0.058415;0.000000;0.710333;0.923791;0.000000;0.553544;0.777127;0.000000;0.195132;0.000000;0.774168;0.104799;0.364937;0.971940;0.003539;0.024520;0.971765;0.010575;0.017660;0.997835;0.000000;0.002165
0.006693;0.017986;0.999877;0.119203;0.000911;0.119203;0.047426;0.017986;0.047426;0.000911;0.000911;0.268941;0.002473;0.000911;0.002473;0.119203;0.017986;0.000335;0.002473;0.000911;0.552308;0.713000;0.896877;0.451156;0.222354;0.162874;0.479012;0.367258;0.739621;0.245085;0.089725;0.560453;0.573954;0.000000;0.521237;0.724122;0.256546;0.297757;0.347511;0.294630;0.709353;0.011698;0.278951;0.599315;0.005925;0.394755;0.760335;0.008125;0.231550;0.982014;0.006693;0.006693;0.002473;0.017986;0.006693;0.006693;0.017986;0.006693;0.268941;0.119203;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.002473;0.017986;0.997527;0.242137;0.000000;0.000000;0.000000;0.629483;0.000000;0.000000;0.000000;0.000000;0.913883;0.571506;0.000000;0.945370;0.000000;0.000000;0.086511;0.139674;0.611590;0.000000;0.906785;0.848091;0.008359;0.143552;0.870535;0.003835;0.125635;0.878465;0.005475;0.116060;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.047426;0.006693;0.002473;0.000911;0.000911;0.751383;0.000000;0.354573;0.000000;0.000000;0.000000;0.000000;0.962601;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.166727;0.622694;0.065314;0.000000;0.000000;0.000000;0.911050;0.005522;0.083430;0.893590;0.003315;0.103095;0.899665;0.000030;0.100310;0.500000;0.500000;0.119203;0.047426;0.119203;0.500000;0.119203;0.500000;0.119203;0.017986;0.119203;0.119203;0.268941;0.268941;0.017986;0.982014;0.268941;0.952574;0.982014;0.047426;0.513247;0.886452;0.337602;0.130562;0.000000;0.863067;0.370750;0.457850;0.405886;0.000000;0.095782;0.626914;0.614200;0.000000;0.000000;0.818765;0.632278;0.000000;0.412655;0.056200;0.964733;0.005795;0.029472;0.943705;0.008410;0.047890;0.998400;0.000000;0.001595;0.119203;0.047426;0.268941;0.017986;0.017986;0.047426;0.017986;0.017986;0.993307;0.880797;0.119203;0.017986;0.119203;0.982014;0.047426;0.047426;0.268941;0.982014;0.982014;0.731059;0.788182;0.727505;0.708477;0.000000;0.391503;0.731255;0.716466;0.518991;0.558481;0.382725;0.219257;0.048292;0.218061;0.267567;0.324318;0.674586;0.344795;0.000000;0.463067;0.142217;0.976920;0.007716;0.015362;0.976545;0.018005;0.005450;0.999710;0.000000;0.000285;0.993307;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.268941;0.731059;0.047426;0.268941;0.047426;0.017986;0.731059;0.880797;0.006693;0.047426;0.268941;0.478513;0.293800;0.000000;0.000000;0.484005;0.000000;0.083478;0.052352;0.637609;0.871468;0.739236;0.000000;0.905081;0.815628;0.000000;0.000000;0.232188;0.381072;0.163283;0.748193;0.984183;0.007753;0.008064;0.976945;0.018110;0.004945;0.999915;0.000000;0.000085;0.997527;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.500000;0.731059;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.119203;0.946899;0.000000;0.000000;0.000000;0.704954;0.000000;0.110073;0.163557;0.147292;0.479511;0.459092;0.000000;0.728890;0.274482;0.000000;0.242137;0.098945;0.000000;0.112147;0.637609;0.987809;0.006776;0.005414;0.980010;0.017405;0.002580;0.999975;0.000000;0.000025;0.119203;0.982014;0.119203;0.268941;0.006693;0.731059;0.500000;0.047426;0.268941;0.017986;0.119203;0.993307;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.268941;0.017986;0.474522;0.849412;0.554285;0.496750;0.000000;0.835621;0.802025;0.089480;0.305764;0.070437;0.277880;0.831599;0.000000;0.123359;0.334701;0.309171;0.140517;0.000000;0.501500;0.000000;0.987079;0.005358;0.007565;0.979505;0.016030;0.004470;0.999885;0.000000;0.000115;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.119203;0.731059;0.982014;0.017986;0.500000;0.993307;0.006693;0.017986;0.017986;0.268941;0.982014;0.119203;0.569546;0.838621;0.709303;0.145542;0.587102;0.398672;0.269335;0.000000;0.476517;0.437085;0.661055;0.670180;0.655883;0.469787;0.000000;0.637609;0.037112;0.000000;0.462073;0.465803;0.987445;0.005101;0.007452;0.975010;0.015260;0.009725;0.999700;0.000000;0.000300;0.268941;0.017986;0.017986;0.006693;0.500000;0.017986;0.006693;0.017986;0.047426;0.880797;0.982014;0.017986;0.952574;0.952574;0.006693;0.047426;0.047426;0.047426;0.268941;0.500000;0.579324;0.000000;0.000000;0.052154;0.418241;0.000000;0.000000;0.058415;0.000000;0.710333;0.923791;0.000000;0.553544;0.777127;0.000000;0.195132;0.000000;0.774168;0.104799;0.364937;0.971940;0.003539;0.024520;0.971765;0.010575;0.017660;0.997835;0.000000;0.002165;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.047426;0.999089;0.047426;0.119203;0.500000;0.119203;0.268941;0.047426;0.731059;0.500000;0.268941;0.880797;0.119203;0.627148;0.616094;0.419458;0.060030;0.392456;0.756023;0.053454;0.000000;0.591942;0.722922;0.607544;0.694024;0.743263;0.000000;0.000000;0.697411;0.428249;0.000000;0.386037;0.549339;0.926160;0.003198;0.070641;0.947345;0.009545;0.043110;0.981210;0.000005;0.018780
0.982014;0.006693;0.006693;0.002473;0.017986;0.006693;0.006693;0.017986;0.006693;0.268941;0.119203;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.002473;0.017986;0.997527;0.242137;0.000000;0.000000;0.000000;0.629483;0.000000;0.000000;0.000000;0.000000;0.913883;0.571506;0.000000;0.945370;0.000000;0.000000;0.086511;0.139674;0.611590;0.000000;0.906785;0.848091;0.008359;0.143552;0.870535;0.003835;0.125635;0.878465;0.005475;0.116060;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.047426;0.006693;0.002473;0.000911;0.000911;0.751383;0.000000;0.354573;0.000000;0.000000;0.000000;0.000000;0.962601;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.166727;0.622694;0.065314;0.000000;0.000000;0.000000;0.911050;0.005522;0.083430;0.893590;0.003315;0.103095;0.899665;0.000030;0.100310;0.500000;0.500000;0.119203;0.047426;0.119203;0.500000;0.119203;0.500000;0.119203;0.017986;0.119203;0.119203;0.268941;0.268941;0.017986;0.982014;0.268941;0.952574;0.982014;0.047426;0.513247;0.886452;0.337602;0.130562;0.000000;0.863067;0.370750;0.457850;0.405886;0.000000;0.095782;0.626914;0.614200;0.000000;0.000000;0.818765;0.632278;0.000000;0.412655;0.056200;0.964733;0.005795;0.029472;0.943705;0.008410;0.047890;0.998400;0.000000;0.001595;0.119203;0.047426;0.268941;0.017986;0.017986;0.047426;0.017986;0.017986;0.993307;0.880797;0.119203;0.017986;0.119203;0.982014;0.047426;0.047426;0.268941;0.982014;0.982014;0.731059;0.788182;0.727505;0.708477;0.000000;0.391503;0.731255;0.716466;0.518991;0.558481;0.382725;0.219257;0.048292;0.218061;0.267567;0.324318;0.674586;0.344795;0.000000;0.463067;0.142217;0.976920;0.007716;0.015362;0.976545;0.018005;0.005450;0.999710;0.000000;0.000285;0.993307;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.268941;0.731059;0.047426;0.268941;0.047426;0.017986;0.731059;0.880797;0.006693;0.047426;0.268941;0.478513;0.293800;0.000000;0.000000;0.484005;0.000000;0.083478;0.052352;0.637609;0.871468;0.739236;0.000000;0.905081;0.815628;0.000000;0.000000;0.232188;0.381072;0.163283;0.748193;0.984183;0.007753;0.008064;0.976945;0.018110;0.004945;0.999915;0.000000;0.000085;0.997527;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.500000;0.731059;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.119203;0.946899;0.000000;0.000000;0.000000;0.704954;0.000000;0.110073;0.163557;0.147292;0.479511;0.459092;0.000000;0.728890;0.274482;0.000000;0.242137;0.098945;0.000000;0.112147;0.637609;0.987809;0.006776;0.005414;0.980010;0.017405;0.002580;0.999975;0.000000;0.000025;0.119203;0.982014;0.119203;0.268941;0.006693;0.731059;0.500000;0.047426;0.268941;0.017986;0.119203;0.993307;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.268941;0.017986;0.474522;0.849412;0.554285;0.496750;0.000000;0.835621;0.802025;0.089480;0.305764;0.070437;0.277880;0.831599;0.000000;0.123359;0.334701;0.309171;0.140517;0.000000;0.501500;0.000000;0.987079;0.005358;0.007565;0.979505;0.016030;0.004470;0.999885;0.000000;0.000115;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.119203;0.731059;0.982014;0.017986;0.500000;0.993307;0.006693;0.017986;0.017986;0.268941;0.982014;0.119203;0.569546;0.838621;0.709303;0.145542;0.587102;0.398672;0.269335;0.000000;0.476517;0.437085;0.661055;0.670180;0.655883;0.469787;0.000000;0.637609;0.037112;0.000000;0.462073;0.465803;0.987445;0.005101;0.007452;0.975010;0.015260;0.009725;0.999700;0.000000;0.000300;0.268941;0.017986;0.017986;0.006693;0.500000;0.017986;0.006693;0.017986;0.047426;0.880797;0.982014;0.017986;0.952574;0.952574;0.006693;0.047426;0.047426;0.047426;0.268941;0.500000;0.579324;0.000000;0.000000;0.052154;0.418241;0.000000;0.000000;0.058415;0.000000;0.710333;0.923791;0.000000;0.553544;0.777127;0.000000;0.195132;0.000000;0.774168;0.104799;0.364937;0.971940;0.003539;0.024520;0.971765;0.010575;0.017660;0.997835;0.000000;0.002165;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.047426;0.999089;0.047426;0.119203;0.500000;0.119203;0.268941;0.047426;0.731059;0.500000;0.268941;0.880797;0.119203;0.627148;0.616094;0.419458;0.060030;0.392456;0.756023;0.053454;0.000000;0.591942;0.722922;0.607544;0.694024;0.743263;0.000000;0.000000;0.697411;0.428249;0.000000;0.386037;0.549339;0.926160;0.003198;0.070641;0.947345;0.009545;0.043110;0.981210;0.000005;0.018780;0.119203;0.731059;0.268941;0.731059;0.017986;0.880797;0.993307;0.047426;0.880797;0.047426;0.047426;0.731059;0.047426;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.047426;0.827356;0.688261;0.388173;0.475520;0.633904;0.844618;0.655883;0.591459;0.326953;0.078855;0.018560;0.597486;0.000000;0.123575;0.266784;0.697833;0.217040;0.000000;0.105741;0.063151;0.820047;0.000675;0.179278;0.871460;0.001970;0.126565;0.831585;0.000010;0.168410
0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.047426;0.006693;0.002473;0.000911;0.000911;0.751383;0.000000;0.354573;0.000000;0.000000;0.000000;0.000000;0.962601;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.166727;0.622694;0.065314;0.000000;0.000000;0.000000;0.911050;0.005522;0.083430;0.893590;0.003315;0.103095;0.899665;0.000030;0.100310;0.500000;0.500000;0.119203;0.047426;0.119203;0.500000;0.119203;0.500000;0.119203;0.017986;0.119203;0.119203;0.268941;0.268941;0.017986;0.982014;0.268941;0.952574;0.982014;0.047426;0.513247;0.886452;0.337602;0.130562;0.000000;0.863067;0.370750;0.457850;0.405886;0.000000;0.095782;0.626914;0.614200;0.000000;0.000000;0.818765;0.632278;0.000000;0.412655;0.056200;0.964733;0.005795;0.029472;0.943705;0.008410;0.047890;0.998400;0.000000;0.001595;0.119203;0.047426;0.268941;0.017986;0.017986;0.047426;0.017986;0.017986;0.993307;0.880797;0.119203;0.017986;0.119203;0.982014;0.047426;0.047426;0.268941;0.982014;0.982014;0.731059;0.788182;0.727505;0.708477;0.000000;0.391503;0.731255;0.716466;0.518991;0.558481;0.382725;0.219257;0.048292;0.218061;0.267567;0.324318;0.674586;0.344795;0.000000;0.463067;0.142217;0.976920;0.007716;0.015362;0.976545;0.018005;0.005450;0.999710;0.000000;0.000285;0.993307;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.268941;0.731059;0.047426;0.268941;0.047426;0.017986;0.731059;0.880797;0.006693;0.047426;0.268941;0.478513;0.293800;0.000000;0.000000;0.484005;0.000000;0.083478;0.052352;0.637609;0.871468;0.739236;0.000000;0.905081;0.815628;0.000000;0.000000;0.232188;0.381072;0.163283;0.748193;0.984183;0.007753;0.008064;0.976945;0.018110;0.004945;0.999915;0.000000;0.000085;0.997527;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.500000;0.731059;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.119203;0.946899;0.000000;0.000000;0.000000;0.704954;0.000000;0.110073;0.163557;0.147292;0.479511;0.459092;0.000000;0.728890;0.274482;0.000000;0.242137;0.098945;0.000000;0.112147;0.637609;0.987809;0.006776;0.005414;0.980010;0.017405;0.002580;0.999975;0.000000;0.000025;0.119203;0.982014;0.119203;0.268941;0.006693;0.731059;0.500000;0.047426;0.268941;0.017986;0.119203;0.993307;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.268941;0.017986;0.474522;0.849412;0.554285;0.496750;0.000000;0.835621;0.802025;0.089480;0.305764;0.070437;0.277880;0.831599;0.000000;0.123359;0.334701;0.309171;0.140517;0.000000;0.501500;0.000000;0.987079;0.005358;0.007565;0.979505;0.016030;0.004470;0.999885;0.000000;0.000115;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.119203;0.731059;0.982014;0.017986;0.500000;0.993307;0.006693;0.017986;0.017986;0.268941;0.982014;0.119203;0.569546;0.838621;0.709303;0.145542;0.587102;0.398672;0.269335;0.000000;0.476517;0.437085;0.661055;0.670180;0.655883;0.469787;0.000000;0.637609;0.037112;0.000000;0.462073;0.465803;0.987445;0.005101;0.007452;0.975010;0.015260;0.009725;0.999700;0.000000;0.000300;0.268941;0.017986;0.017986;0.006693;0.500000;0.017986;0.006693;0.017986;0.047426;0.880797;0.982014;0.017986;0.952574;0.952574;0.006693;0.047426;0.047426;0.047426;0.268941;0.500000;0.579324;0.000000;0.000000;0.052154;0.418241;0.000000;0.000000;0.058415;0.000000;0.710333;0.923791;0.000000;0.553544;0.777127;0.000000;0.195132;0.000000;0.774168;0.104799;0.364937;0.971940;0.003539;0.024520;0.971765;0.010575;0.017660;0.997835;0.000000;0.002165;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.047426;0.999089;0.047426;0.119203;0.500000;0.119203;0.268941;0.047426;0.731059;0.500000;0.268941;0.880797;0.119203;0.627148;0.616094;0.419458;0.060030;0.392456;0.756023;0.053454;0.000000;0.591942;0.722922;0.607544;0.694024;0.743263;0.000000;0.000000;0.697411;0.428249;0.000000;0.386037;0.549339;0.926160;0.003198;0.070641;0.947345;0.009545;0.043110;0.981210;0.000005;0.018780;0.119203;0.731059;0.268941;0.731059;0.017986;0.880797;0.993307;0.047426;0.880797;0.047426;0.047426;0.731059;0.047426;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.047426;0.827356;0.688261;0.388173;0.475520;0.633904;0.844618;0.655883;0.591459;0.326953;0.078855;0.018560;0.597486;0.000000;0.123575;0.266784;0.697833;0.217040;0.000000;0.105741;0.063151;0.820047;0.000675;0.179278;0.871460;0.001970;0.126565;0.831585;0.000010;0.168410;0.731059;0.731059;0.500000;0.982014;0.047426;0.731059;0.880797;0.268941;0.268941;0.119203;0.268941;0.500000;0.500000;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.119203;0.000000;0.000000;0.000000;0.676558;0.751943;0.000000;0.397953;0.836170;0.000000;0.391503;0.446209;0.676777;0.954087;0.000000;0.000000;0.000000;0.621989;0.000000;0.000000;0.568811;0.616251;0.003328;0.380421;0.838935;0.001285;0.159780;0.728000;0.000065;0.271935
0.500000;0.500000;0.119203;0.047426;0.119203;0.500000;0.119203;0.500000;0.119203;0.017986;0.119203;0.119203;0.268941;0.268941;0.017986;0.982014;0.268941;0.952574;0.982014;0.047426;0.513247;0.886452;0.337602;0.130562;0.000000;0.863067;0.370750;0.457850;0.405886;0.000000;0.095782;0.626914;0.614200;0.000000;0.000000;0.818765;0.632278;0.000000;0.412655;0.056200;0.964733;0.005795;0.029472;0.943705;0.008410;0.047890;0.998400;0.000000;0.001595;0.119203;0.047426;0.268941;0.017986;0.017986;0.047426;0.017986;0.017986;0.993307;0.880797;0.119203;0.017986;0.119203;0.982014;0.047426;0.047426;0.268941;0.982014;0.982014;0.731059;0.788182;0.727505;0.708477;0.000000;0.391503;0.731255;0.716466;0.518991;0.558481;0.382725;0.219257;0.048292;0.218061;0.267567;0.324318;0.674586;0.344795;0.000000;0.463067;0.142217;0.976920;0.007716;0.015362;0.976545;0.018005;0.005450;0.999710;0.000000;0.000285;0.993307;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.268941;0.731059;0.047426;0.268941;0.047426;0.017986;0.731059;0.880797;0.006693;0.047426;0.268941;0.478513;0.293800;0.000000;0.000000;0.484005;0.000000;0.083478;0.052352;0.637609;0.871468;0.739236;0.000000;0.905081;0.815628;0.000000;0.000000;0.232188;0.381072;0.163283;0.748193;0.984183;0.007753;0.008064;0.976945;0.018110;0.004945;0.999915;0.000000;0.000085;0.997527;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.500000;0.731059;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.119203;0.946899;0.000000;0.000000;0.000000;0.704954;0.000000;0.110073;0.163557;0.147292;0.479511;0.459092;0.000000;0.728890;0.274482;0.000000;0.242137;0.098945;0.000000;0.112147;0.637609;0.987809;0.006776;0.005414;0.980010;0.017405;0.002580;0.999975;0.000000;0.000025;0.119203;0.982014;0.119203;0.268941;0.006693;0.731059;0.500000;0.047426;0.268941;0.017986;0.119203;0.993307;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.268941;0.017986;0.474522;0.849412;0.554285;0.496750;0.000000;0.835621;0.802025;0.089480;0.305764;0.070437;0.277880;0.831599;0.000000;0.123359;0.334701;0.309171;0.140517;0.000000;0.501500;0.000000;0.987079;0.005358;0.007565;0.979505;0.016030;0.004470;0.999885;0.000000;0.000115;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.119203;0.731059;0.982014;0.017986;0.500000;0.993307;0.006693;0.017986;0.017986;0.268941;0.982014;0.119203;0.569546;0.838621;0.709303;0.145542;0.587102;0.398672;0.269335;0.000000;0.476517;0.437085;0.661055;0.670180;0.655883;0.469787;0.000000;0.637609;0.037112;0.000000;0.462073;0.465803;0.987445;0.005101;0.007452;0.975010;0.015260;0.009725;0.999700;0.000000;0.000300;0.268941;0.017986;0.017986;0.006693;0.500000;0.017986;0.006693;0.017986;0.047426;0.880797;0.982014;0.017986;0.952574;0.952574;0.006693;0.047426;0.047426;0.047426;0.268941;0.500000;0.579324;0.000000;0.000000;0.052154;0.418241;0.000000;0.000000;0.058415;0.000000;0.710333;0.923791;0.000000;0.553544;0.777127;0.000000;0.195132;0.000000;0.774168;0.104799;0.364937;0.971940;0.003539;0.024520;0.971765;0.010575;0.017660;0.997835;0.000000;0.002165;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.047426;0.999089;0.047426;0.119203;0.500000;0.119203;0.268941;0.047426;0.731059;0.500000;0.268941;0.880797;0.119203;0.627148;0.616094;0.419458;0.060030;0.392456;0.756023;0.053454;0.000000;0.591942;0.722922;0.607544;0.694024;0.743263;0.000000;0.000000;0.697411;0.428249;0.000000;0.386037;0.549339;0.926160;0.003198;0.070641;0.947345;0.009545;0.043110;0.981210;0.000005;0.018780;0.119203;0.731059;0.268941;0.731059;0.017986;0.880797;0.993307;0.047426;0.880797;0.047426;0.047426;0.731059;0.047426;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.047426;0.827356;0.688261;0.388173;0.475520;0.633904;0.844618;0.655883;0.591459;0.326953;0.078855;0.018560;0.597486;0.000000;0.123575;0.266784;0.697833;0.217040;0.000000;0.105741;0.063151;0.820047;0.000675;0.179278;0.871460;0.001970;0.126565;0.831585;0.000010;0.168410;0.731059;0.731059;0.500000;0.982014;0.047426;0.731059;0.880797;0.268941;0.268941;0.119203;0.268941;0.500000;0.500000;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.119203;0.000000;0.000000;0.000000;0.676558;0.751943;0.000000;0.397953;0.836170;0.000000;0.391503;0.446209;0.676777;0.954087;0.000000;0.000000;0.000000;0.621989;0.000000;0.000000;0.568811;0.616251;0.003328;0.380421;0.838935;0.001285;0.159780;0.728000;0.000065;0.271935;0.731059;0.268941;0.268941;0.500000;0.119203;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.952574;0.731059;0.119203;0.268941;0.268941;0.880797;0.500000;0.268941;0.653622;0.364473;0.719503;0.116706;0.287000;0.317778;0.242504;0.157095;0.090792;0.192787;0.762421;0.468044;0.870344;0.817873;0.000000;0.484755;0.000000;0.682005;0.779370;0.213157;0.283984;0.000904;0.715112;0.396545;0.001080;0.602370;0.248050;0.001585;0.750370
0.119203;0.047426;0.268941;0.017986;0.017986;0.047426;0.017986;0.017986;0.993307;0.880797;0.119203;0.017986;0.119203;0.982014;0.047426;0.047426;0.268941;0.982014;0.982014;0.731059;0.788182;0.727505;0.708477;0.000000;0.391503;0.731255;0.716466;0.518991;0.558481;0.382725;0.219257;0.048292;0.218061;0.267567;0.324318;0.674586;0.344795;0.000000;0.463067;0.142217;0.976920;0.007716;0.015362;0.976545;0.018005;0.005450;0.999710;0.000000;0.000285;0.993307;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.268941;0.731059;0.047426;0.268941;0.047426;0.017986;0.731059;0.880797;0.006693;0.047426;0.268941;0.478513;0.293800;0.000000;0.000000;0.484005;0.000000;0.083478;0.052352;0.637609;0.871468;0.739236;0.000000;0.905081;0.815628;0.000000;0.000000;0.232188;0.381072;0.163283;0.748193;0.984183;0.007753;0.008064;0.976945;0.018110;0.004945;0.999915;0.000000;0.000085;0.997527;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.500000;0.731059;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.119203;0.946899;0.000000;0.000000;0.000000;0.704954;0.000000;0.110073;0.163557;0.147292;0.479511;0.459092;0.000000;0.728890;0.274482;0.000000;0.242137;0.098945;0.000000;0.112147;0.637609;0.987809;0.006776;0.005414;0.980010;0.017405;0.002580;0.999975;0.000000;0.000025;0.119203;0.982014;0.119203;0.268941;0.006693;0.731059;0.500000;0.047426;0.268941;0.017986;0.119203;0.993307;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.268941;0.017986;0.474522;0.849412;0.554285;0.496750;0.000000;0.835621;0.802025;0.089480;0.305764;0.070437;0.277880;0.831599;0.000000;0.123359;0.334701;0.309171;0.140517;0.000000;0.501500;0.000000;0.987079;0.005358;0.007565;0.979505;0.016030;0.004470;0.999885;0.000000;0.000115;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.119203;0.731059;0.982014;0.017986;0.500000;0.993307;0.006693;0.017986;0.017986;0.268941;0.982014;0.119203;0.569546;0.838621;0.709303;0.145542;0.587102;0.398672;0.269335;0.000000;0.476517;0.437085;0.661055;0.670180;0.655883;0.469787;0.000000;0.637609;0.037112;0.000000;0.462073;0.465803;0.987445;0.005101;0.007452;0.975010;0.015260;0.009725;0.999700;0.000000;0.000300;0.268941;0.017986;0.017986;0.006693;0.500000;0.017986;0.006693;0.017986;0.047426;0.880797;0.982014;0.017986;0.952574;0.952574;0.006693;0.047426;0.047426;0.047426;0.268941;0.500000;0.579324;0.000000;0.000000;0.052154;0.418241;0.000000;0.000000;0.058415;0.000000;0.710333;0.923791;0.000000;0.553544;0.777127;0.000000;0.195132;0.000000;0.774168;0.104799;0.364937;0.971940;0.003539;0.024520;0.971765;0.010575;0.017660;0.997835;0.000000;0.002165;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.047426;0.999089;0.047426;0.119203;0.500000;0.119203;0.268941;0.047426;0.731059;0.500000;0.268941;0.880797;0.119203;0.627148;0.616094;0.419458;0.060030;0.392456;0.756023;0.053454;0.000000;0.591942;0.722922;0.607544;0.694024;0.743263;0.000000;0.000000;0.697411;0.428249;0.000000;0.386037;0.549339;0.926160;0.003198;0.070641;0.947345;0.009545;0.043110;0.981210;0.000005;0.018780;0.119203;0.731059;0.268941;0.731059;0.017986;0.880797;0.993307;0.047426;0.880797;0.047426;0.047426;0.731059;0.047426;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.047426;0.827356;0.688261;0.388173;0.475520;0.633904;0.844618;0.655883;0.591459;0.326953;0.078855;0.018560;0.597486;0.000000;0.123575;0.266784;0.697833;0.217040;0.000000;0.105741;0.063151;0.820047;0.000675;0.179278;0.871460;0.001970;0.126565;0.831585;0.000010;0.168410;0.731059;0.731059;0.500000;0.982014;0.047426;0.731059;0.880797;0.268941;0.268941;0.119203;0.268941;0.500000;0.500000;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.119203;0.000000;0.000000;0.000000;0.676558;0.751943;0.000000;0.397953;0.836170;0.000000;0.391503;0.446209;0.676777;0.954087;0.000000;0.000000;0.000000;0.621989;0.000000;0.000000;0.568811;0.616251;0.003328;0.380421;0.838935;0.001285;0.159780;0.728000;0.000065;0.271935;0.731059;0.268941;0.268941;0.500000;0.119203;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.952574;0.731059;0.119203;0.268941;0.268941;0.880797;0.500000;0.268941;0.653622;0.364473;0.719503;0.116706;0.287000;0.317778;0.242504;0.157095;0.090792;0.192787;0.762421;0.468044;0.870344;0.817873;0.000000;0.484755;0.000000;0.682005;0.779370;0.213157;0.283984;0.000904;0.715112;0.396545;0.001080;0.602370;0.248050;0.001585;0.750370;0.047426;0.006693;0.017986;0.047426;0.002473;0.017986;0.006693;0.999089;0.119203;0.000911;0.000911;0.047426;0.002473;0.002473;0.006693;0.017986;0.006693;0.002473;0.002473;0.002473;0.269729;0.368653;0.785330;0.465057;0.000000;0.487752;0.394843;0.951200;0.319733;0.000000;0.000000;0.329599;0.000000;0.000000;0.000000;0.208994;0.041607;0.000000;0.085177;0.129093;0.020807;0.012195;0.966997;0.002100;0.005360;0.992540;0.001210;0.003045;0.995745
0.993307;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.268941;0.731059;0.047426;0.268941;0.047426;0.017986;0.731059;0.880797;0.006693;0.047426;0.268941;0.478513;0.293800;0.000000;0.000000;0.484005;0.000000;0.083478;0.052352;0.637609;0.871468;0.739236;0.000000;0.905081;0.815628;0.000000;0.000000;0.232188;0.381072;0.163283;0.748193;0.984183;0.007753;0.008064;0.976945;0.018110;0.004945;0.999915;0.000000;0.000085;0.997527;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.500000;0.731059;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.119203;0.946899;0.000000;0.000000;0.000000;0.704954;0.000000;0.110073;0.163557;0.147292;0.479511;0.459092;0.000000;0.728890;0.274482;0.000000;0.242137;0.098945;0.000000;0.112147;0.637609;0.987809;0.006776;0.005414;0.980010;0.017405;0.002580;0.999975;0.000000;0.000025;0.119203;0.982014;0.119203;0.268941;0.006693;0.731059;0.500000;0.047426;0.268941;0.017986;0.119203;0.993307;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.268941;0.017986;0.474522;0.849412;0.554285;0.496750;0.000000;0.835621;0.802025;0.089480;0.305764;0.070437;0.277880;0.831599;0.000000;0.123359;0.334701;0.309171;0.140517;0.000000;0.501500;0.000000;0.987079;0.005358;0.007565;0.979505;0.016030;0.004470;0.999885;0.000000;0.000115;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.119203;0.731059;0.982014;0.017986;0.500000;0.993307;0.006693;0.017986;0.017986;0.268941;0.982014;0.119203;0.569546;0.838621;0.709303;0.145542;0.587102;0.398672;0.269335;0.000000;0.476517;0.437085;0.661055;0.670180;0.655883;0.469787;0.000000;0.637609;0.037112;0.000000;0.462073;0.465803;0.987445;0.005101;0.007452;0.975010;0.015260;0.009725;0.999700;0.000000;0.000300;0.268941;0.017986;0.017986;0.006693;0.500000;0.017986;0.006693;0.017986;0.047426;0.880797;0.982014;0.017986;0.952574;0.952574;0.006693;0.047426;0.047426;0.047426;0.268941;0.500000;0.579324;0.000000;0.000000;0.052154;0.418241;0.000000;0.000000;0.058415;0.000000;0.710333;0.923791;0.000000;0.553544;0.777127;0.000000;0.195132;0.000000;0.774168;0.104799;0.364937;0.971940;0.003539;0.024520;0.971765;0.010575;0.017660;0.997835;0.000000;0.002165;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.047426;0.999089;0.047426;0.119203;0.500000;0.119203;0.268941;0.047426;0.731059;0.500000;0.268941;0.880797;0.119203;0.627148;0.616094;0.419458;0.060030;0.392456;0.756023;0.053454;0.000000;0.591942;0.722922;0.607544;0.694024;0.743263;0.000000;0.000000;0.697411;0.428249;0.000000;0.386037;0.549339;0.926160;0.003198;0.070641;0.947345;0.009545;0.043110;0.981210;0.000005;0.018780;0.119203;0.731059;0.268941;0.731059;0.017986;0.880797;0.993307;0.047426;0.880797;0.047426;0.047426;0.731059;0.047426;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.047426;0.827356;0.688261;0.388173;0.475520;0.633904;0.844618;0.655883;0.591459;0.326953;0.078855;0.018560;0.597486;0.000000;0.123575;0.266784;0.697833;0.217040;0.000000;0.105741;0.063151;0.820047;0.000675;0.179278;0.871460;0.001970;0.126565;0.831585;0.000010;0.168410;0.731059;0.731059;0.500000;0.982014;0.047426;0.731059;0.880797;0.268941;0.268941;0.119203;0.268941;0.500000;0.500000;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.119203;0.000000;0.000000;0.000000;0.676558;0.751943;0.000000;0.397953;0.836170;0.000000;0.391503;0.446209;0.676777;0.954087;0.000000;0.000000;0.000000;0.621989;0.000000;0.000000;0.568811;0.616251;0.003328;0.380421;0.838935;0.001285;0.159780;0.728000;0.000065;0.271935;0.731059;0.268941;0.268941;0.500000;0.119203;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.952574;0.731059;0.119203;0.268941;0.268941;0.880797;0.500000;0.268941;0.653622;0.364473;0.719503;0.116706;0.287000;0.317778;0.242504;0.157095;0.090792;0.192787;0.762421;0.468044;0.870344;0.817873;0.000000;0.484755;0.000000;0.682005;0.779370;0.213157;0.283984;0.000904;0.715112;0.396545;0.001080;0.602370;0.248050;0.001585;0.750370;0.047426;0.006693;0.017986;0.047426;0.002473;0.017986;0.006693;0.999089;0.119203;0.000911;0.000911;0.047426;0.002473;0.002473;0.006693;0.017986;0.006693;0.002473;0.002473;0.002473;0.269729;0.368653;0.785330;0.465057;0.000000;0.487752;0.394843;0.951200;0.319733;0.000000;0.000000;0.329599;0.000000;0.000000;0.000000;0.208994;0.041607;0.000000;0.085177;0.129093;0.020807;0.012195;0.966997;0.002100;0.005360;0.992540;0.001210;0.003045;0.995745;0.993307;0.017986;0.017986;0.017986;0.993307;0.047426;0.017986;0.268941;0.017986;0.047426;0.047426;0.047426;0.731059;0.119203;0.047426;0.500000;0.119203;0.017986;0.500000;0.268941;0.769945;0.000000;0.000000;0.204078;0.753060;0.000000;0.000000;0.433644;0.757680;0.537430;0.617039;0.058195;0.907543;0.685465;0.512997;0.140880;0.093384;0.685680;0.558728;0.626212;0.018565;0.095737;0.885698;0.001520;0.074785;0.923695;0.000325;0.016330;0.983345
0.997527;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.500000;0.731059;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.119203;0.946899;0.000000;0.000000;0.000000;0.704954;0.000000;0.110073;0.163557;0.147292;0.479511;0.459092;0.000000;0.728890;0.274482;0.000000;0.242137;0.098945;0.000000;0.112147;0.637609;0.987809;0.006776;0.005414;0.980010;0.017405;0.002580;0.999975;0.000000;0.000025;0.119203;0.982014;0.119203;0.268941;0.006693;0.731059;0.500000;0.047426;0.268941;0.017986;0.119203;0.993307;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.268941;0.017986;0.474522;0.849412;0.554285;0.496750;0.000000;0.835621;0.802025;0.089480;0.305764;0.070437;0.277880;0.831599;0.000000;0.123359;0.334701;0.309171;0.140517;0.000000;0.501500;0.000000;0.987079;0.005358;0.007565;0.979505;0.016030;0.004470;0.999885;0.000000;0.000115;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.119203;0.731059;0.982014;0.017986;0.500000;0.993307;0.006693;0.017986;0.017986;0.268941;0.982014;0.119203;0.569546;0.838621;0.709303;0.145542;0.587102;0.398672;0.269335;0.000000;0.476517;0.437085;0.661055;0.670180;0.655883;0.469787;0.000000;0.637609;0.037112;0.000000;0.462073;0.465803;0.987445;0.005101;0.007452;0.975010;0.015260;0.009725;0.999700;0.000000;0.000300;0.268941;0.017986;0.017986;0.006693;0.500000;0.017986;0.006693;0.017986;0.047426;0.880797;0.982014;0.017986;0.952574;0.952574;0.006693;0.047426;0.047426;0.047426;0.268941;0.500000;0.579324;0.000000;0.000000;0.052154;0.418241;0.000000;0.000000;0.058415;0.000000;0.710333;0.923791;0.000000;0.553544;0.777127;0.000000;0.195132;0.000000;0.774168;0.104799;0.364937;0.971940;0.003539;0.024520;0.971765;0.010575;0.017660;0.997835;0.000000;0.002165;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.047426;0.999089;0.047426;0.119203;0.500000;0.119203;0.268941;0.047426;0.731059;0.500000;0.268941;0.880797;0.119203;0.627148;0.616094;0.419458;0.060030;0.392456;0.756023;0.053454;0.000000;0.591942;0.722922;0.607544;0.694024;0.743263;0.000000;0.000000;0.697411;0.428249;0.000000;0.386037;0.549339;0.926160;0.003198;0.070641;0.947345;0.009545;0.043110;0.981210;0.000005;0.018780;0.119203;0.731059;0.268941;0.731059;0.017986;0.880797;0.993307;0.047426;0.880797;0.047426;0.047426;0.731059;0.047426;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.047426;0.827356;0.688261;0.388173;0.475520;0.633904;0.844618;0.655883;0.591459;0.326953;0.078855;0.018560;0.597486;0.000000;0.123575;0.266784;0.697833;0.217040;0.000000;0.105741;0.063151;0.820047;0.000675;0.179278;0.871460;0.001970;0.126565;0.831585;0.000010;0.168410;0.731059;0.731059;0.500000;0.982014;0.047426;0.731059;0.880797;0.268941;0.268941;0.119203;0.268941;0.500000;0.500000;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.119203;0.000000;0.000000;0.000000;0.676558;0.751943;0.000000;0.397953;0.836170;0.000000;0.391503;0.446209;0.676777;0.954087;0.000000;0.000000;0.000000;0.621989;0.000000;0.000000;0.568811;0.616251;0.003328;0.380421;0.838935;0.001285;0.159780;0.728000;0.000065;0.271935;0.731059;0.268941;0.268941;0.500000;0.119203;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.952574;0.731059;0.119203;0.268941;0.268941;0.880797;0.500000;0.268941;0.653622;0.364473;0.719503;0.116706;0.287000;0.317778;0.242504;0.157095;0.090792;0.192787;0.762421;0.468044;0.870344;0.817873;0.000000;0.484755;0.000000;0.682005;0.779370;0.213157;0.283984;0.000904;0.715112;0.396545;0.001080;0.602370;0.248050;0.001585;0.750370;0.047426;0.006693;0.017986;0.047426;0.002473;0.017986;0.006693;0.999089;0.119203;0.000911;0.000911;0.047426;0.002473;0.002473;0.006693;0.017986;0.006693;0.002473;0.002473;0.002473;0.269729;0.368653;0.785330;0.465057;0.000000;0.487752;0.394843;0.951200;0.319733;0.000000;0.000000;0.329599;0.000000;0.000000;0.000000;0.208994;0.041607;0.000000;0.085177;0.129093;0.020807;0.012195;0.966997;0.002100;0.005360;0.992540;0.001210;0.003045;0.995745;0.993307;0.017986;0.017986;0.017986;0.993307;0.047426;0.017986;0.268941;0.017986;0.047426;0.047426;0.047426;0.731059;0.119203;0.047426;0.500000;0.119203;0.017986;0.500000;0.268941;0.769945;0.000000;0.000000;0.204078;0.753060;0.000000;0.000000;0.433644;0.757680;0.537430;0.617039;0.058195;0.907543;0.685465;0.512997;0.140880;0.093384;0.685680;0.558728;0.626212;0.018565;0.095737;0.885698;0.001520;0.074785;0.923695;0.000325;0.016330;0.983345;0.047426;0.880797;0.500000;0.268941;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.047426;0.997527;0.017986;0.006693;0.017986;0.119203;0.880797;0.002473;0.017986;0.119203;0.452395;0.785835;0.654979;0.691043;0.258075;0.730074;0.756392;0.230232;0.470534;0.351375;0.031038;0.822153;0.261150;0.000000;0.114052;0.301114;0.416781;0.000000;0.147543;0.354115;0.014433;0.737928;0.247639;0.001565;0.647265;0.351165;0.000235;0.780875;0.218895
0.119203;0.982014;0.119203;0.268941;0.006693;0.731059;0.500000;0.047426;0.268941;0.017986;0.119203;0.993307;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.268941;0.017986;0.474522;0.849412;0.554285;0.496750;0.000000;0.835621;0.802025;0.089480;0.305764;0.070437;0.277880;0.831599;0.000000;0.123359;0.334701;0.309171;0.140517;0.000000;0.501500;0.000000;0.987079;0.005358;0.007565;0.979505;0.016030;0.004470;0.999885;0.000000;0.000115;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.119203;0.731059;0.982014;0.017986;0.500000;0.993307;0.006693;0.017986;0.017986;0.268941;0.982014;0.119203;0.569546;0.838621;0.709303;0.145542;0.587102;0.398672;0.269335;0.000000;0.476517;0.437085;0.661055;0.670180;0.655883;0.469787;0.000000;0.637609;0.037112;0.000000;0.462073;0.465803;0.987445;0.005101;0.007452;0.975010;0.015260;0.009725;0.999700;0.000000;0.000300;0.268941;0.017986;0.017986;0.006693;0.500000;0.017986;0.006693;0.017986;0.047426;0.880797;0.982014;0.017986;0.952574;0.952574;0.006693;0.047426;0.047426;0.047426;0.268941;0.500000;0.579324;0.000000;0.000000;0.052154;0.418241;0.000000;0.000000;0.058415;0.000000;0.710333;0.923791;0.000000;0.553544;0.777127;0.000000;0.195132;0.000000;0.774168;0.104799;0.364937;0.971940;0.003539;0.024520;0.971765;0.010575;0.017660;0.997835;0.000000;0.002165;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.047426;0.999089;0.047426;0.119203;0.500000;0.119203;0.268941;0.047426;0.731059;0.500000;0.268941;0.880797;0.119203;0.627148;0.616094;0.419458;0.060030;0.392456;0.756023;0.053454;0.000000;0.591942;0.722922;0.607544;0.694024;0.743263;0.000000;0.000000;0.697411;0.428249;0.000000;0.386037;0.549339;0.926160;0.003198;0.070641;0.947345;0.009545;0.043110;0.981210;0.000005;0.018780;0.119203;0.731059;0.268941;0.731059;0.017986;0.880797;0.993307;0.047426;0.880797;0.047426;0.047426;0.731059;0.047426;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.047426;0.827356;0.688261;0.388173;0.475520;0.633904;0.844618;0.655883;0.591459;0.326953;0.078855;0.018560;0.597486;0.000000;0.123575;0.266784;0.697833;0.217040;0.000000;0.105741;0.063151;0.820047;0.000675;0.179278;0.871460;0.001970;0.126565;0.831585;0.000010;0.168410;0.731059;0.731059;0.500000;0.982014;0.047426;0.731059;0.880797;0.268941;0.268941;0.119203;0.268941;0.500000;0.500000;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.119203;0.000000;0.000000;0.000000;0.676558;0.751943;0.000000;0.397953;0.836170;0.000000;0.391503;0.446209;0.676777;0.954087;0.000000;0.000000;0.000000;0.621989;0.000000;0.000000;0.568811;0.616251;0.003328;0.380421;0.838935;0.001285;0.159780;0.728000;0.000065;0.271935;0.731059;0.268941;0.268941;0.500000;0.119203;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.952574;0.731059;0.119203;0.268941;0.268941;0.880797;0.500000;0.268941;0.653622;0.364473;0.719503;0.116706;0.287000;0.317778;0.242504;0.157095;0.090792;0.192787;0.762421;0.468044;0.870344;0.817873;0.000000;0.484755;0.000000;0.682005;0.779370;0.213157;0.283984;0.000904;0.715112;0.396545;0.001080;0.602370;0.248050;0.001585;0.750370;0.047426;0.006693;0.017986;0.047426;0.002473;0.017986;0.006693;0.999089;0.119203;0.000911;0.000911;0.047426;0.002473;0.002473;0.006693;0.017986;0.006693;0.002473;0.002473;0.002473;0.269729;0.368653;0.785330;0.465057;0.000000;0.487752;0.394843;0.951200;0.319733;0.000000;0.000000;0.329599;0.000000;0.000000;0.000000;0.208994;0.041607;0.000000;0.085177;0.129093;0.020807;0.012195;0.966997;0.002100;0.005360;0.992540;0.001210;0.003045;0.995745;0.993307;0.017986;0.017986;0.017986;0.993307;0.047426;0.017986;0.268941;0.017986;0.047426;0.047426;0.047426;0.731059;0.119203;0.047426;0.500000;0.119203;0.017986;0.500000;0.268941;0.769945;0.000000;0.000000;0.204078;0.753060;0.000000;0.000000;0.433644;0.757680;0.537430;0.617039;0.058195;0.907543;0.685465;0.512997;0.140880;0.093384;0.685680;0.558728;0.626212;0.018565;0.095737;0.885698;0.001520;0.074785;0.923695;0.000325;0.016330;0.983345;0.047426;0.880797;0.500000;0.268941;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.047426;0.997527;0.017986;0.006693;0.017986;0.119203;0.880797;0.002473;0.017986;0.119203;0.452395;0.785835;0.654979;0.691043;0.258075;0.730074;0.756392;0.230232;0.470534;0.351375;0.031038;0.822153;0.261150;0.000000;0.114052;0.301114;0.416781;0.000000;0.147543;0.354115;0.014433;0.737928;0.247639;0.001565;0.647265;0.351165;0.000235;0.780875;0.218895;0.047426;0.002473;0.002473;0.002473;0.880797;0.006693;0.002473;0.002473;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.002473;0.006693;0.047426;0.002473;0.017986;0.997527;0.212152;0.214839;0.000000;0.000000;0.623868;0.170654;0.068370;0.000000;0.155644;0.908545;0.576641;0.099124;0.323442;0.132849;0.142705;0.085802;0.583705;0.000000;0.132964;0.909455;0.007206;0.974298;0.018497;0.001935;0.992650;0.005415;0.000030;0.995510;0.004460
0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.119203;0.731059;0.982014;0.017986;0.500000;0.993307;0.006693;0.017986;0.017986;0.268941;0.982014;0.119203;0.569546;0.838621;0.709303;0.145542;0.587102;0.398672;0.269335;0.000000;0.476517;0.437085;0.661055;0.670180;0.655883;0.469787;0.000000;0.637609;0.037112;0.000000;0.462073;0.465803;0.987445;0.005101;0.007452;0.975010;0.015260;0.009725;0.999700;0.000000;0.000300;0.268941;0.017986;0.017986;0.006693;0.500000;0.017986;0.006693;0.017986;0.047426;0.880797;0.982014;0.017986;0.952574;0.952574;0.006693;0.047426;0.047426;0.047426;0.268941;0.500000;0.579324;0.000000;0.000000;0.052154;0.418241;0.000000;0.000000;0.058415;0.000000;0.710333;0.923791;0.000000;0.553544;0.777127;0.000000;0.195132;0.000000;0.774168;0.104799;0.364937;0.971940;0.003539;0.024520;0.971765;0.010575;0.017660;0.997835;0.000000;0.002165;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.047426;0.999089;0.047426;0.119203;0.500000;0.119203;0.268941;0.047426;0.731059;0.500000;0.268941;0.880797;0.119203;0.627148;0.616094;0.419458;0.060030;0.392456;0.756023;0.053454;0.000000;0.591942;0.722922;0.607544;0.694024;0.743263;0.000000;0.000000;0.697411;0.428249;0.000000;0.386037;0.549339;0.926160;0.003198;0.070641;0.947345;0.009545;0.043110;0.981210;0.000005;0.018780;0.119203;0.731059;0.268941;0.731059;0.017986;0.880797;0.993307;0.047426;0.880797;0.047426;0.047426;0.731059;0.047426;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.047426;0.827356;0.688261;0.388173;0.475520;0.633904;0.844618;0.655883;0.591459;0.326953;0.078855;0.018560;0.597486;0.000000;0.123575;0.266784;0.697833;0.217040;0.000000;0.105741;0.063151;0.820047;0.000675;0.179278;0.871460;0.001970;0.126565;0.831585;0.000010;0.168410;0.731059;0.731059;0.500000;0.982014;0.047426;0.731059;0.880797;0.268941;0.268941;0.119203;0.268941;0.500000;0.500000;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.119203;0.000000;0.000000;0.000000;0.676558;0.751943;0.000000;0.397953;0.836170;0.000000;0.391503;0.446209;0.676777;0.954087;0.000000;0.000000;0.000000;0.621989;0.000000;0.000000;0.568811;0.616251;0.003328;0.380421;0.838935;0.001285;0.159780;0.728000;0.000065;0.271935;0.731059;0.268941;0.268941;0.500000;0.119203;0.500000;0.268941;0.500000;0.500000;0.268941;0.731059;0.268941;0.952574;0.731059;0.119203;0.268941;0.268941;0.880797;0.500000;0.268941;0.653622;0.364473;0.719503;0.116706;0.287000;0.317778;0.242504;0.157095;0.090792;0.192787;0.762421;0.468044;0.870344;0.817873;0.000000;0.484755;0.000000;0.682005;0.779370;0.213157;0.283984;0.000904;0.715112;0.396545;0.001080;0.602370;0.248050;0.001585;0.750370;0.047426;0.006693;0.017986;0.047426;0.002473;0.017986;0.006693;0.999089;0.119203;0.000911;0.000911;0.047426;0.002473;0.002473;0.006693;0.017986;0.006693;0.002473;0.002473;0.002473;0.269729;0.368653;0.785330;0.465057;0.000000;0.487752;0.394843;0.951200;0.319733;0.000000;0.000000;0.329599;0.000000;0.000000;0.000000;0.208994;0.041607;0.000000;0.085177;0.129093;0.020807;0.012195;0.966997;0.002100;0.005360;0.992540;0.001210;0.003045;0.995745;0.993307;0.017986;0.017986;0.017986;0.993307;0.047426;0.017986;0.268941;0.017986;0.047426;0.047426;0.047426;0.731059;0.119203;0.047426;0.500000;0.119203;0.017986;0.500000;0.268941;0.769945;0.000000;0.000000;0.204078;0.753060;0.000000;0.000000;0.433644;0.757680;0.537430;0.617039;0.058195;0.907543;0.685465;0.512997;0.140880;0.093384;0.685680;0.558728;0.626212;0.018565;0.095737;0.885698;0.001520;0.074785;0.923695;0.000325;0.016330;0.983345;0.047426;0.880797;0.500000;0.268941;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.047426;0.997527;0.017986;0.006693;0.017986;0.119203;0.880797;0.002473;0.017986;0.119203;0.452395;0.785835;0.654979;0.691043;0.258075;0.730074;0.756392;0.230232;0.470534;0.351375;0.031038;0.822153;0.261150;0.000000;0.114052;0.301114;0.416781;0.000000;0.147543;0.354115;0.014433;0.737928;0.247639;0.001565;0.647265;0.351165;0.000235;0.780875;0.218895;0.047426;0.002473;0.002473;0.002473;0.880797;0.006693;0.002473;0.002473;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.002473;0.006693;0.047426;0.002473;0.017986;0.997527;0.212152;0.214839;0.000000;0.000000;0.623868;0.170654;0.068370;0.000000;0.155644;0.908545;0.576641;0.099124;0.323442;0.132849;0.142705;0.085802;0.583705;0.000000;0.132964;0.909455;0.007206;0.974298;0.018497;0.001935;0.992650;0.005415;0.000030;0.995510;0.004460;0.047426;0.002473;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.268941;0.006693;0.268941;0.017986;0.002473;0.006693;0.119203;0.002473;0.017986;0.997527;0.400592;0.095349;0.324098;0.068817;0.389836;0.079878;0.070896;0.110171;0.415081;0.771535;0.653169;0.098146;0.413382;0.342089;0.000000;0.627148;0.585162;0.636221;0.722922;0.852457;0.003861;0.981530;0.014609;0.001860;0.994430;0.003710;0.000030;0.998570;0.001400
0.268941;0.119203;0.047426;0.268941;0.017986;0.119203;0.952574;0.047426;0.047426;0.006693;0.006693;0.731059;0.047426;0.002473;0.999089;0.268941;0.047426;0.119203;0.047426;0.006693;0.137881;0.646571;0.566847;0.601807;0.000000;0.747250;0.838891;0.000000;0.000000;0.396277;0.091955;0.524979;0.000000;0.000000;0.944486;0.000000;0.439055;0.000000;0.000000;0.120045;0.019987;0.010202;0.969813;0.001110;0.007715;0.991180;0.050125;0.014165;0.935710;0.500000;0.268941;0.993307;0.982014;0.006693;0.500000;0.880797;0.119203;0.268941;0.006693;0.006693;0.880797;0.047426;0.006693;0.017986;0.268941;0.119203;0.006693;0.047426;0.017986;0.688046;0.573220;0.865180;0.700567;0.000000;0.288845;0.725119;0.000000;0.640377;0.171647;0.095609;0.467546;0.341414;0.415809;0.499750;0.655205;0.502250;0.555767;0.446950;0.000000;0.029368;0.003782;0.966853;0.001070;0.000030;0.998905;0.054685;0.006450;0.938870;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.047426;0.006693;0.002473;0.000911;0.000911;0.453634;0.398193;0.340066;0.692748;0.000000;0.718898;0.000000;0.945782;0.000000;0.000000;0.080468;0.250678;0.000000;0.000000;0.249178;0.242688;0.095695;0.000000;0.250490;0.313889;0.074641;0.045221;0.880138;0.001070;0.000220;0.998710;0.059185;0.009795;0.931020;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.993307;0.006693;0.500000;0.880797;0.002473;0.006693;0.017986;0.017986;0.047426;0.268941;0.675682;0.000000;0.000000;0.468044;0.000000;0.000000;0.000000;0.000000;0.000000;0.830897;0.799953;0.101744;0.658136;0.882467;0.284754;0.450661;0.000000;0.000000;0.000000;0.750822;0.083950;0.022266;0.893788;0.002155;0.004345;0.993510;0.057625;0.013110;0.929265;0.006693;0.006693;0.952574;0.999665;0.000911;0.017986;0.119203;0.006693;0.500000;0.000911;0.002473;0.047426;0.002473;0.000911;0.047426;0.119203;0.017986;0.000335;0.002473;0.002473;0.000000;0.304280;0.754174;0.929759;0.586133;0.207181;0.431925;0.231475;0.311310;0.492251;0.000000;0.234693;0.000000;0.447198;0.271505;0.857539;0.655657;0.000000;0.250866;0.000000;0.043067;0.023388;0.933544;0.002870;0.001235;0.995895;0.043205;0.004710;0.952085;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.006693;0.119203;0.993307;0.500000;0.017986;0.731059;0.268941;0.982014;0.047426;0.268941;0.006693;0.268941;0.952574;0.550824;0.273487;0.087384;0.170230;0.333811;0.767277;0.523483;0.361237;0.462570;0.649536;0.625978;0.455369;0.531458;0.568565;0.860085;0.694449;0.000000;0.000000;0.383197;0.103308;0.882552;0.015386;0.102062;0.961905;0.000005;0.038085;0.943965;0.000085;0.055955;0.500000;0.500000;0.500000;0.952574;0.017986;0.500000;0.952574;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.017986;0.982014;0.268941;0.268941;0.006693;0.268941;0.268941;0.638763;0.473275;0.576885;0.715246;0.000000;0.538424;0.886854;0.270517;0.411202;0.000000;0.045088;0.693387;0.328495;0.109389;0.606828;0.575176;0.201170;0.000000;0.000000;0.367955;0.920549;0.013882;0.065573;0.975530;0.000005;0.024470;0.980450;0.000020;0.019535;0.952574;0.268941;0.119203;0.880797;0.017986;0.500000;0.880797;0.119203;0.500000;0.047426;0.047426;0.880797;0.047426;0.047426;0.047426;0.500000;0.119203;0.017986;0.880797;0.047426;0.633671;0.802660;0.359393;0.476767;0.000000;0.540412;0.826497;0.041887;0.443246;0.160839;0.078565;0.716872;0.000000;0.547605;0.454377;0.682872;0.571751;0.000000;0.000000;0.203753;0.942706;0.011748;0.045547;0.996015;0.000000;0.003985;0.986605;0.000015;0.013380;0.500000;0.006693;0.006693;0.002473;0.047426;0.017986;0.006693;0.006693;0.006693;0.880797;0.982014;0.006693;0.500000;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.746872;0.184673;0.000000;0.000000;0.687187;0.150588;0.148679;0.180347;0.000000;0.790675;0.863185;0.000000;0.262116;0.343440;0.090627;0.110662;0.176245;0.000000;0.000000;0.773819;0.969935;0.006060;0.024003;0.999855;0.000005;0.000140;0.999660;0.000005;0.000330;0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.731059;0.047426;0.119203;0.880797;0.952574;0.880797;0.880797;0.500000;0.119203;0.119203;0.119203;0.119203;0.268941;0.500000;0.770122;0.566847;0.099571;0.357783;0.000000;0.696355;0.838621;0.000000;0.121319;0.397235;0.635990;0.577129;0.705162;0.240306;0.314967;0.422627;0.169103;0.609926;0.217720;0.184523;0.972300;0.001977;0.025723;0.999910;0.000005;0.000090;0.999820;0.000000;0.000175;0.731059;0.731059;0.500000;0.982014;0.017986;0.731059;0.952574;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.764408;0.755654;0.111551;0.670401;0.000000;0.527472;0.862119;0.412655;0.128644;0.000000;0.100652;0.550824;0.587345;0.000000;0.386274;0.669074;0.372618;0.000000;0.000000;0.157360;0.977025;0.002393;0.020583;0.999855;0.000000;0.000145;0.999450;0.000000;0.000550
0.500000;0.268941;0.993307;0.982014;0.006693;0.500000;0.880797;0.119203;0.268941;0.006693;0.006693;0.880797;0.047426;0.006693;0.017986;0.268941;0.119203;0.006693;0.047426;0.017986;0.688046;0.573220;0.865180;0.700567;0.000000;0.288845;0.725119;0.000000;0.640377;0.171647;0.095609;0.467546;0.341414;0.415809;0.499750;0.655205;0.502250;0.555767;0.446950;0.000000;0.029368;0.003782;0.966853;0.001070;0.000030;0.998905;0.054685;0.006450;0.938870;0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.047426;0.006693;0.002473;0.000911;0.000911;0.453634;0.398193;0.340066;0.692748;0.000000;0.718898;0.000000;0.945782;0.000000;0.000000;0.080468;0.250678;0.000000;0.000000;0.249178;0.242688;0.095695;0.000000;0.250490;0.313889;0.074641;0.045221;0.880138;0.001070;0.000220;0.998710;0.059185;0.009795;0.931020;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.993307;0.006693;0.500000;0.880797;0.002473;0.006693;0.017986;0.017986;0.047426;0.268941;0.675682;0.000000;0.000000;0.468044;0.000000;0.000000;0.000000;0.000000;0.000000;0.830897;0.799953;0.101744;0.658136;0.882467;0.284754;0.450661;0.000000;0.000000;0.000000;0.750822;0.083950;0.022266;0.893788;0.002155;0.004345;0.993510;0.057625;0.013110;0.929265;0.006693;0.006693;0.952574;0.999665;0.000911;0.017986;0.119203;0.006693;0.500000;0.000911;0.002473;0.047426;0.002473;0.000911;0.047426;0.119203;0.017986;0.000335;0.002473;0.002473;0.000000;0.304280;0.754174;0.929759;0.586133;0.207181;0.431925;0.231475;0.311310;0.492251;0.000000;0.234693;0.000000;0.447198;0.271505;0.857539;0.655657;0.000000;0.250866;0.000000;0.043067;0.023388;0.933544;0.002870;0.001235;0.995895;0.043205;0.004710;0.952085;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.006693;0.119203;0.993307;0.500000;0.017986;0.731059;0.268941;0.982014;0.047426;0.268941;0.006693;0.268941;0.952574;0.550824;0.273487;0.087384;0.170230;0.333811;0.767277;0.523483;0.361237;0.462570;0.649536;0.625978;0.455369;0.531458;0.568565;0.860085;0.694449;0.000000;0.000000;0.383197;0.103308;0.882552;0.015386;0.102062;0.961905;0.000005;0.038085;0.943965;0.000085;0.055955;0.500000;0.500000;0.500000;0.952574;0.017986;0.500000;0.952574;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.017986;0.982014;0.268941;0.268941;0.006693;0.268941;0.268941;0.638763;0.473275;0.576885;0.715246;0.000000;0.538424;0.886854;0.270517;0.411202;0.000000;0.045088;0.693387;0.328495;0.109389;0.606828;0.575176;0.201170;0.000000;0.000000;0.367955;0.920549;0.013882;0.065573;0.975530;0.000005;0.024470;0.980450;0.000020;0.019535;0.952574;0.268941;0.119203;0.880797;0.017986;0.500000;0.880797;0.119203;0.500000;0.047426;0.047426;0.880797;0.047426;0.047426;0.047426;0.500000;0.119203;0.017986;0.880797;0.047426;0.633671;0.802660;0.359393;0.476767;0.000000;0.540412;0.826497;0.041887;0.443246;0.160839;0.078565;0.716872;0.000000;0.547605;0.454377;0.682872;0.571751;0.000000;0.000000;0.203753;0.942706;0.011748;0.045547;0.996015;0.000000;0.003985;0.986605;0.000015;0.013380;0.500000;0.006693;0.006693;0.002473;0.047426;0.017986;0.006693;0.006693;0.006693;0.880797;0.982014;0.006693;0.500000;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.746872;0.184673;0.000000;0.000000;0.687187;0.150588;0.148679;0.180347;0.000000;0.790675;0.863185;0.000000;0.262116;0.343440;0.090627;0.110662;0.176245;0.000000;0.000000;0.773819;0.969935;0.006060;0.024003;0.999855;0.000005;0.000140;0.999660;0.000005;0.000330;0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.731059;0.047426;0.119203;0.880797;0.952574;0.880797;0.880797;0.500000;0.119203;0.119203;0.119203;0.119203;0.268941;0.500000;0.770122;0.566847;0.099571;0.357783;0.000000;0.696355;0.838621;0.000000;0.121319;0.397235;0.635990;0.577129;0.705162;0.240306;0.314967;0.422627;0.169103;0.609926;0.217720;0.184523;0.972300;0.001977;0.025723;0.999910;0.000005;0.000090;0.999820;0.000000;0.000175;0.731059;0.731059;0.500000;0.982014;0.017986;0.731059;0.952574;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.764408;0.755654;0.111551;0.670401;0.000000;0.527472;0.862119;0.412655;0.128644;0.000000;0.100652;0.550824;0.587345;0.000000;0.386274;0.669074;0.372618;0.000000;0.000000;0.157360;0.977025;0.002393;0.020583;0.999855;0.000000;0.000145;0.999450;0.000000;0.000550;0.017986;0.880797;0.047426;0.047426;0.017986;0.119203;0.119203;0.006693;0.999665;0.017986;0.119203;0.119203;0.047426;0.731059;0.006693;0.017986;0.017986;0.982014;0.997527;0.268941;0.587102;0.000000;0.000000;0.128756;0.725717;0.000000;0.280698;0.068498;0.646342;0.499000;0.870118;0.308530;0.645427;0.741159;0.096303;0.441765;0.419701;0.662622;0.222527;0.335592;0.980058;0.000412;0.019530;0.999775;0.000000;0.000225;0.998630;0.000005;0.001365
0.047426;0.002473;0.017986;0.006693;0.002473;0.006693;0.002473;0.999665;0.002473;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.047426;0.006693;0.002473;0.000911;0.000911;0.453634;0.398193;0.340066;0.692748;0.000000;0.718898;0.000000;0.945782;0.000000;0.000000;0.080468;0.250678;0.000000;0.000000;0.249178;0.242688;0.095695;0.000000;0.250490;0.313889;0.074641;0.045221;0.880138;0.001070;0.000220;0.998710;0.059185;0.009795;0.931020;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.993307;0.006693;0.500000;0.880797;0.002473;0.006693;0.017986;0.017986;0.047426;0.268941;0.675682;0.000000;0.000000;0.468044;0.000000;0.000000;0.000000;0.000000;0.000000;0.830897;0.799953;0.101744;0.658136;0.882467;0.284754;0.450661;0.000000;0.000000;0.000000;0.750822;0.083950;0.022266;0.893788;0.002155;0.004345;0.993510;0.057625;0.013110;0.929265;0.006693;0.006693;0.952574;0.999665;0.000911;0.017986;0.119203;0.006693;0.500000;0.000911;0.002473;0.047426;0.002473;0.000911;0.047426;0.119203;0.017986;0.000335;0.002473;0.002473;0.000000;0.304280;0.754174;0.929759;0.586133;0.207181;0.431925;0.231475;0.311310;0.492251;0.000000;0.234693;0.000000;0.447198;0.271505;0.857539;0.655657;0.000000;0.250866;0.000000;0.043067;0.023388;0.933544;0.002870;0.001235;0.995895;0.043205;0.004710;0.952085;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.006693;0.119203;0.993307;0.500000;0.017986;0.731059;0.268941;0.982014;0.047426;0.268941;0.006693;0.268941;0.952574;0.550824;0.273487;0.087384;0.170230;0.333811;0.767277;0.523483;0.361237;0.462570;0.649536;0.625978;0.455369;0.531458;0.568565;0.860085;0.694449;0.000000;0.000000;0.383197;0.103308;0.882552;0.015386;0.102062;0.961905;0.000005;0.038085;0.943965;0.000085;0.055955;0.500000;0.500000;0.500000;0.952574;0.017986;0.500000;0.952574;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.017986;0.982014;0.268941;0.268941;0.006693;0.268941;0.268941;0.638763;0.473275;0.576885;0.715246;0.000000;0.538424;0.886854;0.270517;0.411202;0.000000;0.045088;0.693387;0.328495;0.109389;0.606828;0.575176;0.201170;0.000000;0.000000;0.367955;0.920549;0.013882;0.065573;0.975530;0.000005;0.024470;0.980450;0.000020;0.019535;0.952574;0.268941;0.119203;0.880797;0.017986;0.500000;0.880797;0.119203;0.500000;0.047426;0.047426;0.880797;0.047426;0.047426;0.047426;0.500000;0.119203;0.017986;0.880797;0.047426;0.633671;0.802660;0.359393;0.476767;0.000000;0.540412;0.826497;0.041887;0.443246;0.160839;0.078565;0.716872;0.000000;0.547605;0.454377;0.682872;0.571751;0.000000;0.000000;0.203753;0.942706;0.011748;0.045547;0.996015;0.000000;0.003985;0.986605;0.000015;0.013380;0.500000;0.006693;0.006693;0.002473;0.047426;0.017986;0.006693;0.006693;0.006693;0.880797;0.982014;0.006693;0.500000;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.746872;0.184673;0.000000;0.000000;0.687187;0.150588;0.148679;0.180347;0.000000;0.790675;0.863185;0.000000;0.262116;0.343440;0.090627;0.110662;0.176245;0.000000;0.000000;0.773819;0.969935;0.006060;0.024003;0.999855;0.000005;0.000140;0.999660;0.000005;0.000330;0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.731059;0.047426;0.119203;0.880797;0.952574;0.880797;0.880797;0.500000;0.119203;0.119203;0.119203;0.119203;0.268941;0.500000;0.770122;0.566847;0.099571;0.357783;0.000000;0.696355;0.838621;0.000000;0.121319;0.397235;0.635990;0.577129;0.705162;0.240306;0.314967;0.422627;0.169103;0.609926;0.217720;0.184523;0.972300;0.001977;0.025723;0.999910;0.000005;0.000090;0.999820;0.000000;0.000175;0.731059;0.731059;0.500000;0.982014;0.017986;0.731059;0.952574;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.764408;0.755654;0.111551;0.670401;0.000000;0.527472;0.862119;0.412655;0.128644;0.000000;0.100652;0.550824;0.587345;0.000000;0.386274;0.669074;0.372618;0.000000;0.000000;0.157360;0.977025;0.002393;0.020583;0.999855;0.000000;0.000145;0.999450;0.000000;0.000550;0.017986;0.880797;0.047426;0.047426;0.017986;0.119203;0.119203;0.006693;0.999665;0.017986;0.119203;0.119203;0.047426;0.731059;0.006693;0.017986;0.017986;0.982014;0.997527;0.268941;0.587102;0.000000;0.000000;0.128756;0.725717;0.000000;0.280698;0.068498;0.646342;0.499000;0.870118;0.308530;0.645427;0.741159;0.096303;0.441765;0.419701;0.662622;0.222527;0.335592;0.980058;0.000412;0.019530;0.999775;0.000000;0.000225;0.998630;0.000005;0.001365;0.119203;0.982014;0.047426;0.047426;0.006693;0.268941;0.119203;0.017986;0.047426;0.268941;0.119203;0.993307;0.119203;0.119203;0.017986;0.119203;0.119203;0.006693;0.268941;0.731059;0.787513;0.549586;0.345925;0.000000;0.440040;0.157360;0.389361;0.456113;0.111551;0.623868;0.516993;0.789182;0.616803;0.468044;0.295462;0.134587;0.299643;0.000000;0.179609;0.618220;0.967032;0.000421;0.032547;0.999085;0.000000;0.000915;0.991770;0.000010;0.008220
0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.993307;0.006693;0.500000;0.880797;0.002473;0.006693;0.017986;0.017986;0.047426;0.268941;0.675682;0.000000;0.000000;0.468044;0.000000;0.000000;0.000000;0.000000;0.000000;0.830897;0.799953;0.101744;0.658136;0.882467;0.284754;0.450661;0.000000;0.000000;0.000000;0.750822;0.083950;0.022266;0.893788;0.002155;0.004345;0.993510;0.057625;0.013110;0.929265;0.006693;0.006693;0.952574;0.999665;0.000911;0.017986;0.119203;0.006693;0.500000;0.000911;0.002473;0.047426;0.002473;0.000911;0.047426;0.119203;0.017986;0.000335;0.002473;0.002473;0.000000;0.304280;0.754174;0.929759;0.586133;0.207181;0.431925;0.231475;0.311310;0.492251;0.000000;0.234693;0.000000;0.447198;0.271505;0.857539;0.655657;0.000000;0.250866;0.000000;0.043067;0.023388;0.933544;0.002870;0.001235;0.995895;0.043205;0.004710;0.952085;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.006693;0.119203;0.993307;0.500000;0.017986;0.731059;0.268941;0.982014;0.047426;0.268941;0.006693;0.268941;0.952574;0.550824;0.273487;0.087384;0.170230;0.333811;0.767277;0.523483;0.361237;0.462570;0.649536;0.625978;0.455369;0.531458;0.568565;0.860085;0.694449;0.000000;0.000000;0.383197;0.103308;0.882552;0.015386;0.102062;0.961905;0.000005;0.038085;0.943965;0.000085;0.055955;0.500000;0.500000;0.500000;0.952574;0.017986;0.500000;0.952574;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.017986;0.982014;0.268941;0.268941;0.006693;0.268941;0.268941;0.638763;0.473275;0.576885;0.715246;0.000000;0.538424;0.886854;0.270517;0.411202;0.000000;0.045088;0.693387;0.328495;0.109389;0.606828;0.575176;0.201170;0.000000;0.000000;0.367955;0.920549;0.013882;0.065573;0.975530;0.000005;0.024470;0.980450;0.000020;0.019535;0.952574;0.268941;0.119203;0.880797;0.017986;0.500000;0.880797;0.119203;0.500000;0.047426;0.047426;0.880797;0.047426;0.047426;0.047426;0.500000;0.119203;0.017986;0.880797;0.047426;0.633671;0.802660;0.359393;0.476767;0.000000;0.540412;0.826497;0.041887;0.443246;0.160839;0.078565;0.716872;0.000000;0.547605;0.454377;0.682872;0.571751;0.000000;0.000000;0.203753;0.942706;0.011748;0.045547;0.996015;0.000000;0.003985;0.986605;0.000015;0.013380;0.500000;0.006693;0.006693;0.002473;0.047426;0.017986;0.006693;0.006693;0.006693;0.880797;0.982014;0.006693;0.500000;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.746872;0.184673;0.000000;0.000000;0.687187;0.150588;0.148679;0.180347;0.000000;0.790675;0.863185;0.000000;0.262116;0.343440;0.090627;0.110662;0.176245;0.000000;0.000000;0.773819;0.969935;0.006060;0.024003;0.999855;0.000005;0.000140;0.999660;0.000005;0.000330;0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.731059;0.047426;0.119203;0.880797;0.952574;0.880797;0.880797;0.500000;0.119203;0.119203;0.119203;0.119203;0.268941;0.500000;0.770122;0.566847;0.099571;0.357783;0.000000;0.696355;0.838621;0.000000;0.121319;0.397235;0.635990;0.577129;0.705162;0.240306;0.314967;0.422627;0.169103;0.609926;0.217720;0.184523;0.972300;0.001977;0.025723;0.999910;0.000005;0.000090;0.999820;0.000000;0.000175;0.731059;0.731059;0.500000;0.982014;0.017986;0.731059;0.952574;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.764408;0.755654;0.111551;0.670401;0.000000;0.527472;0.862119;0.412655;0.128644;0.000000;0.100652;0.550824;0.587345;0.000000;0.386274;0.669074;0.372618;0.000000;0.000000;0.157360;0.977025;0.002393;0.020583;0.999855;0.000000;0.000145;0.999450;0.000000;0.000550;0.017986;0.880797;0.047426;0.047426;0.017986;0.119203;0.119203;0.006693;0.999665;0.017986;0.119203;0.119203;0.047426;0.731059;0.006693;0.017986;0.017986;0.982014;0.997527;0.268941;0.587102;0.000000;0.000000;0.128756;0.725717;0.000000;0.280698;0.068498;0.646342;0.499000;0.870118;0.308530;0.645427;0.741159;0.096303;0.441765;0.419701;0.662622;0.222527;0.335592;0.980058;0.000412;0.019530;0.999775;0.000000;0.000225;0.998630;0.000005;0.001365;0.119203;0.982014;0.047426;0.047426;0.006693;0.268941;0.119203;0.017986;0.047426;0.268941;0.119203;0.993307;0.119203;0.119203;0.017986;0.119203;0.119203;0.006693;0.268941;0.731059;0.787513;0.549586;0.345925;0.000000;0.440040;0.157360;0.389361;0.456113;0.111551;0.623868;0.516993;0.789182;0.616803;0.468044;0.295462;0.134587;0.299643;0.000000;0.179609;0.618220;0.967032;0.000421;0.032547;0.999085;0.000000;0.000915;0.991770;0.000010;0.008220;0.500000;0.880797;0.731059;0.952574;0.047426;0.880797;0.880797;0.119203;0.500000;0.119203;0.119203;0.952574;0.268941;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.597726;0.567338;0.809844;0.663292;0.000000;0.634368;0.814119;0.297130;0.000000;0.089074;0.050690;0.617748;0.000000;0.594114;0.103679;0.747061;0.595319;0.000000;0.000000;0.234513;0.907941;0.001805;0.090257;0.992140;0.000000;0.007860;0.917775;0.000015;0.082220
0.006693;0.006693;0.952574;0.999665;0.000911;0.017986;0.119203;0.006693;0.500000;0.000911;0.002473;0.047426;0.002473;0.000911;0.047426;0.119203;0.017986;0.000335;0.002473;0.002473;0.000000;0.304280;0.754174;0.929759;0.586133;0.207181;0.431925;0.231475;0.311310;0.492251;0.000000;0.234693;0.000000;0.447198;0.271505;0.857539;0.655657;0.000000;0.250866;0.000000;0.043067;0.023388;0.933544;0.002870;0.001235;0.995895;0.043205;0.004710;0.952085;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.006693;0.119203;0.993307;0.500000;0.017986;0.731059;0.268941;0.982014;0.047426;0.268941;0.006693;0.268941;0.952574;0.550824;0.273487;0.087384;0.170230;0.333811;0.767277;0.523483;0.361237;0.462570;0.649536;0.625978;0.455369;0.531458;0.568565;0.860085;0.694449;0.000000;0.000000;0.383197;0.103308;0.882552;0.015386;0.102062;0.961905;0.000005;0.038085;0.943965;0.000085;0.055955;0.500000;0.500000;0.500000;0.952574;0.017986;0.500000;0.952574;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.017986;0.982014;0.268941;0.268941;0.006693;0.268941;0.268941;0.638763;0.473275;0.576885;0.715246;0.000000;0.538424;0.886854;0.270517;0.411202;0.000000;0.045088;0.693387;0.328495;0.109389;0.606828;0.575176;0.201170;0.000000;0.000000;0.367955;0.920549;0.013882;0.065573;0.975530;0.000005;0.024470;0.980450;0.000020;0.019535;0.952574;0.268941;0.119203;0.880797;0.017986;0.500000;0.880797;0.119203;0.500000;0.047426;0.047426;0.880797;0.047426;0.047426;0.047426;0.500000;0.119203;0.017986;0.880797;0.047426;0.633671;0.802660;0.359393;0.476767;0.000000;0.540412;0.826497;0.041887;0.443246;0.160839;0.078565;0.716872;0.000000;0.547605;0.454377;0.682872;0.571751;0.000000;0.000000;0.203753;0.942706;0.011748;0.045547;0.996015;0.000000;0.003985;0.986605;0.000015;0.013380;0.500000;0.006693;0.006693;0.002473;0.047426;0.017986;0.006693;0.006693;0.006693;0.880797;0.982014;0.006693;0.500000;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.746872;0.184673;0.000000;0.000000;0.687187;0.150588;0.148679;0.180347;0.000000;0.790675;0.863185;0.000000;0.262116;0.343440;0.090627;0.110662;0.176245;0.000000;0.000000;0.773819;0.969935;0.006060;0.024003;0.999855;0.000005;0.000140;0.999660;0.000005;0.000330;0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.731059;0.047426;0.119203;0.880797;0.952574;0.880797;0.880797;0.500000;0.119203;0.119203;0.119203;0.119203;0.268941;0.500000;0.770122;0.566847;0.099571;0.357783;0.000000;0.696355;0.838621;0.000000;0.121319;0.397235;0.635990;0.577129;0.705162;0.240306;0.314967;0.422627;0.169103;0.609926;0.217720;0.184523;0.972300;0.001977;0.025723;0.999910;0.000005;0.000090;0.999820;0.000000;0.000175;0.731059;0.731059;0.500000;0.982014;0.017986;0.731059;0.952574;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.764408;0.755654;0.111551;0.670401;0.000000;0.527472;0.862119;0.412655;0.128644;0.000000;0.100652;0.550824;0.587345;0.000000;0.386274;0.669074;0.372618;0.000000;0.000000;0.157360;0.977025;0.002393;0.020583;0.999855;0.000000;0.000145;0.999450;0.000000;0.000550;0.017986;0.880797;0.047426;0.047426;0.017986;0.119203;0.119203;0.006693;0.999665;0.017986;0.119203;0.119203;0.047426;0.731059;0.006693;0.017986;0.017986;0.982014;0.997527;0.268941;0.587102;0.000000;0.000000;0.128756;0.725717;0.000000;0.280698;0.068498;0.646342;0.499000;0.870118;0.308530;0.645427;0.741159;0.096303;0.441765;0.419701;0.662622;0.222527;0.335592;0.980058;0.000412;0.019530;0.999775;0.000000;0.000225;0.998630;0.000005;0.001365;0.119203;0.982014;0.047426;0.047426;0.006693;0.268941;0.119203;0.017986;0.047426;0.268941;0.119203;0.993307;0.119203;0.119203;0.017986;0.119203;0.119203;0.006693;0.268941;0.731059;0.787513;0.549586;0.345925;0.000000;0.440040;0.157360;0.389361;0.456113;0.111551;0.623868;0.516993;0.789182;0.616803;0.468044;0.295462;0.134587;0.299643;0.000000;0.179609;0.618220;0.967032;0.000421;0.032547;0.999085;0.000000;0.000915;0.991770;0.000010;0.008220;0.500000;0.880797;0.731059;0.952574;0.047426;0.880797;0.880797;0.119203;0.500000;0.119203;0.119203;0.952574;0.268941;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.597726;0.567338;0.809844;0.663292;0.000000;0.634368;0.814119;0.297130;0.000000;0.089074;0.050690;0.617748;0.000000;0.594114;0.103679;0.747061;0.595319;0.000000;0.000000;0.234513;0.907941;0.001805;0.090257;0.992140;0.000000;0.007860;0.917775;0.000015;0.082220;0.500000;0.731059;0.500000;0.500000;0.047426;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.880797;0.500000;0.006693;0.017986;0.047426;0.422139;0.813209;0.539666;0.105269;0.000000;0.565128;0.748570;0.541157;0.593149;0.000000;0.315398;0.869438;0.334923;0.166311;0.000000;0.727505;0.218744;0.000000;0.000000;0.081735;0.785490;0.000669;0.213842;0.878665;0.000025;0.121310;0.822335;0.000065;0.177600
0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.006693;0.119203;0.993307;0.500000;0.017986;0.731059;0.268941;0.982014;0.047426;0.268941;0.006693;0.268941;0.952574;0.550824;0.273487;0.087384;0.170230;0.333811;0.767277;0.523483;0.361237;0.462570;0.649536;0.625978;0.455369;0.531458;0.568565;0.860085;0.694449;0.000000;0.000000;0.383197;0.103308;0.882552;0.015386;0.102062;0.961905;0.000005;0.038085;0.943965;0.000085;0.055955;0.500000;0.500000;0.500000;0.952574;0.017986;0.500000;0.952574;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.017986;0.982014;0.268941;0.268941;0.006693;0.268941;0.268941;0.638763;0.473275;0.576885;0.715246;0.000000;0.538424;0.886854;0.270517;0.411202;0.000000;0.045088;0.693387;0.328495;0.109389;0.606828;0.575176;0.201170;0.000000;0.000000;0.367955;0.920549;0.013882;0.065573;0.975530;0.000005;0.024470;0.980450;0.000020;0.019535;0.952574;0.268941;0.119203;0.880797;0.017986;0.500000;0.880797;0.119203;0.500000;0.047426;0.047426;0.880797;0.047426;0.047426;0.047426;0.500000;0.119203;0.017986;0.880797;0.047426;0.633671;0.802660;0.359393;0.476767;0.000000;0.540412;0.826497;0.041887;0.443246;0.160839;0.078565;0.716872;0.000000;0.547605;0.454377;0.682872;0.571751;0.000000;0.000000;0.203753;0.942706;0.011748;0.045547;0.996015;0.000000;0.003985;0.986605;0.000015;0.013380;0.500000;0.006693;0.006693;0.002473;0.047426;0.017986;0.006693;0.006693;0.006693;0.880797;0.982014;0.006693;0.500000;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.746872;0.184673;0.000000;0.000000;0.687187;0.150588;0.148679;0.180347;0.000000;0.790675;0.863185;0.000000;0.262116;0.343440;0.090627;0.110662;0.176245;0.000000;0.000000;0.773819;0.969935;0.006060;0.024003;0.999855;0.000005;0.000140;0.999660;0.000005;0.000330;0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.731059;0.047426;0.119203;0.880797;0.952574;0.880797;0.880797;0.500000;0.119203;0.119203;0.119203;0.119203;0.268941;0.500000;0.770122;0.566847;0.099571;0.357783;0.000000;0.696355;0.838621;0.000000;0.121319;0.397235;0.635990;0.577129;0.705162;0.240306;0.314967;0.422627;0.169103;0.609926;0.217720;0.184523;0.972300;0.001977;0.025723;0.999910;0.000005;0.000090;0.999820;0.000000;0.000175;0.731059;0.731059;0.500000;0.982014;0.017986;0.731059;0.952574;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.764408;0.755654;0.111551;0.670401;0.000000;0.527472;0.862119;0.412655;0.128644;0.000000;0.100652;0.550824;0.587345;0.000000;0.386274;0.669074;0.372618;0.000000;0.000000;0.157360;0.977025;0.002393;0.020583;0.999855;0.000000;0.000145;0.999450;0.000000;0.000550;0.017986;0.880797;0.047426;0.047426;0.017986;0.119203;0.119203;0.006693;0.999665;0.017986;0.119203;0.119203;0.047426;0.731059;0.006693;0.017986;0.017986;0.982014;0.997527;0.268941;0.587102;0.000000;0.000000;0.128756;0.725717;0.000000;0.280698;0.068498;0.646342;0.499000;0.870118;0.308530;0.645427;0.741159;0.096303;0.441765;0.419701;0.662622;0.222527;0.335592;0.980058;0.000412;0.019530;0.999775;0.000000;0.000225;0.998630;0.000005;0.001365;0.119203;0.982014;0.047426;0.047426;0.006693;0.268941;0.119203;0.017986;0.047426;0.268941;0.119203;0.993307;0.119203;0.119203;0.017986;0.119203;0.119203;0.006693;0.268941;0.731059;0.787513;0.549586;0.345925;0.000000;0.440040;0.157360;0.389361;0.456113;0.111551;0.623868;0.516993;0.789182;0.616803;0.468044;0.295462;0.134587;0.299643;0.000000;0.179609;0.618220;0.967032;0.000421;0.032547;0.999085;0.000000;0.000915;0.991770;0.000010;0.008220;0.500000;0.880797;0.731059;0.952574;0.047426;0.880797;0.880797;0.119203;0.500000;0.119203;0.119203;0.952574;0.268941;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.597726;0.567338;0.809844;0.663292;0.000000;0.634368;0.814119;0.297130;0.000000;0.089074;0.050690;0.617748;0.000000;0.594114;0.103679;0.747061;0.595319;0.000000;0.000000;0.234513;0.907941;0.001805;0.090257;0.992140;0.000000;0.007860;0.917775;0.000015;0.082220;0.500000;0.731059;0.500000;0.500000;0.047426;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.880797;0.500000;0.006693;0.017986;0.047426;0.422139;0.813209;0.539666;0.105269;0.000000;0.565128;0.748570;0.541157;0.593149;0.000000;0.315398;0.869438;0.334923;0.166311;0.000000;0.727505;0.218744;0.000000;0.000000;0.081735;0.785490;0.000669;0.213842;0.878665;0.000025;0.121310;0.822335;0.000065;0.177600;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.047426;0.119203;0.993307;0.017986;0.017986;0.268941;0.047426;0.952574;0.119203;0.268941;0.993307;0.017986;0.119203;0.047426;0.649991;0.699517;0.285774;0.246754;0.000000;0.402995;0.528718;0.420432;0.667744;0.000000;0.569791;0.205544;0.502000;0.658811;0.213157;0.779198;0.646799;0.000000;0.714022;0.000000;0.422738;0.003679;0.573584;0.315475;0.003405;0.681125;0.508075;0.007175;0.484750
0.500000;0.500000;0.500000;0.952574;0.017986;0.500000;0.952574;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.017986;0.982014;0.268941;0.268941;0.006693;0.268941;0.268941;0.638763;0.473275;0.576885;0.715246;0.000000;0.538424;0.886854;0.270517;0.411202;0.000000;0.045088;0.693387;0.328495;0.109389;0.606828;0.575176;0.201170;0.000000;0.000000;0.367955;0.920549;0.013882;0.065573;0.975530;0.000005;0.024470;0.980450;0.000020;0.019535;0.952574;0.268941;0.119203;0.880797;0.017986;0.500000;0.880797;0.119203;0.500000;0.047426;0.047426;0.880797;0.047426;0.047426;0.047426;0.500000;0.119203;0.017986;0.880797;0.047426;0.633671;0.802660;0.359393;0.476767;0.000000;0.540412;0.826497;0.041887;0.443246;0.160839;0.078565;0.716872;0.000000;0.547605;0.454377;0.682872;0.571751;0.000000;0.000000;0.203753;0.942706;0.011748;0.045547;0.996015;0.000000;0.003985;0.986605;0.000015;0.013380;0.500000;0.006693;0.006693;0.002473;0.047426;0.017986;0.006693;0.006693;0.006693;0.880797;0.982014;0.006693;0.500000;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.746872;0.184673;0.000000;0.000000;0.687187;0.150588;0.148679;0.180347;0.000000;0.790675;0.863185;0.000000;0.262116;0.343440;0.090627;0.110662;0.176245;0.000000;0.000000;0.773819;0.969935;0.006060;0.024003;0.999855;0.000005;0.000140;0.999660;0.000005;0.000330;0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.731059;0.047426;0.119203;0.880797;0.952574;0.880797;0.880797;0.500000;0.119203;0.119203;0.119203;0.119203;0.268941;0.500000;0.770122;0.566847;0.099571;0.357783;0.000000;0.696355;0.838621;0.000000;0.121319;0.397235;0.635990;0.577129;0.705162;0.240306;0.314967;0.422627;0.169103;0.609926;0.217720;0.184523;0.972300;0.001977;0.025723;0.999910;0.000005;0.000090;0.999820;0.000000;0.000175;0.731059;0.731059;0.500000;0.982014;0.017986;0.731059;0.952574;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.764408;0.755654;0.111551;0.670401;0.000000;0.527472;0.862119;0.412655;0.128644;0.000000;0.100652;0.550824;0.587345;0.000000;0.386274;0.669074;0.372618;0.000000;0.000000;0.157360;0.977025;0.002393;0.020583;0.999855;0.000000;0.000145;0.999450;0.000000;0.000550;0.017986;0.880797;0.047426;0.047426;0.017986;0.119203;0.119203;0.006693;0.999665;0.017986;0.119203;0.119203;0.047426;0.731059;0.006693;0.017986;0.017986;0.982014;0.997527;0.268941;0.587102;0.000000;0.000000;0.128756;0.725717;0.000000;0.280698;0.068498;0.646342;0.499000;0.870118;0.308530;0.645427;0.741159;0.096303;0.441765;0.419701;0.662622;0.222527;0.335592;0.980058;0.000412;0.019530;0.999775;0.000000;0.000225;0.998630;0.000005;0.001365;0.119203;0.982014;0.047426;0.047426;0.006693;0.268941;0.119203;0.017986;0.047426;0.268941;0.119203;0.993307;0.119203;0.119203;0.017986;0.119203;0.119203;0.006693;0.268941;0.731059;0.787513;0.549586;0.345925;0.000000;0.440040;0.157360;0.389361;0.456113;0.111551;0.623868;0.516993;0.789182;0.616803;0.468044;0.295462;0.134587;0.299643;0.000000;0.179609;0.618220;0.967032;0.000421;0.032547;0.999085;0.000000;0.000915;0.991770;0.000010;0.008220;0.500000;0.880797;0.731059;0.952574;0.047426;0.880797;0.880797;0.119203;0.500000;0.119203;0.119203;0.952574;0.268941;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.597726;0.567338;0.809844;0.663292;0.000000;0.634368;0.814119;0.297130;0.000000;0.089074;0.050690;0.617748;0.000000;0.594114;0.103679;0.747061;0.595319;0.000000;0.000000;0.234513;0.907941;0.001805;0.090257;0.992140;0.000000;0.007860;0.917775;0.000015;0.082220;0.500000;0.731059;0.500000;0.500000;0.047426;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.880797;0.500000;0.006693;0.017986;0.047426;0.422139;0.813209;0.539666;0.105269;0.000000;0.565128;0.748570;0.541157;0.593149;0.000000;0.315398;0.869438;0.334923;0.166311;0.000000;0.727505;0.218744;0.000000;0.000000;0.081735;0.785490;0.000669;0.213842;0.878665;0.000025;0.121310;0.822335;0.000065;0.177600;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.047426;0.119203;0.993307;0.017986;0.017986;0.268941;0.047426;0.952574;0.119203;0.268941;0.993307;0.017986;0.119203;0.047426;0.649991;0.699517;0.285774;0.246754;0.000000;0.402995;0.528718;0.420432;0.667744;0.000000;0.569791;0.205544;0.502000;0.658811;0.213157;0.779198;0.646799;0.000000;0.714022;0.000000;0.422738;0.003679;0.573584;0.315475;0.003405;0.681125;0.508075;0.007175;0.484750;0.119203;0.500000;0.119203;0.017986;0.119203;0.047426;0.047426;0.999089;0.047426;0.000911;0.002473;0.500000;0.006693;0.002473;0.006693;0.047426;0.017986;0.002473;0.002473;0.002473;0.638763;0.000000;0.725916;0.590492;0.000000;0.361237;0.438808;0.917360;0.470783;0.000000;0.122389;0.745547;0.000000;0.000000;0.000000;0.538673;0.070306;0.000000;0.000000;0.107072;0.223033;0.013071;0.763898;0.036655;0.006870;0.956475;0.370510;0.014355;0.615140
0.952574;0.268941;0.119203;0.880797;0.017986;0.500000;0.880797;0.119203;0.500000;0.047426;0.047426;0.880797;0.047426;0.047426;0.047426;0.500000;0.119203;0.017986;0.880797;0.047426;0.633671;0.802660;0.359393;0.476767;0.000000;0.540412;0.826497;0.041887;0.443246;0.160839;0.078565;0.716872;0.000000;0.547605;0.454377;0.682872;0.571751;0.000000;0.000000;0.203753;0.942706;0.011748;0.045547;0.996015;0.000000;0.003985;0.986605;0.000015;0.013380;0.500000;0.006693;0.006693;0.002473;0.047426;0.017986;0.006693;0.006693;0.006693;0.880797;0.982014;0.006693;0.500000;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.746872;0.184673;0.000000;0.000000;0.687187;0.150588;0.148679;0.180347;0.000000;0.790675;0.863185;0.000000;0.262116;0.343440;0.090627;0.110662;0.176245;0.000000;0.000000;0.773819;0.969935;0.006060;0.024003;0.999855;0.000005;0.000140;0.999660;0.000005;0.000330;0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.731059;0.047426;0.119203;0.880797;0.952574;0.880797;0.880797;0.500000;0.119203;0.119203;0.119203;0.119203;0.268941;0.500000;0.770122;0.566847;0.099571;0.357783;0.000000;0.696355;0.838621;0.000000;0.121319;0.397235;0.635990;0.577129;0.705162;0.240306;0.314967;0.422627;0.169103;0.609926;0.217720;0.184523;0.972300;0.001977;0.025723;0.999910;0.000005;0.000090;0.999820;0.000000;0.000175;0.731059;0.731059;0.500000;0.982014;0.017986;0.731059;0.952574;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.764408;0.755654;0.111551;0.670401;0.000000;0.527472;0.862119;0.412655;0.128644;0.000000;0.100652;0.550824;0.587345;0.000000;0.386274;0.669074;0.372618;0.000000;0.000000;0.157360;0.977025;0.002393;0.020583;0.999855;0.000000;0.000145;0.999450;0.000000;0.000550;0.017986;0.880797;0.047426;0.047426;0.017986;0.119203;0.119203;0.006693;0.999665;0.017986;0.119203;0.119203;0.047426;0.731059;0.006693;0.017986;0.017986;0.982014;0.997527;0.268941;0.587102;0.000000;0.000000;0.128756;0.725717;0.000000;0.280698;0.068498;0.646342;0.499000;0.870118;0.308530;0.645427;0.741159;0.096303;0.441765;0.419701;0.662622;0.222527;0.335592;0.980058;0.000412;0.019530;0.999775;0.000000;0.000225;0.998630;0.000005;0.001365;0.119203;0.982014;0.047426;0.047426;0.006693;0.268941;0.119203;0.017986;0.047426;0.268941;0.119203;0.993307;0.119203;0.119203;0.017986;0.119203;0.119203;0.006693;0.268941;0.731059;0.787513;0.549586;0.345925;0.000000;0.440040;0.157360;0.389361;0.456113;0.111551;0.623868;0.516993;0.789182;0.616803;0.468044;0.295462;0.134587;0.299643;0.000000;0.179609;0.618220;0.967032;0.000421;0.032547;0.999085;0.000000;0.000915;0.991770;0.000010;0.008220;0.500000;0.880797;0.731059;0.952574;0.047426;0.880797;0.880797;0.119203;0.500000;0.119203;0.119203;0.952574;0.268941;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.597726;0.567338;0.809844;0.663292;0.000000;0.634368;0.814119;0.297130;0.000000;0.089074;0.050690;0.617748;0.000000;0.594114;0.103679;0.747061;0.595319;0.000000;0.000000;0.234513;0.907941;0.001805;0.090257;0.992140;0.000000;0.007860;0.917775;0.000015;0.082220;0.500000;0.731059;0.500000;0.500000;0.047426;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.880797;0.500000;0.006693;0.017986;0.047426;0.422139;0.813209;0.539666;0.105269;0.000000;0.565128;0.748570;0.541157;0.593149;0.000000;0.315398;0.869438;0.334923;0.166311;0.000000;0.727505;0.218744;0.000000;0.000000;0.081735;0.785490;0.000669;0.213842;0.878665;0.000025;0.121310;0.822335;0.000065;0.177600;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.047426;0.119203;0.993307;0.017986;0.017986;0.268941;0.047426;0.952574;0.119203;0.268941;0.993307;0.017986;0.119203;0.047426;0.649991;0.699517;0.285774;0.246754;0.000000;0.402995;0.528718;0.420432;0.667744;0.000000;0.569791;0.205544;0.502000;0.658811;0.213157;0.779198;0.646799;0.000000;0.714022;0.000000;0.422738;0.003679;0.573584;0.315475;0.003405;0.681125;0.508075;0.007175;0.484750;0.119203;0.500000;0.119203;0.017986;0.119203;0.047426;0.047426;0.999089;0.047426;0.000911;0.002473;0.500000;0.006693;0.002473;0.006693;0.047426;0.017986;0.002473;0.002473;0.002473;0.638763;0.000000;0.725916;0.590492;0.000000;0.361237;0.438808;0.917360;0.470783;0.000000;0.122389;0.745547;0.000000;0.000000;0.000000;0.538673;0.070306;0.000000;0.000000;0.107072;0.223033;0.013071;0.763898;0.036655;0.006870;0.956475;0.370510;0.014355;0.615140;0.268941;0.268941;0.119203;0.047426;0.268941;0.119203;0.047426;0.731059;0.047426;0.047426;0.047426;0.268941;0.119203;0.119203;0.047426;0.982014;0.982014;0.006693;0.047426;0.119203;0.572730;0.748382;0.629250;0.000000;0.624806;0.371450;0.638302;0.423359;0.000000;0.348191;0.189848;0.239395;0.745547;0.000000;0.363085;0.900250;0.597245;0.000000;0.394604;0.220974;0.253714;0.061952;0.684336;0.032935;0.026685;0.940380;0.440685;0.105695;0.453625
0.500000;0.006693;0.006693;0.002473;0.047426;0.017986;0.006693;0.006693;0.006693;0.880797;0.982014;0.006693;0.500000;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.746872;0.184673;0.000000;0.000000;0.687187;0.150588;0.148679;0.180347;0.000000;0.790675;0.863185;0.000000;0.262116;0.343440;0.090627;0.110662;0.176245;0.000000;0.000000;0.773819;0.969935;0.006060;0.024003;0.999855;0.000005;0.000140;0.999660;0.000005;0.000330;0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.731059;0.047426;0.119203;0.880797;0.952574;0.880797;0.880797;0.500000;0.119203;0.119203;0.119203;0.119203;0.268941;0.500000;0.770122;0.566847;0.099571;0.357783;0.000000;0.696355;0.838621;0.000000;0.121319;0.397235;0.635990;0.577129;0.705162;0.240306;0.314967;0.422627;0.169103;0.609926;0.217720;0.184523;0.972300;0.001977;0.025723;0.999910;0.000005;0.000090;0.999820;0.000000;0.000175;0.731059;0.731059;0.500000;0.982014;0.017986;0.731059;0.952574;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.764408;0.755654;0.111551;0.670401;0.000000;0.527472;0.862119;0.412655;0.128644;0.000000;0.100652;0.550824;0.587345;0.000000;0.386274;0.669074;0.372618;0.000000;0.000000;0.157360;0.977025;0.002393;0.020583;0.999855;0.000000;0.000145;0.999450;0.000000;0.000550;0.017986;0.880797;0.047426;0.047426;0.017986;0.119203;0.119203;0.006693;0.999665;0.017986;0.119203;0.119203;0.047426;0.731059;0.006693;0.017986;0.017986;0.982014;0.997527;0.268941;0.587102;0.000000;0.000000;0.128756;0.725717;0.000000;0.280698;0.068498;0.646342;0.499000;0.870118;0.308530;0.645427;0.741159;0.096303;0.441765;0.419701;0.662622;0.222527;0.335592;0.980058;0.000412;0.019530;0.999775;0.000000;0.000225;0.998630;0.000005;0.001365;0.119203;0.982014;0.047426;0.047426;0.006693;0.268941;0.119203;0.017986;0.047426;0.268941;0.119203;0.993307;0.119203;0.119203;0.017986;0.119203;0.119203;0.006693;0.268941;0.731059;0.787513;0.549586;0.345925;0.000000;0.440040;0.157360;0.389361;0.456113;0.111551;0.623868;0.516993;0.789182;0.616803;0.468044;0.295462;0.134587;0.299643;0.000000;0.179609;0.618220;0.967032;0.000421;0.032547;0.999085;0.000000;0.000915;0.991770;0.000010;0.008220;0.500000;0.880797;0.731059;0.952574;0.047426;0.880797;0.880797;0.119203;0.500000;0.119203;0.119203;0.952574;0.268941;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.597726;0.567338;0.809844;0.663292;0.000000;0.634368;0.814119;0.297130;0.000000;0.089074;0.050690;0.617748;0.000000;0.594114;0.103679;0.747061;0.595319;0.000000;0.000000;0.234513;0.907941;0.001805;0.090257;0.992140;0.000000;0.007860;0.917775;0.000015;0.082220;0.500000;0.731059;0.500000;0.500000;0.047426;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.880797;0.500000;0.006693;0.017986;0.047426;0.422139;0.813209;0.539666;0.105269;0.000000;0.565128;0.748570;0.541157;0.593149;0.000000;0.315398;0.869438;0.334923;0.166311;0.000000;0.727505;0.218744;0.000000;0.000000;0.081735;0.785490;0.000669;0.213842;0.878665;0.000025;0.121310;0.822335;0.000065;0.177600;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.047426;0.119203;0.993307;0.017986;0.017986;0.268941;0.047426;0.952574;0.119203;0.268941;0.993307;0.017986;0.119203;0.047426;0.649991;0.699517;0.285774;0.246754;0.000000;0.402995;0.528718;0.420432;0.667744;0.000000;0.569791;0.205544;0.502000;0.658811;0.213157;0.779198;0.646799;0.000000;0.714022;0.000000;0.422738;0.003679;0.573584;0.315475;0.003405;0.681125;0.508075;0.007175;0.484750;0.119203;0.500000;0.119203;0.017986;0.119203;0.047426;0.047426;0.999089;0.047426;0.000911;0.002473;0.500000;0.006693;0.002473;0.006693;0.047426;0.017986;0.002473;0.002473;0.002473;0.638763;0.000000;0.725916;0.590492;0.000000;0.361237;0.438808;0.917360;0.470783;0.000000;0.122389;0.745547;0.000000;0.000000;0.000000;0.538673;0.070306;0.000000;0.000000;0.107072;0.223033;0.013071;0.763898;0.036655;0.006870;0.956475;0.370510;0.014355;0.615140;0.268941;0.268941;0.119203;0.047426;0.268941;0.119203;0.047426;0.731059;0.047426;0.047426;0.047426;0.268941;0.119203;0.119203;0.047426;0.982014;0.982014;0.006693;0.047426;0.119203;0.572730;0.748382;0.629250;0.000000;0.624806;0.371450;0.638302;0.423359;0.000000;0.348191;0.189848;0.239395;0.745547;0.000000;0.363085;0.900250;0.597245;0.000000;0.394604;0.220974;0.253714;0.061952;0.684336;0.032935;0.026685;0.940380;0.440685;0.105695;0.453625;0.047426;0.006693;0.002473;0.002473;0.119203;0.006693;0.006693;0.002473;0.002473;0.982014;0.880797;0.006693;0.119203;0.268941;0.006693;0.006693;0.047426;0.006693;0.017986;0.997527;0.208994;0.000000;0.000000;0.346831;0.000000;0.000000;0.000000;0.000000;0.000000;0.947648;0.724321;0.000000;0.000000;0.858271;0.176390;0.382016;0.234872;0.000000;0.000000;0.760241;0.239285;0.267527;0.493191;0.033930;0.226795;0.739275;0.502395;0.287820;0.209790
0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.731059;0.047426;0.119203;0.880797;0.952574;0.880797;0.880797;0.500000;0.119203;0.119203;0.119203;0.119203;0.268941;0.500000;0.770122;0.566847;0.099571;0.357783;0.000000;0.696355;0.838621;0.000000;0.121319;0.397235;0.635990;0.577129;0.705162;0.240306;0.314967;0.422627;0.169103;0.609926;0.217720;0.184523;0.972300;0.001977;0.025723;0.999910;0.000005;0.000090;0.999820;0.000000;0.000175;0.731059;0.731059;0.500000;0.982014;0.017986;0.731059;0.952574;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.764408;0.755654;0.111551;0.670401;0.000000;0.527472;0.862119;0.412655;0.128644;0.000000;0.100652;0.550824;0.587345;0.000000;0.386274;0.669074;0.372618;0.000000;0.000000;0.157360;0.977025;0.002393;0.020583;0.999855;0.000000;0.000145;0.999450;0.000000;0.000550;0.017986;0.880797;0.047426;0.047426;0.017986;0.119203;0.119203;0.006693;0.999665;0.017986;0.119203;0.119203;0.047426;0.731059;0.006693;0.017986;0.017986;0.982014;0.997527;0.268941;0.587102;0.000000;0.000000;0.128756;0.725717;0.000000;0.280698;0.068498;0.646342;0.499000;0.870118;0.308530;0.645427;0.741159;0.096303;0.441765;0.419701;0.662622;0.222527;0.335592;0.980058;0.000412;0.019530;0.999775;0.000000;0.000225;0.998630;0.000005;0.001365;0.119203;0.982014;0.047426;0.047426;0.006693;0.268941;0.119203;0.017986;0.047426;0.268941;0.119203;0.993307;0.119203;0.119203;0.017986;0.119203;0.119203;0.006693;0.268941;0.731059;0.787513;0.549586;0.345925;0.000000;0.440040;0.157360;0.389361;0.456113;0.111551;0.623868;0.516993;0.789182;0.616803;0.468044;0.295462;0.134587;0.299643;0.000000;0.179609;0.618220;0.967032;0.000421;0.032547;0.999085;0.000000;0.000915;0.991770;0.000010;0.008220;0.500000;0.880797;0.731059;0.952574;0.047426;0.880797;0.880797;0.119203;0.500000;0.119203;0.119203;0.952574;0.268941;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.597726;0.567338;0.809844;0.663292;0.000000;0.634368;0.814119;0.297130;0.000000;0.089074;0.050690;0.617748;0.000000;0.594114;0.103679;0.747061;0.595319;0.000000;0.000000;0.234513;0.907941;0.001805;0.090257;0.992140;0.000000;0.007860;0.917775;0.000015;0.082220;0.500000;0.731059;0.500000;0.500000;0.047426;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.880797;0.500000;0.006693;0.017986;0.047426;0.422139;0.813209;0.539666;0.105269;0.000000;0.565128;0.748570;0.541157;0.593149;0.000000;0.315398;0.869438;0.334923;0.166311;0.000000;0.727505;0.218744;0.000000;0.000000;0.081735;0.785490;0.000669;0.213842;0.878665;0.000025;0.121310;0.822335;0.000065;0.177600;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.047426;0.119203;0.993307;0.017986;0.017986;0.268941;0.047426;0.952574;0.119203;0.268941;0.993307;0.017986;0.119203;0.047426;0.649991;0.699517;0.285774;0.246754;0.000000;0.402995;0.528718;0.420432;0.667744;0.000000;0.569791;0.205544;0.502000;0.658811;0.213157;0.779198;0.646799;0.000000;0.714022;0.000000;0.422738;0.003679;0.573584;0.315475;0.003405;0.681125;0.508075;0.007175;0.484750;0.119203;0.500000;0.119203;0.017986;0.119203;0.047426;0.047426;0.999089;0.047426;0.000911;0.002473;0.500000;0.006693;0.002473;0.006693;0.047426;0.017986;0.002473;0.002473;0.002473;0.638763;0.000000;0.725916;0.590492;0.000000;0.361237;0.438808;0.917360;0.470783;0.000000;0.122389;0.745547;0.000000;0.000000;0.000000;0.538673;0.070306;0.000000;0.000000;0.107072;0.223033;0.013071;0.763898;0.036655;0.006870;0.956475;0.370510;0.014355;0.615140;0.268941;0.268941;0.119203;0.047426;0.268941;0.119203;0.047426;0.731059;0.047426;0.047426;0.047426;0.268941;0.119203;0.119203;0.047426;0.982014;0.982014;0.006693;0.047426;0.119203;0.572730;0.748382;0.629250;0.000000;0.624806;0.371450;0.638302;0.423359;0.000000;0.348191;0.189848;0.239395;0.745547;0.000000;0.363085;0.900250;0.597245;0.000000;0.394604;0.220974;0.253714;0.061952;0.684336;0.032935;0.026685;0.940380;0.440685;0.105695;0.453625;0.047426;0.006693;0.002473;0.002473;0.119203;0.006693;0.006693;0.002473;0.002473;0.982014;0.880797;0.006693;0.119203;0.268941;0.006693;0.006693;0.047426;0.006693;0.017986;0.997527;0.208994;0.000000;0.000000;0.346831;0.000000;0.000000;0.000000;0.000000;0.000000;0.947648;0.724321;0.000000;0.000000;0.858271;0.176390;0.382016;0.234872;0.000000;0.000000;0.760241;0.239285;0.267527;0.493191;0.033930;0.226795;0.739275;0.502395;0.287820;0.209790;0.500000;0.268941;0.268941;0.119203;0.880797;0.268941;0.268941;0.268941;0.047426;0.500000;0.500000;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.017986;0.119203;0.731059;0.761151;0.476517;0.000000;0.385800;0.000000;0.380836;0.776953;0.191700;0.372618;0.606351;0.279891;0.672166;0.000000;0.000000;0.326073;0.880271;0.312169;0.000000;0.383433;0.152516;0.162667;0.358108;0.479224;0.022610;0.199200;0.778190;0.448070;0.268865;0.283060
0.731059;0.731059;0.500000;0.982014;0.017986;0.731059;0.952574;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.764408;0.755654;0.111551;0.670401;0.000000;0.527472;0.862119;0.412655;0.128644;0.000000;0.100652;0.550824;0.587345;0.000000;0.386274;0.669074;0.372618;0.000000;0.000000;0.157360;0.977025;0.002393;0.020583;0.999855;0.000000;0.000145;0.999450;0.000000;0.000550;0.017986;0.880797;0.047426;0.047426;0.017986;0.119203;0.119203;0.006693;0.999665;0.017986;0.119203;0.119203;0.047426;0.731059;0.006693;0.017986;0.017986;0.982014;0.997527;0.268941;0.587102;0.000000;0.000000;0.128756;0.725717;0.000000;0.280698;0.068498;0.646342;0.499000;0.870118;0.308530;0.645427;0.741159;0.096303;0.441765;0.419701;0.662622;0.222527;0.335592;0.980058;0.000412;0.019530;0.999775;0.000000;0.000225;0.998630;0.000005;0.001365;0.119203;0.982014;0.047426;0.047426;0.006693;0.268941;0.119203;0.017986;0.047426;0.268941;0.119203;0.993307;0.119203;0.119203;0.017986;0.119203;0.119203;0.006693;0.268941;0.731059;0.787513;0.549586;0.345925;0.000000;0.440040;0.157360;0.389361;0.456113;0.111551;0.623868;0.516993;0.789182;0.616803;0.468044;0.295462;0.134587;0.299643;0.000000;0.179609;0.618220;0.967032;0.000421;0.032547;0.999085;0.000000;0.000915;0.991770;0.000010;0.008220;0.500000;0.880797;0.731059;0.952574;0.047426;0.880797;0.880797;0.119203;0.500000;0.119203;0.119203;0.952574;0.268941;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.597726;0.567338;0.809844;0.663292;0.000000;0.634368;0.814119;0.297130;0.000000;0.089074;0.050690;0.617748;0.000000;0.594114;0.103679;0.747061;0.595319;0.000000;0.000000;0.234513;0.907941;0.001805;0.090257;0.992140;0.000000;0.007860;0.917775;0.000015;0.082220;0.500000;0.731059;0.500000;0.500000;0.047426;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.880797;0.047426;0.006693;0.047426;0.880797;0.500000;0.006693;0.017986;0.047426;0.422139;0.813209;0.539666;0.105269;0.000000;0.565128;0.748570;0.541157;0.593149;0.000000;0.315398;0.869438;0.334923;0.166311;0.000000;0.727505;0.218744;0.000000;0.000000;0.081735;0.785490;0.000669;0.213842;0.878665;0.000025;0.121310;0.822335;0.000065;0.177600;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.047426;0.119203;0.993307;0.017986;0.017986;0.268941;0.047426;0.952574;0.119203;0.268941;0.993307;0.017986;0.119203;0.047426;0.649991;0.699517;0.285774;0.246754;0.000000;0.402995;0.528718;0.420432;0.667744;0.000000;0.569791;0.205544;0.502000;0.658811;0.213157;0.779198;0.646799;0.000000;0.714022;0.000000;0.422738;0.003679;0.573584;0.315475;0.003405;0.681125;0.508075;0.007175;0.484750;0.119203;0.500000;0.119203;0.017986;0.119203;0.047426;0.047426;0.999089;0.047426;0.000911;0.002473;0.500000;0.006693;0.002473;0.006693;0.047426;0.017986;0.002473;0.002473;0.002473;0.638763;0.000000;0.725916;0.590492;0.000000;0.361237;0.438808;0.917360;0.470783;0.000000;0.122389;0.745547;0.000000;0.000000;0.000000;0.538673;0.070306;0.000000;0.000000;0.107072;0.223033;0.013071;0.763898;0.036655;0.006870;0.956475;0.370510;0.014355;0.615140;0.268941;0.268941;0.119203;0.047426;0.268941;0.119203;0.047426;0.731059;0.047426;0.047426;0.047426;0.268941;0.119203;0.119203;0.047426;0.982014;0.982014;0.006693;0.047426;0.119203;0.572730;0.748382;0.629250;0.000000;0.624806;0.371450;0.638302;0.423359;0.000000;0.348191;0.189848;0.239395;0.745547;0.000000;0.363085;0.900250;0.597245;0.000000;0.394604;0.220974;0.253714;0.061952;0.684336;0.032935;0.026685;0.940380;0.440685;0.105695;0.453625;0.047426;0.006693;0.002473;0.002473;0.119203;0.006693;0.006693;0.002473;0.002473;0.982014;0.880797;0.006693;0.119203;0.268941;0.006693;0.006693;0.047426;0.006693;0.017986;0.997527;0.208994;0.000000;0.000000;0.346831;0.000000;0.000000;0.000000;0.000000;0.000000;0.947648;0.724321;0.000000;0.000000;0.858271;0.176390;0.382016;0.234872;0.000000;0.000000;0.760241;0.239285;0.267527;0.493191;0.033930;0.226795;0.739275;0.502395;0.287820;0.209790;0.500000;0.268941;0.268941;0.119203;0.880797;0.268941;0.268941;0.268941;0.047426;0.500000;0.500000;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.017986;0.119203;0.731059;0.761151;0.476517;0.000000;0.385800;0.000000;0.380836;0.776953;0.191700;0.372618;0.606351;0.279891;0.672166;0.000000;0.000000;0.326073;0.880271;0.312169;0.000000;0.383433;0.152516;0.162667;0.358108;0.479224;0.022610;0.199200;0.778190;0.448070;0.268865;0.283060;0.119203;0.047426;0.982014;0.880797;0.017986;0.047426;0.268941;0.993307;0.500000;0.002473;0.002473;0.268941;0.006693;0.006693;0.047426;0.268941;0.268941;0.006693;0.047426;0.006693;0.459340;0.316263;0.438562;0.716669;0.453138;0.796895;0.795922;0.582246;0.631812;0.117845;0.244346;0.295046;0.000000;0.545871;0.587587;0.712591;0.136933;0.741159;0.251242;0.152258;0.195762;0.239827;0.564411;0.002665;0.023045;0.974290;0.407865;0.263430;0.328705
0.982014;0.119203;0.731059;0.119203;0.268941;0.119203;0.119203;0.880797;0.731059;0.047426;0.047426;0.119203;0.119203;0.017986;0.268941;0.880797;0.731059;0.017986;0.047426;0.119203;0.862830;0.000000;0.000000;0.277880;0.709303;0.000000;0.555026;0.629716;0.307464;0.737303;0.147921;0.224436;0.000000;0.248244;0.353658;0.470036;0.647484;0.425557;0.309384;0.512747;0.063966;0.142341;0.793693;0.018260;0.001640;0.980100;0.149670;0.136615;0.713715;0.119203;0.500000;0.268941;0.952574;0.017986;0.880797;0.982014;0.017986;0.268941;0.017986;0.017986;0.952574;0.119203;0.017986;0.047426;0.268941;0.880797;0.006693;0.119203;0.047426;0.337825;0.719705;0.232366;0.433644;0.000000;0.628550;0.660831;0.129318;0.289050;0.537430;0.049831;0.765846;0.000000;0.211818;0.258266;0.775390;0.685249;0.376366;0.443739;0.594114;0.071596;0.323090;0.605312;0.028220;0.005045;0.966730;0.158720;0.175795;0.665485;0.731059;0.731059;0.731059;0.500000;0.119203;0.500000;0.731059;0.119203;0.500000;0.119203;0.119203;0.731059;0.119203;0.119203;0.952574;0.500000;0.731059;0.047426;0.268941;0.500000;0.706615;0.184975;0.110859;0.510498;0.000000;0.532454;0.426536;0.142095;0.629017;0.648853;0.299223;0.520489;0.530213;0.505500;0.742691;0.527472;0.144798;0.000000;0.749322;0.650219;0.067342;0.345267;0.587393;0.032550;0.031755;0.935700;0.148515;0.185265;0.666220;0.047426;0.047426;0.006693;0.002473;0.119203;0.006693;0.006693;0.002473;0.047426;0.997527;0.880797;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.119203;0.500000;0.880797;0.682005;0.060200;0.094833;0.190772;0.605874;0.000000;0.232901;0.195132;0.730271;0.736528;0.637146;0.051320;0.615147;0.805495;0.279489;0.173934;0.244530;0.000000;0.780743;0.701824;0.052713;0.183836;0.763452;0.028550;0.028265;0.943190;0.094100;0.126265;0.779635;0.268941;0.047426;0.268941;0.731059;0.017986;0.268941;0.500000;0.119203;0.119203;0.017986;0.017986;0.268941;0.047426;0.006693;0.268941;0.982014;0.993307;0.006693;0.017986;0.047426;0.478763;0.484505;0.811686;0.867726;0.000000;0.263860;0.472278;0.404681;0.077988;0.133080;0.087305;0.093384;0.000000;0.000000;0.735945;0.885948;0.592908;0.000000;0.127194;0.000000;0.064469;0.050523;0.885007;0.028000;0.014015;0.957985;0.082950;0.083425;0.833625;0.119203;0.047426;0.999665;0.500000;0.002473;0.119203;0.047426;0.500000;0.500000;0.002473;0.002473;0.119203;0.006693;0.002473;0.500000;0.268941;0.119203;0.000911;0.006693;0.002473;0.500000;0.054115;0.518492;0.550329;0.000000;0.000000;0.211318;0.318863;0.106215;0.657236;0.715856;0.269729;0.863185;0.738850;0.813665;0.394843;0.054064;0.665967;0.632045;0.281102;0.682184;0.005332;0.312481;0.358560;0.008110;0.633320;0.881400;0.000670;0.117930;0.731059;0.268941;0.731059;0.952574;0.047426;0.731059;0.993307;0.119203;0.119203;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.736916;0.370051;0.610877;0.793966;0.313674;0.776260;0.862949;0.140880;0.415324;0.063864;0.113146;0.592908;0.000000;0.000000;0.370284;0.494250;0.376836;0.000000;0.161922;0.081660;0.794800;0.003017;0.202182;0.553985;0.004485;0.441530;0.945680;0.000295;0.054025;0.268941;0.047426;0.500000;0.880797;0.017986;0.731059;0.997527;0.017986;0.047426;0.002473;0.006693;0.500000;0.006693;0.002473;0.017986;0.268941;0.119203;0.002473;0.006693;0.006693;0.591942;0.701824;0.647941;0.792161;0.166173;0.699097;0.886653;0.131017;0.314751;0.068817;0.000000;0.141244;0.000000;0.207017;0.073987;0.699937;0.436593;0.709921;0.110662;0.235412;0.809201;0.021421;0.169380;0.572580;0.059310;0.368110;0.973310;0.000890;0.025805;0.119203;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.006693;0.731059;0.997527;0.006693;0.731059;0.731059;0.002473;0.006693;0.047426;0.017986;0.047426;0.731059;0.730074;0.079805;0.000000;0.000000;0.454377;0.000000;0.095782;0.000000;0.137881;0.800113;0.814270;0.109000;0.758596;0.812753;0.265612;0.061630;0.056253;0.558974;0.268352;0.748758;0.791079;0.054475;0.154443;0.583475;0.155845;0.260675;0.987535;0.003005;0.009460;0.006693;0.006693;0.006693;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.268941;0.997527;0.002473;0.731059;0.880797;0.002473;0.002473;0.017986;0.982014;0.047426;0.119203;0.676777;0.501750;0.177994;0.000000;0.543391;0.000000;0.000000;0.027465;0.187247;0.524730;0.825635;0.541901;0.539418;0.529217;0.372385;0.404922;0.216531;0.937203;0.513996;0.487253;0.707589;0.077582;0.214828;0.481515;0.209810;0.308675;0.914485;0.003365;0.082145;0.500000;0.119203;0.047426;0.119203;0.006693;0.500000;0.997527;0.119203;0.268941;0.119203;0.047426;0.268941;0.047426;0.047426;0.017986;0.268941;0.952574;0.006693;0.268941;0.268941;0.669738;0.640837;0.649308;0.632510;0.000000;0.752874;0.738271;0.386749;0.149313;0.165757;0.292350;0.723322;0.642217;0.000000;0.507499;0.713614;0.269729;0.000000;0.116500;0.000000;0.495917;0.079331;0.424750;0.350275;0.184385;0.465335;0.639360;0.002925;0.357715
0.119203;0.500000;0.268941;0.952574;0.017986;0.880797;0.982014;0.017986;0.268941;0.017986;0.017986;0.952574;0.119203;0.017986;0.047426;0.268941;0.880797;0.006693;0.119203;0.047426;0.337825;0.719705;0.232366;0.433644;0.000000;0.628550;0.660831;0.129318;0.289050;0.537430;0.049831;0.765846;0.000000;0.211818;0.258266;0.775390;0.685249;0.376366;0.443739;0.594114;0.071596;0.323090;0.605312;0.028220;0.005045;0.966730;0.158720;0.175795;0.665485;0.731059;0.731059;0.731059;0.500000;0.119203;0.500000;0.731059;0.119203;0.500000;0.119203;0.119203;0.731059;0.119203;0.119203;0.952574;0.500000;0.731059;0.047426;0.268941;0.500000;0.706615;0.184975;0.110859;0.510498;0.000000;0.532454;0.426536;0.142095;0.629017;0.648853;0.299223;0.520489;0.530213;0.505500;0.742691;0.527472;0.144798;0.000000;0.749322;0.650219;0.067342;0.345267;0.587393;0.032550;0.031755;0.935700;0.148515;0.185265;0.666220;0.047426;0.047426;0.006693;0.002473;0.119203;0.006693;0.006693;0.002473;0.047426;0.997527;0.880797;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.119203;0.500000;0.880797;0.682005;0.060200;0.094833;0.190772;0.605874;0.000000;0.232901;0.195132;0.730271;0.736528;0.637146;0.051320;0.615147;0.805495;0.279489;0.173934;0.244530;0.000000;0.780743;0.701824;0.052713;0.183836;0.763452;0.028550;0.028265;0.943190;0.094100;0.126265;0.779635;0.268941;0.047426;0.268941;0.731059;0.017986;0.268941;0.500000;0.119203;0.119203;0.017986;0.017986;0.268941;0.047426;0.006693;0.268941;0.982014;0.993307;0.006693;0.017986;0.047426;0.478763;0.484505;0.811686;0.867726;0.000000;0.263860;0.472278;0.404681;0.077988;0.133080;0.087305;0.093384;0.000000;0.000000;0.735945;0.885948;0.592908;0.000000;0.127194;0.000000;0.064469;0.050523;0.885007;0.028000;0.014015;0.957985;0.082950;0.083425;0.833625;0.119203;0.047426;0.999665;0.500000;0.002473;0.119203;0.047426;0.500000;0.500000;0.002473;0.002473;0.119203;0.006693;0.002473;0.500000;0.268941;0.119203;0.000911;0.006693;0.002473;0.500000;0.054115;0.518492;0.550329;0.000000;0.000000;0.211318;0.318863;0.106215;0.657236;0.715856;0.269729;0.863185;0.738850;0.813665;0.394843;0.054064;0.665967;0.632045;0.281102;0.682184;0.005332;0.312481;0.358560;0.008110;0.633320;0.881400;0.000670;0.117930;0.731059;0.268941;0.731059;0.952574;0.047426;0.731059;0.993307;0.119203;0.119203;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.736916;0.370051;0.610877;0.793966;0.313674;0.776260;0.862949;0.140880;0.415324;0.063864;0.113146;0.592908;0.000000;0.000000;0.370284;0.494250;0.376836;0.000000;0.161922;0.081660;0.794800;0.003017;0.202182;0.553985;0.004485;0.441530;0.945680;0.000295;0.054025;0.268941;0.047426;0.500000;0.880797;0.017986;0.731059;0.997527;0.017986;0.047426;0.002473;0.006693;0.500000;0.006693;0.002473;0.017986;0.268941;0.119203;0.002473;0.006693;0.006693;0.591942;0.701824;0.647941;0.792161;0.166173;0.699097;0.886653;0.131017;0.314751;0.068817;0.000000;0.141244;0.000000;0.207017;0.073987;0.699937;0.436593;0.709921;0.110662;0.235412;0.809201;0.021421;0.169380;0.572580;0.059310;0.368110;0.973310;0.000890;0.025805;0.119203;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.006693;0.731059;0.997527;0.006693;0.731059;0.731059;0.002473;0.006693;0.047426;0.017986;0.047426;0.731059;0.730074;0.079805;0.000000;0.000000;0.454377;0.000000;0.095782;0.000000;0.137881;0.800113;0.814270;0.109000;0.758596;0.812753;0.265612;0.061630;0.056253;0.558974;0.268352;0.748758;0.791079;0.054475;0.154443;0.583475;0.155845;0.260675;0.987535;0.003005;0.009460;0.006693;0.006693;0.006693;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.268941;0.997527;0.002473;0.731059;0.880797;0.002473;0.002473;0.017986;0.982014;0.047426;0.119203;0.676777;0.501750;0.177994;0.000000;0.543391;0.000000;0.000000;0.027465;0.187247;0.524730;0.825635;0.541901;0.539418;0.529217;0.372385;0.404922;0.216531;0.937203;0.513996;0.487253;0.707589;0.077582;0.214828;0.481515;0.209810;0.308675;0.914485;0.003365;0.082145;0.500000;0.119203;0.047426;0.119203;0.006693;0.500000;0.997527;0.119203;0.268941;0.119203;0.047426;0.268941;0.047426;0.047426;0.017986;0.268941;0.952574;0.006693;0.268941;0.268941;0.669738;0.640837;0.649308;0.632510;0.000000;0.752874;0.738271;0.386749;0.149313;0.165757;0.292350;0.723322;0.642217;0.000000;0.507499;0.713614;0.269729;0.000000;0.116500;0.000000;0.495917;0.079331;0.424750;0.350275;0.184385;0.465335;0.639360;0.002925;0.357715;0.119203;0.047426;0.017986;0.017986;0.119203;0.268941;0.500000;0.006693;0.731059;0.500000;0.993307;0.119203;0.880797;0.119203;0.017986;0.268941;0.268941;0.047426;0.119203;0.731059;0.584191;0.253506;0.407816;0.516244;0.000000;0.738850;0.388885;0.421651;0.000000;0.685465;0.666189;0.353201;0.860686;0.331369;0.297339;0.203267;0.379423;0.000000;0.000000;0.720713;0.155912;0.073087;0.770999;0.194020;0.159990;0.645985;0.165720;0.004530;0.829750
0.731059;0.731059;0.731059;0.500000;0.119203;0.500000;0.731059;0.119203;0.500000;0.119203;0.119203;0.731059;0.119203;0.119203;0.952574;0.500000;0.731059;0.047426;0.268941;0.500000;0.706615;0.184975;0.110859;0.510498;0.000000;0.532454;0.426536;0.142095;0.629017;0.648853;0.299223;0.520489;0.530213;0.505500;0.742691;0.527472;0.144798;0.000000;0.749322;0.650219;0.067342;0.345267;0.587393;0.032550;0.031755;0.935700;0.148515;0.185265;0.666220;0.047426;0.047426;0.006693;0.002473;0.119203;0.006693;0.006693;0.002473;0.047426;0.997527;0.880797;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.119203;0.500000;0.880797;0.682005;0.060200;0.094833;0.190772;0.605874;0.000000;0.232901;0.195132;0.730271;0.736528;0.637146;0.051320;0.615147;0.805495;0.279489;0.173934;0.244530;0.000000;0.780743;0.701824;0.052713;0.183836;0.763452;0.028550;0.028265;0.943190;0.094100;0.126265;0.779635;0.268941;0.047426;0.268941;0.731059;0.017986;0.268941;0.500000;0.119203;0.119203;0.017986;0.017986;0.268941;0.047426;0.006693;0.268941;0.982014;0.993307;0.006693;0.017986;0.047426;0.478763;0.484505;0.811686;0.867726;0.000000;0.263860;0.472278;0.404681;0.077988;0.133080;0.087305;0.093384;0.000000;0.000000;0.735945;0.885948;0.592908;0.000000;0.127194;0.000000;0.064469;0.050523;0.885007;0.028000;0.014015;0.957985;0.082950;0.083425;0.833625;0.119203;0.047426;0.999665;0.500000;0.002473;0.119203;0.047426;0.500000;0.500000;0.002473;0.002473;0.119203;0.006693;0.002473;0.500000;0.268941;0.119203;0.000911;0.006693;0.002473;0.500000;0.054115;0.518492;0.550329;0.000000;0.000000;0.211318;0.318863;0.106215;0.657236;0.715856;0.269729;0.863185;0.738850;0.813665;0.394843;0.054064;0.665967;0.632045;0.281102;0.682184;0.005332;0.312481;0.358560;0.008110;0.633320;0.881400;0.000670;0.117930;0.731059;0.268941;0.731059;0.952574;0.047426;0.731059;0.993307;0.119203;0.119203;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.736916;0.370051;0.610877;0.793966;0.313674;0.776260;0.862949;0.140880;0.415324;0.063864;0.113146;0.592908;0.000000;0.000000;0.370284;0.494250;0.376836;0.000000;0.161922;0.081660;0.794800;0.003017;0.202182;0.553985;0.004485;0.441530;0.945680;0.000295;0.054025;0.268941;0.047426;0.500000;0.880797;0.017986;0.731059;0.997527;0.017986;0.047426;0.002473;0.006693;0.500000;0.006693;0.002473;0.017986;0.268941;0.119203;0.002473;0.006693;0.006693;0.591942;0.701824;0.647941;0.792161;0.166173;0.699097;0.886653;0.131017;0.314751;0.068817;0.000000;0.141244;0.000000;0.207017;0.073987;0.699937;0.436593;0.709921;0.110662;0.235412;0.809201;0.021421;0.169380;0.572580;0.059310;0.368110;0.973310;0.000890;0.025805;0.119203;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.006693;0.731059;0.997527;0.006693;0.731059;0.731059;0.002473;0.006693;0.047426;0.017986;0.047426;0.731059;0.730074;0.079805;0.000000;0.000000;0.454377;0.000000;0.095782;0.000000;0.137881;0.800113;0.814270;0.109000;0.758596;0.812753;0.265612;0.061630;0.056253;0.558974;0.268352;0.748758;0.791079;0.054475;0.154443;0.583475;0.155845;0.260675;0.987535;0.003005;0.009460;0.006693;0.006693;0.006693;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.268941;0.997527;0.002473;0.731059;0.880797;0.002473;0.002473;0.017986;0.982014;0.047426;0.119203;0.676777;0.501750;0.177994;0.000000;0.543391;0.000000;0.000000;0.027465;0.187247;0.524730;0.825635;0.541901;0.539418;0.529217;0.372385;0.404922;0.216531;0.937203;0.513996;0.487253;0.707589;0.077582;0.214828;0.481515;0.209810;0.308675;0.914485;0.003365;0.082145;0.500000;0.119203;0.047426;0.119203;0.006693;0.500000;0.997527;0.119203;0.268941;0.119203;0.047426;0.268941;0.047426;0.047426;0.017986;0.268941;0.952574;0.006693;0.268941;0.268941;0.669738;0.640837;0.649308;0.632510;0.000000;0.752874;0.738271;0.386749;0.149313;0.165757;0.292350;0.723322;0.642217;0.000000;0.507499;0.713614;0.269729;0.000000;0.116500;0.000000;0.495917;0.079331;0.424750;0.350275;0.184385;0.465335;0.639360;0.002925;0.357715;0.119203;0.047426;0.017986;0.017986;0.119203;0.268941;0.500000;0.006693;0.731059;0.500000;0.993307;0.119203;0.880797;0.119203;0.017986;0.268941;0.268941;0.047426;0.119203;0.731059;0.584191;0.253506;0.407816;0.516244;0.000000;0.738850;0.388885;0.421651;0.000000;0.685465;0.666189;0.353201;0.860686;0.331369;0.297339;0.203267;0.379423;0.000000;0.000000;0.720713;0.155912;0.073087;0.770999;0.194020;0.159990;0.645985;0.165720;0.004530;0.829750;0.047426;0.047426;0.500000;0.997527;0.002473;0.119203;0.982014;0.017986;0.017986;0.002473;0.002473;0.500000;0.006693;0.002473;0.880797;0.047426;0.017986;0.000911;0.002473;0.002473;0.083938;0.286591;0.569301;0.801389;0.000000;0.864830;0.700777;0.423115;0.664854;0.269926;0.034993;0.828353;0.000000;0.273090;0.634368;0.546366;0.312383;0.392218;0.193879;0.029945;0.153199;0.069087;0.777715;0.155340;0.127005;0.717655;0.035225;0.025720;0.939055
0.047426;0.047426;0.006693;0.002473;0.119203;0.006693;0.006693;0.002473;0.047426;0.997527;0.880797;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.119203;0.500000;0.880797;0.682005;0.060200;0.094833;0.190772;0.605874;0.000000;0.232901;0.195132;0.730271;0.736528;0.637146;0.051320;0.615147;0.805495;0.279489;0.173934;0.244530;0.000000;0.780743;0.701824;0.052713;0.183836;0.763452;0.028550;0.028265;0.943190;0.094100;0.126265;0.779635;0.268941;0.047426;0.268941;0.731059;0.017986;0.268941;0.500000;0.119203;0.119203;0.017986;0.017986;0.268941;0.047426;0.006693;0.268941;0.982014;0.993307;0.006693;0.017986;0.047426;0.478763;0.484505;0.811686;0.867726;0.000000;0.263860;0.472278;0.404681;0.077988;0.133080;0.087305;0.093384;0.000000;0.000000;0.735945;0.885948;0.592908;0.000000;0.127194;0.000000;0.064469;0.050523;0.885007;0.028000;0.014015;0.957985;0.082950;0.083425;0.833625;0.119203;0.047426;0.999665;0.500000;0.002473;0.119203;0.047426;0.500000;0.500000;0.002473;0.002473;0.119203;0.006693;0.002473;0.500000;0.268941;0.119203;0.000911;0.006693;0.002473;0.500000;0.054115;0.518492;0.550329;0.000000;0.000000;0.211318;0.318863;0.106215;0.657236;0.715856;0.269729;0.863185;0.738850;0.813665;0.394843;0.054064;0.665967;0.632045;0.281102;0.682184;0.005332;0.312481;0.358560;0.008110;0.633320;0.881400;0.000670;0.117930;0.731059;0.268941;0.731059;0.952574;0.047426;0.731059;0.993307;0.119203;0.119203;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.736916;0.370051;0.610877;0.793966;0.313674;0.776260;0.862949;0.140880;0.415324;0.063864;0.113146;0.592908;0.000000;0.000000;0.370284;0.494250;0.376836;0.000000;0.161922;0.081660;0.794800;0.003017;0.202182;0.553985;0.004485;0.441530;0.945680;0.000295;0.054025;0.268941;0.047426;0.500000;0.880797;0.017986;0.731059;0.997527;0.017986;0.047426;0.002473;0.006693;0.500000;0.006693;0.002473;0.017986;0.268941;0.119203;0.002473;0.006693;0.006693;0.591942;0.701824;0.647941;0.792161;0.166173;0.699097;0.886653;0.131017;0.314751;0.068817;0.000000;0.141244;0.000000;0.207017;0.073987;0.699937;0.436593;0.709921;0.110662;0.235412;0.809201;0.021421;0.169380;0.572580;0.059310;0.368110;0.973310;0.000890;0.025805;0.119203;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.006693;0.731059;0.997527;0.006693;0.731059;0.731059;0.002473;0.006693;0.047426;0.017986;0.047426;0.731059;0.730074;0.079805;0.000000;0.000000;0.454377;0.000000;0.095782;0.000000;0.137881;0.800113;0.814270;0.109000;0.758596;0.812753;0.265612;0.061630;0.056253;0.558974;0.268352;0.748758;0.791079;0.054475;0.154443;0.583475;0.155845;0.260675;0.987535;0.003005;0.009460;0.006693;0.006693;0.006693;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.268941;0.997527;0.002473;0.731059;0.880797;0.002473;0.002473;0.017986;0.982014;0.047426;0.119203;0.676777;0.501750;0.177994;0.000000;0.543391;0.000000;0.000000;0.027465;0.187247;0.524730;0.825635;0.541901;0.539418;0.529217;0.372385;0.404922;0.216531;0.937203;0.513996;0.487253;0.707589;0.077582;0.214828;0.481515;0.209810;0.308675;0.914485;0.003365;0.082145;0.500000;0.119203;0.047426;0.119203;0.006693;0.500000;0.997527;0.119203;0.268941;0.119203;0.047426;0.268941;0.047426;0.047426;0.017986;0.268941;0.952574;0.006693;0.268941;0.268941;0.669738;0.640837;0.649308;0.632510;0.000000;0.752874;0.738271;0.386749;0.149313;0.165757;0.292350;0.723322;0.642217;0.000000;0.507499;0.713614;0.269729;0.000000;0.116500;0.000000;0.495917;0.079331;0.424750;0.350275;0.184385;0.465335;0.639360;0.002925;0.357715;0.119203;0.047426;0.017986;0.017986;0.119203;0.268941;0.500000;0.006693;0.731059;0.500000;0.993307;0.119203;0.880797;0.119203;0.017986;0.268941;0.268941;0.047426;0.119203;0.731059;0.584191;0.253506;0.407816;0.516244;0.000000;0.738850;0.388885;0.421651;0.000000;0.685465;0.666189;0.353201;0.860686;0.331369;0.297339;0.203267;0.379423;0.000000;0.000000;0.720713;0.155912;0.073087;0.770999;0.194020;0.159990;0.645985;0.165720;0.004530;0.829750;0.047426;0.047426;0.500000;0.997527;0.002473;0.119203;0.982014;0.017986;0.017986;0.002473;0.002473;0.500000;0.006693;0.002473;0.880797;0.047426;0.017986;0.000911;0.002473;0.002473;0.083938;0.286591;0.569301;0.801389;0.000000;0.864830;0.700777;0.423115;0.664854;0.269926;0.034993;0.828353;0.000000;0.273090;0.634368;0.546366;0.312383;0.392218;0.193879;0.029945;0.153199;0.069087;0.777715;0.155340;0.127005;0.717655;0.035225;0.025720;0.939055;0.047426;0.002473;0.002473;0.000911;0.999877;0.002473;0.002473;0.002473;0.002473;0.119203;0.047426;0.002473;0.017986;0.006693;0.002473;0.047426;0.119203;0.002473;0.006693;0.993307;0.904305;0.000000;0.202297;0.126529;0.929759;0.301956;0.000000;0.404199;0.000000;0.277479;0.223914;0.000000;0.000000;0.506250;0.433889;0.723722;0.479511;0.000000;0.332256;0.592667;0.084389;0.237067;0.678546;0.188335;0.514920;0.296750;0.033360;0.132145;0.834495
0.119203;0.047426;0.047426;0.119203;0.000911;0.500000;0.999089;0.500000;0.047426;0.000911;0.002473;0.047426;0.006693;0.000911;0.017986;0.268941;0.017986;0.002473;0.006693;0.002473;0.272099;0.844356;0.583462;0.319950;0.330041;0.594355;0.576153;0.534197;0.520738;0.144180;0.155513;0.713818;0.000000;0.099750;0.475021;0.834104;0.356176;0.344569;0.318863;0.249927;0.390826;0.056739;0.552434;0.320730;0.064375;0.614890;0.472450;0.058015;0.469540;0.047426;0.047426;0.999089;0.731059;0.002473;0.268941;0.119203;0.880797;0.268941;0.002473;0.006693;0.500000;0.017986;0.002473;0.006693;0.119203;0.047426;0.002473;0.006693;0.002473;0.515245;0.432416;0.857905;0.563899;0.286182;0.625041;0.667522;0.755470;0.755100;0.065804;0.032990;0.420188;0.210818;0.193567;0.295046;0.570036;0.432171;0.000000;0.383906;0.126529;0.410521;0.044476;0.545002;0.235810;0.034445;0.729740;0.538690;0.072075;0.389235;0.880797;0.047426;0.017986;0.017986;0.006693;0.999089;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.047426;0.006693;0.006693;0.047426;0.119203;0.006693;0.017986;0.982014;0.490001;0.000000;0.126088;0.064104;0.328274;0.000000;0.647713;0.000000;0.000000;0.843433;0.633439;0.088750;0.483756;0.720713;0.333366;0.434872;0.289462;0.000000;0.540163;0.853335;0.439162;0.108747;0.452091;0.240435;0.198670;0.560900;0.632340;0.098205;0.269450;0.006693;0.002473;0.000911;0.000911;0.017986;0.002473;0.000911;0.000911;0.000911;0.999665;0.731059;0.002473;0.119203;0.047426;0.002473;0.002473;0.017986;0.002473;0.006693;0.731059;0.309598;0.000000;0.156435;0.000000;0.465555;0.000000;0.000000;0.000000;0.174798;0.893214;0.748382;0.355947;0.634136;0.846707;0.000000;0.176681;0.204891;0.454377;0.585647;0.800592;0.407669;0.277556;0.314773;0.199910;0.355140;0.444945;0.572975;0.106795;0.320230;0.047426;0.047426;0.952574;0.880797;0.017986;0.047426;0.047426;0.017986;0.952574;0.017986;0.017986;0.047426;0.047426;0.006693;0.017986;0.268941;0.999089;0.002473;0.017986;0.047426;0.030769;0.350236;0.929759;0.863185;0.000000;0.513497;0.445468;0.281102;0.753618;0.000000;0.110957;0.093046;0.000000;0.487253;0.180051;0.686542;0.690402;0.000000;0.288845;0.057921;0.327442;0.065535;0.607023;0.111320;0.139520;0.749155;0.449455;0.047890;0.502660;0.880797;0.731059;0.119203;0.268941;0.047426;0.500000;0.952574;0.731059;0.268941;0.119203;0.119203;0.952574;0.119203;0.017986;0.047426;0.500000;0.119203;0.017986;0.017986;0.119203;0.665522;0.409508;0.151742;0.494750;0.534943;0.579324;0.852331;0.764768;0.332034;0.000000;0.341189;0.708684;0.000000;0.106500;0.169243;0.697622;0.057216;0.000000;0.338721;0.000000;0.601364;0.012834;0.385802;0.386860;0.006215;0.606925;0.593895;0.029670;0.376435;0.500000;0.268941;0.500000;0.952574;0.006693;0.500000;0.982014;0.268941;0.500000;0.017986;0.006693;0.880797;0.047426;0.119203;0.047426;0.500000;0.119203;0.006693;0.047426;0.017986;0.565374;0.437331;0.468293;0.720109;0.000000;0.832716;0.882259;0.524231;0.113448;0.179756;0.136226;0.638763;0.000000;0.000000;0.430209;0.622694;0.094576;0.000000;0.112946;0.239395;0.631462;0.007084;0.361455;0.376780;0.009390;0.613830;0.711410;0.009565;0.279025;0.006693;0.017986;0.999665;0.119203;0.002473;0.017986;0.017986;0.017986;0.047426;0.268941;0.268941;0.017986;0.006693;0.002473;0.002473;0.047426;0.119203;0.000911;0.002473;0.017986;0.395560;0.281305;0.498750;0.566356;0.000000;0.736722;0.530213;0.000000;0.644053;0.664408;0.678525;0.101744;0.202458;0.757128;0.795109;0.523982;0.323004;0.000000;0.133889;0.417025;0.637288;0.002114;0.360598;0.330130;0.001515;0.668355;0.723935;0.004720;0.271345;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.047426;0.006693;0.017986;0.006693;0.017986;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.823900;0.094576;0.000000;0.000000;0.000000;0.000000;0.000000;0.075578;0.000000;0.736722;0.813057;0.189080;0.372618;0.854582;0.104799;0.521986;0.046398;0.570772;0.222873;0.663515;0.666726;0.002363;0.330910;0.281815;0.002495;0.715690;0.865055;0.004495;0.130450;0.500000;0.500000;0.731059;0.952574;0.047426;0.268941;0.731059;0.880797;0.993307;0.006693;0.017986;0.268941;0.017986;0.017986;0.952574;0.500000;0.119203;0.119203;0.119203;0.017986;0.704954;0.500000;0.431925;0.641757;0.000000;0.734583;0.520489;0.337602;0.247498;0.472278;0.260379;0.772591;0.000000;0.249365;0.633671;0.849028;0.128085;0.000000;0.000000;0.060483;0.525030;0.008752;0.466214;0.192775;0.002245;0.804975;0.687455;0.001780;0.310760;0.047426;0.982014;0.952574;0.952574;0.017986;0.731059;0.731059;0.047426;0.731059;0.006693;0.017986;0.952574;0.017986;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.017986;0.704538;0.651355;0.708064;0.425802;0.373086;0.563407;0.059805;0.605635;0.464311;0.315183;0.670401;0.627615;0.703913;0.170230;0.000000;0.489252;0.391503;0.000000;0.000000;0.291316;0.427147;0.043955;0.528897;0.190125;0.105535;0.704335;0.495750;0.002355;0.501895
0.047426;0.047426;0.999089;0.731059;0.002473;0.268941;0.119203;0.880797;0.268941;0.002473;0.006693;0.500000;0.017986;0.002473;0.006693;0.119203;0.047426;0.002473;0.006693;0.002473;0.515245;0.432416;0.857905;0.563899;0.286182;0.625041;0.667522;0.755470;0.755100;0.065804;0.032990;0.420188;0.210818;0.193567;0.295046;0.570036;0.432171;0.000000;0.383906;0.126529;0.410521;0.044476;0.545002;0.235810;0.034445;0.729740;0.538690;0.072075;0.389235;0.880797;0.047426;0.017986;0.017986;0.006693;0.999089;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.047426;0.006693;0.006693;0.047426;0.119203;0.006693;0.017986;0.982014;0.490001;0.000000;0.126088;0.064104;0.328274;0.000000;0.647713;0.000000;0.000000;0.843433;0.633439;0.088750;0.483756;0.720713;0.333366;0.434872;0.289462;0.000000;0.540163;0.853335;0.439162;0.108747;0.452091;0.240435;0.198670;0.560900;0.632340;0.098205;0.269450;0.006693;0.002473;0.000911;0.000911;0.017986;0.002473;0.000911;0.000911;0.000911;0.999665;0.731059;0.002473;0.119203;0.047426;0.002473;0.002473;0.017986;0.002473;0.006693;0.731059;0.309598;0.000000;0.156435;0.000000;0.465555;0.000000;0.000000;0.000000;0.174798;0.893214;0.748382;0.355947;0.634136;0.846707;0.000000;0.176681;0.204891;0.454377;0.585647;0.800592;0.407669;0.277556;0.314773;0.199910;0.355140;0.444945;0.572975;0.106795;0.320230;0.047426;0.047426;0.952574;0.880797;0.017986;0.047426;0.047426;0.017986;0.952574;0.017986;0.017986;0.047426;0.047426;0.006693;0.017986;0.268941;0.999089;0.002473;0.017986;0.047426;0.030769;0.350236;0.929759;0.863185;0.000000;0.513497;0.445468;0.281102;0.753618;0.000000;0.110957;0.093046;0.000000;0.487253;0.180051;0.686542;0.690402;0.000000;0.288845;0.057921;0.327442;0.065535;0.607023;0.111320;0.139520;0.749155;0.449455;0.047890;0.502660;0.880797;0.731059;0.119203;0.268941;0.047426;0.500000;0.952574;0.731059;0.268941;0.119203;0.119203;0.952574;0.119203;0.017986;0.047426;0.500000;0.119203;0.017986;0.017986;0.119203;0.665522;0.409508;0.151742;0.494750;0.534943;0.579324;0.852331;0.764768;0.332034;0.000000;0.341189;0.708684;0.000000;0.106500;0.169243;0.697622;0.057216;0.000000;0.338721;0.000000;0.601364;0.012834;0.385802;0.386860;0.006215;0.606925;0.593895;0.029670;0.376435;0.500000;0.268941;0.500000;0.952574;0.006693;0.500000;0.982014;0.268941;0.500000;0.017986;0.006693;0.880797;0.047426;0.119203;0.047426;0.500000;0.119203;0.006693;0.047426;0.017986;0.565374;0.437331;0.468293;0.720109;0.000000;0.832716;0.882259;0.524231;0.113448;0.179756;0.136226;0.638763;0.000000;0.000000;0.430209;0.622694;0.094576;0.000000;0.112946;0.239395;0.631462;0.007084;0.361455;0.376780;0.009390;0.613830;0.711410;0.009565;0.279025;0.006693;0.017986;0.999665;0.119203;0.002473;0.017986;0.017986;0.017986;0.047426;0.268941;0.268941;0.017986;0.006693;0.002473;0.002473;0.047426;0.119203;0.000911;0.002473;0.017986;0.395560;0.281305;0.498750;0.566356;0.000000;0.736722;0.530213;0.000000;0.644053;0.664408;0.678525;0.101744;0.202458;0.757128;0.795109;0.523982;0.323004;0.000000;0.133889;0.417025;0.637288;0.002114;0.360598;0.330130;0.001515;0.668355;0.723935;0.004720;0.271345;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.047426;0.006693;0.017986;0.006693;0.017986;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.823900;0.094576;0.000000;0.000000;0.000000;0.000000;0.000000;0.075578;0.000000;0.736722;0.813057;0.189080;0.372618;0.854582;0.104799;0.521986;0.046398;0.570772;0.222873;0.663515;0.666726;0.002363;0.330910;0.281815;0.002495;0.715690;0.865055;0.004495;0.130450;0.500000;0.500000;0.731059;0.952574;0.047426;0.268941;0.731059;0.880797;0.993307;0.006693;0.017986;0.268941;0.017986;0.017986;0.952574;0.500000;0.119203;0.119203;0.119203;0.017986;0.704954;0.500000;0.431925;0.641757;0.000000;0.734583;0.520489;0.337602;0.247498;0.472278;0.260379;0.772591;0.000000;0.249365;0.633671;0.849028;0.128085;0.000000;0.000000;0.060483;0.525030;0.008752;0.466214;0.192775;0.002245;0.804975;0.687455;0.001780;0.310760;0.047426;0.982014;0.952574;0.952574;0.017986;0.731059;0.731059;0.047426;0.731059;0.006693;0.017986;0.952574;0.017986;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.017986;0.704538;0.651355;0.708064;0.425802;0.373086;0.563407;0.059805;0.605635;0.464311;0.315183;0.670401;0.627615;0.703913;0.170230;0.000000;0.489252;0.391503;0.000000;0.000000;0.291316;0.427147;0.043955;0.528897;0.190125;0.105535;0.704335;0.495750;0.002355;0.501895;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999089;0.268941;0.002473;0.268941;0.047426;0.002473;0.006693;0.047426;0.002473;0.017986;0.982014;0.633904;0.076139;0.000000;0.000000;0.691470;0.000000;0.000000;0.000000;0.284347;0.682222;0.883808;0.000000;0.952799;0.674366;0.255974;0.000000;0.081585;0.457602;0.000000;0.385800;0.202367;0.094794;0.702840;0.071210;0.242810;0.685980;0.216010;0.006180;0.777810
0.880797;0.047426;0.017986;0.017986;0.006693;0.999089;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.047426;0.006693;0.006693;0.047426;0.119203;0.006693;0.017986;0.982014;0.490001;0.000000;0.126088;0.064104;0.328274;0.000000;0.647713;0.000000;0.000000;0.843433;0.633439;0.088750;0.483756;0.720713;0.333366;0.434872;0.289462;0.000000;0.540163;0.853335;0.439162;0.108747;0.452091;0.240435;0.198670;0.560900;0.632340;0.098205;0.269450;0.006693;0.002473;0.000911;0.000911;0.017986;0.002473;0.000911;0.000911;0.000911;0.999665;0.731059;0.002473;0.119203;0.047426;0.002473;0.002473;0.017986;0.002473;0.006693;0.731059;0.309598;0.000000;0.156435;0.000000;0.465555;0.000000;0.000000;0.000000;0.174798;0.893214;0.748382;0.355947;0.634136;0.846707;0.000000;0.176681;0.204891;0.454377;0.585647;0.800592;0.407669;0.277556;0.314773;0.199910;0.355140;0.444945;0.572975;0.106795;0.320230;0.047426;0.047426;0.952574;0.880797;0.017986;0.047426;0.047426;0.017986;0.952574;0.017986;0.017986;0.047426;0.047426;0.006693;0.017986;0.268941;0.999089;0.002473;0.017986;0.047426;0.030769;0.350236;0.929759;0.863185;0.000000;0.513497;0.445468;0.281102;0.753618;0.000000;0.110957;0.093046;0.000000;0.487253;0.180051;0.686542;0.690402;0.000000;0.288845;0.057921;0.327442;0.065535;0.607023;0.111320;0.139520;0.749155;0.449455;0.047890;0.502660;0.880797;0.731059;0.119203;0.268941;0.047426;0.500000;0.952574;0.731059;0.268941;0.119203;0.119203;0.952574;0.119203;0.017986;0.047426;0.500000;0.119203;0.017986;0.017986;0.119203;0.665522;0.409508;0.151742;0.494750;0.534943;0.579324;0.852331;0.764768;0.332034;0.000000;0.341189;0.708684;0.000000;0.106500;0.169243;0.697622;0.057216;0.000000;0.338721;0.000000;0.601364;0.012834;0.385802;0.386860;0.006215;0.606925;0.593895;0.029670;0.376435;0.500000;0.268941;0.500000;0.952574;0.006693;0.500000;0.982014;0.268941;0.500000;0.017986;0.006693;0.880797;0.047426;0.119203;0.047426;0.500000;0.119203;0.006693;0.047426;0.017986;0.565374;0.437331;0.468293;0.720109;0.000000;0.832716;0.882259;0.524231;0.113448;0.179756;0.136226;0.638763;0.000000;0.000000;0.430209;0.622694;0.094576;0.000000;0.112946;0.239395;0.631462;0.007084;0.361455;0.376780;0.009390;0.613830;0.711410;0.009565;0.279025;0.006693;0.017986;0.999665;0.119203;0.002473;0.017986;0.017986;0.017986;0.047426;0.268941;0.268941;0.017986;0.006693;0.002473;0.002473;0.047426;0.119203;0.000911;0.002473;0.017986;0.395560;0.281305;0.498750;0.566356;0.000000;0.736722;0.530213;0.000000;0.644053;0.664408;0.678525;0.101744;0.202458;0.757128;0.795109;0.523982;0.323004;0.000000;0.133889;0.417025;0.637288;0.002114;0.360598;0.330130;0.001515;0.668355;0.723935;0.004720;0.271345;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.047426;0.006693;0.017986;0.006693;0.017986;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.823900;0.094576;0.000000;0.000000;0.000000;0.000000;0.000000;0.075578;0.000000;0.736722;0.813057;0.189080;0.372618;0.854582;0.104799;0.521986;0.046398;0.570772;0.222873;0.663515;0.666726;0.002363;0.330910;0.281815;0.002495;0.715690;0.865055;0.004495;0.130450;0.500000;0.500000;0.731059;0.952574;0.047426;0.268941;0.731059;0.880797;0.993307;0.006693;0.017986;0.268941;0.017986;0.017986;0.952574;0.500000;0.119203;0.119203;0.119203;0.017986;0.704954;0.500000;0.431925;0.641757;0.000000;0.734583;0.520489;0.337602;0.247498;0.472278;0.260379;0.772591;0.000000;0.249365;0.633671;0.849028;0.128085;0.000000;0.000000;0.060483;0.525030;0.008752;0.466214;0.192775;0.002245;0.804975;0.687455;0.001780;0.310760;0.047426;0.982014;0.952574;0.952574;0.017986;0.731059;0.731059;0.047426;0.731059;0.006693;0.017986;0.952574;0.017986;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.017986;0.704538;0.651355;0.708064;0.425802;0.373086;0.563407;0.059805;0.605635;0.464311;0.315183;0.670401;0.627615;0.703913;0.170230;0.000000;0.489252;0.391503;0.000000;0.000000;0.291316;0.427147;0.043955;0.528897;0.190125;0.105535;0.704335;0.495750;0.002355;0.501895;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999089;0.268941;0.002473;0.268941;0.047426;0.002473;0.006693;0.047426;0.002473;0.017986;0.982014;0.633904;0.076139;0.000000;0.000000;0.691470;0.000000;0.000000;0.000000;0.284347;0.682222;0.883808;0.000000;0.952799;0.674366;0.255974;0.000000;0.081585;0.457602;0.000000;0.385800;0.202367;0.094794;0.702840;0.071210;0.242810;0.685980;0.216010;0.006180;0.777810;0.119203;0.952574;0.268941;0.047426;0.002473;0.982014;0.268941;0.017986;0.119203;0.002473;0.006693;0.997527;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.512747;0.677870;0.578837;0.203105;0.000000;0.836853;0.622459;0.428004;0.207510;0.317778;0.201009;0.889141;0.000000;0.000000;0.609450;0.741542;0.160569;0.000000;0.000000;0.000000;0.119477;0.146796;0.733727;0.051215;0.371310;0.577475;0.060940;0.011860;0.927200
0.006693;0.002473;0.000911;0.000911;0.017986;0.002473;0.000911;0.000911;0.000911;0.999665;0.731059;0.002473;0.119203;0.047426;0.002473;0.002473;0.017986;0.002473;0.006693;0.731059;0.309598;0.000000;0.156435;0.000000;0.465555;0.000000;0.000000;0.000000;0.174798;0.893214;0.748382;0.355947;0.634136;0.846707;0.000000;0.176681;0.204891;0.454377;0.585647;0.800592;0.407669;0.277556;0.314773;0.199910;0.355140;0.444945;0.572975;0.106795;0.320230;0.047426;0.047426;0.952574;0.880797;0.017986;0.047426;0.047426;0.017986;0.952574;0.017986;0.017986;0.047426;0.047426;0.006693;0.017986;0.268941;0.999089;0.002473;0.017986;0.047426;0.030769;0.350236;0.929759;0.863185;0.000000;0.513497;0.445468;0.281102;0.753618;0.000000;0.110957;0.093046;0.000000;0.487253;0.180051;0.686542;0.690402;0.000000;0.288845;0.057921;0.327442;0.065535;0.607023;0.111320;0.139520;0.749155;0.449455;0.047890;0.502660;0.880797;0.731059;0.119203;0.268941;0.047426;0.500000;0.952574;0.731059;0.268941;0.119203;0.119203;0.952574;0.119203;0.017986;0.047426;0.500000;0.119203;0.017986;0.017986;0.119203;0.665522;0.409508;0.151742;0.494750;0.534943;0.579324;0.852331;0.764768;0.332034;0.000000;0.341189;0.708684;0.000000;0.106500;0.169243;0.697622;0.057216;0.000000;0.338721;0.000000;0.601364;0.012834;0.385802;0.386860;0.006215;0.606925;0.593895;0.029670;0.376435;0.500000;0.268941;0.500000;0.952574;0.006693;0.500000;0.982014;0.268941;0.500000;0.017986;0.006693;0.880797;0.047426;0.119203;0.047426;0.500000;0.119203;0.006693;0.047426;0.017986;0.565374;0.437331;0.468293;0.720109;0.000000;0.832716;0.882259;0.524231;0.113448;0.179756;0.136226;0.638763;0.000000;0.000000;0.430209;0.622694;0.094576;0.000000;0.112946;0.239395;0.631462;0.007084;0.361455;0.376780;0.009390;0.613830;0.711410;0.009565;0.279025;0.006693;0.017986;0.999665;0.119203;0.002473;0.017986;0.017986;0.017986;0.047426;0.268941;0.268941;0.017986;0.006693;0.002473;0.002473;0.047426;0.119203;0.000911;0.002473;0.017986;0.395560;0.281305;0.498750;0.566356;0.000000;0.736722;0.530213;0.000000;0.644053;0.664408;0.678525;0.101744;0.202458;0.757128;0.795109;0.523982;0.323004;0.000000;0.133889;0.417025;0.637288;0.002114;0.360598;0.330130;0.001515;0.668355;0.723935;0.004720;0.271345;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.047426;0.006693;0.017986;0.006693;0.017986;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.823900;0.094576;0.000000;0.000000;0.000000;0.000000;0.000000;0.075578;0.000000;0.736722;0.813057;0.189080;0.372618;0.854582;0.104799;0.521986;0.046398;0.570772;0.222873;0.663515;0.666726;0.002363;0.330910;0.281815;0.002495;0.715690;0.865055;0.004495;0.130450;0.500000;0.500000;0.731059;0.952574;0.047426;0.268941;0.731059;0.880797;0.993307;0.006693;0.017986;0.268941;0.017986;0.017986;0.952574;0.500000;0.119203;0.119203;0.119203;0.017986;0.704954;0.500000;0.431925;0.641757;0.000000;0.734583;0.520489;0.337602;0.247498;0.472278;0.260379;0.772591;0.000000;0.249365;0.633671;0.849028;0.128085;0.000000;0.000000;0.060483;0.525030;0.008752;0.466214;0.192775;0.002245;0.804975;0.687455;0.001780;0.310760;0.047426;0.982014;0.952574;0.952574;0.017986;0.731059;0.731059;0.047426;0.731059;0.006693;0.017986;0.952574;0.017986;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.017986;0.704538;0.651355;0.708064;0.425802;0.373086;0.563407;0.059805;0.605635;0.464311;0.315183;0.670401;0.627615;0.703913;0.170230;0.000000;0.489252;0.391503;0.000000;0.000000;0.291316;0.427147;0.043955;0.528897;0.190125;0.105535;0.704335;0.495750;0.002355;0.501895;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999089;0.268941;0.002473;0.268941;0.047426;0.002473;0.006693;0.047426;0.002473;0.017986;0.982014;0.633904;0.076139;0.000000;0.000000;0.691470;0.000000;0.000000;0.000000;0.284347;0.682222;0.883808;0.000000;0.952799;0.674366;0.255974;0.000000;0.081585;0.457602;0.000000;0.385800;0.202367;0.094794;0.702840;0.071210;0.242810;0.685980;0.216010;0.006180;0.777810;0.119203;0.952574;0.268941;0.047426;0.002473;0.982014;0.268941;0.017986;0.119203;0.002473;0.006693;0.997527;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.512747;0.677870;0.578837;0.203105;0.000000;0.836853;0.622459;0.428004;0.207510;0.317778;0.201009;0.889141;0.000000;0.000000;0.609450;0.741542;0.160569;0.000000;0.000000;0.000000;0.119477;0.146796;0.733727;0.051215;0.371310;0.577475;0.060940;0.011860;0.927200;0.999089;0.006693;0.006693;0.006693;0.731059;0.017986;0.017986;0.047426;0.006693;0.006693;0.006693;0.017986;0.017986;0.002473;0.047426;0.119203;0.268941;0.002473;0.006693;0.017986;0.550824;0.546366;0.742308;0.270715;0.726115;0.221836;0.210320;0.858514;0.230055;0.397714;0.346378;0.486253;0.298385;0.145294;0.378481;0.726115;0.364473;0.000000;0.352516;0.047607;0.061017;0.291839;0.647146;0.051420;0.731700;0.216885;0.050905;0.084625;0.864470
0.006693;0.017986;0.999877;0.119203;0.000911;0.017986;0.017986;0.017986;0.047426;0.000911;0.000911;0.017986;0.002473;0.000911;0.002473;0.047426;0.017986;0.000335;0.002473;0.000911;0.172644;0.916292;0.952664;0.262503;0.000000;0.000000;0.000000;0.000000;0.262503;0.557988;0.255974;0.000000;0.371450;0.000000;0.108903;0.687831;0.583462;0.000000;0.000000;0.266393;0.060588;0.018531;0.920881;0.014705;0.018225;0.967070;0.066520;0.004445;0.929035;0.119203;0.006693;0.047426;0.006693;0.002473;0.006693;0.006693;0.999089;0.880797;0.000911;0.000911;0.006693;0.002473;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.000911;0.427025;0.113850;0.691470;0.382488;0.000000;0.173934;0.253317;0.878894;0.115067;0.426536;0.199887;0.104799;0.739043;0.360314;0.747628;0.809382;0.140035;0.000000;0.136697;0.395560;0.193332;0.017611;0.789057;0.006235;0.004565;0.989205;0.333405;0.001300;0.665290;0.017986;0.002473;0.002473;0.002473;0.000911;0.006693;0.006693;0.002473;0.002473;0.000911;0.000911;0.006693;0.000911;0.000335;0.999877;0.006693;0.006693;0.000335;0.000911;0.002473;0.719503;0.599408;0.467297;0.524480;0.000000;0.652943;0.573220;0.477016;0.000000;0.181830;0.000000;0.281305;0.000000;0.673707;0.878788;0.693812;0.168541;0.460582;0.295879;0.496750;0.359279;0.021562;0.619161;0.010070;0.018565;0.971370;0.765160;0.000870;0.233970;0.047426;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.006693;0.006693;0.731059;0.731059;0.017986;0.119203;0.017986;0.017986;0.119203;0.999089;0.006693;0.017986;0.880797;0.628550;0.382725;0.135638;0.626914;0.772239;0.493250;0.289873;0.121639;0.471032;0.679397;0.726115;0.065804;0.000000;0.730271;0.143810;0.610877;0.303857;0.506750;0.497000;0.506000;0.464503;0.058226;0.477270;0.038160;0.130580;0.831260;0.843960;0.010780;0.145255;0.047426;0.006693;0.047426;0.500000;0.017986;0.017986;0.047426;0.006693;0.006693;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.500000;0.999665;0.002473;0.006693;0.047426;0.419945;0.193255;0.162329;0.278282;0.000000;0.000000;0.087864;0.076775;0.144427;0.816528;0.527722;0.328495;0.582489;0.000000;0.000000;0.861643;0.705370;0.498750;0.000000;0.832577;0.581968;0.084576;0.333457;0.134960;0.028705;0.836335;0.969290;0.000450;0.030265;0.500000;0.047426;0.047426;0.017986;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.268941;0.047426;0.119203;0.119203;0.999089;0.268941;0.268941;0.002473;0.017986;0.119203;0.232188;0.740775;0.651582;0.934564;0.386274;0.600608;0.735751;0.000000;0.000000;0.155776;0.093215;0.188314;0.601807;0.000000;0.653396;0.247871;0.169947;0.000000;0.169384;0.449424;0.687555;0.010299;0.302148;0.408210;0.008745;0.583050;0.990595;0.000010;0.009395;0.880797;0.047426;0.119203;0.880797;0.006693;0.500000;0.997527;0.268941;0.047426;0.006693;0.006693;0.268941;0.006693;0.002473;0.017986;0.119203;0.119203;0.002473;0.006693;0.006693;0.747061;0.822591;0.339842;0.763326;0.000000;0.757680;0.907878;0.250302;0.000000;0.000000;0.041170;0.454625;0.000000;0.000000;0.188314;0.269926;0.110760;0.000000;0.000000;0.155907;0.817763;0.009860;0.172377;0.565325;0.000330;0.434345;0.997180;0.000000;0.002820;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.017986;0.839566;0.320386;0.180199;0.619399;0.367722;0.000000;0.539170;0.193255;0.311310;0.721115;0.683737;0.152387;0.791171;0.634831;0.192476;0.308957;0.000000;0.000000;0.186184;0.427270;0.923997;0.015866;0.060135;0.904250;0.000350;0.095400;0.999345;0.000000;0.000650;0.006693;0.006693;0.500000;0.999665;0.002473;0.047426;0.731059;0.006693;0.047426;0.002473;0.002473;0.017986;0.002473;0.000911;0.006693;0.047426;0.880797;0.000911;0.002473;0.002473;0.855573;0.420676;0.450661;0.706822;0.417754;0.582246;0.097528;0.167423;0.000000;0.836717;0.152387;0.163420;0.558974;0.179609;0.157892;0.185881;0.268156;0.000000;0.172644;0.728099;0.922182;0.007392;0.070428;0.927010;0.000585;0.072410;0.999750;0.000000;0.000250;0.500000;0.880797;0.119203;0.952574;0.006693;0.731059;0.982014;0.017986;0.119203;0.006693;0.017986;0.952574;0.119203;0.006693;0.119203;0.268941;0.119203;0.006693;0.017986;0.047426;0.745357;0.386511;0.443986;0.889829;0.000000;0.857417;0.669295;0.098234;0.471032;0.000000;0.000000;0.781939;0.506000;0.000000;0.000000;0.514496;0.447692;0.000000;0.000000;0.000000;0.924361;0.010295;0.065344;0.960275;0.001985;0.037740;0.999965;0.000000;0.000035;0.047426;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.500000;0.047426;0.002473;0.006693;0.047426;0.002473;0.047426;0.952574;0.901677;0.747250;0.000000;0.273289;0.000000;0.731255;0.527472;0.000000;0.369817;0.669738;0.467795;0.547358;0.394365;0.000000;0.000000;0.311310;0.221491;0.000000;0.000000;0.279489;0.925191;0.016206;0.058603;0.958835;0.002285;0.038880;0.999955;0.000000;0.000045
0.119203;0.006693;0.047426;0.006693;0.002473;0.006693;0.006693;0.999089;0.880797;0.000911;0.000911;0.006693;0.002473;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.000911;0.427025;0.113850;0.691470;0.382488;0.000000;0.173934;0.253317;0.878894;0.115067;0.426536;0.199887;0.104799;0.739043;0.360314;0.747628;0.809382;0.140035;0.000000;0.136697;0.395560;0.193332;0.017611;0.789057;0.006235;0.004565;0.989205;0.333405;0.001300;0.665290;0.017986;0.002473;0.002473;0.002473;0.000911;0.006693;0.006693;0.002473;0.002473;0.000911;0.000911;0.006693;0.000911;0.000335;0.999877;0.006693;0.006693;0.000335;0.000911;0.002473;0.719503;0.599408;0.467297;0.524480;0.000000;0.652943;0.573220;0.477016;0.000000;0.181830;0.000000;0.281305;0.000000;0.673707;0.878788;0.693812;0.168541;0.460582;0.295879;0.496750;0.359279;0.021562;0.619161;0.010070;0.018565;0.971370;0.765160;0.000870;0.233970;0.047426;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.006693;0.006693;0.731059;0.731059;0.017986;0.119203;0.017986;0.017986;0.119203;0.999089;0.006693;0.017986;0.880797;0.628550;0.382725;0.135638;0.626914;0.772239;0.493250;0.289873;0.121639;0.471032;0.679397;0.726115;0.065804;0.000000;0.730271;0.143810;0.610877;0.303857;0.506750;0.497000;0.506000;0.464503;0.058226;0.477270;0.038160;0.130580;0.831260;0.843960;0.010780;0.145255;0.047426;0.006693;0.047426;0.500000;0.017986;0.017986;0.047426;0.006693;0.006693;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.500000;0.999665;0.002473;0.006693;0.047426;0.419945;0.193255;0.162329;0.278282;0.000000;0.000000;0.087864;0.076775;0.144427;0.816528;0.527722;0.328495;0.582489;0.000000;0.000000;0.861643;0.705370;0.498750;0.000000;0.832577;0.581968;0.084576;0.333457;0.134960;0.028705;0.836335;0.969290;0.000450;0.030265;0.500000;0.047426;0.047426;0.017986;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.268941;0.047426;0.119203;0.119203;0.999089;0.268941;0.268941;0.002473;0.017986;0.119203;0.232188;0.740775;0.651582;0.934564;0.386274;0.600608;0.735751;0.000000;0.000000;0.155776;0.093215;0.188314;0.601807;0.000000;0.653396;0.247871;0.169947;0.000000;0.169384;0.449424;0.687555;0.010299;0.302148;0.408210;0.008745;0.583050;0.990595;0.000010;0.009395;0.880797;0.047426;0.119203;0.880797;0.006693;0.500000;0.997527;0.268941;0.047426;0.006693;0.006693;0.268941;0.006693;0.002473;0.017986;0.119203;0.119203;0.002473;0.006693;0.006693;0.747061;0.822591;0.339842;0.763326;0.000000;0.757680;0.907878;0.250302;0.000000;0.000000;0.041170;0.454625;0.000000;0.000000;0.188314;0.269926;0.110760;0.000000;0.000000;0.155907;0.817763;0.009860;0.172377;0.565325;0.000330;0.434345;0.997180;0.000000;0.002820;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.017986;0.839566;0.320386;0.180199;0.619399;0.367722;0.000000;0.539170;0.193255;0.311310;0.721115;0.683737;0.152387;0.791171;0.634831;0.192476;0.308957;0.000000;0.000000;0.186184;0.427270;0.923997;0.015866;0.060135;0.904250;0.000350;0.095400;0.999345;0.000000;0.000650;0.006693;0.006693;0.500000;0.999665;0.002473;0.047426;0.731059;0.006693;0.047426;0.002473;0.002473;0.017986;0.002473;0.000911;0.006693;0.047426;0.880797;0.000911;0.002473;0.002473;0.855573;0.420676;0.450661;0.706822;0.417754;0.582246;0.097528;0.167423;0.000000;0.836717;0.152387;0.163420;0.558974;0.179609;0.157892;0.185881;0.268156;0.000000;0.172644;0.728099;0.922182;0.007392;0.070428;0.927010;0.000585;0.072410;0.999750;0.000000;0.000250;0.500000;0.880797;0.119203;0.952574;0.006693;0.731059;0.982014;0.017986;0.119203;0.006693;0.017986;0.952574;0.119203;0.006693;0.119203;0.268941;0.119203;0.006693;0.017986;0.047426;0.745357;0.386511;0.443986;0.889829;0.000000;0.857417;0.669295;0.098234;0.471032;0.000000;0.000000;0.781939;0.506000;0.000000;0.000000;0.514496;0.447692;0.000000;0.000000;0.000000;0.924361;0.010295;0.065344;0.960275;0.001985;0.037740;0.999965;0.000000;0.000035;0.047426;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.500000;0.047426;0.002473;0.006693;0.047426;0.002473;0.047426;0.952574;0.901677;0.747250;0.000000;0.273289;0.000000;0.731255;0.527472;0.000000;0.369817;0.669738;0.467795;0.547358;0.394365;0.000000;0.000000;0.311310;0.221491;0.000000;0.000000;0.279489;0.925191;0.016206;0.058603;0.958835;0.002285;0.038880;0.999955;0.000000;0.000045;0.017986;0.006693;0.002473;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.500000;0.997527;0.006693;0.880797;0.731059;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.637378;0.000000;0.000000;0.000000;0.628316;0.000000;0.000000;0.206198;0.386986;0.585405;0.924770;0.164929;0.000000;0.456113;0.000000;0.000000;0.000000;0.000000;0.487752;0.542646;0.913470;0.019591;0.066939;0.953960;0.003580;0.042460;0.999460;0.000000;0.000540
0.017986;0.002473;0.002473;0.002473;0.000911;0.006693;0.006693;0.002473;0.002473;0.000911;0.000911;0.006693;0.000911;0.000335;0.999877;0.006693;0.006693;0.000335;0.000911;0.002473;0.719503;0.599408;0.467297;0.524480;0.000000;0.652943;0.573220;0.477016;0.000000;0.181830;0.000000;0.281305;0.000000;0.673707;0.878788;0.693812;0.168541;0.460582;0.295879;0.496750;0.359279;0.021562;0.619161;0.010070;0.018565;0.971370;0.765160;0.000870;0.233970;0.047426;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.006693;0.006693;0.731059;0.731059;0.017986;0.119203;0.017986;0.017986;0.119203;0.999089;0.006693;0.017986;0.880797;0.628550;0.382725;0.135638;0.626914;0.772239;0.493250;0.289873;0.121639;0.471032;0.679397;0.726115;0.065804;0.000000;0.730271;0.143810;0.610877;0.303857;0.506750;0.497000;0.506000;0.464503;0.058226;0.477270;0.038160;0.130580;0.831260;0.843960;0.010780;0.145255;0.047426;0.006693;0.047426;0.500000;0.017986;0.017986;0.047426;0.006693;0.006693;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.500000;0.999665;0.002473;0.006693;0.047426;0.419945;0.193255;0.162329;0.278282;0.000000;0.000000;0.087864;0.076775;0.144427;0.816528;0.527722;0.328495;0.582489;0.000000;0.000000;0.861643;0.705370;0.498750;0.000000;0.832577;0.581968;0.084576;0.333457;0.134960;0.028705;0.836335;0.969290;0.000450;0.030265;0.500000;0.047426;0.047426;0.017986;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.268941;0.047426;0.119203;0.119203;0.999089;0.268941;0.268941;0.002473;0.017986;0.119203;0.232188;0.740775;0.651582;0.934564;0.386274;0.600608;0.735751;0.000000;0.000000;0.155776;0.093215;0.188314;0.601807;0.000000;0.653396;0.247871;0.169947;0.000000;0.169384;0.449424;0.687555;0.010299;0.302148;0.408210;0.008745;0.583050;0.990595;0.000010;0.009395;0.880797;0.047426;0.119203;0.880797;0.006693;0.500000;0.997527;0.268941;0.047426;0.006693;0.006693;0.268941;0.006693;0.002473;0.017986;0.119203;0.119203;0.002473;0.006693;0.006693;0.747061;0.822591;0.339842;0.763326;0.000000;0.757680;0.907878;0.250302;0.000000;0.000000;0.041170;0.454625;0.000000;0.000000;0.188314;0.269926;0.110760;0.000000;0.000000;0.155907;0.817763;0.009860;0.172377;0.565325;0.000330;0.434345;0.997180;0.000000;0.002820;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.017986;0.839566;0.320386;0.180199;0.619399;0.367722;0.000000;0.539170;0.193255;0.311310;0.721115;0.683737;0.152387;0.791171;0.634831;0.192476;0.308957;0.000000;0.000000;0.186184;0.427270;0.923997;0.015866;0.060135;0.904250;0.000350;0.095400;0.999345;0.000000;0.000650;0.006693;0.006693;0.500000;0.999665;0.002473;0.047426;0.731059;0.006693;0.047426;0.002473;0.002473;0.017986;0.002473;0.000911;0.006693;0.047426;0.880797;0.000911;0.002473;0.002473;0.855573;0.420676;0.450661;0.706822;0.417754;0.582246;0.097528;0.167423;0.000000;0.836717;0.152387;0.163420;0.558974;0.179609;0.157892;0.185881;0.268156;0.000000;0.172644;0.728099;0.922182;0.007392;0.070428;0.927010;0.000585;0.072410;0.999750;0.000000;0.000250;0.500000;0.880797;0.119203;0.952574;0.006693;0.731059;0.982014;0.017986;0.119203;0.006693;0.017986;0.952574;0.119203;0.006693;0.119203;0.268941;0.119203;0.006693;0.017986;0.047426;0.745357;0.386511;0.443986;0.889829;0.000000;0.857417;0.669295;0.098234;0.471032;0.000000;0.000000;0.781939;0.506000;0.000000;0.000000;0.514496;0.447692;0.000000;0.000000;0.000000;0.924361;0.010295;0.065344;0.960275;0.001985;0.037740;0.999965;0.000000;0.000035;0.047426;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.500000;0.047426;0.002473;0.006693;0.047426;0.002473;0.047426;0.952574;0.901677;0.747250;0.000000;0.273289;0.000000;0.731255;0.527472;0.000000;0.369817;0.669738;0.467795;0.547358;0.394365;0.000000;0.000000;0.311310;0.221491;0.000000;0.000000;0.279489;0.925191;0.016206;0.058603;0.958835;0.002285;0.038880;0.999955;0.000000;0.000045;0.017986;0.006693;0.002473;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.500000;0.997527;0.006693;0.880797;0.731059;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.637378;0.000000;0.000000;0.000000;0.628316;0.000000;0.000000;0.206198;0.386986;0.585405;0.924770;0.164929;0.000000;0.456113;0.000000;0.000000;0.000000;0.000000;0.487752;0.542646;0.913470;0.019591;0.066939;0.953960;0.003580;0.042460;0.999460;0.000000;0.000540;0.500000;0.731059;0.731059;0.500000;0.119203;0.500000;0.731059;0.119203;0.880797;0.268941;0.268941;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.731059;0.268941;0.683521;0.852708;0.370983;0.508749;0.000000;0.872584;0.746872;0.000000;0.354115;0.130335;0.256546;0.776086;0.000000;0.311954;0.000000;0.708271;0.097176;0.000000;0.000000;0.087544;0.886261;0.019649;0.094090;0.841635;0.001905;0.156460;0.996590;0.000000;0.003410
0.047426;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.006693;0.006693;0.731059;0.731059;0.017986;0.119203;0.017986;0.017986;0.119203;0.999089;0.006693;0.017986;0.880797;0.628550;0.382725;0.135638;0.626914;0.772239;0.493250;0.289873;0.121639;0.471032;0.679397;0.726115;0.065804;0.000000;0.730271;0.143810;0.610877;0.303857;0.506750;0.497000;0.506000;0.464503;0.058226;0.477270;0.038160;0.130580;0.831260;0.843960;0.010780;0.145255;0.047426;0.006693;0.047426;0.500000;0.017986;0.017986;0.047426;0.006693;0.006693;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.500000;0.999665;0.002473;0.006693;0.047426;0.419945;0.193255;0.162329;0.278282;0.000000;0.000000;0.087864;0.076775;0.144427;0.816528;0.527722;0.328495;0.582489;0.000000;0.000000;0.861643;0.705370;0.498750;0.000000;0.832577;0.581968;0.084576;0.333457;0.134960;0.028705;0.836335;0.969290;0.000450;0.030265;0.500000;0.047426;0.047426;0.017986;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.268941;0.047426;0.119203;0.119203;0.999089;0.268941;0.268941;0.002473;0.017986;0.119203;0.232188;0.740775;0.651582;0.934564;0.386274;0.600608;0.735751;0.000000;0.000000;0.155776;0.093215;0.188314;0.601807;0.000000;0.653396;0.247871;0.169947;0.000000;0.169384;0.449424;0.687555;0.010299;0.302148;0.408210;0.008745;0.583050;0.990595;0.000010;0.009395;0.880797;0.047426;0.119203;0.880797;0.006693;0.500000;0.997527;0.268941;0.047426;0.006693;0.006693;0.268941;0.006693;0.002473;0.017986;0.119203;0.119203;0.002473;0.006693;0.006693;0.747061;0.822591;0.339842;0.763326;0.000000;0.757680;0.907878;0.250302;0.000000;0.000000;0.041170;0.454625;0.000000;0.000000;0.188314;0.269926;0.110760;0.000000;0.000000;0.155907;0.817763;0.009860;0.172377;0.565325;0.000330;0.434345;0.997180;0.000000;0.002820;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.017986;0.839566;0.320386;0.180199;0.619399;0.367722;0.000000;0.539170;0.193255;0.311310;0.721115;0.683737;0.152387;0.791171;0.634831;0.192476;0.308957;0.000000;0.000000;0.186184;0.427270;0.923997;0.015866;0.060135;0.904250;0.000350;0.095400;0.999345;0.000000;0.000650;0.006693;0.006693;0.500000;0.999665;0.002473;0.047426;0.731059;0.006693;0.047426;0.002473;0.002473;0.017986;0.002473;0.000911;0.006693;0.047426;0.880797;0.000911;0.002473;0.002473;0.855573;0.420676;0.450661;0.706822;0.417754;0.582246;0.097528;0.167423;0.000000;0.836717;0.152387;0.163420;0.558974;0.179609;0.157892;0.185881;0.268156;0.000000;0.172644;0.728099;0.922182;0.007392;0.070428;0.927010;0.000585;0.072410;0.999750;0.000000;0.000250;0.500000;0.880797;0.119203;0.952574;0.006693;0.731059;0.982014;0.017986;0.119203;0.006693;0.017986;0.952574;0.119203;0.006693;0.119203;0.268941;0.119203;0.006693;0.017986;0.047426;0.745357;0.386511;0.443986;0.889829;0.000000;0.857417;0.669295;0.098234;0.471032;0.000000;0.000000;0.781939;0.506000;0.000000;0.000000;0.514496;0.447692;0.000000;0.000000;0.000000;0.924361;0.010295;0.065344;0.960275;0.001985;0.037740;0.999965;0.000000;0.000035;0.047426;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.500000;0.047426;0.002473;0.006693;0.047426;0.002473;0.047426;0.952574;0.901677;0.747250;0.000000;0.273289;0.000000;0.731255;0.527472;0.000000;0.369817;0.669738;0.467795;0.547358;0.394365;0.000000;0.000000;0.311310;0.221491;0.000000;0.000000;0.279489;0.925191;0.016206;0.058603;0.958835;0.002285;0.038880;0.999955;0.000000;0.000045;0.017986;0.006693;0.002473;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.500000;0.997527;0.006693;0.880797;0.731059;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.637378;0.000000;0.000000;0.000000;0.628316;0.000000;0.000000;0.206198;0.386986;0.585405;0.924770;0.164929;0.000000;0.456113;0.000000;0.000000;0.000000;0.000000;0.487752;0.542646;0.913470;0.019591;0.066939;0.953960;0.003580;0.042460;0.999460;0.000000;0.000540;0.500000;0.731059;0.731059;0.500000;0.119203;0.500000;0.731059;0.119203;0.880797;0.268941;0.268941;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.731059;0.268941;0.683521;0.852708;0.370983;0.508749;0.000000;0.872584;0.746872;0.000000;0.354115;0.130335;0.256546;0.776086;0.000000;0.311954;0.000000;0.708271;0.097176;0.000000;0.000000;0.087544;0.886261;0.019649;0.094090;0.841635;0.001905;0.156460;0.996590;0.000000;0.003410;0.268941;0.268941;0.268941;0.952574;0.006693;0.880797;0.993307;0.119203;0.119203;0.006693;0.006693;0.952574;0.017986;0.006693;0.047426;0.500000;0.047426;0.006693;0.017986;0.006693;0.768880;0.726513;0.731452;0.711155;0.000000;0.483256;0.876099;0.108418;0.220974;0.000000;0.000000;0.650901;0.000000;0.000000;0.000000;0.661503;0.541653;0.000000;0.000000;0.000000;0.793112;0.020413;0.186474;0.751585;0.000670;0.247740;0.944230;0.000000;0.055770
0.047426;0.006693;0.047426;0.500000;0.017986;0.017986;0.047426;0.006693;0.006693;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.500000;0.999665;0.002473;0.006693;0.047426;0.419945;0.193255;0.162329;0.278282;0.000000;0.000000;0.087864;0.076775;0.144427;0.816528;0.527722;0.328495;0.582489;0.000000;0.000000;0.861643;0.705370;0.498750;0.000000;0.832577;0.581968;0.084576;0.333457;0.134960;0.028705;0.836335;0.969290;0.000450;0.030265;0.500000;0.047426;0.047426;0.017986;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.268941;0.047426;0.119203;0.119203;0.999089;0.268941;0.268941;0.002473;0.017986;0.119203;0.232188;0.740775;0.651582;0.934564;0.386274;0.600608;0.735751;0.000000;0.000000;0.155776;0.093215;0.188314;0.601807;0.000000;0.653396;0.247871;0.169947;0.000000;0.169384;0.449424;0.687555;0.010299;0.302148;0.408210;0.008745;0.583050;0.990595;0.000010;0.009395;0.880797;0.047426;0.119203;0.880797;0.006693;0.500000;0.997527;0.268941;0.047426;0.006693;0.006693;0.268941;0.006693;0.002473;0.017986;0.119203;0.119203;0.002473;0.006693;0.006693;0.747061;0.822591;0.339842;0.763326;0.000000;0.757680;0.907878;0.250302;0.000000;0.000000;0.041170;0.454625;0.000000;0.000000;0.188314;0.269926;0.110760;0.000000;0.000000;0.155907;0.817763;0.009860;0.172377;0.565325;0.000330;0.434345;0.997180;0.000000;0.002820;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.017986;0.839566;0.320386;0.180199;0.619399;0.367722;0.000000;0.539170;0.193255;0.311310;0.721115;0.683737;0.152387;0.791171;0.634831;0.192476;0.308957;0.000000;0.000000;0.186184;0.427270;0.923997;0.015866;0.060135;0.904250;0.000350;0.095400;0.999345;0.000000;0.000650;0.006693;0.006693;0.500000;0.999665;0.002473;0.047426;0.731059;0.006693;0.047426;0.002473;0.002473;0.017986;0.002473;0.000911;0.006693;0.047426;0.880797;0.000911;0.002473;0.002473;0.855573;0.420676;0.450661;0.706822;0.417754;0.582246;0.097528;0.167423;0.000000;0.836717;0.152387;0.163420;0.558974;0.179609;0.157892;0.185881;0.268156;0.000000;0.172644;0.728099;0.922182;0.007392;0.070428;0.927010;0.000585;0.072410;0.999750;0.000000;0.000250;0.500000;0.880797;0.119203;0.952574;0.006693;0.731059;0.982014;0.017986;0.119203;0.006693;0.017986;0.952574;0.119203;0.006693;0.119203;0.268941;0.119203;0.006693;0.017986;0.047426;0.745357;0.386511;0.443986;0.889829;0.000000;0.857417;0.669295;0.098234;0.471032;0.000000;0.000000;0.781939;0.506000;0.000000;0.000000;0.514496;0.447692;0.000000;0.000000;0.000000;0.924361;0.010295;0.065344;0.960275;0.001985;0.037740;0.999965;0.000000;0.000035;0.047426;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.500000;0.047426;0.002473;0.006693;0.047426;0.002473;0.047426;0.952574;0.901677;0.747250;0.000000;0.273289;0.000000;0.731255;0.527472;0.000000;0.369817;0.669738;0.467795;0.547358;0.394365;0.000000;0.000000;0.311310;0.221491;0.000000;0.000000;0.279489;0.925191;0.016206;0.058603;0.958835;0.002285;0.038880;0.999955;0.000000;0.000045;0.017986;0.006693;0.002473;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.500000;0.997527;0.006693;0.880797;0.731059;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.637378;0.000000;0.000000;0.000000;0.628316;0.000000;0.000000;0.206198;0.386986;0.585405;0.924770;0.164929;0.000000;0.456113;0.000000;0.000000;0.000000;0.000000;0.487752;0.542646;0.913470;0.019591;0.066939;0.953960;0.003580;0.042460;0.999460;0.000000;0.000540;0.500000;0.731059;0.731059;0.500000;0.119203;0.500000;0.731059;0.119203;0.880797;0.268941;0.268941;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.731059;0.268941;0.683521;0.852708;0.370983;0.508749;0.000000;0.872584;0.746872;0.000000;0.354115;0.130335;0.256546;0.776086;0.000000;0.311954;0.000000;0.708271;0.097176;0.000000;0.000000;0.087544;0.886261;0.019649;0.094090;0.841635;0.001905;0.156460;0.996590;0.000000;0.003410;0.268941;0.268941;0.268941;0.952574;0.006693;0.880797;0.993307;0.119203;0.119203;0.006693;0.006693;0.952574;0.017986;0.006693;0.047426;0.500000;0.047426;0.006693;0.017986;0.006693;0.768880;0.726513;0.731452;0.711155;0.000000;0.483256;0.876099;0.108418;0.220974;0.000000;0.000000;0.650901;0.000000;0.000000;0.000000;0.661503;0.541653;0.000000;0.000000;0.000000;0.793112;0.020413;0.186474;0.751585;0.000670;0.247740;0.944230;0.000000;0.055770;0.017986;0.997527;0.880797;0.017986;0.002473;0.268941;0.119203;0.017986;0.047426;0.002473;0.006693;0.993307;0.268941;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.006693;0.763867;0.849412;0.763145;0.272693;0.000000;0.824625;0.000000;0.302800;0.737110;0.000000;0.000000;0.784486;0.390312;0.275878;0.000000;0.771711;0.136226;0.000000;0.000000;0.119203;0.194454;0.012030;0.793515;0.138695;0.000685;0.860620;0.136935;0.000005;0.863055
0.500000;0.047426;0.047426;0.017986;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.268941;0.047426;0.119203;0.119203;0.999089;0.268941;0.268941;0.002473;0.017986;0.119203;0.232188;0.740775;0.651582;0.934564;0.386274;0.600608;0.735751;0.000000;0.000000;0.155776;0.093215;0.188314;0.601807;0.000000;0.653396;0.247871;0.169947;0.000000;0.169384;0.449424;0.687555;0.010299;0.302148;0.408210;0.008745;0.583050;0.990595;0.000010;0.009395;0.880797;0.047426;0.119203;0.880797;0.006693;0.500000;0.997527;0.268941;0.047426;0.006693;0.006693;0.268941;0.006693;0.002473;0.017986;0.119203;0.119203;0.002473;0.006693;0.006693;0.747061;0.822591;0.339842;0.763326;0.000000;0.757680;0.907878;0.250302;0.000000;0.000000;0.041170;0.454625;0.000000;0.000000;0.188314;0.269926;0.110760;0.000000;0.000000;0.155907;0.817763;0.009860;0.172377;0.565325;0.000330;0.434345;0.997180;0.000000;0.002820;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.017986;0.839566;0.320386;0.180199;0.619399;0.367722;0.000000;0.539170;0.193255;0.311310;0.721115;0.683737;0.152387;0.791171;0.634831;0.192476;0.308957;0.000000;0.000000;0.186184;0.427270;0.923997;0.015866;0.060135;0.904250;0.000350;0.095400;0.999345;0.000000;0.000650;0.006693;0.006693;0.500000;0.999665;0.002473;0.047426;0.731059;0.006693;0.047426;0.002473;0.002473;0.017986;0.002473;0.000911;0.006693;0.047426;0.880797;0.000911;0.002473;0.002473;0.855573;0.420676;0.450661;0.706822;0.417754;0.582246;0.097528;0.167423;0.000000;0.836717;0.152387;0.163420;0.558974;0.179609;0.157892;0.185881;0.268156;0.000000;0.172644;0.728099;0.922182;0.007392;0.070428;0.927010;0.000585;0.072410;0.999750;0.000000;0.000250;0.500000;0.880797;0.119203;0.952574;0.006693;0.731059;0.982014;0.017986;0.119203;0.006693;0.017986;0.952574;0.119203;0.006693;0.119203;0.268941;0.119203;0.006693;0.017986;0.047426;0.745357;0.386511;0.443986;0.889829;0.000000;0.857417;0.669295;0.098234;0.471032;0.000000;0.000000;0.781939;0.506000;0.000000;0.000000;0.514496;0.447692;0.000000;0.000000;0.000000;0.924361;0.010295;0.065344;0.960275;0.001985;0.037740;0.999965;0.000000;0.000035;0.047426;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.500000;0.047426;0.002473;0.006693;0.047426;0.002473;0.047426;0.952574;0.901677;0.747250;0.000000;0.273289;0.000000;0.731255;0.527472;0.000000;0.369817;0.669738;0.467795;0.547358;0.394365;0.000000;0.000000;0.311310;0.221491;0.000000;0.000000;0.279489;0.925191;0.016206;0.058603;0.958835;0.002285;0.038880;0.999955;0.000000;0.000045;0.017986;0.006693;0.002473;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.500000;0.997527;0.006693;0.880797;0.731059;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.637378;0.000000;0.000000;0.000000;0.628316;0.000000;0.000000;0.206198;0.386986;0.585405;0.924770;0.164929;0.000000;0.456113;0.000000;0.000000;0.000000;0.000000;0.487752;0.542646;0.913470;0.019591;0.066939;0.953960;0.003580;0.042460;0.999460;0.000000;0.000540;0.500000;0.731059;0.731059;0.500000;0.119203;0.500000;0.731059;0.119203;0.880797;0.268941;0.268941;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.731059;0.268941;0.683521;0.852708;0.370983;0.508749;0.000000;0.872584;0.746872;0.000000;0.354115;0.130335;0.256546;0.776086;0.000000;0.311954;0.000000;0.708271;0.097176;0.000000;0.000000;0.087544;0.886261;0.019649;0.094090;0.841635;0.001905;0.156460;0.996590;0.000000;0.003410;0.268941;0.268941;0.268941;0.952574;0.006693;0.880797;0.993307;0.119203;0.119203;0.006693;0.006693;0.952574;0.017986;0.006693;0.047426;0.500000;0.047426;0.006693;0.017986;0.006693;0.768880;0.726513;0.731452;0.711155;0.000000;0.483256;0.876099;0.108418;0.220974;0.000000;0.000000;0.650901;0.000000;0.000000;0.000000;0.661503;0.541653;0.000000;0.000000;0.000000;0.793112;0.020413;0.186474;0.751585;0.000670;0.247740;0.944230;0.000000;0.055770;0.017986;0.997527;0.880797;0.017986;0.002473;0.268941;0.119203;0.017986;0.047426;0.002473;0.006693;0.993307;0.268941;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.006693;0.763867;0.849412;0.763145;0.272693;0.000000;0.824625;0.000000;0.302800;0.737110;0.000000;0.000000;0.784486;0.390312;0.275878;0.000000;0.771711;0.136226;0.000000;0.000000;0.119203;0.194454;0.012030;0.793515;0.138695;0.000685;0.860620;0.136935;0.000005;0.863055;0.047426;0.047426;0.880797;0.880797;0.047426;0.047426;0.119203;0.997527;0.017986;0.002473;0.002473;0.268941;0.006693;0.002473;0.006693;0.047426;0.017986;0.002473;0.002473;0.002473;0.137762;0.527971;0.843697;0.181979;0.000000;0.751383;0.000000;0.943321;0.000000;0.000000;0.000000;0.734973;0.000000;0.000000;0.187095;0.194505;0.000000;0.673707;0.000000;0.000000;0.020885;0.014011;0.965102;0.000850;0.005665;0.993485;0.000010;0.005705;0.994280
0.880797;0.047426;0.119203;0.880797;0.006693;0.500000;0.997527;0.268941;0.047426;0.006693;0.006693;0.268941;0.006693;0.002473;0.017986;0.119203;0.119203;0.002473;0.006693;0.006693;0.747061;0.822591;0.339842;0.763326;0.000000;0.757680;0.907878;0.250302;0.000000;0.000000;0.041170;0.454625;0.000000;0.000000;0.188314;0.269926;0.110760;0.000000;0.000000;0.155907;0.817763;0.009860;0.172377;0.565325;0.000330;0.434345;0.997180;0.000000;0.002820;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.017986;0.839566;0.320386;0.180199;0.619399;0.367722;0.000000;0.539170;0.193255;0.311310;0.721115;0.683737;0.152387;0.791171;0.634831;0.192476;0.308957;0.000000;0.000000;0.186184;0.427270;0.923997;0.015866;0.060135;0.904250;0.000350;0.095400;0.999345;0.000000;0.000650;0.006693;0.006693;0.500000;0.999665;0.002473;0.047426;0.731059;0.006693;0.047426;0.002473;0.002473;0.017986;0.002473;0.000911;0.006693;0.047426;0.880797;0.000911;0.002473;0.002473;0.855573;0.420676;0.450661;0.706822;0.417754;0.582246;0.097528;0.167423;0.000000;0.836717;0.152387;0.163420;0.558974;0.179609;0.157892;0.185881;0.268156;0.000000;0.172644;0.728099;0.922182;0.007392;0.070428;0.927010;0.000585;0.072410;0.999750;0.000000;0.000250;0.500000;0.880797;0.119203;0.952574;0.006693;0.731059;0.982014;0.017986;0.119203;0.006693;0.017986;0.952574;0.119203;0.006693;0.119203;0.268941;0.119203;0.006693;0.017986;0.047426;0.745357;0.386511;0.443986;0.889829;0.000000;0.857417;0.669295;0.098234;0.471032;0.000000;0.000000;0.781939;0.506000;0.000000;0.000000;0.514496;0.447692;0.000000;0.000000;0.000000;0.924361;0.010295;0.065344;0.960275;0.001985;0.037740;0.999965;0.000000;0.000035;0.047426;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.500000;0.047426;0.002473;0.006693;0.047426;0.002473;0.047426;0.952574;0.901677;0.747250;0.000000;0.273289;0.000000;0.731255;0.527472;0.000000;0.369817;0.669738;0.467795;0.547358;0.394365;0.000000;0.000000;0.311310;0.221491;0.000000;0.000000;0.279489;0.925191;0.016206;0.058603;0.958835;0.002285;0.038880;0.999955;0.000000;0.000045;0.017986;0.006693;0.002473;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.500000;0.997527;0.006693;0.880797;0.731059;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.637378;0.000000;0.000000;0.000000;0.628316;0.000000;0.000000;0.206198;0.386986;0.585405;0.924770;0.164929;0.000000;0.456113;0.000000;0.000000;0.000000;0.000000;0.487752;0.542646;0.913470;0.019591;0.066939;0.953960;0.003580;0.042460;0.999460;0.000000;0.000540;0.500000;0.731059;0.731059;0.500000;0.119203;0.500000;0.731059;0.119203;0.880797;0.268941;0.268941;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.731059;0.268941;0.683521;0.852708;0.370983;0.508749;0.000000;0.872584;0.746872;0.000000;0.354115;0.130335;0.256546;0.776086;0.000000;0.311954;0.000000;0.708271;0.097176;0.000000;0.000000;0.087544;0.886261;0.019649;0.094090;0.841635;0.001905;0.156460;0.996590;0.000000;0.003410;0.268941;0.268941;0.268941;0.952574;0.006693;0.880797;0.993307;0.119203;0.119203;0.006693;0.006693;0.952574;0.017986;0.006693;0.047426;0.500000;0.047426;0.006693;0.017986;0.006693;0.768880;0.726513;0.731452;0.711155;0.000000;0.483256;0.876099;0.108418;0.220974;0.000000;0.000000;0.650901;0.000000;0.000000;0.000000;0.661503;0.541653;0.000000;0.000000;0.000000;0.793112;0.020413;0.186474;0.751585;0.000670;0.247740;0.944230;0.000000;0.055770;0.017986;0.997527;0.880797;0.017986;0.002473;0.268941;0.119203;0.017986;0.047426;0.002473;0.006693;0.993307;0.268941;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.006693;0.763867;0.849412;0.763145;0.272693;0.000000;0.824625;0.000000;0.302800;0.737110;0.000000;0.000000;0.784486;0.390312;0.275878;0.000000;0.771711;0.136226;0.000000;0.000000;0.119203;0.194454;0.012030;0.793515;0.138695;0.000685;0.860620;0.136935;0.000005;0.863055;0.047426;0.047426;0.880797;0.880797;0.047426;0.047426;0.119203;0.997527;0.017986;0.002473;0.002473;0.268941;0.006693;0.002473;0.006693;0.047426;0.017986;0.002473;0.002473;0.002473;0.137762;0.527971;0.843697;0.181979;0.000000;0.751383;0.000000;0.943321;0.000000;0.000000;0.000000;0.734973;0.000000;0.000000;0.187095;0.194505;0.000000;0.673707;0.000000;0.000000;0.020885;0.014011;0.965102;0.000850;0.005665;0.993485;0.000010;0.005705;0.994280;0.047426;0.006693;0.002473;0.002473;0.268941;0.017986;0.006693;0.006693;0.002473;0.997527;0.268941;0.047426;0.119203;0.047426;0.006693;0.017986;0.268941;0.006693;0.017986;0.993307;0.222008;0.221836;0.000000;0.000000;0.795760;0.264638;0.000000;0.418241;0.000000;0.933640;0.621989;0.176826;0.000000;0.693812;0.000000;0.000000;0.000000;0.000000;0.249365;0.865879;0.024220;0.362553;0.613229;0.000545;0.469345;0.530110;0.000015;0.462865;0.537125
0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.006693;0.006693;0.017986;0.017986;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.017986;0.839566;0.320386;0.180199;0.619399;0.367722;0.000000;0.539170;0.193255;0.311310;0.721115;0.683737;0.152387;0.791171;0.634831;0.192476;0.308957;0.000000;0.000000;0.186184;0.427270;0.923997;0.015866;0.060135;0.904250;0.000350;0.095400;0.999345;0.000000;0.000650;0.006693;0.006693;0.500000;0.999665;0.002473;0.047426;0.731059;0.006693;0.047426;0.002473;0.002473;0.017986;0.002473;0.000911;0.006693;0.047426;0.880797;0.000911;0.002473;0.002473;0.855573;0.420676;0.450661;0.706822;0.417754;0.582246;0.097528;0.167423;0.000000;0.836717;0.152387;0.163420;0.558974;0.179609;0.157892;0.185881;0.268156;0.000000;0.172644;0.728099;0.922182;0.007392;0.070428;0.927010;0.000585;0.072410;0.999750;0.000000;0.000250;0.500000;0.880797;0.119203;0.952574;0.006693;0.731059;0.982014;0.017986;0.119203;0.006693;0.017986;0.952574;0.119203;0.006693;0.119203;0.268941;0.119203;0.006693;0.017986;0.047426;0.745357;0.386511;0.443986;0.889829;0.000000;0.857417;0.669295;0.098234;0.471032;0.000000;0.000000;0.781939;0.506000;0.000000;0.000000;0.514496;0.447692;0.000000;0.000000;0.000000;0.924361;0.010295;0.065344;0.960275;0.001985;0.037740;0.999965;0.000000;0.000035;0.047426;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.500000;0.047426;0.002473;0.006693;0.047426;0.002473;0.047426;0.952574;0.901677;0.747250;0.000000;0.273289;0.000000;0.731255;0.527472;0.000000;0.369817;0.669738;0.467795;0.547358;0.394365;0.000000;0.000000;0.311310;0.221491;0.000000;0.000000;0.279489;0.925191;0.016206;0.058603;0.958835;0.002285;0.038880;0.999955;0.000000;0.000045;0.017986;0.006693;0.002473;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.500000;0.997527;0.006693;0.880797;0.731059;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.637378;0.000000;0.000000;0.000000;0.628316;0.000000;0.000000;0.206198;0.386986;0.585405;0.924770;0.164929;0.000000;0.456113;0.000000;0.000000;0.000000;0.000000;0.487752;0.542646;0.913470;0.019591;0.066939;0.953960;0.003580;0.042460;0.999460;0.000000;0.000540;0.500000;0.731059;0.731059;0.500000;0.119203;0.500000;0.731059;0.119203;0.880797;0.268941;0.268941;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.731059;0.268941;0.683521;0.852708;0.370983;0.508749;0.000000;0.872584;0.746872;0.000000;0.354115;0.130335;0.256546;0.776086;0.000000;0.311954;0.000000;0.708271;0.097176;0.000000;0.000000;0.087544;0.886261;0.019649;0.094090;0.841635;0.001905;0.156460;0.996590;0.000000;0.003410;0.268941;0.268941;0.268941;0.952574;0.006693;0.880797;0.993307;0.119203;0.119203;0.006693;0.006693;0.952574;0.017986;0.006693;0.047426;0.500000;0.047426;0.006693;0.017986;0.006693;0.768880;0.726513;0.731452;0.711155;0.000000;0.483256;0.876099;0.108418;0.220974;0.000000;0.000000;0.650901;0.000000;0.000000;0.000000;0.661503;0.541653;0.000000;0.000000;0.000000;0.793112;0.020413;0.186474;0.751585;0.000670;0.247740;0.944230;0.000000;0.055770;0.017986;0.997527;0.880797;0.017986;0.002473;0.268941;0.119203;0.017986;0.047426;0.002473;0.006693;0.993307;0.268941;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.006693;0.763867;0.849412;0.763145;0.272693;0.000000;0.824625;0.000000;0.302800;0.737110;0.000000;0.000000;0.784486;0.390312;0.275878;0.000000;0.771711;0.136226;0.000000;0.000000;0.119203;0.194454;0.012030;0.793515;0.138695;0.000685;0.860620;0.136935;0.000005;0.863055;0.047426;0.047426;0.880797;0.880797;0.047426;0.047426;0.119203;0.997527;0.017986;0.002473;0.002473;0.268941;0.006693;0.002473;0.006693;0.047426;0.017986;0.002473;0.002473;0.002473;0.137762;0.527971;0.843697;0.181979;0.000000;0.751383;0.000000;0.943321;0.000000;0.000000;0.000000;0.734973;0.000000;0.000000;0.187095;0.194505;0.000000;0.673707;0.000000;0.000000;0.020885;0.014011;0.965102;0.000850;0.005665;0.993485;0.000010;0.005705;0.994280;0.047426;0.006693;0.002473;0.002473;0.268941;0.017986;0.006693;0.006693;0.002473;0.997527;0.268941;0.047426;0.119203;0.047426;0.006693;0.017986;0.268941;0.006693;0.017986;0.993307;0.222008;0.221836;0.000000;0.000000;0.795760;0.264638;0.000000;0.418241;0.000000;0.933640;0.621989;0.176826;0.000000;0.693812;0.000000;0.000000;0.000000;0.000000;0.249365;0.865879;0.024220;0.362553;0.613229;0.000545;0.469345;0.530110;0.000015;0.462865;0.537125;0.119203;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.006693;0.880797;0.880797;0.952574;0.047426;0.952574;0.952574;0.500000;0.047426;0.268941;0.268941;0.731059;0.731059;0.298804;0.753989;0.615384;0.150588;0.000000;0.614200;0.192943;0.274482;0.804868;0.748382;0.656334;0.394126;0.461079;0.358703;0.240489;0.514746;0.638763;0.000000;0.000000;0.330483;0.024486;0.694421;0.281093;0.000725;0.702470;0.296810;0.000065;0.855120;0.144810
0.006693;0.006693;0.500000;0.999665;0.002473;0.047426;0.731059;0.006693;0.047426;0.002473;0.002473;0.017986;0.002473;0.000911;0.006693;0.047426;0.880797;0.000911;0.002473;0.002473;0.855573;0.420676;0.450661;0.706822;0.417754;0.582246;0.097528;0.167423;0.000000;0.836717;0.152387;0.163420;0.558974;0.179609;0.157892;0.185881;0.268156;0.000000;0.172644;0.728099;0.922182;0.007392;0.070428;0.927010;0.000585;0.072410;0.999750;0.000000;0.000250;0.500000;0.880797;0.119203;0.952574;0.006693;0.731059;0.982014;0.017986;0.119203;0.006693;0.017986;0.952574;0.119203;0.006693;0.119203;0.268941;0.119203;0.006693;0.017986;0.047426;0.745357;0.386511;0.443986;0.889829;0.000000;0.857417;0.669295;0.098234;0.471032;0.000000;0.000000;0.781939;0.506000;0.000000;0.000000;0.514496;0.447692;0.000000;0.000000;0.000000;0.924361;0.010295;0.065344;0.960275;0.001985;0.037740;0.999965;0.000000;0.000035;0.047426;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.500000;0.047426;0.002473;0.006693;0.047426;0.002473;0.047426;0.952574;0.901677;0.747250;0.000000;0.273289;0.000000;0.731255;0.527472;0.000000;0.369817;0.669738;0.467795;0.547358;0.394365;0.000000;0.000000;0.311310;0.221491;0.000000;0.000000;0.279489;0.925191;0.016206;0.058603;0.958835;0.002285;0.038880;0.999955;0.000000;0.000045;0.017986;0.006693;0.002473;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.500000;0.997527;0.006693;0.880797;0.731059;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.637378;0.000000;0.000000;0.000000;0.628316;0.000000;0.000000;0.206198;0.386986;0.585405;0.924770;0.164929;0.000000;0.456113;0.000000;0.000000;0.000000;0.000000;0.487752;0.542646;0.913470;0.019591;0.066939;0.953960;0.003580;0.042460;0.999460;0.000000;0.000540;0.500000;0.731059;0.731059;0.500000;0.119203;0.500000;0.731059;0.119203;0.880797;0.268941;0.268941;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.731059;0.268941;0.683521;0.852708;0.370983;0.508749;0.000000;0.872584;0.746872;0.000000;0.354115;0.130335;0.256546;0.776086;0.000000;0.311954;0.000000;0.708271;0.097176;0.000000;0.000000;0.087544;0.886261;0.019649;0.094090;0.841635;0.001905;0.156460;0.996590;0.000000;0.003410;0.268941;0.268941;0.268941;0.952574;0.006693;0.880797;0.993307;0.119203;0.119203;0.006693;0.006693;0.952574;0.017986;0.006693;0.047426;0.500000;0.047426;0.006693;0.017986;0.006693;0.768880;0.726513;0.731452;0.711155;0.000000;0.483256;0.876099;0.108418;0.220974;0.000000;0.000000;0.650901;0.000000;0.000000;0.000000;0.661503;0.541653;0.000000;0.000000;0.000000;0.793112;0.020413;0.186474;0.751585;0.000670;0.247740;0.944230;0.000000;0.055770;0.017986;0.997527;0.880797;0.017986;0.002473;0.268941;0.119203;0.017986;0.047426;0.002473;0.006693;0.993307;0.268941;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.006693;0.763867;0.849412;0.763145;0.272693;0.000000;0.824625;0.000000;0.302800;0.737110;0.000000;0.000000;0.784486;0.390312;0.275878;0.000000;0.771711;0.136226;0.000000;0.000000;0.119203;0.194454;0.012030;0.793515;0.138695;0.000685;0.860620;0.136935;0.000005;0.863055;0.047426;0.047426;0.880797;0.880797;0.047426;0.047426;0.119203;0.997527;0.017986;0.002473;0.002473;0.268941;0.006693;0.002473;0.006693;0.047426;0.017986;0.002473;0.002473;0.002473;0.137762;0.527971;0.843697;0.181979;0.000000;0.751383;0.000000;0.943321;0.000000;0.000000;0.000000;0.734973;0.000000;0.000000;0.187095;0.194505;0.000000;0.673707;0.000000;0.000000;0.020885;0.014011;0.965102;0.000850;0.005665;0.993485;0.000010;0.005705;0.994280;0.047426;0.006693;0.002473;0.002473;0.268941;0.017986;0.006693;0.006693;0.002473;0.997527;0.268941;0.047426;0.119203;0.047426;0.006693;0.017986;0.268941;0.006693;0.017986;0.993307;0.222008;0.221836;0.000000;0.000000;0.795760;0.264638;0.000000;0.418241;0.000000;0.933640;0.621989;0.176826;0.000000;0.693812;0.000000;0.000000;0.000000;0.000000;0.249365;0.865879;0.024220;0.362553;0.613229;0.000545;0.469345;0.530110;0.000015;0.462865;0.537125;0.119203;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.006693;0.880797;0.880797;0.952574;0.047426;0.952574;0.952574;0.500000;0.047426;0.268941;0.268941;0.731059;0.731059;0.298804;0.753989;0.615384;0.150588;0.000000;0.614200;0.192943;0.274482;0.804868;0.748382;0.656334;0.394126;0.461079;0.358703;0.240489;0.514746;0.638763;0.000000;0.000000;0.330483;0.024486;0.694421;0.281093;0.000725;0.702470;0.296810;0.000065;0.855120;0.144810;0.047426;0.006693;0.006693;0.017986;0.017986;0.047426;0.006693;0.002473;0.002473;0.982014;0.880797;0.006693;0.268941;0.047426;0.006693;0.017986;0.119203;0.006693;0.017986;0.997527;0.000000;0.000000;0.000000;0.000000;0.845665;0.506250;0.000000;0.000000;0.000000;0.657236;0.678088;0.000000;0.831459;0.905338;0.000000;0.000000;0.000000;0.000000;0.944486;0.728693;0.028934;0.852226;0.118841;0.001685;0.775150;0.223170;0.000090;0.935775;0.064135
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.119203;0.119203;0.731059;0.997527;0.017986;0.500000;0.880797;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.420787;0.012000;0.567210;0.472315;0.006695;0.520985;0.369260;0.017305;0.613435;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.754235;0.002510;0.243255;0.612370;0.000470;0.387160;0.896100;0.004550;0.099350;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.889955;0.001682;0.108360;0.844585;0.000415;0.155000;0.935325;0.002950;0.061720;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.931860;0.001080;0.067060;0.902395;0.000145;0.097460;0.961325;0.002015;0.036660;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.975343;0.000885;0.023773;0.968110;0.000165;0.031725;0.982575;0.001605;0.015820;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.000000;0.000000;0.000000;0.000000;0.979485;0.000937;0.019575;0.980140;0.000215;0.019640;0.978830;0.001660;0.019510;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.976014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.985230;0.001665;0.013107;0.990355;0.000285;0.009365;0.980105;0.003045;0.016850
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.119203;0.119203;0.731059;0.997527;0.017986;0.500000;0.880797;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.420787;0.012000;0.567210;0.472315;0.006695;0.520985;0.369260;0.017305;0.613435;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.754235;0.002510;0.243255;0.612370;0.000470;0.387160;0.896100;0.004550;0.099350;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.889955;0.001682;0.108360;0.844585;0.000415;0.155000;0.935325;0.002950;0.061720;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.931860;0.001080;0.067060;0.902395;0.000145;0.097460;0.961325;0.002015;0.036660;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.975343;0.000885;0.023773;0.968110;0.000165;0.031725;0.982575;0.001605;0.015820;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.000000;0.000000;0.000000;0.000000;0.979485;0.000937;0.019575;0.980140;0.000215;0.019640;0.978830;0.001660;0.019510;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.976014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.985230;0.001665;0.013107;0.990355;0.000285;0.009365;0.980105;0.003045;0.016850;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.984162;0.002500;0.013335;0.993050;0.000255;0.006690;0.975275;0.004745;0.019980
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.119203;0.119203;0.731059;0.997527;0.017986;0.500000;0.880797;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.420787;0.012000;0.567210;0.472315;0.006695;0.520985;0.369260;0.017305;0.613435;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.754235;0.002510;0.243255;0.612370;0.000470;0.387160;0.896100;0.004550;0.099350;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.889955;0.001682;0.108360;0.844585;0.000415;0.155000;0.935325;0.002950;0.061720;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.931860;0.001080;0.067060;0.902395;0.000145;0.097460;0.961325;0.002015;0.036660;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.975343;0.000885;0.023773;0.968110;0.000165;0.031725;0.982575;0.001605;0.015820;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.000000;0.000000;0.000000;0.000000;0.979485;0.000937;0.019575;0.980140;0.000215;0.019640;0.978830;0.001660;0.019510;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.976014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.985230;0.001665;0.013107;0.990355;0.000285;0.009365;0.980105;0.003045;0.016850;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.984162;0.002500;0.013335;0.993050;0.000255;0.006690;0.975275;0.004745;0.019980;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.962210;0.003585;0.034203;0.993445;0.000255;0.006295;0.930975;0.006915;0.062110
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.119203;0.119203;0.731059;0.997527;0.017986;0.500000;0.880797;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.420787;0.012000;0.567210;0.472315;0.006695;0.520985;0.369260;0.017305;0.613435;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.754235;0.002510;0.243255;0.612370;0.000470;0.387160;0.896100;0.004550;0.099350;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.889955;0.001682;0.108360;0.844585;0.000415;0.155000;0.935325;0.002950;0.061720;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.931860;0.001080;0.067060;0.902395;0.000145;0.097460;0.961325;0.002015;0.036660;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.975343;0.000885;0.023773;0.968110;0.000165;0.031725;0.982575;0.001605;0.015820;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.000000;0.000000;0.000000;0.000000;0.979485;0.000937;0.019575;0.980140;0.000215;0.019640;0.978830;0.001660;0.019510;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.976014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.985230;0.001665;0.013107;0.990355;0.000285;0.009365;0.980105;0.003045;0.016850;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.984162;0.002500;0.013335;0.993050;0.000255;0.006690;0.975275;0.004745;0.019980;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.962210;0.003585;0.034203;0.993445;0.000255;0.006295;0.930975;0.006915;0.062110;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.955182;0.005415;0.039403;0.994350;0.000225;0.005425;0.916015;0.010605;0.073380
0.119203;0.119203;0.731059;0.997527;0.017986;0.500000;0.880797;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.420787;0.012000;0.567210;0.472315;0.006695;0.520985;0.369260;0.017305;0.613435;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.754235;0.002510;0.243255;0.612370;0.000470;0.387160;0.896100;0.004550;0.099350;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.889955;0.001682;0.108360;0.844585;0.000415;0.155000;0.935325;0.002950;0.061720;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.931860;0.001080;0.067060;0.902395;0.000145;0.097460;0.961325;0.002015;0.036660;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.975343;0.000885;0.023773;0.968110;0.000165;0.031725;0.982575;0.001605;0.015820;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.000000;0.000000;0.000000;0.000000;0.979485;0.000937;0.019575;0.980140;0.000215;0.019640;0.978830;0.001660;0.019510;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.976014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.985230;0.001665;0.013107;0.990355;0.000285;0.009365;0.980105;0.003045;0.016850;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.984162;0.002500;0.013335;0.993050;0.000255;0.006690;0.975275;0.004745;0.019980;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.962210;0.003585;0.034203;0.993445;0.000255;0.006295;0.930975;0.006915;0.062110;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.955182;0.005415;0.039403;0.994350;0.000225;0.005425;0.916015;0.010605;0.073380;0.500000;0.047426;0.047426;0.047426;0.268941;0.119203;0.047426;0.047426;0.047426;0.952574;0.731059;0.119203;0.731059;0.268941;0.119203;0.119203;0.500000;0.047426;0.268941;0.982014;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.944065;0.948507;0.005020;0.046467;0.998110;0.000105;0.001780;0.898905;0.009935;0.091155
0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.754235;0.002510;0.243255;0.612370;0.000470;0.387160;0.896100;0.004550;0.099350;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.889955;0.001682;0.108360;0.844585;0.000415;0.155000;0.935325;0.002950;0.061720;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.931860;0.001080;0.067060;0.902395;0.000145;0.097460;0.961325;0.002015;0.036660;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.975343;0.000885;0.023773;0.968110;0.000165;0.031725;0.982575;0.001605;0.015820;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.000000;0.000000;0.000000;0.000000;0.979485;0.000937;0.019575;0.980140;0.000215;0.019640;0.978830;0.001660;0.019510;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.976014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.985230;0.001665;0.013107;0.990355;0.000285;0.009365;0.980105;0.003045;0.016850;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.984162;0.002500;0.013335;0.993050;0.000255;0.006690;0.975275;0.004745;0.019980;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.962210;0.003585;0.034203;0.993445;0.000255;0.006295;0.930975;0.006915;0.062110;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.955182;0.005415;0.039403;0.994350;0.000225;0.005425;0.916015;0.010605;0.073380;0.500000;0.047426;0.047426;0.047426;0.268941;0.119203;0.047426;0.047426;0.047426;0.952574;0.731059;0.119203;0.731059;0.268941;0.119203;0.119203;0.500000;0.047426;0.268941;0.982014;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.944065;0.948507;0.005020;0.046467;0.998110;0.000105;0.001780;0.898905;0.009935;0.091155;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.940685;0.004172;0.055143;0.998105;0.000050;0.001845;0.883265;0.008295;0.108440
0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.889955;0.001682;0.108360;0.844585;0.000415;0.155000;0.935325;0.002950;0.061720;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.931860;0.001080;0.067060;0.902395;0.000145;0.097460;0.961325;0.002015;0.036660;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.975343;0.000885;0.023773;0.968110;0.000165;0.031725;0.982575;0.001605;0.015820;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.000000;0.000000;0.000000;0.000000;0.979485;0.000937;0.019575;0.980140;0.000215;0.019640;0.978830;0.001660;0.019510;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.976014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.985230;0.001665;0.013107;0.990355;0.000285;0.009365;0.980105;0.003045;0.016850;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.984162;0.002500;0.013335;0.993050;0.000255;0.006690;0.975275;0.004745;0.019980;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.962210;0.003585;0.034203;0.993445;0.000255;0.006295;0.930975;0.006915;0.062110;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.955182;0.005415;0.039403;0.994350;0.000225;0.005425;0.916015;0.010605;0.073380;0.500000;0.047426;0.047426;0.047426;0.268941;0.119203;0.047426;0.047426;0.047426;0.952574;0.731059;0.119203;0.731059;0.268941;0.119203;0.119203;0.500000;0.047426;0.268941;0.982014;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.944065;0.948507;0.005020;0.046467;0.998110;0.000105;0.001780;0.898905;0.009935;0.091155;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.940685;0.004172;0.055143;0.998105;0.000050;0.001845;0.883265;0.008295;0.108440;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.980023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.856695;0.006900;0.136405;0.994060;0.000035;0.005910;0.719330;0.013765;0.266900
0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.976014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.985230;0.001665;0.013107;0.990355;0.000285;0.009365;0.980105;0.003045;0.016850;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.984162;0.002500;0.013335;0.993050;0.000255;0.006690;0.975275;0.004745;0.019980;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.962210;0.003585;0.034203;0.993445;0.000255;0.006295;0.930975;0.006915;0.062110;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.955182;0.005415;0.039403;0.994350;0.000225;0.005425;0.916015;0.010605;0.073380;0.500000;0.047426;0.047426;0.047426;0.268941;0.119203;0.047426;0.047426;0.047426;0.952574;0.731059;0.119203;0.731059;0.268941;0.119203;0.119203;0.500000;0.047426;0.268941;0.982014;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.944065;0.948507;0.005020;0.046467;0.998110;0.000105;0.001780;0.898905;0.009935;0.091155;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.940685;0.004172;0.055143;0.998105;0.000050;0.001845;0.883265;0.008295;0.108440;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.980023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.856695;0.006900;0.136405;0.994060;0.000035;0.005910;0.719330;0.013765;0.266900;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.765145;0.004488;0.230370;0.991740;0.000035;0.008225;0.538550;0.008940;0.452515;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.753170;0.012890;0.233940;0.987205;0.000055;0.012735;0.519135;0.025725;0.455145;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.957181;0.000000;0.976316;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.719645;0.039475;0.240883;0.985330;0.000100;0.014570;0.453960;0.078850;0.467195;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.708750;0.084650;0.206600;0.972655;0.000855;0.026485;0.444845;0.168445;0.386715
0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.984162;0.002500;0.013335;0.993050;0.000255;0.006690;0.975275;0.004745;0.019980;0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.962210;0.003585;0.034203;0.993445;0.000255;0.006295;0.930975;0.006915;0.062110;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.955182;0.005415;0.039403;0.994350;0.000225;0.005425;0.916015;0.010605;0.073380;0.500000;0.047426;0.047426;0.047426;0.268941;0.119203;0.047426;0.047426;0.047426;0.952574;0.731059;0.119203;0.731059;0.268941;0.119203;0.119203;0.500000;0.047426;0.268941;0.982014;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.944065;0.948507;0.005020;0.046467;0.998110;0.000105;0.001780;0.898905;0.009935;0.091155;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.940685;0.004172;0.055143;0.998105;0.000050;0.001845;0.883265;0.008295;0.108440;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.980023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.856695;0.006900;0.136405;0.994060;0.000035;0.005910;0.719330;0.013765;0.266900;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.765145;0.004488;0.230370;0.991740;0.000035;0.008225;0.538550;0.008940;0.452515;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.753170;0.012890;0.233940;0.987205;0.000055;0.012735;0.519135;0.025725;0.455145;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.957181;0.000000;0.976316;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.719645;0.039475;0.240883;0.985330;0.000100;0.014570;0.453960;0.078850;0.467195;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.708750;0.084650;0.206600;0.972655;0.000855;0.026485;0.444845;0.168445;0.386715;0.119203;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.017986;0.047426;0.880797;0.982014;0.047426;0.880797;0.500000;0.047426;0.047426;0.268941;0.119203;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.914198;0.000000;0.000000;0.978011;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.647487;0.114285;0.238230;0.919685;0.002145;0.078175;0.375290;0.226425;0.398285
0.268941;0.731059;0.500000;0.500000;0.047426;0.993307;0.880797;0.119203;0.500000;0.047426;0.119203;0.731059;0.500000;0.047426;0.268941;0.500000;0.268941;0.119203;0.268941;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.962210;0.003585;0.034203;0.993445;0.000255;0.006295;0.930975;0.006915;0.062110;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.955182;0.005415;0.039403;0.994350;0.000225;0.005425;0.916015;0.010605;0.073380;0.500000;0.047426;0.047426;0.047426;0.268941;0.119203;0.047426;0.047426;0.047426;0.952574;0.731059;0.119203;0.731059;0.268941;0.119203;0.119203;0.500000;0.047426;0.268941;0.982014;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.944065;0.948507;0.005020;0.046467;0.998110;0.000105;0.001780;0.898905;0.009935;0.091155;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.940685;0.004172;0.055143;0.998105;0.000050;0.001845;0.883265;0.008295;0.108440;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.980023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.856695;0.006900;0.136405;0.994060;0.000035;0.005910;0.719330;0.013765;0.266900;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.765145;0.004488;0.230370;0.991740;0.000035;0.008225;0.538550;0.008940;0.452515;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.753170;0.012890;0.233940;0.987205;0.000055;0.012735;0.519135;0.025725;0.455145;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.957181;0.000000;0.976316;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.719645;0.039475;0.240883;0.985330;0.000100;0.014570;0.453960;0.078850;0.467195;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.708750;0.084650;0.206600;0.972655;0.000855;0.026485;0.444845;0.168445;0.386715;0.119203;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.017986;0.047426;0.880797;0.982014;0.047426;0.880797;0.500000;0.047426;0.047426;0.268941;0.119203;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.914198;0.000000;0.000000;0.978011;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.647487;0.114285;0.238230;0.919685;0.002145;0.078175;0.375290;0.226425;0.398285;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.285810;0.115870;0.598320;0.385795;0.002290;0.611910;0.185825;0.229450;0.584730
0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.955182;0.005415;0.039403;0.994350;0.000225;0.005425;0.916015;0.010605;0.073380;0.500000;0.047426;0.047426;0.047426;0.268941;0.119203;0.047426;0.047426;0.047426;0.952574;0.731059;0.119203;0.731059;0.268941;0.119203;0.119203;0.500000;0.047426;0.268941;0.982014;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.944065;0.948507;0.005020;0.046467;0.998110;0.000105;0.001780;0.898905;0.009935;0.091155;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.940685;0.004172;0.055143;0.998105;0.000050;0.001845;0.883265;0.008295;0.108440;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.980023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.856695;0.006900;0.136405;0.994060;0.000035;0.005910;0.719330;0.013765;0.266900;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.765145;0.004488;0.230370;0.991740;0.000035;0.008225;0.538550;0.008940;0.452515;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.753170;0.012890;0.233940;0.987205;0.000055;0.012735;0.519135;0.025725;0.455145;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.957181;0.000000;0.976316;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.719645;0.039475;0.240883;0.985330;0.000100;0.014570;0.453960;0.078850;0.467195;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.708750;0.084650;0.206600;0.972655;0.000855;0.026485;0.444845;0.168445;0.386715;0.119203;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.017986;0.047426;0.880797;0.982014;0.047426;0.880797;0.500000;0.047426;0.047426;0.268941;0.119203;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.914198;0.000000;0.000000;0.978011;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.647487;0.114285;0.238230;0.919685;0.002145;0.078175;0.375290;0.226425;0.398285;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.285810;0.115870;0.598320;0.385795;0.002290;0.611910;0.185825;0.229450;0.584730;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.945731;0.000000;0.000000;0.000000;0.159480;0.050740;0.789780;0.222660;0.002040;0.775300;0.096300;0.099440;0.804260
0.500000;0.047426;0.047426;0.047426;0.268941;0.119203;0.047426;0.047426;0.047426;0.952574;0.731059;0.119203;0.731059;0.268941;0.119203;0.119203;0.500000;0.047426;0.268941;0.982014;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.944065;0.948507;0.005020;0.046467;0.998110;0.000105;0.001780;0.898905;0.009935;0.091155;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.940685;0.004172;0.055143;0.998105;0.000050;0.001845;0.883265;0.008295;0.108440;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.980023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.856695;0.006900;0.136405;0.994060;0.000035;0.005910;0.719330;0.013765;0.266900;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.765145;0.004488;0.230370;0.991740;0.000035;0.008225;0.538550;0.008940;0.452515;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.753170;0.012890;0.233940;0.987205;0.000055;0.012735;0.519135;0.025725;0.455145;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.957181;0.000000;0.976316;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.719645;0.039475;0.240883;0.985330;0.000100;0.014570;0.453960;0.078850;0.467195;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.708750;0.084650;0.206600;0.972655;0.000855;0.026485;0.444845;0.168445;0.386715;0.119203;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.017986;0.047426;0.880797;0.982014;0.047426;0.880797;0.500000;0.047426;0.047426;0.268941;0.119203;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.914198;0.000000;0.000000;0.978011;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.647487;0.114285;0.238230;0.919685;0.002145;0.078175;0.375290;0.226425;0.398285;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.285810;0.115870;0.598320;0.385795;0.002290;0.611910;0.185825;0.229450;0.584730;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.945731;0.000000;0.000000;0.000000;0.159480;0.050740;0.789780;0.222660;0.002040;0.775300;0.096300;0.099440;0.804260;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.162400;0.052518;0.785078;0.139885;0.001150;0.858965;0.184915;0.103885;0.711190
0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.940685;0.004172;0.055143;0.998105;0.000050;0.001845;0.883265;0.008295;0.108440;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.980023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.856695;0.006900;0.136405;0.994060;0.000035;0.005910;0.719330;0.013765;0.266900;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.765145;0.004488;0.230370;0.991740;0.000035;0.008225;0.538550;0.008940;0.452515;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.753170;0.012890;0.233940;0.987205;0.000055;0.012735;0.519135;0.025725;0.455145;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.957181;0.000000;0.976316;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.719645;0.039475;0.240883;0.985330;0.000100;0.014570;0.453960;0.078850;0.467195;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.708750;0.084650;0.206600;0.972655;0.000855;0.026485;0.444845;0.168445;0.386715;0.119203;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.017986;0.047426;0.880797;0.982014;0.047426;0.880797;0.500000;0.047426;0.047426;0.268941;0.119203;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.914198;0.000000;0.000000;0.978011;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.647487;0.114285;0.238230;0.919685;0.002145;0.078175;0.375290;0.226425;0.398285;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.285810;0.115870;0.598320;0.385795;0.002290;0.611910;0.185825;0.229450;0.584730;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.945731;0.000000;0.000000;0.000000;0.159480;0.050740;0.789780;0.222660;0.002040;0.775300;0.096300;0.099440;0.804260;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.162400;0.052518;0.785078;0.139885;0.001150;0.858965;0.184915;0.103885;0.711190;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941144;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.000000;0.000000;0.000000;0.000000;0.161983;0.012340;0.825673;0.121115;0.000410;0.878465;0.202850;0.024270;0.772880
0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.980023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.856695;0.006900;0.136405;0.994060;0.000035;0.005910;0.719330;0.013765;0.266900;0.982014;0.268941;0.119203;0.119203;0.500000;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.731059;0.500000;0.047426;0.119203;0.500000;0.939857;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.765145;0.004488;0.230370;0.991740;0.000035;0.008225;0.538550;0.008940;0.452515;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.753170;0.012890;0.233940;0.987205;0.000055;0.012735;0.519135;0.025725;0.455145;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.957181;0.000000;0.976316;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.719645;0.039475;0.240883;0.985330;0.000100;0.014570;0.453960;0.078850;0.467195;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.973299;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.969705;0.000000;0.000000;0.000000;0.000000;0.708750;0.084650;0.206600;0.972655;0.000855;0.026485;0.444845;0.168445;0.386715;0.119203;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.017986;0.047426;0.880797;0.982014;0.047426;0.880797;0.500000;0.047426;0.047426;0.268941;0.119203;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.914198;0.000000;0.000000;0.978011;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.647487;0.114285;0.238230;0.919685;0.002145;0.078175;0.375290;0.226425;0.398285;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.285810;0.115870;0.598320;0.385795;0.002290;0.611910;0.185825;0.229450;0.584730;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.945731;0.000000;0.000000;0.000000;0.159480;0.050740;0.789780;0.222660;0.002040;0.775300;0.096300;0.099440;0.804260;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.162400;0.052518;0.785078;0.139885;0.001150;0.858965;0.184915;0.103885;0.711190;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941144;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.000000;0.000000;0.000000;0.000000;0.161983;0.012340;0.825673;0.121115;0.000410;0.878465;0.202850;0.024270;0.772880;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.192818;0.024768;0.782412;0.173350;0.016455;0.810190;0.212285;0.033080;0.754635
0.119203;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.017986;0.047426;0.880797;0.982014;0.047426;0.880797;0.500000;0.047426;0.047426;0.268941;0.119203;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.914198;0.000000;0.000000;0.978011;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.647487;0.114285;0.238230;0.919685;0.002145;0.078175;0.375290;0.226425;0.398285;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.285810;0.115870;0.598320;0.385795;0.002290;0.611910;0.185825;0.229450;0.584730;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.945731;0.000000;0.000000;0.000000;0.159480;0.050740;0.789780;0.222660;0.002040;0.775300;0.096300;0.099440;0.804260;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.162400;0.052518;0.785078;0.139885;0.001150;0.858965;0.184915;0.103885;0.711190;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941144;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.000000;0.000000;0.000000;0.000000;0.161983;0.012340;0.825673;0.121115;0.000410;0.878465;0.202850;0.024270;0.772880;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.192818;0.024768;0.782412;0.173350;0.016455;0.810190;0.212285;0.033080;0.754635;0.119203;0.119203;0.731059;0.997527;0.017986;0.500000;0.880797;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217490;0.025912;0.756603;0.185145;0.028400;0.786460;0.249835;0.023425;0.726745;0.268941;0.997527;0.500000;0.119203;0.017986;0.731059;0.500000;0.119203;0.500000;0.047426;0.119203;0.880797;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.119203;0.047426;0.000000;0.965377;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.953691;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.216188;0.053720;0.730092;0.209530;0.075540;0.714930;0.222845;0.031900;0.745255;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.945731;0.000000;0.000000;0.000000;0.252968;0.118868;0.628167;0.258900;0.214985;0.526115;0.247035;0.022750;0.730220;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.246380;0.202880;0.550740;0.263490;0.364010;0.372500;0.229270;0.041750;0.728980;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.331912;0.356988;0.311100;0.278380;0.582325;0.139295;0.385445;0.131650;0.482905
0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.285810;0.115870;0.598320;0.385795;0.002290;0.611910;0.185825;0.229450;0.584730;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.945731;0.000000;0.000000;0.000000;0.159480;0.050740;0.789780;0.222660;0.002040;0.775300;0.096300;0.099440;0.804260;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.162400;0.052518;0.785078;0.139885;0.001150;0.858965;0.184915;0.103885;0.711190;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941144;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.000000;0.000000;0.000000;0.000000;0.161983;0.012340;0.825673;0.121115;0.000410;0.878465;0.202850;0.024270;0.772880;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.192818;0.024768;0.782412;0.173350;0.016455;0.810190;0.212285;0.033080;0.754635;0.119203;0.119203;0.731059;0.997527;0.017986;0.500000;0.880797;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217490;0.025912;0.756603;0.185145;0.028400;0.786460;0.249835;0.023425;0.726745;0.268941;0.997527;0.500000;0.119203;0.017986;0.731059;0.500000;0.119203;0.500000;0.047426;0.119203;0.880797;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.119203;0.047426;0.000000;0.965377;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.953691;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.216188;0.053720;0.730092;0.209530;0.075540;0.714930;0.222845;0.031900;0.745255;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.945731;0.000000;0.000000;0.000000;0.252968;0.118868;0.628167;0.258900;0.214985;0.526115;0.247035;0.022750;0.730220;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.246380;0.202880;0.550740;0.263490;0.364010;0.372500;0.229270;0.041750;0.728980;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.331912;0.356988;0.311100;0.278380;0.582325;0.139295;0.385445;0.131650;0.482905;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.397255;0.479990;0.122758;0.283485;0.647395;0.069120;0.511025;0.312585;0.176395
0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.967042;0.945731;0.000000;0.000000;0.000000;0.159480;0.050740;0.789780;0.222660;0.002040;0.775300;0.096300;0.099440;0.804260;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.162400;0.052518;0.785078;0.139885;0.001150;0.858965;0.184915;0.103885;0.711190;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941144;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.000000;0.000000;0.000000;0.000000;0.161983;0.012340;0.825673;0.121115;0.000410;0.878465;0.202850;0.024270;0.772880;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.192818;0.024768;0.782412;0.173350;0.016455;0.810190;0.212285;0.033080;0.754635;0.119203;0.119203;0.731059;0.997527;0.017986;0.500000;0.880797;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217490;0.025912;0.756603;0.185145;0.028400;0.786460;0.249835;0.023425;0.726745;0.268941;0.997527;0.500000;0.119203;0.017986;0.731059;0.500000;0.119203;0.500000;0.047426;0.119203;0.880797;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.119203;0.047426;0.000000;0.965377;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.953691;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.216188;0.053720;0.730092;0.209530;0.075540;0.714930;0.222845;0.031900;0.745255;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.945731;0.000000;0.000000;0.000000;0.252968;0.118868;0.628167;0.258900;0.214985;0.526115;0.247035;0.022750;0.730220;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.246380;0.202880;0.550740;0.263490;0.364010;0.372500;0.229270;0.041750;0.728980;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.331912;0.356988;0.311100;0.278380;0.582325;0.139295;0.385445;0.131650;0.482905;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.397255;0.479990;0.122758;0.283485;0.647395;0.069120;0.511025;0.312585;0.176395;0.268941;0.268941;0.119203;0.047426;0.268941;0.500000;0.119203;0.047426;0.119203;0.731059;0.880797;0.268941;0.997527;0.500000;0.047426;0.119203;0.268941;0.268941;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.989564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.402007;0.491780;0.106215;0.285800;0.658220;0.055980;0.518215;0.325340;0.156450
0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.162400;0.052518;0.785078;0.139885;0.001150;0.858965;0.184915;0.103885;0.711190;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941144;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.000000;0.000000;0.000000;0.000000;0.161983;0.012340;0.825673;0.121115;0.000410;0.878465;0.202850;0.024270;0.772880;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.192818;0.024768;0.782412;0.173350;0.016455;0.810190;0.212285;0.033080;0.754635;0.119203;0.119203;0.731059;0.997527;0.017986;0.500000;0.880797;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217490;0.025912;0.756603;0.185145;0.028400;0.786460;0.249835;0.023425;0.726745;0.268941;0.997527;0.500000;0.119203;0.017986;0.731059;0.500000;0.119203;0.500000;0.047426;0.119203;0.880797;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.119203;0.047426;0.000000;0.965377;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.953691;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.216188;0.053720;0.730092;0.209530;0.075540;0.714930;0.222845;0.031900;0.745255;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.945731;0.000000;0.000000;0.000000;0.252968;0.118868;0.628167;0.258900;0.214985;0.526115;0.247035;0.022750;0.730220;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.246380;0.202880;0.550740;0.263490;0.364010;0.372500;0.229270;0.041750;0.728980;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.331912;0.356988;0.311100;0.278380;0.582325;0.139295;0.385445;0.131650;0.482905;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.397255;0.479990;0.122758;0.283485;0.647395;0.069120;0.511025;0.312585;0.176395;0.268941;0.268941;0.119203;0.047426;0.268941;0.500000;0.119203;0.047426;0.119203;0.731059;0.880797;0.268941;0.997527;0.500000;0.047426;0.119203;0.268941;0.268941;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.989564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.402007;0.491780;0.106215;0.285800;0.658220;0.055980;0.518215;0.325340;0.156450;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988626;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.420598;0.528663;0.050743;0.285715;0.658280;0.056010;0.555480;0.399045;0.045475
0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941144;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.000000;0.000000;0.000000;0.000000;0.161983;0.012340;0.825673;0.121115;0.000410;0.878465;0.202850;0.024270;0.772880;0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.192818;0.024768;0.782412;0.173350;0.016455;0.810190;0.212285;0.033080;0.754635;0.119203;0.119203;0.731059;0.997527;0.017986;0.500000;0.880797;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217490;0.025912;0.756603;0.185145;0.028400;0.786460;0.249835;0.023425;0.726745;0.268941;0.997527;0.500000;0.119203;0.017986;0.731059;0.500000;0.119203;0.500000;0.047426;0.119203;0.880797;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.119203;0.047426;0.000000;0.965377;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.953691;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.216188;0.053720;0.730092;0.209530;0.075540;0.714930;0.222845;0.031900;0.745255;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.945731;0.000000;0.000000;0.000000;0.252968;0.118868;0.628167;0.258900;0.214985;0.526115;0.247035;0.022750;0.730220;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.246380;0.202880;0.550740;0.263490;0.364010;0.372500;0.229270;0.041750;0.728980;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.331912;0.356988;0.311100;0.278380;0.582325;0.139295;0.385445;0.131650;0.482905;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.397255;0.479990;0.122758;0.283485;0.647395;0.069120;0.511025;0.312585;0.176395;0.268941;0.268941;0.119203;0.047426;0.268941;0.500000;0.119203;0.047426;0.119203;0.731059;0.880797;0.268941;0.997527;0.500000;0.047426;0.119203;0.268941;0.268941;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.989564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.402007;0.491780;0.106215;0.285800;0.658220;0.055980;0.518215;0.325340;0.156450;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988626;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.420598;0.528663;0.050743;0.285715;0.658280;0.056010;0.555480;0.399045;0.045475;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.939289;0.421365;0.520407;0.058228;0.284990;0.634555;0.080455;0.557740;0.406260;0.036000
0.268941;0.500000;0.500000;0.880797;0.017986;0.880797;0.993307;0.119203;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.192818;0.024768;0.782412;0.173350;0.016455;0.810190;0.212285;0.033080;0.754635;0.119203;0.119203;0.731059;0.997527;0.017986;0.500000;0.880797;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217490;0.025912;0.756603;0.185145;0.028400;0.786460;0.249835;0.023425;0.726745;0.268941;0.997527;0.500000;0.119203;0.017986;0.731059;0.500000;0.119203;0.500000;0.047426;0.119203;0.880797;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.119203;0.047426;0.000000;0.965377;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.953691;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.216188;0.053720;0.730092;0.209530;0.075540;0.714930;0.222845;0.031900;0.745255;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.945731;0.000000;0.000000;0.000000;0.252968;0.118868;0.628167;0.258900;0.214985;0.526115;0.247035;0.022750;0.730220;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.246380;0.202880;0.550740;0.263490;0.364010;0.372500;0.229270;0.041750;0.728980;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.331912;0.356988;0.311100;0.278380;0.582325;0.139295;0.385445;0.131650;0.482905;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.397255;0.479990;0.122758;0.283485;0.647395;0.069120;0.511025;0.312585;0.176395;0.268941;0.268941;0.119203;0.047426;0.268941;0.500000;0.119203;0.047426;0.119203;0.731059;0.880797;0.268941;0.997527;0.500000;0.047426;0.119203;0.268941;0.268941;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.989564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.402007;0.491780;0.106215;0.285800;0.658220;0.055980;0.518215;0.325340;0.156450;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988626;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.420598;0.528663;0.050743;0.285715;0.658280;0.056010;0.555480;0.399045;0.045475;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.939289;0.421365;0.520407;0.058228;0.284990;0.634555;0.080455;0.557740;0.406260;0.036000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.994938;0.976061;0.000000;0.414317;0.442612;0.143065;0.279130;0.552275;0.168585;0.549505;0.332950;0.117545
0.119203;0.119203;0.731059;0.997527;0.017986;0.500000;0.880797;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217490;0.025912;0.756603;0.185145;0.028400;0.786460;0.249835;0.023425;0.726745;0.268941;0.997527;0.500000;0.119203;0.017986;0.731059;0.500000;0.119203;0.500000;0.047426;0.119203;0.880797;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.119203;0.047426;0.000000;0.965377;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.953691;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.216188;0.053720;0.730092;0.209530;0.075540;0.714930;0.222845;0.031900;0.745255;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.945731;0.000000;0.000000;0.000000;0.252968;0.118868;0.628167;0.258900;0.214985;0.526115;0.247035;0.022750;0.730220;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.246380;0.202880;0.550740;0.263490;0.364010;0.372500;0.229270;0.041750;0.728980;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.331912;0.356988;0.311100;0.278380;0.582325;0.139295;0.385445;0.131650;0.482905;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.397255;0.479990;0.122758;0.283485;0.647395;0.069120;0.511025;0.312585;0.176395;0.268941;0.268941;0.119203;0.047426;0.268941;0.500000;0.119203;0.047426;0.119203;0.731059;0.880797;0.268941;0.997527;0.500000;0.047426;0.119203;0.268941;0.268941;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.989564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.402007;0.491780;0.106215;0.285800;0.658220;0.055980;0.518215;0.325340;0.156450;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988626;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.420598;0.528663;0.050743;0.285715;0.658280;0.056010;0.555480;0.399045;0.045475;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.939289;0.421365;0.520407;0.058228;0.284990;0.634555;0.080455;0.557740;0.406260;0.036000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.994938;0.976061;0.000000;0.414317;0.442612;0.143065;0.279130;0.552275;0.168585;0.549505;0.332950;0.117545;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988144;0.000000;0.000000;0.000000;0.000000;0.352422;0.147198;0.500380;0.184120;0.161980;0.653900;0.520725;0.132415;0.346860
0.268941;0.997527;0.500000;0.119203;0.017986;0.731059;0.500000;0.119203;0.500000;0.047426;0.119203;0.880797;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.119203;0.047426;0.000000;0.965377;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.953691;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.216188;0.053720;0.730092;0.209530;0.075540;0.714930;0.222845;0.031900;0.745255;0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.945731;0.000000;0.000000;0.000000;0.252968;0.118868;0.628167;0.258900;0.214985;0.526115;0.247035;0.022750;0.730220;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.246380;0.202880;0.550740;0.263490;0.364010;0.372500;0.229270;0.041750;0.728980;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.331912;0.356988;0.311100;0.278380;0.582325;0.139295;0.385445;0.131650;0.482905;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.397255;0.479990;0.122758;0.283485;0.647395;0.069120;0.511025;0.312585;0.176395;0.268941;0.268941;0.119203;0.047426;0.268941;0.500000;0.119203;0.047426;0.119203;0.731059;0.880797;0.268941;0.997527;0.500000;0.047426;0.119203;0.268941;0.268941;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.989564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.402007;0.491780;0.106215;0.285800;0.658220;0.055980;0.518215;0.325340;0.156450;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988626;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.420598;0.528663;0.050743;0.285715;0.658280;0.056010;0.555480;0.399045;0.045475;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.939289;0.421365;0.520407;0.058228;0.284990;0.634555;0.080455;0.557740;0.406260;0.036000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.994938;0.976061;0.000000;0.414317;0.442612;0.143065;0.279130;0.552275;0.168585;0.549505;0.332950;0.117545;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988144;0.000000;0.000000;0.000000;0.000000;0.352422;0.147198;0.500380;0.184120;0.161980;0.653900;0.520725;0.132415;0.346860;0.119203;0.500000;0.997527;0.731059;0.047426;0.500000;0.500000;0.500000;0.731059;0.047426;0.017986;0.500000;0.119203;0.047426;0.119203;0.731059;0.500000;0.017986;0.119203;0.047426;0.000000;0.000000;0.990435;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217985;0.079708;0.702308;0.040745;0.065345;0.893910;0.395225;0.094070;0.510705
0.500000;0.268941;0.500000;0.268941;0.268941;0.268941;0.268941;0.119203;0.119203;0.268941;0.268941;0.268941;0.268941;0.119203;0.268941;0.731059;0.993307;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968324;0.000000;0.945731;0.000000;0.000000;0.000000;0.252968;0.118868;0.628167;0.258900;0.214985;0.526115;0.247035;0.022750;0.730220;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.246380;0.202880;0.550740;0.263490;0.364010;0.372500;0.229270;0.041750;0.728980;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.331912;0.356988;0.311100;0.278380;0.582325;0.139295;0.385445;0.131650;0.482905;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.397255;0.479990;0.122758;0.283485;0.647395;0.069120;0.511025;0.312585;0.176395;0.268941;0.268941;0.119203;0.047426;0.268941;0.500000;0.119203;0.047426;0.119203;0.731059;0.880797;0.268941;0.997527;0.500000;0.047426;0.119203;0.268941;0.268941;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.989564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.402007;0.491780;0.106215;0.285800;0.658220;0.055980;0.518215;0.325340;0.156450;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988626;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.420598;0.528663;0.050743;0.285715;0.658280;0.056010;0.555480;0.399045;0.045475;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.939289;0.421365;0.520407;0.058228;0.284990;0.634555;0.080455;0.557740;0.406260;0.036000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.994938;0.976061;0.000000;0.414317;0.442612;0.143065;0.279130;0.552275;0.168585;0.549505;0.332950;0.117545;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988144;0.000000;0.000000;0.000000;0.000000;0.352422;0.147198;0.500380;0.184120;0.161980;0.653900;0.520725;0.132415;0.346860;0.119203;0.500000;0.997527;0.731059;0.047426;0.500000;0.500000;0.500000;0.731059;0.047426;0.017986;0.500000;0.119203;0.047426;0.119203;0.731059;0.500000;0.017986;0.119203;0.047426;0.000000;0.000000;0.990435;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217985;0.079708;0.702308;0.040745;0.065345;0.893910;0.395225;0.094070;0.510705;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.188140;0.053010;0.758853;0.013025;0.045150;0.941825;0.363255;0.060870;0.575880
0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.246380;0.202880;0.550740;0.263490;0.364010;0.372500;0.229270;0.041750;0.728980;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.331912;0.356988;0.311100;0.278380;0.582325;0.139295;0.385445;0.131650;0.482905;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.397255;0.479990;0.122758;0.283485;0.647395;0.069120;0.511025;0.312585;0.176395;0.268941;0.268941;0.119203;0.047426;0.268941;0.500000;0.119203;0.047426;0.119203;0.731059;0.880797;0.268941;0.997527;0.500000;0.047426;0.119203;0.268941;0.268941;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.989564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.402007;0.491780;0.106215;0.285800;0.658220;0.055980;0.518215;0.325340;0.156450;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988626;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.420598;0.528663;0.050743;0.285715;0.658280;0.056010;0.555480;0.399045;0.045475;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.939289;0.421365;0.520407;0.058228;0.284990;0.634555;0.080455;0.557740;0.406260;0.036000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.994938;0.976061;0.000000;0.414317;0.442612;0.143065;0.279130;0.552275;0.168585;0.549505;0.332950;0.117545;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988144;0.000000;0.000000;0.000000;0.000000;0.352422;0.147198;0.500380;0.184120;0.161980;0.653900;0.520725;0.132415;0.346860;0.119203;0.500000;0.997527;0.731059;0.047426;0.500000;0.500000;0.500000;0.731059;0.047426;0.017986;0.500000;0.119203;0.047426;0.119203;0.731059;0.500000;0.017986;0.119203;0.047426;0.000000;0.000000;0.990435;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217985;0.079708;0.702308;0.040745;0.065345;0.893910;0.395225;0.094070;0.510705;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.188140;0.053010;0.758853;0.013025;0.045150;0.941825;0.363255;0.060870;0.575880;0.268941;0.119203;0.119203;0.119203;0.047426;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.999665;0.268941;0.268941;0.017986;0.047426;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988615;0.000000;0.000000;0.000000;0.000000;0.000000;0.203328;0.016587;0.780085;0.022580;0.008625;0.968790;0.384075;0.024550;0.591380
0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.331912;0.356988;0.311100;0.278380;0.582325;0.139295;0.385445;0.131650;0.482905;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.397255;0.479990;0.122758;0.283485;0.647395;0.069120;0.511025;0.312585;0.176395;0.268941;0.268941;0.119203;0.047426;0.268941;0.500000;0.119203;0.047426;0.119203;0.731059;0.880797;0.268941;0.997527;0.500000;0.047426;0.119203;0.268941;0.268941;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.989564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.402007;0.491780;0.106215;0.285800;0.658220;0.055980;0.518215;0.325340;0.156450;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988626;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.420598;0.528663;0.050743;0.285715;0.658280;0.056010;0.555480;0.399045;0.045475;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.939289;0.421365;0.520407;0.058228;0.284990;0.634555;0.080455;0.557740;0.406260;0.036000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.994938;0.976061;0.000000;0.414317;0.442612;0.143065;0.279130;0.552275;0.168585;0.549505;0.332950;0.117545;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988144;0.000000;0.000000;0.000000;0.000000;0.352422;0.147198;0.500380;0.184120;0.161980;0.653900;0.520725;0.132415;0.346860;0.119203;0.500000;0.997527;0.731059;0.047426;0.500000;0.500000;0.500000;0.731059;0.047426;0.017986;0.500000;0.119203;0.047426;0.119203;0.731059;0.500000;0.017986;0.119203;0.047426;0.000000;0.000000;0.990435;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217985;0.079708;0.702308;0.040745;0.065345;0.893910;0.395225;0.094070;0.510705;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.188140;0.053010;0.758853;0.013025;0.045150;0.941825;0.363255;0.060870;0.575880;0.268941;0.119203;0.119203;0.119203;0.047426;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.999665;0.268941;0.268941;0.017986;0.047426;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988615;0.000000;0.000000;0.000000;0.000000;0.000000;0.203328;0.016587;0.780085;0.022580;0.008625;0.968790;0.384075;0.024550;0.591380;0.268941;0.119203;0.119203;0.119203;0.047426;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.999665;0.268941;0.268941;0.017986;0.047426;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988615;0.000000;0.000000;0.000000;0.000000;0.000000;0.238195;0.035823;0.725983;0.062380;0.012215;0.925405;0.414010;0.059430;0.526560
0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.907123;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.397255;0.479990;0.122758;0.283485;0.647395;0.069120;0.511025;0.312585;0.176395;0.268941;0.268941;0.119203;0.047426;0.268941;0.500000;0.119203;0.047426;0.119203;0.731059;0.880797;0.268941;0.997527;0.500000;0.047426;0.119203;0.268941;0.268941;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.989564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.402007;0.491780;0.106215;0.285800;0.658220;0.055980;0.518215;0.325340;0.156450;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988626;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.420598;0.528663;0.050743;0.285715;0.658280;0.056010;0.555480;0.399045;0.045475;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.939289;0.421365;0.520407;0.058228;0.284990;0.634555;0.080455;0.557740;0.406260;0.036000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.994938;0.976061;0.000000;0.414317;0.442612;0.143065;0.279130;0.552275;0.168585;0.549505;0.332950;0.117545;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988144;0.000000;0.000000;0.000000;0.000000;0.352422;0.147198;0.500380;0.184120;0.161980;0.653900;0.520725;0.132415;0.346860;0.119203;0.500000;0.997527;0.731059;0.047426;0.500000;0.500000;0.500000;0.731059;0.047426;0.017986;0.500000;0.119203;0.047426;0.119203;0.731059;0.500000;0.017986;0.119203;0.047426;0.000000;0.000000;0.990435;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217985;0.079708;0.702308;0.040745;0.065345;0.893910;0.395225;0.094070;0.510705;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.188140;0.053010;0.758853;0.013025;0.045150;0.941825;0.363255;0.060870;0.575880;0.268941;0.119203;0.119203;0.119203;0.047426;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.999665;0.268941;0.268941;0.017986;0.047426;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988615;0.000000;0.000000;0.000000;0.000000;0.000000;0.203328;0.016587;0.780085;0.022580;0.008625;0.968790;0.384075;0.024550;0.591380;0.268941;0.119203;0.119203;0.119203;0.047426;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.999665;0.268941;0.268941;0.017986;0.047426;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988615;0.000000;0.000000;0.000000;0.000000;0.000000;0.238195;0.035823;0.725983;0.062380;0.012215;0.925405;0.414010;0.059430;0.526560;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.990669;0.000000;0.256530;0.193788;0.549682;0.072990;0.229400;0.697610;0.440070;0.158175;0.401755
0.268941;0.268941;0.119203;0.047426;0.268941;0.500000;0.119203;0.047426;0.119203;0.731059;0.880797;0.268941;0.997527;0.500000;0.047426;0.119203;0.268941;0.268941;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.936136;0.000000;0.000000;0.000000;0.000000;0.989564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.402007;0.491780;0.106215;0.285800;0.658220;0.055980;0.518215;0.325340;0.156450;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988626;0.000000;0.000000;0.000000;0.000000;0.000000;0.976061;0.000000;0.420598;0.528663;0.050743;0.285715;0.658280;0.056010;0.555480;0.399045;0.045475;0.268941;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.731059;0.500000;0.047426;0.119203;0.268941;0.047426;0.268941;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.966138;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.939289;0.421365;0.520407;0.058228;0.284990;0.634555;0.080455;0.557740;0.406260;0.036000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.994938;0.976061;0.000000;0.414317;0.442612;0.143065;0.279130;0.552275;0.168585;0.549505;0.332950;0.117545;0.731059;0.268941;0.731059;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988144;0.000000;0.000000;0.000000;0.000000;0.352422;0.147198;0.500380;0.184120;0.161980;0.653900;0.520725;0.132415;0.346860;0.119203;0.500000;0.997527;0.731059;0.047426;0.500000;0.500000;0.500000;0.731059;0.047426;0.017986;0.500000;0.119203;0.047426;0.119203;0.731059;0.500000;0.017986;0.119203;0.047426;0.000000;0.000000;0.990435;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.217985;0.079708;0.702308;0.040745;0.065345;0.893910;0.395225;0.094070;0.510705;0.500000;0.017986;0.047426;0.017986;0.999877;0.047426;0.017986;0.047426;0.047426;0.268941;0.268941;0.047426;0.268941;0.119203;0.047426;0.268941;0.268941;0.119203;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.996757;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.188140;0.053010;0.758853;0.013025;0.045150;0.941825;0.363255;0.060870;0.575880;0.268941;0.119203;0.119203;0.119203;0.047426;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.999665;0.268941;0.268941;0.017986;0.047426;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988615;0.000000;0.000000;0.000000;0.000000;0.000000;0.203328;0.016587;0.780085;0.022580;0.008625;0.968790;0.384075;0.024550;0.591380;0.268941;0.119203;0.119203;0.119203;0.047426;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.999665;0.268941;0.268941;0.017986;0.047426;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988615;0.000000;0.000000;0.000000;0.000000;0.000000;0.238195;0.035823;0.725983;0.062380;0.012215;0.925405;0.414010;0.059430;0.526560;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.880797;0.268941;0.268941;0.119203;0.268941;0.952574;0.047426;0.119203;0.119203;0.880797;0.999089;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.990669;0.000000;0.256530;0.193788;0.549682;0.072990;0.229400;0.697610;0.440070;0.158175;0.401755;0.500000;0.047426;0.047426;0.047426;0.268941;0.119203;0.047426;0.047426;0.047426;0.952574;0.731059;0.119203;0.731059;0.268941;0.119203;0.119203;0.500000;0.047426;0.268941;0.982014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.977752;0.141898;0.205868;0.652235;0.087035;0.238850;0.674110;0.196760;0.172885;0.630360
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.731059;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.359623;0.000000;0.510498;0.819357;0.929563;0.000000;0.000000;0.703913;0.419458;0.000000;0.000000;0.000000;0.495250;0.310239;0.085019;0.349187;0.565794;0.156125;0.070915;0.772960;0.092665;0.057730;0.849605;0.731059;0.880797;0.731059;0.268941;0.119203;0.268941;0.268941;0.119203;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.500000;0.982014;0.731059;0.006693;0.017986;0.047426;0.185579;0.748570;0.503250;0.482008;0.589282;0.805965;0.000000;0.211485;0.000000;0.000000;0.000000;0.268548;0.000000;0.000000;0.680702;0.954869;0.719302;0.000000;0.000000;0.000000;0.084314;0.136320;0.779366;0.160360;0.051755;0.787885;0.081610;0.027545;0.890845;0.119203;0.500000;0.119203;0.047426;0.006693;0.731059;0.119203;0.017986;0.047426;0.006693;0.006693;0.982014;0.017986;0.002473;0.997527;0.268941;0.119203;0.002473;0.006693;0.017986;0.322786;0.459588;0.000000;0.587345;0.000000;0.609926;0.824914;0.314967;0.258075;0.000000;0.345021;0.793802;0.000000;0.000000;0.925876;0.419214;0.000000;0.861045;0.000000;0.000000;0.935560;0.001092;0.063348;0.959060;0.000190;0.040750;0.911015;0.000100;0.088885;0.119203;0.119203;0.268941;0.952574;0.006693;0.731059;0.997527;0.047426;0.119203;0.017986;0.006693;0.500000;0.017986;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.489002;0.000000;0.432907;0.785330;0.000000;0.610401;0.930926;0.000000;0.490501;0.236855;0.088669;0.723522;0.000000;0.000000;0.425557;0.391741;0.410476;0.000000;0.224784;0.094662;0.935392;0.000384;0.064224;0.973645;0.000020;0.026335;0.918215;0.000010;0.081775;0.268941;0.047426;0.119203;0.952574;0.047426;0.880797;0.731059;0.268941;0.047426;0.731059;0.268941;0.119203;0.500000;0.047426;0.047426;0.119203;0.500000;0.017986;0.047426;0.952574;0.154988;0.323004;0.670401;0.791666;0.429718;0.645199;0.918714;0.241220;0.221146;0.319298;0.172502;0.444974;0.000000;0.339169;0.000000;0.678525;0.532205;0.000000;0.000000;0.099034;0.942104;0.000354;0.057544;0.987200;0.000020;0.012780;0.935515;0.000005;0.064485;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.952574;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.141729;0.114255;0.000000;0.000000;0.000000;0.000000;0.097089;0.000000;0.000000;0.817276;0.875338;0.257883;0.938774;0.579081;0.313028;0.157892;0.105081;0.000000;0.477016;0.652943;0.952980;0.000330;0.046688;0.993475;0.000085;0.006435;0.997795;0.000020;0.002185;0.268941;0.500000;0.268941;0.880797;0.017986;0.880797;0.993307;0.047426;0.500000;0.017986;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.017986;0.587345;0.816977;0.326513;0.767812;0.282925;0.814573;0.841842;0.508249;0.000000;0.118470;0.095177;0.753060;0.000000;0.201813;0.000000;0.616094;0.000000;0.000000;0.000000;0.000000;0.981628;0.000302;0.018070;0.993240;0.000055;0.006705;0.998720;0.000005;0.001275
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.731059;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.359623;0.000000;0.510498;0.819357;0.929563;0.000000;0.000000;0.703913;0.419458;0.000000;0.000000;0.000000;0.495250;0.310239;0.085019;0.349187;0.565794;0.156125;0.070915;0.772960;0.092665;0.057730;0.849605;0.731059;0.880797;0.731059;0.268941;0.119203;0.268941;0.268941;0.119203;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.500000;0.982014;0.731059;0.006693;0.017986;0.047426;0.185579;0.748570;0.503250;0.482008;0.589282;0.805965;0.000000;0.211485;0.000000;0.000000;0.000000;0.268548;0.000000;0.000000;0.680702;0.954869;0.719302;0.000000;0.000000;0.000000;0.084314;0.136320;0.779366;0.160360;0.051755;0.787885;0.081610;0.027545;0.890845;0.119203;0.500000;0.119203;0.047426;0.006693;0.731059;0.119203;0.017986;0.047426;0.006693;0.006693;0.982014;0.017986;0.002473;0.997527;0.268941;0.119203;0.002473;0.006693;0.017986;0.322786;0.459588;0.000000;0.587345;0.000000;0.609926;0.824914;0.314967;0.258075;0.000000;0.345021;0.793802;0.000000;0.000000;0.925876;0.419214;0.000000;0.861045;0.000000;0.000000;0.935560;0.001092;0.063348;0.959060;0.000190;0.040750;0.911015;0.000100;0.088885;0.119203;0.119203;0.268941;0.952574;0.006693;0.731059;0.997527;0.047426;0.119203;0.017986;0.006693;0.500000;0.017986;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.489002;0.000000;0.432907;0.785330;0.000000;0.610401;0.930926;0.000000;0.490501;0.236855;0.088669;0.723522;0.000000;0.000000;0.425557;0.391741;0.410476;0.000000;0.224784;0.094662;0.935392;0.000384;0.064224;0.973645;0.000020;0.026335;0.918215;0.000010;0.081775;0.268941;0.047426;0.119203;0.952574;0.047426;0.880797;0.731059;0.268941;0.047426;0.731059;0.268941;0.119203;0.500000;0.047426;0.047426;0.119203;0.500000;0.017986;0.047426;0.952574;0.154988;0.323004;0.670401;0.791666;0.429718;0.645199;0.918714;0.241220;0.221146;0.319298;0.172502;0.444974;0.000000;0.339169;0.000000;0.678525;0.532205;0.000000;0.000000;0.099034;0.942104;0.000354;0.057544;0.987200;0.000020;0.012780;0.935515;0.000005;0.064485;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.952574;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.141729;0.114255;0.000000;0.000000;0.000000;0.000000;0.097089;0.000000;0.000000;0.817276;0.875338;0.257883;0.938774;0.579081;0.313028;0.157892;0.105081;0.000000;0.477016;0.652943;0.952980;0.000330;0.046688;0.993475;0.000085;0.006435;0.997795;0.000020;0.002185;0.268941;0.500000;0.268941;0.880797;0.017986;0.880797;0.993307;0.047426;0.500000;0.017986;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.017986;0.587345;0.816977;0.326513;0.767812;0.282925;0.814573;0.841842;0.508249;0.000000;0.118470;0.095177;0.753060;0.000000;0.201813;0.000000;0.616094;0.000000;0.000000;0.000000;0.000000;0.981628;0.000302;0.018070;0.993240;0.000055;0.006705;0.998720;0.000005;0.001275;0.119203;0.119203;0.500000;0.993307;0.006693;0.731059;0.982014;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.731059;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.538673;0.765666;0.717075;0.778509;0.000000;0.816378;0.777127;0.000000;0.352972;0.141729;0.000000;0.555273;0.303645;0.000000;0.000000;0.755285;0.405886;0.000000;0.454873;0.348191;0.995841;0.000295;0.003865;0.992100;0.000040;0.007860;0.998525;0.000005;0.001475
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.731059;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.359623;0.000000;0.510498;0.819357;0.929563;0.000000;0.000000;0.703913;0.419458;0.000000;0.000000;0.000000;0.495250;0.310239;0.085019;0.349187;0.565794;0.156125;0.070915;0.772960;0.092665;0.057730;0.849605;0.731059;0.880797;0.731059;0.268941;0.119203;0.268941;0.268941;0.119203;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.500000;0.982014;0.731059;0.006693;0.017986;0.047426;0.185579;0.748570;0.503250;0.482008;0.589282;0.805965;0.000000;0.211485;0.000000;0.000000;0.000000;0.268548;0.000000;0.000000;0.680702;0.954869;0.719302;0.000000;0.000000;0.000000;0.084314;0.136320;0.779366;0.160360;0.051755;0.787885;0.081610;0.027545;0.890845;0.119203;0.500000;0.119203;0.047426;0.006693;0.731059;0.119203;0.017986;0.047426;0.006693;0.006693;0.982014;0.017986;0.002473;0.997527;0.268941;0.119203;0.002473;0.006693;0.017986;0.322786;0.459588;0.000000;0.587345;0.000000;0.609926;0.824914;0.314967;0.258075;0.000000;0.345021;0.793802;0.000000;0.000000;0.925876;0.419214;0.000000;0.861045;0.000000;0.000000;0.935560;0.001092;0.063348;0.959060;0.000190;0.040750;0.911015;0.000100;0.088885;0.119203;0.119203;0.268941;0.952574;0.006693;0.731059;0.997527;0.047426;0.119203;0.017986;0.006693;0.500000;0.017986;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.489002;0.000000;0.432907;0.785330;0.000000;0.610401;0.930926;0.000000;0.490501;0.236855;0.088669;0.723522;0.000000;0.000000;0.425557;0.391741;0.410476;0.000000;0.224784;0.094662;0.935392;0.000384;0.064224;0.973645;0.000020;0.026335;0.918215;0.000010;0.081775;0.268941;0.047426;0.119203;0.952574;0.047426;0.880797;0.731059;0.268941;0.047426;0.731059;0.268941;0.119203;0.500000;0.047426;0.047426;0.119203;0.500000;0.017986;0.047426;0.952574;0.154988;0.323004;0.670401;0.791666;0.429718;0.645199;0.918714;0.241220;0.221146;0.319298;0.172502;0.444974;0.000000;0.339169;0.000000;0.678525;0.532205;0.000000;0.000000;0.099034;0.942104;0.000354;0.057544;0.987200;0.000020;0.012780;0.935515;0.000005;0.064485;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.952574;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.141729;0.114255;0.000000;0.000000;0.000000;0.000000;0.097089;0.000000;0.000000;0.817276;0.875338;0.257883;0.938774;0.579081;0.313028;0.157892;0.105081;0.000000;0.477016;0.652943;0.952980;0.000330;0.046688;0.993475;0.000085;0.006435;0.997795;0.000020;0.002185;0.268941;0.500000;0.268941;0.880797;0.017986;0.880797;0.993307;0.047426;0.500000;0.017986;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.017986;0.587345;0.816977;0.326513;0.767812;0.282925;0.814573;0.841842;0.508249;0.000000;0.118470;0.095177;0.753060;0.000000;0.201813;0.000000;0.616094;0.000000;0.000000;0.000000;0.000000;0.981628;0.000302;0.018070;0.993240;0.000055;0.006705;0.998720;0.000005;0.001275;0.119203;0.119203;0.500000;0.993307;0.006693;0.731059;0.982014;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.731059;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.538673;0.765666;0.717075;0.778509;0.000000;0.816378;0.777127;0.000000;0.352972;0.141729;0.000000;0.555273;0.303645;0.000000;0.000000;0.755285;0.405886;0.000000;0.454873;0.348191;0.995841;0.000295;0.003865;0.992100;0.000040;0.007860;0.998525;0.000005;0.001475;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.157892;0.000000;0.000000;0.000000;0.336038;0.175955;0.000000;0.000000;0.270123;0.852457;0.914433;0.000000;0.755470;0.544383;0.000000;0.000000;0.000000;0.000000;0.472278;0.684386;0.981488;0.000303;0.018208;0.989995;0.000045;0.009960;0.995240;0.000035;0.004720
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.731059;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.359623;0.000000;0.510498;0.819357;0.929563;0.000000;0.000000;0.703913;0.419458;0.000000;0.000000;0.000000;0.495250;0.310239;0.085019;0.349187;0.565794;0.156125;0.070915;0.772960;0.092665;0.057730;0.849605;0.731059;0.880797;0.731059;0.268941;0.119203;0.268941;0.268941;0.119203;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.500000;0.982014;0.731059;0.006693;0.017986;0.047426;0.185579;0.748570;0.503250;0.482008;0.589282;0.805965;0.000000;0.211485;0.000000;0.000000;0.000000;0.268548;0.000000;0.000000;0.680702;0.954869;0.719302;0.000000;0.000000;0.000000;0.084314;0.136320;0.779366;0.160360;0.051755;0.787885;0.081610;0.027545;0.890845;0.119203;0.500000;0.119203;0.047426;0.006693;0.731059;0.119203;0.017986;0.047426;0.006693;0.006693;0.982014;0.017986;0.002473;0.997527;0.268941;0.119203;0.002473;0.006693;0.017986;0.322786;0.459588;0.000000;0.587345;0.000000;0.609926;0.824914;0.314967;0.258075;0.000000;0.345021;0.793802;0.000000;0.000000;0.925876;0.419214;0.000000;0.861045;0.000000;0.000000;0.935560;0.001092;0.063348;0.959060;0.000190;0.040750;0.911015;0.000100;0.088885;0.119203;0.119203;0.268941;0.952574;0.006693;0.731059;0.997527;0.047426;0.119203;0.017986;0.006693;0.500000;0.017986;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.489002;0.000000;0.432907;0.785330;0.000000;0.610401;0.930926;0.000000;0.490501;0.236855;0.088669;0.723522;0.000000;0.000000;0.425557;0.391741;0.410476;0.000000;0.224784;0.094662;0.935392;0.000384;0.064224;0.973645;0.000020;0.026335;0.918215;0.000010;0.081775;0.268941;0.047426;0.119203;0.952574;0.047426;0.880797;0.731059;0.268941;0.047426;0.731059;0.268941;0.119203;0.500000;0.047426;0.047426;0.119203;0.500000;0.017986;0.047426;0.952574;0.154988;0.323004;0.670401;0.791666;0.429718;0.645199;0.918714;0.241220;0.221146;0.319298;0.172502;0.444974;0.000000;0.339169;0.000000;0.678525;0.532205;0.000000;0.000000;0.099034;0.942104;0.000354;0.057544;0.987200;0.000020;0.012780;0.935515;0.000005;0.064485;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.952574;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.141729;0.114255;0.000000;0.000000;0.000000;0.000000;0.097089;0.000000;0.000000;0.817276;0.875338;0.257883;0.938774;0.579081;0.313028;0.157892;0.105081;0.000000;0.477016;0.652943;0.952980;0.000330;0.046688;0.993475;0.000085;0.006435;0.997795;0.000020;0.002185;0.268941;0.500000;0.268941;0.880797;0.017986;0.880797;0.993307;0.047426;0.500000;0.017986;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.017986;0.587345;0.816977;0.326513;0.767812;0.282925;0.814573;0.841842;0.508249;0.000000;0.118470;0.095177;0.753060;0.000000;0.201813;0.000000;0.616094;0.000000;0.000000;0.000000;0.000000;0.981628;0.000302;0.018070;0.993240;0.000055;0.006705;0.998720;0.000005;0.001275;0.119203;0.119203;0.500000;0.993307;0.006693;0.731059;0.982014;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.731059;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.538673;0.765666;0.717075;0.778509;0.000000;0.816378;0.777127;0.000000;0.352972;0.141729;0.000000;0.555273;0.303645;0.000000;0.000000;0.755285;0.405886;0.000000;0.454873;0.348191;0.995841;0.000295;0.003865;0.992100;0.000040;0.007860;0.998525;0.000005;0.001475;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.157892;0.000000;0.000000;0.000000;0.336038;0.175955;0.000000;0.000000;0.270123;0.852457;0.914433;0.000000;0.755470;0.544383;0.000000;0.000000;0.000000;0.000000;0.472278;0.684386;0.981488;0.000303;0.018208;0.989995;0.000045;0.009960;0.995240;0.000035;0.004720;0.268941;0.880797;0.119203;0.119203;0.880797;0.952574;0.500000;0.047426;0.268941;0.268941;0.268941;0.952574;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.731059;0.657236;0.416295;0.127639;0.199727;0.778682;0.896042;0.482008;0.054785;0.000000;0.529715;0.345247;0.593873;0.767277;0.000000;0.099392;0.800911;0.439547;0.000000;0.000000;0.648853;0.921463;0.000287;0.078250;0.976800;0.000055;0.023145;0.964935;0.000040;0.035025
0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.731059;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.359623;0.000000;0.510498;0.819357;0.929563;0.000000;0.000000;0.703913;0.419458;0.000000;0.000000;0.000000;0.495250;0.310239;0.085019;0.349187;0.565794;0.156125;0.070915;0.772960;0.092665;0.057730;0.849605;0.731059;0.880797;0.731059;0.268941;0.119203;0.268941;0.268941;0.119203;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.500000;0.982014;0.731059;0.006693;0.017986;0.047426;0.185579;0.748570;0.503250;0.482008;0.589282;0.805965;0.000000;0.211485;0.000000;0.000000;0.000000;0.268548;0.000000;0.000000;0.680702;0.954869;0.719302;0.000000;0.000000;0.000000;0.084314;0.136320;0.779366;0.160360;0.051755;0.787885;0.081610;0.027545;0.890845;0.119203;0.500000;0.119203;0.047426;0.006693;0.731059;0.119203;0.017986;0.047426;0.006693;0.006693;0.982014;0.017986;0.002473;0.997527;0.268941;0.119203;0.002473;0.006693;0.017986;0.322786;0.459588;0.000000;0.587345;0.000000;0.609926;0.824914;0.314967;0.258075;0.000000;0.345021;0.793802;0.000000;0.000000;0.925876;0.419214;0.000000;0.861045;0.000000;0.000000;0.935560;0.001092;0.063348;0.959060;0.000190;0.040750;0.911015;0.000100;0.088885;0.119203;0.119203;0.268941;0.952574;0.006693;0.731059;0.997527;0.047426;0.119203;0.017986;0.006693;0.500000;0.017986;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.489002;0.000000;0.432907;0.785330;0.000000;0.610401;0.930926;0.000000;0.490501;0.236855;0.088669;0.723522;0.000000;0.000000;0.425557;0.391741;0.410476;0.000000;0.224784;0.094662;0.935392;0.000384;0.064224;0.973645;0.000020;0.026335;0.918215;0.000010;0.081775;0.268941;0.047426;0.119203;0.952574;0.047426;0.880797;0.731059;0.268941;0.047426;0.731059;0.268941;0.119203;0.500000;0.047426;0.047426;0.119203;0.500000;0.017986;0.047426;0.952574;0.154988;0.323004;0.670401;0.791666;0.429718;0.645199;0.918714;0.241220;0.221146;0.319298;0.172502;0.444974;0.000000;0.339169;0.000000;0.678525;0.532205;0.000000;0.000000;0.099034;0.942104;0.000354;0.057544;0.987200;0.000020;0.012780;0.935515;0.000005;0.064485;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.952574;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.141729;0.114255;0.000000;0.000000;0.000000;0.000000;0.097089;0.000000;0.000000;0.817276;0.875338;0.257883;0.938774;0.579081;0.313028;0.157892;0.105081;0.000000;0.477016;0.652943;0.952980;0.000330;0.046688;0.993475;0.000085;0.006435;0.997795;0.000020;0.002185;0.268941;0.500000;0.268941;0.880797;0.017986;0.880797;0.993307;0.047426;0.500000;0.017986;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.017986;0.587345;0.816977;0.326513;0.767812;0.282925;0.814573;0.841842;0.508249;0.000000;0.118470;0.095177;0.753060;0.000000;0.201813;0.000000;0.616094;0.000000;0.000000;0.000000;0.000000;0.981628;0.000302;0.018070;0.993240;0.000055;0.006705;0.998720;0.000005;0.001275;0.119203;0.119203;0.500000;0.993307;0.006693;0.731059;0.982014;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.731059;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.538673;0.765666;0.717075;0.778509;0.000000;0.816378;0.777127;0.000000;0.352972;0.141729;0.000000;0.555273;0.303645;0.000000;0.000000;0.755285;0.405886;0.000000;0.454873;0.348191;0.995841;0.000295;0.003865;0.992100;0.000040;0.007860;0.998525;0.000005;0.001475;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.157892;0.000000;0.000000;0.000000;0.336038;0.175955;0.000000;0.000000;0.270123;0.852457;0.914433;0.000000;0.755470;0.544383;0.000000;0.000000;0.000000;0.000000;0.472278;0.684386;0.981488;0.000303;0.018208;0.989995;0.000045;0.009960;0.995240;0.000035;0.004720;0.268941;0.880797;0.119203;0.119203;0.880797;0.952574;0.500000;0.047426;0.268941;0.268941;0.268941;0.952574;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.731059;0.657236;0.416295;0.127639;0.199727;0.778682;0.896042;0.482008;0.054785;0.000000;0.529715;0.345247;0.593873;0.767277;0.000000;0.099392;0.800911;0.439547;0.000000;0.000000;0.648853;0.921463;0.000287;0.078250;0.976800;0.000055;0.023145;0.964935;0.000040;0.035025;0.500000;0.731059;0.731059;0.500000;0.047426;0.952574;0.731059;0.119203;0.500000;0.119203;0.500000;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.548844;0.733802;0.538424;0.496000;0.000000;0.733411;0.705577;0.549586;0.560945;0.202781;0.088024;0.834933;0.198293;0.000000;0.496000;0.571017;0.379423;0.000000;0.000000;0.150077;0.804278;0.000278;0.195443;0.944005;0.000060;0.055935;0.713240;0.000040;0.286720
0.731059;0.880797;0.731059;0.268941;0.119203;0.268941;0.268941;0.119203;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.500000;0.982014;0.731059;0.006693;0.017986;0.047426;0.185579;0.748570;0.503250;0.482008;0.589282;0.805965;0.000000;0.211485;0.000000;0.000000;0.000000;0.268548;0.000000;0.000000;0.680702;0.954869;0.719302;0.000000;0.000000;0.000000;0.084314;0.136320;0.779366;0.160360;0.051755;0.787885;0.081610;0.027545;0.890845;0.119203;0.500000;0.119203;0.047426;0.006693;0.731059;0.119203;0.017986;0.047426;0.006693;0.006693;0.982014;0.017986;0.002473;0.997527;0.268941;0.119203;0.002473;0.006693;0.017986;0.322786;0.459588;0.000000;0.587345;0.000000;0.609926;0.824914;0.314967;0.258075;0.000000;0.345021;0.793802;0.000000;0.000000;0.925876;0.419214;0.000000;0.861045;0.000000;0.000000;0.935560;0.001092;0.063348;0.959060;0.000190;0.040750;0.911015;0.000100;0.088885;0.119203;0.119203;0.268941;0.952574;0.006693;0.731059;0.997527;0.047426;0.119203;0.017986;0.006693;0.500000;0.017986;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.489002;0.000000;0.432907;0.785330;0.000000;0.610401;0.930926;0.000000;0.490501;0.236855;0.088669;0.723522;0.000000;0.000000;0.425557;0.391741;0.410476;0.000000;0.224784;0.094662;0.935392;0.000384;0.064224;0.973645;0.000020;0.026335;0.918215;0.000010;0.081775;0.268941;0.047426;0.119203;0.952574;0.047426;0.880797;0.731059;0.268941;0.047426;0.731059;0.268941;0.119203;0.500000;0.047426;0.047426;0.119203;0.500000;0.017986;0.047426;0.952574;0.154988;0.323004;0.670401;0.791666;0.429718;0.645199;0.918714;0.241220;0.221146;0.319298;0.172502;0.444974;0.000000;0.339169;0.000000;0.678525;0.532205;0.000000;0.000000;0.099034;0.942104;0.000354;0.057544;0.987200;0.000020;0.012780;0.935515;0.000005;0.064485;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.952574;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.141729;0.114255;0.000000;0.000000;0.000000;0.000000;0.097089;0.000000;0.000000;0.817276;0.875338;0.257883;0.938774;0.579081;0.313028;0.157892;0.105081;0.000000;0.477016;0.652943;0.952980;0.000330;0.046688;0.993475;0.000085;0.006435;0.997795;0.000020;0.002185;0.268941;0.500000;0.268941;0.880797;0.017986;0.880797;0.993307;0.047426;0.500000;0.017986;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.017986;0.587345;0.816977;0.326513;0.767812;0.282925;0.814573;0.841842;0.508249;0.000000;0.118470;0.095177;0.753060;0.000000;0.201813;0.000000;0.616094;0.000000;0.000000;0.000000;0.000000;0.981628;0.000302;0.018070;0.993240;0.000055;0.006705;0.998720;0.000005;0.001275;0.119203;0.119203;0.500000;0.993307;0.006693;0.731059;0.982014;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.731059;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.538673;0.765666;0.717075;0.778509;0.000000;0.816378;0.777127;0.000000;0.352972;0.141729;0.000000;0.555273;0.303645;0.000000;0.000000;0.755285;0.405886;0.000000;0.454873;0.348191;0.995841;0.000295;0.003865;0.992100;0.000040;0.007860;0.998525;0.000005;0.001475;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.157892;0.000000;0.000000;0.000000;0.336038;0.175955;0.000000;0.000000;0.270123;0.852457;0.914433;0.000000;0.755470;0.544383;0.000000;0.000000;0.000000;0.000000;0.472278;0.684386;0.981488;0.000303;0.018208;0.989995;0.000045;0.009960;0.995240;0.000035;0.004720;0.268941;0.880797;0.119203;0.119203;0.880797;0.952574;0.500000;0.047426;0.268941;0.268941;0.268941;0.952574;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.731059;0.657236;0.416295;0.127639;0.199727;0.778682;0.896042;0.482008;0.054785;0.000000;0.529715;0.345247;0.593873;0.767277;0.000000;0.099392;0.800911;0.439547;0.000000;0.000000;0.648853;0.921463;0.000287;0.078250;0.976800;0.000055;0.023145;0.964935;0.000040;0.035025;0.500000;0.731059;0.731059;0.500000;0.047426;0.952574;0.731059;0.119203;0.500000;0.119203;0.500000;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.548844;0.733802;0.538424;0.496000;0.000000;0.733411;0.705577;0.549586;0.560945;0.202781;0.088024;0.834933;0.198293;0.000000;0.496000;0.571017;0.379423;0.000000;0.000000;0.150077;0.804278;0.000278;0.195443;0.944005;0.000060;0.055935;0.713240;0.000040;0.286720;0.500000;0.268941;0.993307;0.500000;0.880797;0.880797;0.500000;0.119203;0.880797;0.047426;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.047426;0.745357;0.446209;0.241220;0.547110;0.688690;0.711360;0.653622;0.180495;0.301745;0.576641;0.186943;0.592908;0.257883;0.537181;0.000000;0.756576;0.432907;0.000000;0.208334;0.531209;0.582830;0.000351;0.416817;0.581590;0.000100;0.418310;0.507910;0.000285;0.491800
0.119203;0.500000;0.119203;0.047426;0.006693;0.731059;0.119203;0.017986;0.047426;0.006693;0.006693;0.982014;0.017986;0.002473;0.997527;0.268941;0.119203;0.002473;0.006693;0.017986;0.322786;0.459588;0.000000;0.587345;0.000000;0.609926;0.824914;0.314967;0.258075;0.000000;0.345021;0.793802;0.000000;0.000000;0.925876;0.419214;0.000000;0.861045;0.000000;0.000000;0.935560;0.001092;0.063348;0.959060;0.000190;0.040750;0.911015;0.000100;0.088885;0.119203;0.119203;0.268941;0.952574;0.006693;0.731059;0.997527;0.047426;0.119203;0.017986;0.006693;0.500000;0.017986;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.489002;0.000000;0.432907;0.785330;0.000000;0.610401;0.930926;0.000000;0.490501;0.236855;0.088669;0.723522;0.000000;0.000000;0.425557;0.391741;0.410476;0.000000;0.224784;0.094662;0.935392;0.000384;0.064224;0.973645;0.000020;0.026335;0.918215;0.000010;0.081775;0.268941;0.047426;0.119203;0.952574;0.047426;0.880797;0.731059;0.268941;0.047426;0.731059;0.268941;0.119203;0.500000;0.047426;0.047426;0.119203;0.500000;0.017986;0.047426;0.952574;0.154988;0.323004;0.670401;0.791666;0.429718;0.645199;0.918714;0.241220;0.221146;0.319298;0.172502;0.444974;0.000000;0.339169;0.000000;0.678525;0.532205;0.000000;0.000000;0.099034;0.942104;0.000354;0.057544;0.987200;0.000020;0.012780;0.935515;0.000005;0.064485;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.952574;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.141729;0.114255;0.000000;0.000000;0.000000;0.000000;0.097089;0.000000;0.000000;0.817276;0.875338;0.257883;0.938774;0.579081;0.313028;0.157892;0.105081;0.000000;0.477016;0.652943;0.952980;0.000330;0.046688;0.993475;0.000085;0.006435;0.997795;0.000020;0.002185;0.268941;0.500000;0.268941;0.880797;0.017986;0.880797;0.993307;0.047426;0.500000;0.017986;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.017986;0.587345;0.816977;0.326513;0.767812;0.282925;0.814573;0.841842;0.508249;0.000000;0.118470;0.095177;0.753060;0.000000;0.201813;0.000000;0.616094;0.000000;0.000000;0.000000;0.000000;0.981628;0.000302;0.018070;0.993240;0.000055;0.006705;0.998720;0.000005;0.001275;0.119203;0.119203;0.500000;0.993307;0.006693;0.731059;0.982014;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.731059;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.538673;0.765666;0.717075;0.778509;0.000000;0.816378;0.777127;0.000000;0.352972;0.141729;0.000000;0.555273;0.303645;0.000000;0.000000;0.755285;0.405886;0.000000;0.454873;0.348191;0.995841;0.000295;0.003865;0.992100;0.000040;0.007860;0.998525;0.000005;0.001475;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.157892;0.000000;0.000000;0.000000;0.336038;0.175955;0.000000;0.000000;0.270123;0.852457;0.914433;0.000000;0.755470;0.544383;0.000000;0.000000;0.000000;0.000000;0.472278;0.684386;0.981488;0.000303;0.018208;0.989995;0.000045;0.009960;0.995240;0.000035;0.004720;0.268941;0.880797;0.119203;0.119203;0.880797;0.952574;0.500000;0.047426;0.268941;0.268941;0.268941;0.952574;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.731059;0.657236;0.416295;0.127639;0.199727;0.778682;0.896042;0.482008;0.054785;0.000000;0.529715;0.345247;0.593873;0.767277;0.000000;0.099392;0.800911;0.439547;0.000000;0.000000;0.648853;0.921463;0.000287;0.078250;0.976800;0.000055;0.023145;0.964935;0.000040;0.035025;0.500000;0.731059;0.731059;0.500000;0.047426;0.952574;0.731059;0.119203;0.500000;0.119203;0.500000;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.548844;0.733802;0.538424;0.496000;0.000000;0.733411;0.705577;0.549586;0.560945;0.202781;0.088024;0.834933;0.198293;0.000000;0.496000;0.571017;0.379423;0.000000;0.000000;0.150077;0.804278;0.000278;0.195443;0.944005;0.000060;0.055935;0.713240;0.000040;0.286720;0.500000;0.268941;0.993307;0.500000;0.880797;0.880797;0.500000;0.119203;0.880797;0.047426;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.047426;0.745357;0.446209;0.241220;0.547110;0.688690;0.711360;0.653622;0.180495;0.301745;0.576641;0.186943;0.592908;0.257883;0.537181;0.000000;0.756576;0.432907;0.000000;0.208334;0.531209;0.582830;0.000351;0.416817;0.581590;0.000100;0.418310;0.507910;0.000285;0.491800;0.047426;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.017986;0.268941;0.999665;0.006693;0.017986;0.119203;0.213493;0.442752;0.417754;0.287205;0.000000;0.459837;0.517243;0.117949;0.386274;0.128196;0.389361;0.478513;0.111749;0.531956;0.242504;0.833827;0.907291;0.000000;0.177118;0.127527;0.376288;0.001382;0.622329;0.366610;0.000250;0.633140;0.300640;0.003390;0.695965
0.119203;0.119203;0.268941;0.952574;0.006693;0.731059;0.997527;0.047426;0.119203;0.017986;0.006693;0.500000;0.017986;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.489002;0.000000;0.432907;0.785330;0.000000;0.610401;0.930926;0.000000;0.490501;0.236855;0.088669;0.723522;0.000000;0.000000;0.425557;0.391741;0.410476;0.000000;0.224784;0.094662;0.935392;0.000384;0.064224;0.973645;0.000020;0.026335;0.918215;0.000010;0.081775;0.268941;0.047426;0.119203;0.952574;0.047426;0.880797;0.731059;0.268941;0.047426;0.731059;0.268941;0.119203;0.500000;0.047426;0.047426;0.119203;0.500000;0.017986;0.047426;0.952574;0.154988;0.323004;0.670401;0.791666;0.429718;0.645199;0.918714;0.241220;0.221146;0.319298;0.172502;0.444974;0.000000;0.339169;0.000000;0.678525;0.532205;0.000000;0.000000;0.099034;0.942104;0.000354;0.057544;0.987200;0.000020;0.012780;0.935515;0.000005;0.064485;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.952574;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.141729;0.114255;0.000000;0.000000;0.000000;0.000000;0.097089;0.000000;0.000000;0.817276;0.875338;0.257883;0.938774;0.579081;0.313028;0.157892;0.105081;0.000000;0.477016;0.652943;0.952980;0.000330;0.046688;0.993475;0.000085;0.006435;0.997795;0.000020;0.002185;0.268941;0.500000;0.268941;0.880797;0.017986;0.880797;0.993307;0.047426;0.500000;0.017986;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.017986;0.587345;0.816977;0.326513;0.767812;0.282925;0.814573;0.841842;0.508249;0.000000;0.118470;0.095177;0.753060;0.000000;0.201813;0.000000;0.616094;0.000000;0.000000;0.000000;0.000000;0.981628;0.000302;0.018070;0.993240;0.000055;0.006705;0.998720;0.000005;0.001275;0.119203;0.119203;0.500000;0.993307;0.006693;0.731059;0.982014;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.731059;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.538673;0.765666;0.717075;0.778509;0.000000;0.816378;0.777127;0.000000;0.352972;0.141729;0.000000;0.555273;0.303645;0.000000;0.000000;0.755285;0.405886;0.000000;0.454873;0.348191;0.995841;0.000295;0.003865;0.992100;0.000040;0.007860;0.998525;0.000005;0.001475;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.157892;0.000000;0.000000;0.000000;0.336038;0.175955;0.000000;0.000000;0.270123;0.852457;0.914433;0.000000;0.755470;0.544383;0.000000;0.000000;0.000000;0.000000;0.472278;0.684386;0.981488;0.000303;0.018208;0.989995;0.000045;0.009960;0.995240;0.000035;0.004720;0.268941;0.880797;0.119203;0.119203;0.880797;0.952574;0.500000;0.047426;0.268941;0.268941;0.268941;0.952574;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.731059;0.657236;0.416295;0.127639;0.199727;0.778682;0.896042;0.482008;0.054785;0.000000;0.529715;0.345247;0.593873;0.767277;0.000000;0.099392;0.800911;0.439547;0.000000;0.000000;0.648853;0.921463;0.000287;0.078250;0.976800;0.000055;0.023145;0.964935;0.000040;0.035025;0.500000;0.731059;0.731059;0.500000;0.047426;0.952574;0.731059;0.119203;0.500000;0.119203;0.500000;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.548844;0.733802;0.538424;0.496000;0.000000;0.733411;0.705577;0.549586;0.560945;0.202781;0.088024;0.834933;0.198293;0.000000;0.496000;0.571017;0.379423;0.000000;0.000000;0.150077;0.804278;0.000278;0.195443;0.944005;0.000060;0.055935;0.713240;0.000040;0.286720;0.500000;0.268941;0.993307;0.500000;0.880797;0.880797;0.500000;0.119203;0.880797;0.047426;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.047426;0.745357;0.446209;0.241220;0.547110;0.688690;0.711360;0.653622;0.180495;0.301745;0.576641;0.186943;0.592908;0.257883;0.537181;0.000000;0.756576;0.432907;0.000000;0.208334;0.531209;0.582830;0.000351;0.416817;0.581590;0.000100;0.418310;0.507910;0.000285;0.491800;0.047426;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.017986;0.268941;0.999665;0.006693;0.017986;0.119203;0.213493;0.442752;0.417754;0.287205;0.000000;0.459837;0.517243;0.117949;0.386274;0.128196;0.389361;0.478513;0.111749;0.531956;0.242504;0.833827;0.907291;0.000000;0.177118;0.127527;0.376288;0.001382;0.622329;0.366610;0.000250;0.633140;0.300640;0.003390;0.695965;0.119203;0.731059;0.731059;0.268941;0.017986;0.500000;0.880797;0.047426;0.982014;0.017986;0.047426;0.952574;0.047426;0.268941;0.119203;0.268941;0.119203;0.119203;0.982014;0.047426;0.394126;0.614200;0.829205;0.109584;0.000000;0.620813;0.448681;0.725717;0.823610;0.301535;0.119624;0.641297;0.135053;0.367722;0.105741;0.701196;0.167842;0.000000;0.525727;0.395321;0.210895;0.001935;0.787172;0.303765;0.001380;0.694860;0.046470;0.004120;0.949410
0.268941;0.047426;0.119203;0.952574;0.047426;0.880797;0.731059;0.268941;0.047426;0.731059;0.268941;0.119203;0.500000;0.047426;0.047426;0.119203;0.500000;0.017986;0.047426;0.952574;0.154988;0.323004;0.670401;0.791666;0.429718;0.645199;0.918714;0.241220;0.221146;0.319298;0.172502;0.444974;0.000000;0.339169;0.000000;0.678525;0.532205;0.000000;0.000000;0.099034;0.942104;0.000354;0.057544;0.987200;0.000020;0.012780;0.935515;0.000005;0.064485;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.952574;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.141729;0.114255;0.000000;0.000000;0.000000;0.000000;0.097089;0.000000;0.000000;0.817276;0.875338;0.257883;0.938774;0.579081;0.313028;0.157892;0.105081;0.000000;0.477016;0.652943;0.952980;0.000330;0.046688;0.993475;0.000085;0.006435;0.997795;0.000020;0.002185;0.268941;0.500000;0.268941;0.880797;0.017986;0.880797;0.993307;0.047426;0.500000;0.017986;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.017986;0.587345;0.816977;0.326513;0.767812;0.282925;0.814573;0.841842;0.508249;0.000000;0.118470;0.095177;0.753060;0.000000;0.201813;0.000000;0.616094;0.000000;0.000000;0.000000;0.000000;0.981628;0.000302;0.018070;0.993240;0.000055;0.006705;0.998720;0.000005;0.001275;0.119203;0.119203;0.500000;0.993307;0.006693;0.731059;0.982014;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.731059;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.538673;0.765666;0.717075;0.778509;0.000000;0.816378;0.777127;0.000000;0.352972;0.141729;0.000000;0.555273;0.303645;0.000000;0.000000;0.755285;0.405886;0.000000;0.454873;0.348191;0.995841;0.000295;0.003865;0.992100;0.000040;0.007860;0.998525;0.000005;0.001475;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.157892;0.000000;0.000000;0.000000;0.336038;0.175955;0.000000;0.000000;0.270123;0.852457;0.914433;0.000000;0.755470;0.544383;0.000000;0.000000;0.000000;0.000000;0.472278;0.684386;0.981488;0.000303;0.018208;0.989995;0.000045;0.009960;0.995240;0.000035;0.004720;0.268941;0.880797;0.119203;0.119203;0.880797;0.952574;0.500000;0.047426;0.268941;0.268941;0.268941;0.952574;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.731059;0.657236;0.416295;0.127639;0.199727;0.778682;0.896042;0.482008;0.054785;0.000000;0.529715;0.345247;0.593873;0.767277;0.000000;0.099392;0.800911;0.439547;0.000000;0.000000;0.648853;0.921463;0.000287;0.078250;0.976800;0.000055;0.023145;0.964935;0.000040;0.035025;0.500000;0.731059;0.731059;0.500000;0.047426;0.952574;0.731059;0.119203;0.500000;0.119203;0.500000;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.548844;0.733802;0.538424;0.496000;0.000000;0.733411;0.705577;0.549586;0.560945;0.202781;0.088024;0.834933;0.198293;0.000000;0.496000;0.571017;0.379423;0.000000;0.000000;0.150077;0.804278;0.000278;0.195443;0.944005;0.000060;0.055935;0.713240;0.000040;0.286720;0.500000;0.268941;0.993307;0.500000;0.880797;0.880797;0.500000;0.119203;0.880797;0.047426;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.047426;0.745357;0.446209;0.241220;0.547110;0.688690;0.711360;0.653622;0.180495;0.301745;0.576641;0.186943;0.592908;0.257883;0.537181;0.000000;0.756576;0.432907;0.000000;0.208334;0.531209;0.582830;0.000351;0.416817;0.581590;0.000100;0.418310;0.507910;0.000285;0.491800;0.047426;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.017986;0.268941;0.999665;0.006693;0.017986;0.119203;0.213493;0.442752;0.417754;0.287205;0.000000;0.459837;0.517243;0.117949;0.386274;0.128196;0.389361;0.478513;0.111749;0.531956;0.242504;0.833827;0.907291;0.000000;0.177118;0.127527;0.376288;0.001382;0.622329;0.366610;0.000250;0.633140;0.300640;0.003390;0.695965;0.119203;0.731059;0.731059;0.268941;0.017986;0.500000;0.880797;0.047426;0.982014;0.017986;0.047426;0.952574;0.047426;0.268941;0.119203;0.268941;0.119203;0.119203;0.982014;0.047426;0.394126;0.614200;0.829205;0.109584;0.000000;0.620813;0.448681;0.725717;0.823610;0.301535;0.119624;0.641297;0.135053;0.367722;0.105741;0.701196;0.167842;0.000000;0.525727;0.395321;0.210895;0.001935;0.787172;0.303765;0.001380;0.694860;0.046470;0.004120;0.949410;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.047426;0.119203;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.982014;0.047426;0.070633;0.000000;0.131587;0.039734;0.000000;0.289667;0.166173;0.014994;0.133195;0.691470;0.825779;0.023916;0.859241;0.957912;0.110465;0.083708;0.212822;0.266980;0.552555;0.371917;0.141937;0.008631;0.849433;0.302315;0.003915;0.693770;0.010615;0.011295;0.978090
0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.952574;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.141729;0.114255;0.000000;0.000000;0.000000;0.000000;0.097089;0.000000;0.000000;0.817276;0.875338;0.257883;0.938774;0.579081;0.313028;0.157892;0.105081;0.000000;0.477016;0.652943;0.952980;0.000330;0.046688;0.993475;0.000085;0.006435;0.997795;0.000020;0.002185;0.268941;0.500000;0.268941;0.880797;0.017986;0.880797;0.993307;0.047426;0.500000;0.017986;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.017986;0.587345;0.816977;0.326513;0.767812;0.282925;0.814573;0.841842;0.508249;0.000000;0.118470;0.095177;0.753060;0.000000;0.201813;0.000000;0.616094;0.000000;0.000000;0.000000;0.000000;0.981628;0.000302;0.018070;0.993240;0.000055;0.006705;0.998720;0.000005;0.001275;0.119203;0.119203;0.500000;0.993307;0.006693;0.731059;0.982014;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.731059;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.538673;0.765666;0.717075;0.778509;0.000000;0.816378;0.777127;0.000000;0.352972;0.141729;0.000000;0.555273;0.303645;0.000000;0.000000;0.755285;0.405886;0.000000;0.454873;0.348191;0.995841;0.000295;0.003865;0.992100;0.000040;0.007860;0.998525;0.000005;0.001475;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.157892;0.000000;0.000000;0.000000;0.336038;0.175955;0.000000;0.000000;0.270123;0.852457;0.914433;0.000000;0.755470;0.544383;0.000000;0.000000;0.000000;0.000000;0.472278;0.684386;0.981488;0.000303;0.018208;0.989995;0.000045;0.009960;0.995240;0.000035;0.004720;0.268941;0.880797;0.119203;0.119203;0.880797;0.952574;0.500000;0.047426;0.268941;0.268941;0.268941;0.952574;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.731059;0.657236;0.416295;0.127639;0.199727;0.778682;0.896042;0.482008;0.054785;0.000000;0.529715;0.345247;0.593873;0.767277;0.000000;0.099392;0.800911;0.439547;0.000000;0.000000;0.648853;0.921463;0.000287;0.078250;0.976800;0.000055;0.023145;0.964935;0.000040;0.035025;0.500000;0.731059;0.731059;0.500000;0.047426;0.952574;0.731059;0.119203;0.500000;0.119203;0.500000;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.548844;0.733802;0.538424;0.496000;0.000000;0.733411;0.705577;0.549586;0.560945;0.202781;0.088024;0.834933;0.198293;0.000000;0.496000;0.571017;0.379423;0.000000;0.000000;0.150077;0.804278;0.000278;0.195443;0.944005;0.000060;0.055935;0.713240;0.000040;0.286720;0.500000;0.268941;0.993307;0.500000;0.880797;0.880797;0.500000;0.119203;0.880797;0.047426;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.047426;0.745357;0.446209;0.241220;0.547110;0.688690;0.711360;0.653622;0.180495;0.301745;0.576641;0.186943;0.592908;0.257883;0.537181;0.000000;0.756576;0.432907;0.000000;0.208334;0.531209;0.582830;0.000351;0.416817;0.581590;0.000100;0.418310;0.507910;0.000285;0.491800;0.047426;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.017986;0.268941;0.999665;0.006693;0.017986;0.119203;0.213493;0.442752;0.417754;0.287205;0.000000;0.459837;0.517243;0.117949;0.386274;0.128196;0.389361;0.478513;0.111749;0.531956;0.242504;0.833827;0.907291;0.000000;0.177118;0.127527;0.376288;0.001382;0.622329;0.366610;0.000250;0.633140;0.300640;0.003390;0.695965;0.119203;0.731059;0.731059;0.268941;0.017986;0.500000;0.880797;0.047426;0.982014;0.017986;0.047426;0.952574;0.047426;0.268941;0.119203;0.268941;0.119203;0.119203;0.982014;0.047426;0.394126;0.614200;0.829205;0.109584;0.000000;0.620813;0.448681;0.725717;0.823610;0.301535;0.119624;0.641297;0.135053;0.367722;0.105741;0.701196;0.167842;0.000000;0.525727;0.395321;0.210895;0.001935;0.787172;0.303765;0.001380;0.694860;0.046470;0.004120;0.949410;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.047426;0.119203;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.982014;0.047426;0.070633;0.000000;0.131587;0.039734;0.000000;0.289667;0.166173;0.014994;0.133195;0.691470;0.825779;0.023916;0.859241;0.957912;0.110465;0.083708;0.212822;0.266980;0.552555;0.371917;0.141937;0.008631;0.849433;0.302315;0.003915;0.693770;0.010615;0.011295;0.978090;0.119203;0.119203;0.500000;0.982014;0.268941;0.268941;0.268941;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.952574;0.982014;0.006693;0.047426;0.047426;0.205217;0.365169;0.656560;0.789680;0.000000;0.181384;0.423847;0.116500;0.142583;0.101106;0.192321;0.256737;0.557741;0.222354;0.518242;0.911412;0.837263;0.000000;0.115169;0.119624;0.162061;0.002121;0.835818;0.288445;0.001060;0.710490;0.008925;0.004460;0.986620
0.268941;0.500000;0.268941;0.880797;0.017986;0.880797;0.993307;0.047426;0.500000;0.017986;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.017986;0.587345;0.816977;0.326513;0.767812;0.282925;0.814573;0.841842;0.508249;0.000000;0.118470;0.095177;0.753060;0.000000;0.201813;0.000000;0.616094;0.000000;0.000000;0.000000;0.000000;0.981628;0.000302;0.018070;0.993240;0.000055;0.006705;0.998720;0.000005;0.001275;0.119203;0.119203;0.500000;0.993307;0.006693;0.731059;0.982014;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.731059;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.538673;0.765666;0.717075;0.778509;0.000000;0.816378;0.777127;0.000000;0.352972;0.141729;0.000000;0.555273;0.303645;0.000000;0.000000;0.755285;0.405886;0.000000;0.454873;0.348191;0.995841;0.000295;0.003865;0.992100;0.000040;0.007860;0.998525;0.000005;0.001475;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.157892;0.000000;0.000000;0.000000;0.336038;0.175955;0.000000;0.000000;0.270123;0.852457;0.914433;0.000000;0.755470;0.544383;0.000000;0.000000;0.000000;0.000000;0.472278;0.684386;0.981488;0.000303;0.018208;0.989995;0.000045;0.009960;0.995240;0.000035;0.004720;0.268941;0.880797;0.119203;0.119203;0.880797;0.952574;0.500000;0.047426;0.268941;0.268941;0.268941;0.952574;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.731059;0.657236;0.416295;0.127639;0.199727;0.778682;0.896042;0.482008;0.054785;0.000000;0.529715;0.345247;0.593873;0.767277;0.000000;0.099392;0.800911;0.439547;0.000000;0.000000;0.648853;0.921463;0.000287;0.078250;0.976800;0.000055;0.023145;0.964935;0.000040;0.035025;0.500000;0.731059;0.731059;0.500000;0.047426;0.952574;0.731059;0.119203;0.500000;0.119203;0.500000;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.548844;0.733802;0.538424;0.496000;0.000000;0.733411;0.705577;0.549586;0.560945;0.202781;0.088024;0.834933;0.198293;0.000000;0.496000;0.571017;0.379423;0.000000;0.000000;0.150077;0.804278;0.000278;0.195443;0.944005;0.000060;0.055935;0.713240;0.000040;0.286720;0.500000;0.268941;0.993307;0.500000;0.880797;0.880797;0.500000;0.119203;0.880797;0.047426;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.047426;0.745357;0.446209;0.241220;0.547110;0.688690;0.711360;0.653622;0.180495;0.301745;0.576641;0.186943;0.592908;0.257883;0.537181;0.000000;0.756576;0.432907;0.000000;0.208334;0.531209;0.582830;0.000351;0.416817;0.581590;0.000100;0.418310;0.507910;0.000285;0.491800;0.047426;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.017986;0.268941;0.999665;0.006693;0.017986;0.119203;0.213493;0.442752;0.417754;0.287205;0.000000;0.459837;0.517243;0.117949;0.386274;0.128196;0.389361;0.478513;0.111749;0.531956;0.242504;0.833827;0.907291;0.000000;0.177118;0.127527;0.376288;0.001382;0.622329;0.366610;0.000250;0.633140;0.300640;0.003390;0.695965;0.119203;0.731059;0.731059;0.268941;0.017986;0.500000;0.880797;0.047426;0.982014;0.017986;0.047426;0.952574;0.047426;0.268941;0.119203;0.268941;0.119203;0.119203;0.982014;0.047426;0.394126;0.614200;0.829205;0.109584;0.000000;0.620813;0.448681;0.725717;0.823610;0.301535;0.119624;0.641297;0.135053;0.367722;0.105741;0.701196;0.167842;0.000000;0.525727;0.395321;0.210895;0.001935;0.787172;0.303765;0.001380;0.694860;0.046470;0.004120;0.949410;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.047426;0.119203;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.982014;0.047426;0.070633;0.000000;0.131587;0.039734;0.000000;0.289667;0.166173;0.014994;0.133195;0.691470;0.825779;0.023916;0.859241;0.957912;0.110465;0.083708;0.212822;0.266980;0.552555;0.371917;0.141937;0.008631;0.849433;0.302315;0.003915;0.693770;0.010615;0.011295;0.978090;0.119203;0.119203;0.500000;0.982014;0.268941;0.268941;0.268941;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.952574;0.982014;0.006693;0.047426;0.047426;0.205217;0.365169;0.656560;0.789680;0.000000;0.181384;0.423847;0.116500;0.142583;0.101106;0.192321;0.256737;0.557741;0.222354;0.518242;0.911412;0.837263;0.000000;0.115169;0.119624;0.162061;0.002121;0.835818;0.288445;0.001060;0.710490;0.008925;0.004460;0.986620;0.268941;0.880797;0.119203;0.731059;0.006693;0.500000;0.993307;0.047426;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.586375;0.727108;0.169103;0.573464;0.000000;0.747061;0.804553;0.108515;0.233975;0.164792;0.155251;0.690829;0.367025;0.153293;0.738271;0.569056;0.562423;0.000000;0.186791;0.250302;0.914455;0.000048;0.085497;0.973750;0.000005;0.026245;0.971715;0.000000;0.028285
0.500000;0.268941;0.993307;0.500000;0.880797;0.880797;0.500000;0.119203;0.880797;0.047426;0.047426;0.731059;0.119203;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.047426;0.745357;0.446209;0.241220;0.547110;0.688690;0.711360;0.653622;0.180495;0.301745;0.576641;0.186943;0.592908;0.257883;0.537181;0.000000;0.756576;0.432907;0.000000;0.208334;0.531209;0.582830;0.000351;0.416817;0.581590;0.000100;0.418310;0.507910;0.000285;0.491800;0.047426;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.017986;0.268941;0.999665;0.006693;0.017986;0.119203;0.213493;0.442752;0.417754;0.287205;0.000000;0.459837;0.517243;0.117949;0.386274;0.128196;0.389361;0.478513;0.111749;0.531956;0.242504;0.833827;0.907291;0.000000;0.177118;0.127527;0.376288;0.001382;0.622329;0.366610;0.000250;0.633140;0.300640;0.003390;0.695965;0.119203;0.731059;0.731059;0.268941;0.017986;0.500000;0.880797;0.047426;0.982014;0.017986;0.047426;0.952574;0.047426;0.268941;0.119203;0.268941;0.119203;0.119203;0.982014;0.047426;0.394126;0.614200;0.829205;0.109584;0.000000;0.620813;0.448681;0.725717;0.823610;0.301535;0.119624;0.641297;0.135053;0.367722;0.105741;0.701196;0.167842;0.000000;0.525727;0.395321;0.210895;0.001935;0.787172;0.303765;0.001380;0.694860;0.046470;0.004120;0.949410;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.047426;0.119203;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.982014;0.047426;0.070633;0.000000;0.131587;0.039734;0.000000;0.289667;0.166173;0.014994;0.133195;0.691470;0.825779;0.023916;0.859241;0.957912;0.110465;0.083708;0.212822;0.266980;0.552555;0.371917;0.141937;0.008631;0.849433;0.302315;0.003915;0.693770;0.010615;0.011295;0.978090;0.119203;0.119203;0.500000;0.982014;0.268941;0.268941;0.268941;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.952574;0.982014;0.006693;0.047426;0.047426;0.205217;0.365169;0.656560;0.789680;0.000000;0.181384;0.423847;0.116500;0.142583;0.101106;0.192321;0.256737;0.557741;0.222354;0.518242;0.911412;0.837263;0.000000;0.115169;0.119624;0.162061;0.002121;0.835818;0.288445;0.001060;0.710490;0.008925;0.004460;0.986620;0.268941;0.880797;0.119203;0.731059;0.006693;0.500000;0.993307;0.047426;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.586375;0.727108;0.169103;0.573464;0.000000;0.747061;0.804553;0.108515;0.233975;0.164792;0.155251;0.690829;0.367025;0.153293;0.738271;0.569056;0.562423;0.000000;0.186791;0.250302;0.914455;0.000048;0.085497;0.973750;0.000005;0.026245;0.971715;0.000000;0.028285;0.500000;0.880797;0.500000;0.500000;0.017986;0.952574;0.880797;0.119203;0.500000;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.119203;0.416295;0.598688;0.681137;0.795922;0.000000;0.747628;0.860206;0.244715;0.201652;0.094234;0.100110;0.757680;0.000000;0.293592;0.153293;0.663962;0.201009;0.000000;0.239577;0.136579;0.939838;0.000149;0.060013;0.989615;0.000005;0.010380;0.981730;0.000000;0.018270;0.047426;0.119203;0.047426;0.500000;0.002473;0.880797;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.002473;0.047426;0.119203;0.268941;0.006693;0.017986;0.006693;0.192632;0.222873;0.359393;0.752688;0.000000;0.908212;0.942296;0.275279;0.403236;0.106595;0.055988;0.367490;0.103958;0.000000;0.049878;0.309812;0.269532;0.385090;0.063626;0.058525;0.950219;0.000149;0.049633;0.993510;0.000040;0.006455;0.994000;0.000000;0.006000;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.993307;0.017986;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.278885;0.311739;0.000000;0.027599;0.000000;0.343891;0.183622;0.020553;0.000000;0.923084;0.812753;0.451652;0.669074;0.097352;0.141973;0.216361;0.133889;0.221146;0.046931;0.761696;0.974390;0.002238;0.023371;0.999250;0.000030;0.000720;0.999665;0.000000;0.000335;0.119203;0.731059;0.119203;0.047426;0.982014;0.997527;0.500000;0.047426;0.268941;0.017986;0.047426;0.982014;0.268941;0.047426;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.447692;0.556261;0.488502;0.678961;0.000000;0.807834;0.849028;0.127305;0.144056;0.348191;0.278885;0.808145;0.440286;0.073305;0.000000;0.697411;0.139074;0.000000;0.268352;0.250866;0.979333;0.002082;0.018584;0.998695;0.000030;0.001270;0.999970;0.000000;0.000030;0.268941;0.731059;0.268941;0.500000;0.047426;0.997527;0.880797;0.047426;0.500000;0.119203;0.047426;0.731059;0.119203;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.424336;0.730271;0.346378;0.731648;0.424824;0.813209;0.850306;0.300903;0.258649;0.434626;0.119729;0.653622;0.122604;0.355488;0.103493;0.481259;0.018271;0.000000;0.641527;0.221663;0.987141;0.001921;0.010938;0.998030;0.000035;0.001935;0.999970;0.000000;0.000030
0.047426;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.017986;0.268941;0.999665;0.006693;0.017986;0.119203;0.213493;0.442752;0.417754;0.287205;0.000000;0.459837;0.517243;0.117949;0.386274;0.128196;0.389361;0.478513;0.111749;0.531956;0.242504;0.833827;0.907291;0.000000;0.177118;0.127527;0.376288;0.001382;0.622329;0.366610;0.000250;0.633140;0.300640;0.003390;0.695965;0.119203;0.731059;0.731059;0.268941;0.017986;0.500000;0.880797;0.047426;0.982014;0.017986;0.047426;0.952574;0.047426;0.268941;0.119203;0.268941;0.119203;0.119203;0.982014;0.047426;0.394126;0.614200;0.829205;0.109584;0.000000;0.620813;0.448681;0.725717;0.823610;0.301535;0.119624;0.641297;0.135053;0.367722;0.105741;0.701196;0.167842;0.000000;0.525727;0.395321;0.210895;0.001935;0.787172;0.303765;0.001380;0.694860;0.046470;0.004120;0.949410;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.047426;0.119203;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.982014;0.047426;0.070633;0.000000;0.131587;0.039734;0.000000;0.289667;0.166173;0.014994;0.133195;0.691470;0.825779;0.023916;0.859241;0.957912;0.110465;0.083708;0.212822;0.266980;0.552555;0.371917;0.141937;0.008631;0.849433;0.302315;0.003915;0.693770;0.010615;0.011295;0.978090;0.119203;0.119203;0.500000;0.982014;0.268941;0.268941;0.268941;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.952574;0.982014;0.006693;0.047426;0.047426;0.205217;0.365169;0.656560;0.789680;0.000000;0.181384;0.423847;0.116500;0.142583;0.101106;0.192321;0.256737;0.557741;0.222354;0.518242;0.911412;0.837263;0.000000;0.115169;0.119624;0.162061;0.002121;0.835818;0.288445;0.001060;0.710490;0.008925;0.004460;0.986620;0.268941;0.880797;0.119203;0.731059;0.006693;0.500000;0.993307;0.047426;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.586375;0.727108;0.169103;0.573464;0.000000;0.747061;0.804553;0.108515;0.233975;0.164792;0.155251;0.690829;0.367025;0.153293;0.738271;0.569056;0.562423;0.000000;0.186791;0.250302;0.914455;0.000048;0.085497;0.973750;0.000005;0.026245;0.971715;0.000000;0.028285;0.500000;0.880797;0.500000;0.500000;0.017986;0.952574;0.880797;0.119203;0.500000;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.119203;0.416295;0.598688;0.681137;0.795922;0.000000;0.747628;0.860206;0.244715;0.201652;0.094234;0.100110;0.757680;0.000000;0.293592;0.153293;0.663962;0.201009;0.000000;0.239577;0.136579;0.939838;0.000149;0.060013;0.989615;0.000005;0.010380;0.981730;0.000000;0.018270;0.047426;0.119203;0.047426;0.500000;0.002473;0.880797;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.002473;0.047426;0.119203;0.268941;0.006693;0.017986;0.006693;0.192632;0.222873;0.359393;0.752688;0.000000;0.908212;0.942296;0.275279;0.403236;0.106595;0.055988;0.367490;0.103958;0.000000;0.049878;0.309812;0.269532;0.385090;0.063626;0.058525;0.950219;0.000149;0.049633;0.993510;0.000040;0.006455;0.994000;0.000000;0.006000;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.993307;0.017986;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.278885;0.311739;0.000000;0.027599;0.000000;0.343891;0.183622;0.020553;0.000000;0.923084;0.812753;0.451652;0.669074;0.097352;0.141973;0.216361;0.133889;0.221146;0.046931;0.761696;0.974390;0.002238;0.023371;0.999250;0.000030;0.000720;0.999665;0.000000;0.000335;0.119203;0.731059;0.119203;0.047426;0.982014;0.997527;0.500000;0.047426;0.268941;0.017986;0.047426;0.982014;0.268941;0.047426;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.447692;0.556261;0.488502;0.678961;0.000000;0.807834;0.849028;0.127305;0.144056;0.348191;0.278885;0.808145;0.440286;0.073305;0.000000;0.697411;0.139074;0.000000;0.268352;0.250866;0.979333;0.002082;0.018584;0.998695;0.000030;0.001270;0.999970;0.000000;0.000030;0.268941;0.731059;0.268941;0.500000;0.047426;0.997527;0.880797;0.047426;0.500000;0.119203;0.047426;0.731059;0.119203;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.424336;0.730271;0.346378;0.731648;0.424824;0.813209;0.850306;0.300903;0.258649;0.434626;0.119729;0.653622;0.122604;0.355488;0.103493;0.481259;0.018271;0.000000;0.641527;0.221663;0.987141;0.001921;0.010938;0.998030;0.000035;0.001935;0.999970;0.000000;0.000030;0.006693;0.006693;0.002473;0.000911;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.119203;0.017986;0.119203;0.119203;0.002473;0.002473;0.006693;0.999998;0.500000;0.006693;0.401072;0.053302;0.000000;0.047066;0.508999;0.152387;0.055567;0.000000;0.065804;0.801866;0.899167;0.082036;0.718291;0.722922;0.000000;0.057649;0.026468;0.861881;0.718089;0.318212;0.988129;0.001668;0.010203;0.997795;0.000035;0.002170;0.999980;0.000000;0.000020
0.119203;0.731059;0.731059;0.268941;0.017986;0.500000;0.880797;0.047426;0.982014;0.017986;0.047426;0.952574;0.047426;0.268941;0.119203;0.268941;0.119203;0.119203;0.982014;0.047426;0.394126;0.614200;0.829205;0.109584;0.000000;0.620813;0.448681;0.725717;0.823610;0.301535;0.119624;0.641297;0.135053;0.367722;0.105741;0.701196;0.167842;0.000000;0.525727;0.395321;0.210895;0.001935;0.787172;0.303765;0.001380;0.694860;0.046470;0.004120;0.949410;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.047426;0.119203;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.982014;0.047426;0.070633;0.000000;0.131587;0.039734;0.000000;0.289667;0.166173;0.014994;0.133195;0.691470;0.825779;0.023916;0.859241;0.957912;0.110465;0.083708;0.212822;0.266980;0.552555;0.371917;0.141937;0.008631;0.849433;0.302315;0.003915;0.693770;0.010615;0.011295;0.978090;0.119203;0.119203;0.500000;0.982014;0.268941;0.268941;0.268941;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.952574;0.982014;0.006693;0.047426;0.047426;0.205217;0.365169;0.656560;0.789680;0.000000;0.181384;0.423847;0.116500;0.142583;0.101106;0.192321;0.256737;0.557741;0.222354;0.518242;0.911412;0.837263;0.000000;0.115169;0.119624;0.162061;0.002121;0.835818;0.288445;0.001060;0.710490;0.008925;0.004460;0.986620;0.268941;0.880797;0.119203;0.731059;0.006693;0.500000;0.993307;0.047426;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.586375;0.727108;0.169103;0.573464;0.000000;0.747061;0.804553;0.108515;0.233975;0.164792;0.155251;0.690829;0.367025;0.153293;0.738271;0.569056;0.562423;0.000000;0.186791;0.250302;0.914455;0.000048;0.085497;0.973750;0.000005;0.026245;0.971715;0.000000;0.028285;0.500000;0.880797;0.500000;0.500000;0.017986;0.952574;0.880797;0.119203;0.500000;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.119203;0.416295;0.598688;0.681137;0.795922;0.000000;0.747628;0.860206;0.244715;0.201652;0.094234;0.100110;0.757680;0.000000;0.293592;0.153293;0.663962;0.201009;0.000000;0.239577;0.136579;0.939838;0.000149;0.060013;0.989615;0.000005;0.010380;0.981730;0.000000;0.018270;0.047426;0.119203;0.047426;0.500000;0.002473;0.880797;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.002473;0.047426;0.119203;0.268941;0.006693;0.017986;0.006693;0.192632;0.222873;0.359393;0.752688;0.000000;0.908212;0.942296;0.275279;0.403236;0.106595;0.055988;0.367490;0.103958;0.000000;0.049878;0.309812;0.269532;0.385090;0.063626;0.058525;0.950219;0.000149;0.049633;0.993510;0.000040;0.006455;0.994000;0.000000;0.006000;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.993307;0.017986;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.278885;0.311739;0.000000;0.027599;0.000000;0.343891;0.183622;0.020553;0.000000;0.923084;0.812753;0.451652;0.669074;0.097352;0.141973;0.216361;0.133889;0.221146;0.046931;0.761696;0.974390;0.002238;0.023371;0.999250;0.000030;0.000720;0.999665;0.000000;0.000335;0.119203;0.731059;0.119203;0.047426;0.982014;0.997527;0.500000;0.047426;0.268941;0.017986;0.047426;0.982014;0.268941;0.047426;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.447692;0.556261;0.488502;0.678961;0.000000;0.807834;0.849028;0.127305;0.144056;0.348191;0.278885;0.808145;0.440286;0.073305;0.000000;0.697411;0.139074;0.000000;0.268352;0.250866;0.979333;0.002082;0.018584;0.998695;0.000030;0.001270;0.999970;0.000000;0.000030;0.268941;0.731059;0.268941;0.500000;0.047426;0.997527;0.880797;0.047426;0.500000;0.119203;0.047426;0.731059;0.119203;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.424336;0.730271;0.346378;0.731648;0.424824;0.813209;0.850306;0.300903;0.258649;0.434626;0.119729;0.653622;0.122604;0.355488;0.103493;0.481259;0.018271;0.000000;0.641527;0.221663;0.987141;0.001921;0.010938;0.998030;0.000035;0.001935;0.999970;0.000000;0.000030;0.006693;0.006693;0.002473;0.000911;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.119203;0.017986;0.119203;0.119203;0.002473;0.002473;0.006693;0.999998;0.500000;0.006693;0.401072;0.053302;0.000000;0.047066;0.508999;0.152387;0.055567;0.000000;0.065804;0.801866;0.899167;0.082036;0.718291;0.722922;0.000000;0.057649;0.026468;0.861881;0.718089;0.318212;0.988129;0.001668;0.010203;0.997795;0.000035;0.002170;0.999980;0.000000;0.000020;0.017986;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.006693;0.993307;0.017986;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.017986;0.268941;0.999877;0.017986;0.256546;0.779370;0.000000;0.000000;0.367258;0.692961;0.545127;0.145791;0.507000;0.345021;0.518991;0.765128;0.494250;0.860326;0.000000;0.246382;0.096303;0.445221;0.884627;0.100924;0.986624;0.001555;0.011823;0.995155;0.000030;0.004820;0.999970;0.000000;0.000030
0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.047426;0.119203;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.982014;0.047426;0.070633;0.000000;0.131587;0.039734;0.000000;0.289667;0.166173;0.014994;0.133195;0.691470;0.825779;0.023916;0.859241;0.957912;0.110465;0.083708;0.212822;0.266980;0.552555;0.371917;0.141937;0.008631;0.849433;0.302315;0.003915;0.693770;0.010615;0.011295;0.978090;0.119203;0.119203;0.500000;0.982014;0.268941;0.268941;0.268941;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.952574;0.982014;0.006693;0.047426;0.047426;0.205217;0.365169;0.656560;0.789680;0.000000;0.181384;0.423847;0.116500;0.142583;0.101106;0.192321;0.256737;0.557741;0.222354;0.518242;0.911412;0.837263;0.000000;0.115169;0.119624;0.162061;0.002121;0.835818;0.288445;0.001060;0.710490;0.008925;0.004460;0.986620;0.268941;0.880797;0.119203;0.731059;0.006693;0.500000;0.993307;0.047426;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.586375;0.727108;0.169103;0.573464;0.000000;0.747061;0.804553;0.108515;0.233975;0.164792;0.155251;0.690829;0.367025;0.153293;0.738271;0.569056;0.562423;0.000000;0.186791;0.250302;0.914455;0.000048;0.085497;0.973750;0.000005;0.026245;0.971715;0.000000;0.028285;0.500000;0.880797;0.500000;0.500000;0.017986;0.952574;0.880797;0.119203;0.500000;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.119203;0.416295;0.598688;0.681137;0.795922;0.000000;0.747628;0.860206;0.244715;0.201652;0.094234;0.100110;0.757680;0.000000;0.293592;0.153293;0.663962;0.201009;0.000000;0.239577;0.136579;0.939838;0.000149;0.060013;0.989615;0.000005;0.010380;0.981730;0.000000;0.018270;0.047426;0.119203;0.047426;0.500000;0.002473;0.880797;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.002473;0.047426;0.119203;0.268941;0.006693;0.017986;0.006693;0.192632;0.222873;0.359393;0.752688;0.000000;0.908212;0.942296;0.275279;0.403236;0.106595;0.055988;0.367490;0.103958;0.000000;0.049878;0.309812;0.269532;0.385090;0.063626;0.058525;0.950219;0.000149;0.049633;0.993510;0.000040;0.006455;0.994000;0.000000;0.006000;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.993307;0.017986;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.278885;0.311739;0.000000;0.027599;0.000000;0.343891;0.183622;0.020553;0.000000;0.923084;0.812753;0.451652;0.669074;0.097352;0.141973;0.216361;0.133889;0.221146;0.046931;0.761696;0.974390;0.002238;0.023371;0.999250;0.000030;0.000720;0.999665;0.000000;0.000335;0.119203;0.731059;0.119203;0.047426;0.982014;0.997527;0.500000;0.047426;0.268941;0.017986;0.047426;0.982014;0.268941;0.047426;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.447692;0.556261;0.488502;0.678961;0.000000;0.807834;0.849028;0.127305;0.144056;0.348191;0.278885;0.808145;0.440286;0.073305;0.000000;0.697411;0.139074;0.000000;0.268352;0.250866;0.979333;0.002082;0.018584;0.998695;0.000030;0.001270;0.999970;0.000000;0.000030;0.268941;0.731059;0.268941;0.500000;0.047426;0.997527;0.880797;0.047426;0.500000;0.119203;0.047426;0.731059;0.119203;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.424336;0.730271;0.346378;0.731648;0.424824;0.813209;0.850306;0.300903;0.258649;0.434626;0.119729;0.653622;0.122604;0.355488;0.103493;0.481259;0.018271;0.000000;0.641527;0.221663;0.987141;0.001921;0.010938;0.998030;0.000035;0.001935;0.999970;0.000000;0.000030;0.006693;0.006693;0.002473;0.000911;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.119203;0.017986;0.119203;0.119203;0.002473;0.002473;0.006693;0.999998;0.500000;0.006693;0.401072;0.053302;0.000000;0.047066;0.508999;0.152387;0.055567;0.000000;0.065804;0.801866;0.899167;0.082036;0.718291;0.722922;0.000000;0.057649;0.026468;0.861881;0.718089;0.318212;0.988129;0.001668;0.010203;0.997795;0.000035;0.002170;0.999980;0.000000;0.000020;0.017986;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.006693;0.993307;0.017986;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.017986;0.268941;0.999877;0.017986;0.256546;0.779370;0.000000;0.000000;0.367258;0.692961;0.545127;0.145791;0.507000;0.345021;0.518991;0.765128;0.494250;0.860326;0.000000;0.246382;0.096303;0.445221;0.884627;0.100924;0.986624;0.001555;0.011823;0.995155;0.000030;0.004820;0.999970;0.000000;0.000030;0.500000;0.880797;0.268941;0.119203;0.006693;0.880797;0.731059;0.047426;0.119203;0.047426;0.017986;0.997527;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.362622;0.833411;0.375194;0.712795;0.000000;0.709921;0.823174;0.349327;0.218403;0.272693;0.030650;0.852331;0.284958;0.114153;0.000000;0.532205;0.226006;0.000000;0.055148;0.143810;0.984147;0.000036;0.015818;0.986780;0.000030;0.013190;0.999880;0.000000;0.000120
0.119203;0.119203;0.500000;0.982014;0.268941;0.268941;0.268941;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.952574;0.982014;0.006693;0.047426;0.047426;0.205217;0.365169;0.656560;0.789680;0.000000;0.181384;0.423847;0.116500;0.142583;0.101106;0.192321;0.256737;0.557741;0.222354;0.518242;0.911412;0.837263;0.000000;0.115169;0.119624;0.162061;0.002121;0.835818;0.288445;0.001060;0.710490;0.008925;0.004460;0.986620;0.268941;0.880797;0.119203;0.731059;0.006693;0.500000;0.993307;0.047426;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.586375;0.727108;0.169103;0.573464;0.000000;0.747061;0.804553;0.108515;0.233975;0.164792;0.155251;0.690829;0.367025;0.153293;0.738271;0.569056;0.562423;0.000000;0.186791;0.250302;0.914455;0.000048;0.085497;0.973750;0.000005;0.026245;0.971715;0.000000;0.028285;0.500000;0.880797;0.500000;0.500000;0.017986;0.952574;0.880797;0.119203;0.500000;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.119203;0.416295;0.598688;0.681137;0.795922;0.000000;0.747628;0.860206;0.244715;0.201652;0.094234;0.100110;0.757680;0.000000;0.293592;0.153293;0.663962;0.201009;0.000000;0.239577;0.136579;0.939838;0.000149;0.060013;0.989615;0.000005;0.010380;0.981730;0.000000;0.018270;0.047426;0.119203;0.047426;0.500000;0.002473;0.880797;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.002473;0.047426;0.119203;0.268941;0.006693;0.017986;0.006693;0.192632;0.222873;0.359393;0.752688;0.000000;0.908212;0.942296;0.275279;0.403236;0.106595;0.055988;0.367490;0.103958;0.000000;0.049878;0.309812;0.269532;0.385090;0.063626;0.058525;0.950219;0.000149;0.049633;0.993510;0.000040;0.006455;0.994000;0.000000;0.006000;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.993307;0.017986;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.278885;0.311739;0.000000;0.027599;0.000000;0.343891;0.183622;0.020553;0.000000;0.923084;0.812753;0.451652;0.669074;0.097352;0.141973;0.216361;0.133889;0.221146;0.046931;0.761696;0.974390;0.002238;0.023371;0.999250;0.000030;0.000720;0.999665;0.000000;0.000335;0.119203;0.731059;0.119203;0.047426;0.982014;0.997527;0.500000;0.047426;0.268941;0.017986;0.047426;0.982014;0.268941;0.047426;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.447692;0.556261;0.488502;0.678961;0.000000;0.807834;0.849028;0.127305;0.144056;0.348191;0.278885;0.808145;0.440286;0.073305;0.000000;0.697411;0.139074;0.000000;0.268352;0.250866;0.979333;0.002082;0.018584;0.998695;0.000030;0.001270;0.999970;0.000000;0.000030;0.268941;0.731059;0.268941;0.500000;0.047426;0.997527;0.880797;0.047426;0.500000;0.119203;0.047426;0.731059;0.119203;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.424336;0.730271;0.346378;0.731648;0.424824;0.813209;0.850306;0.300903;0.258649;0.434626;0.119729;0.653622;0.122604;0.355488;0.103493;0.481259;0.018271;0.000000;0.641527;0.221663;0.987141;0.001921;0.010938;0.998030;0.000035;0.001935;0.999970;0.000000;0.000030;0.006693;0.006693;0.002473;0.000911;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.119203;0.017986;0.119203;0.119203;0.002473;0.002473;0.006693;0.999998;0.500000;0.006693;0.401072;0.053302;0.000000;0.047066;0.508999;0.152387;0.055567;0.000000;0.065804;0.801866;0.899167;0.082036;0.718291;0.722922;0.000000;0.057649;0.026468;0.861881;0.718089;0.318212;0.988129;0.001668;0.010203;0.997795;0.000035;0.002170;0.999980;0.000000;0.000020;0.017986;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.006693;0.993307;0.017986;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.017986;0.268941;0.999877;0.017986;0.256546;0.779370;0.000000;0.000000;0.367258;0.692961;0.545127;0.145791;0.507000;0.345021;0.518991;0.765128;0.494250;0.860326;0.000000;0.246382;0.096303;0.445221;0.884627;0.100924;0.986624;0.001555;0.011823;0.995155;0.000030;0.004820;0.999970;0.000000;0.000030;0.500000;0.880797;0.268941;0.119203;0.006693;0.880797;0.731059;0.047426;0.119203;0.047426;0.017986;0.997527;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.362622;0.833411;0.375194;0.712795;0.000000;0.709921;0.823174;0.349327;0.218403;0.272693;0.030650;0.852331;0.284958;0.114153;0.000000;0.532205;0.226006;0.000000;0.055148;0.143810;0.984147;0.000036;0.015818;0.986780;0.000030;0.013190;0.999880;0.000000;0.000120;0.268941;0.047426;0.500000;0.880797;0.731059;0.047426;0.119203;0.997527;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.119203;0.017986;0.017986;0.017986;0.775564;0.727307;0.422139;0.187856;0.334478;0.538424;0.463813;0.135521;0.120999;0.695720;0.474023;0.644282;0.657911;0.336261;0.000000;0.484505;0.268352;0.229701;0.043647;0.658811;0.978244;0.000070;0.021685;0.978805;0.000130;0.021065;0.999345;0.000005;0.000650
0.268941;0.880797;0.119203;0.731059;0.006693;0.500000;0.993307;0.047426;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.047426;0.586375;0.727108;0.169103;0.573464;0.000000;0.747061;0.804553;0.108515;0.233975;0.164792;0.155251;0.690829;0.367025;0.153293;0.738271;0.569056;0.562423;0.000000;0.186791;0.250302;0.914455;0.000048;0.085497;0.973750;0.000005;0.026245;0.971715;0.000000;0.028285;0.500000;0.880797;0.500000;0.500000;0.017986;0.952574;0.880797;0.119203;0.500000;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.119203;0.416295;0.598688;0.681137;0.795922;0.000000;0.747628;0.860206;0.244715;0.201652;0.094234;0.100110;0.757680;0.000000;0.293592;0.153293;0.663962;0.201009;0.000000;0.239577;0.136579;0.939838;0.000149;0.060013;0.989615;0.000005;0.010380;0.981730;0.000000;0.018270;0.047426;0.119203;0.047426;0.500000;0.002473;0.880797;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.002473;0.047426;0.119203;0.268941;0.006693;0.017986;0.006693;0.192632;0.222873;0.359393;0.752688;0.000000;0.908212;0.942296;0.275279;0.403236;0.106595;0.055988;0.367490;0.103958;0.000000;0.049878;0.309812;0.269532;0.385090;0.063626;0.058525;0.950219;0.000149;0.049633;0.993510;0.000040;0.006455;0.994000;0.000000;0.006000;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.993307;0.017986;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.278885;0.311739;0.000000;0.027599;0.000000;0.343891;0.183622;0.020553;0.000000;0.923084;0.812753;0.451652;0.669074;0.097352;0.141973;0.216361;0.133889;0.221146;0.046931;0.761696;0.974390;0.002238;0.023371;0.999250;0.000030;0.000720;0.999665;0.000000;0.000335;0.119203;0.731059;0.119203;0.047426;0.982014;0.997527;0.500000;0.047426;0.268941;0.017986;0.047426;0.982014;0.268941;0.047426;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.447692;0.556261;0.488502;0.678961;0.000000;0.807834;0.849028;0.127305;0.144056;0.348191;0.278885;0.808145;0.440286;0.073305;0.000000;0.697411;0.139074;0.000000;0.268352;0.250866;0.979333;0.002082;0.018584;0.998695;0.000030;0.001270;0.999970;0.000000;0.000030;0.268941;0.731059;0.268941;0.500000;0.047426;0.997527;0.880797;0.047426;0.500000;0.119203;0.047426;0.731059;0.119203;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.424336;0.730271;0.346378;0.731648;0.424824;0.813209;0.850306;0.300903;0.258649;0.434626;0.119729;0.653622;0.122604;0.355488;0.103493;0.481259;0.018271;0.000000;0.641527;0.221663;0.987141;0.001921;0.010938;0.998030;0.000035;0.001935;0.999970;0.000000;0.000030;0.006693;0.006693;0.002473;0.000911;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.119203;0.017986;0.119203;0.119203;0.002473;0.002473;0.006693;0.999998;0.500000;0.006693;0.401072;0.053302;0.000000;0.047066;0.508999;0.152387;0.055567;0.000000;0.065804;0.801866;0.899167;0.082036;0.718291;0.722922;0.000000;0.057649;0.026468;0.861881;0.718089;0.318212;0.988129;0.001668;0.010203;0.997795;0.000035;0.002170;0.999980;0.000000;0.000020;0.017986;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.006693;0.993307;0.017986;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.017986;0.268941;0.999877;0.017986;0.256546;0.779370;0.000000;0.000000;0.367258;0.692961;0.545127;0.145791;0.507000;0.345021;0.518991;0.765128;0.494250;0.860326;0.000000;0.246382;0.096303;0.445221;0.884627;0.100924;0.986624;0.001555;0.011823;0.995155;0.000030;0.004820;0.999970;0.000000;0.000030;0.500000;0.880797;0.268941;0.119203;0.006693;0.880797;0.731059;0.047426;0.119203;0.047426;0.017986;0.997527;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.362622;0.833411;0.375194;0.712795;0.000000;0.709921;0.823174;0.349327;0.218403;0.272693;0.030650;0.852331;0.284958;0.114153;0.000000;0.532205;0.226006;0.000000;0.055148;0.143810;0.984147;0.000036;0.015818;0.986780;0.000030;0.013190;0.999880;0.000000;0.000120;0.268941;0.047426;0.500000;0.880797;0.731059;0.047426;0.119203;0.997527;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.119203;0.017986;0.017986;0.017986;0.775564;0.727307;0.422139;0.187856;0.334478;0.538424;0.463813;0.135521;0.120999;0.695720;0.474023;0.644282;0.657911;0.336261;0.000000;0.484505;0.268352;0.229701;0.043647;0.658811;0.978244;0.000070;0.021685;0.978805;0.000130;0.021065;0.999345;0.000005;0.000650;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.017986;0.017986;0.119203;0.731059;0.047426;0.000000;0.000000;0.000000;0.000000;0.167982;0.000000;0.000000;0.000000;0.000000;0.056041;0.181532;0.000000;0.216700;0.989738;0.000000;0.063328;0.000000;0.503500;0.732041;0.087464;0.966169;0.000218;0.033613;0.970530;0.000170;0.029300;0.981700;0.000410;0.017890
0.500000;0.880797;0.500000;0.500000;0.017986;0.952574;0.880797;0.119203;0.500000;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.119203;0.416295;0.598688;0.681137;0.795922;0.000000;0.747628;0.860206;0.244715;0.201652;0.094234;0.100110;0.757680;0.000000;0.293592;0.153293;0.663962;0.201009;0.000000;0.239577;0.136579;0.939838;0.000149;0.060013;0.989615;0.000005;0.010380;0.981730;0.000000;0.018270;0.047426;0.119203;0.047426;0.500000;0.002473;0.880797;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.002473;0.047426;0.119203;0.268941;0.006693;0.017986;0.006693;0.192632;0.222873;0.359393;0.752688;0.000000;0.908212;0.942296;0.275279;0.403236;0.106595;0.055988;0.367490;0.103958;0.000000;0.049878;0.309812;0.269532;0.385090;0.063626;0.058525;0.950219;0.000149;0.049633;0.993510;0.000040;0.006455;0.994000;0.000000;0.006000;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.993307;0.017986;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.278885;0.311739;0.000000;0.027599;0.000000;0.343891;0.183622;0.020553;0.000000;0.923084;0.812753;0.451652;0.669074;0.097352;0.141973;0.216361;0.133889;0.221146;0.046931;0.761696;0.974390;0.002238;0.023371;0.999250;0.000030;0.000720;0.999665;0.000000;0.000335;0.119203;0.731059;0.119203;0.047426;0.982014;0.997527;0.500000;0.047426;0.268941;0.017986;0.047426;0.982014;0.268941;0.047426;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.447692;0.556261;0.488502;0.678961;0.000000;0.807834;0.849028;0.127305;0.144056;0.348191;0.278885;0.808145;0.440286;0.073305;0.000000;0.697411;0.139074;0.000000;0.268352;0.250866;0.979333;0.002082;0.018584;0.998695;0.000030;0.001270;0.999970;0.000000;0.000030;0.268941;0.731059;0.268941;0.500000;0.047426;0.997527;0.880797;0.047426;0.500000;0.119203;0.047426;0.731059;0.119203;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.424336;0.730271;0.346378;0.731648;0.424824;0.813209;0.850306;0.300903;0.258649;0.434626;0.119729;0.653622;0.122604;0.355488;0.103493;0.481259;0.018271;0.000000;0.641527;0.221663;0.987141;0.001921;0.010938;0.998030;0.000035;0.001935;0.999970;0.000000;0.000030;0.006693;0.006693;0.002473;0.000911;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.119203;0.017986;0.119203;0.119203;0.002473;0.002473;0.006693;0.999998;0.500000;0.006693;0.401072;0.053302;0.000000;0.047066;0.508999;0.152387;0.055567;0.000000;0.065804;0.801866;0.899167;0.082036;0.718291;0.722922;0.000000;0.057649;0.026468;0.861881;0.718089;0.318212;0.988129;0.001668;0.010203;0.997795;0.000035;0.002170;0.999980;0.000000;0.000020;0.017986;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.006693;0.993307;0.017986;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.017986;0.268941;0.999877;0.017986;0.256546;0.779370;0.000000;0.000000;0.367258;0.692961;0.545127;0.145791;0.507000;0.345021;0.518991;0.765128;0.494250;0.860326;0.000000;0.246382;0.096303;0.445221;0.884627;0.100924;0.986624;0.001555;0.011823;0.995155;0.000030;0.004820;0.999970;0.000000;0.000030;0.500000;0.880797;0.268941;0.119203;0.006693;0.880797;0.731059;0.047426;0.119203;0.047426;0.017986;0.997527;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.362622;0.833411;0.375194;0.712795;0.000000;0.709921;0.823174;0.349327;0.218403;0.272693;0.030650;0.852331;0.284958;0.114153;0.000000;0.532205;0.226006;0.000000;0.055148;0.143810;0.984147;0.000036;0.015818;0.986780;0.000030;0.013190;0.999880;0.000000;0.000120;0.268941;0.047426;0.500000;0.880797;0.731059;0.047426;0.119203;0.997527;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.119203;0.017986;0.017986;0.017986;0.775564;0.727307;0.422139;0.187856;0.334478;0.538424;0.463813;0.135521;0.120999;0.695720;0.474023;0.644282;0.657911;0.336261;0.000000;0.484505;0.268352;0.229701;0.043647;0.658811;0.978244;0.000070;0.021685;0.978805;0.000130;0.021065;0.999345;0.000005;0.000650;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.017986;0.017986;0.119203;0.731059;0.047426;0.000000;0.000000;0.000000;0.000000;0.167982;0.000000;0.000000;0.000000;0.000000;0.056041;0.181532;0.000000;0.216700;0.989738;0.000000;0.063328;0.000000;0.503500;0.732041;0.087464;0.966169;0.000218;0.033613;0.970530;0.000170;0.029300;0.981700;0.000410;0.017890;0.119203;0.500000;0.047426;0.047426;0.119203;0.731059;0.119203;0.017986;0.268941;0.731059;0.952574;0.880797;0.952574;0.268941;0.047426;0.119203;0.119203;0.047426;0.119203;0.500000;0.368420;0.738077;0.718493;0.735945;0.196234;0.787178;0.412898;0.281709;0.492251;0.210818;0.347511;0.840908;0.591701;0.114052;0.041091;0.589282;0.113548;0.412655;0.345247;0.112745;0.946256;0.000897;0.052844;0.956360;0.000395;0.043240;0.965845;0.000425;0.033725
0.047426;0.119203;0.047426;0.500000;0.002473;0.880797;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.002473;0.047426;0.119203;0.268941;0.006693;0.017986;0.006693;0.192632;0.222873;0.359393;0.752688;0.000000;0.908212;0.942296;0.275279;0.403236;0.106595;0.055988;0.367490;0.103958;0.000000;0.049878;0.309812;0.269532;0.385090;0.063626;0.058525;0.950219;0.000149;0.049633;0.993510;0.000040;0.006455;0.994000;0.000000;0.006000;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.993307;0.017986;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.278885;0.311739;0.000000;0.027599;0.000000;0.343891;0.183622;0.020553;0.000000;0.923084;0.812753;0.451652;0.669074;0.097352;0.141973;0.216361;0.133889;0.221146;0.046931;0.761696;0.974390;0.002238;0.023371;0.999250;0.000030;0.000720;0.999665;0.000000;0.000335;0.119203;0.731059;0.119203;0.047426;0.982014;0.997527;0.500000;0.047426;0.268941;0.017986;0.047426;0.982014;0.268941;0.047426;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.447692;0.556261;0.488502;0.678961;0.000000;0.807834;0.849028;0.127305;0.144056;0.348191;0.278885;0.808145;0.440286;0.073305;0.000000;0.697411;0.139074;0.000000;0.268352;0.250866;0.979333;0.002082;0.018584;0.998695;0.000030;0.001270;0.999970;0.000000;0.000030;0.268941;0.731059;0.268941;0.500000;0.047426;0.997527;0.880797;0.047426;0.500000;0.119203;0.047426;0.731059;0.119203;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.424336;0.730271;0.346378;0.731648;0.424824;0.813209;0.850306;0.300903;0.258649;0.434626;0.119729;0.653622;0.122604;0.355488;0.103493;0.481259;0.018271;0.000000;0.641527;0.221663;0.987141;0.001921;0.010938;0.998030;0.000035;0.001935;0.999970;0.000000;0.000030;0.006693;0.006693;0.002473;0.000911;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.119203;0.017986;0.119203;0.119203;0.002473;0.002473;0.006693;0.999998;0.500000;0.006693;0.401072;0.053302;0.000000;0.047066;0.508999;0.152387;0.055567;0.000000;0.065804;0.801866;0.899167;0.082036;0.718291;0.722922;0.000000;0.057649;0.026468;0.861881;0.718089;0.318212;0.988129;0.001668;0.010203;0.997795;0.000035;0.002170;0.999980;0.000000;0.000020;0.017986;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.006693;0.993307;0.017986;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.017986;0.268941;0.999877;0.017986;0.256546;0.779370;0.000000;0.000000;0.367258;0.692961;0.545127;0.145791;0.507000;0.345021;0.518991;0.765128;0.494250;0.860326;0.000000;0.246382;0.096303;0.445221;0.884627;0.100924;0.986624;0.001555;0.011823;0.995155;0.000030;0.004820;0.999970;0.000000;0.000030;0.500000;0.880797;0.268941;0.119203;0.006693;0.880797;0.731059;0.047426;0.119203;0.047426;0.017986;0.997527;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.362622;0.833411;0.375194;0.712795;0.000000;0.709921;0.823174;0.349327;0.218403;0.272693;0.030650;0.852331;0.284958;0.114153;0.000000;0.532205;0.226006;0.000000;0.055148;0.143810;0.984147;0.000036;0.015818;0.986780;0.000030;0.013190;0.999880;0.000000;0.000120;0.268941;0.047426;0.500000;0.880797;0.731059;0.047426;0.119203;0.997527;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.119203;0.017986;0.017986;0.017986;0.775564;0.727307;0.422139;0.187856;0.334478;0.538424;0.463813;0.135521;0.120999;0.695720;0.474023;0.644282;0.657911;0.336261;0.000000;0.484505;0.268352;0.229701;0.043647;0.658811;0.978244;0.000070;0.021685;0.978805;0.000130;0.021065;0.999345;0.000005;0.000650;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.017986;0.017986;0.119203;0.731059;0.047426;0.000000;0.000000;0.000000;0.000000;0.167982;0.000000;0.000000;0.000000;0.000000;0.056041;0.181532;0.000000;0.216700;0.989738;0.000000;0.063328;0.000000;0.503500;0.732041;0.087464;0.966169;0.000218;0.033613;0.970530;0.000170;0.029300;0.981700;0.000410;0.017890;0.119203;0.500000;0.047426;0.047426;0.119203;0.731059;0.119203;0.017986;0.268941;0.731059;0.952574;0.880797;0.952574;0.268941;0.047426;0.119203;0.119203;0.047426;0.119203;0.500000;0.368420;0.738077;0.718493;0.735945;0.196234;0.787178;0.412898;0.281709;0.492251;0.210818;0.347511;0.840908;0.591701;0.114052;0.041091;0.589282;0.113548;0.412655;0.345247;0.112745;0.946256;0.000897;0.052844;0.956360;0.000395;0.043240;0.965845;0.000425;0.033725;0.119203;0.982014;0.500000;0.047426;0.119203;0.731059;0.268941;0.047426;0.500000;0.017986;0.017986;0.997527;0.047426;0.017986;0.047426;0.119203;0.047426;0.006693;0.047426;0.017986;0.613014;0.714838;0.561930;0.662622;0.143441;0.566356;0.587830;0.000000;0.156303;0.351603;0.679832;0.776260;0.632975;0.176972;0.000000;0.657236;0.377541;0.000000;0.167423;0.040002;0.788672;0.002476;0.208852;0.698675;0.000555;0.300775;0.793755;0.000540;0.205700
0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.993307;0.017986;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.278885;0.311739;0.000000;0.027599;0.000000;0.343891;0.183622;0.020553;0.000000;0.923084;0.812753;0.451652;0.669074;0.097352;0.141973;0.216361;0.133889;0.221146;0.046931;0.761696;0.974390;0.002238;0.023371;0.999250;0.000030;0.000720;0.999665;0.000000;0.000335;0.119203;0.731059;0.119203;0.047426;0.982014;0.997527;0.500000;0.047426;0.268941;0.017986;0.047426;0.982014;0.268941;0.047426;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.447692;0.556261;0.488502;0.678961;0.000000;0.807834;0.849028;0.127305;0.144056;0.348191;0.278885;0.808145;0.440286;0.073305;0.000000;0.697411;0.139074;0.000000;0.268352;0.250866;0.979333;0.002082;0.018584;0.998695;0.000030;0.001270;0.999970;0.000000;0.000030;0.268941;0.731059;0.268941;0.500000;0.047426;0.997527;0.880797;0.047426;0.500000;0.119203;0.047426;0.731059;0.119203;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.424336;0.730271;0.346378;0.731648;0.424824;0.813209;0.850306;0.300903;0.258649;0.434626;0.119729;0.653622;0.122604;0.355488;0.103493;0.481259;0.018271;0.000000;0.641527;0.221663;0.987141;0.001921;0.010938;0.998030;0.000035;0.001935;0.999970;0.000000;0.000030;0.006693;0.006693;0.002473;0.000911;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.119203;0.017986;0.119203;0.119203;0.002473;0.002473;0.006693;0.999998;0.500000;0.006693;0.401072;0.053302;0.000000;0.047066;0.508999;0.152387;0.055567;0.000000;0.065804;0.801866;0.899167;0.082036;0.718291;0.722922;0.000000;0.057649;0.026468;0.861881;0.718089;0.318212;0.988129;0.001668;0.010203;0.997795;0.000035;0.002170;0.999980;0.000000;0.000020;0.017986;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.006693;0.993307;0.017986;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.017986;0.268941;0.999877;0.017986;0.256546;0.779370;0.000000;0.000000;0.367258;0.692961;0.545127;0.145791;0.507000;0.345021;0.518991;0.765128;0.494250;0.860326;0.000000;0.246382;0.096303;0.445221;0.884627;0.100924;0.986624;0.001555;0.011823;0.995155;0.000030;0.004820;0.999970;0.000000;0.000030;0.500000;0.880797;0.268941;0.119203;0.006693;0.880797;0.731059;0.047426;0.119203;0.047426;0.017986;0.997527;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.362622;0.833411;0.375194;0.712795;0.000000;0.709921;0.823174;0.349327;0.218403;0.272693;0.030650;0.852331;0.284958;0.114153;0.000000;0.532205;0.226006;0.000000;0.055148;0.143810;0.984147;0.000036;0.015818;0.986780;0.000030;0.013190;0.999880;0.000000;0.000120;0.268941;0.047426;0.500000;0.880797;0.731059;0.047426;0.119203;0.997527;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.119203;0.017986;0.017986;0.017986;0.775564;0.727307;0.422139;0.187856;0.334478;0.538424;0.463813;0.135521;0.120999;0.695720;0.474023;0.644282;0.657911;0.336261;0.000000;0.484505;0.268352;0.229701;0.043647;0.658811;0.978244;0.000070;0.021685;0.978805;0.000130;0.021065;0.999345;0.000005;0.000650;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.017986;0.017986;0.119203;0.731059;0.047426;0.000000;0.000000;0.000000;0.000000;0.167982;0.000000;0.000000;0.000000;0.000000;0.056041;0.181532;0.000000;0.216700;0.989738;0.000000;0.063328;0.000000;0.503500;0.732041;0.087464;0.966169;0.000218;0.033613;0.970530;0.000170;0.029300;0.981700;0.000410;0.017890;0.119203;0.500000;0.047426;0.047426;0.119203;0.731059;0.119203;0.017986;0.268941;0.731059;0.952574;0.880797;0.952574;0.268941;0.047426;0.119203;0.119203;0.047426;0.119203;0.500000;0.368420;0.738077;0.718493;0.735945;0.196234;0.787178;0.412898;0.281709;0.492251;0.210818;0.347511;0.840908;0.591701;0.114052;0.041091;0.589282;0.113548;0.412655;0.345247;0.112745;0.946256;0.000897;0.052844;0.956360;0.000395;0.043240;0.965845;0.000425;0.033725;0.119203;0.982014;0.500000;0.047426;0.119203;0.731059;0.268941;0.047426;0.500000;0.017986;0.017986;0.997527;0.047426;0.017986;0.047426;0.119203;0.047426;0.006693;0.047426;0.017986;0.613014;0.714838;0.561930;0.662622;0.143441;0.566356;0.587830;0.000000;0.156303;0.351603;0.679832;0.776260;0.632975;0.176972;0.000000;0.657236;0.377541;0.000000;0.167423;0.040002;0.788672;0.002476;0.208852;0.698675;0.000555;0.300775;0.793755;0.000540;0.205700;0.119203;0.047426;0.268941;0.999089;0.006693;0.880797;0.952574;0.047426;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.119203;0.047426;0.002473;0.006693;0.006693;0.414838;0.676121;0.358013;0.658586;0.446950;0.182426;0.630416;0.261729;0.147795;0.589766;0.397474;0.806901;0.685033;0.063685;0.147669;0.558974;0.620813;0.000000;0.145542;0.412898;0.403776;0.010945;0.585281;0.538935;0.000920;0.460150;0.548610;0.015740;0.435650
0.119203;0.731059;0.119203;0.047426;0.982014;0.997527;0.500000;0.047426;0.268941;0.017986;0.047426;0.982014;0.268941;0.047426;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.447692;0.556261;0.488502;0.678961;0.000000;0.807834;0.849028;0.127305;0.144056;0.348191;0.278885;0.808145;0.440286;0.073305;0.000000;0.697411;0.139074;0.000000;0.268352;0.250866;0.979333;0.002082;0.018584;0.998695;0.000030;0.001270;0.999970;0.000000;0.000030;0.268941;0.731059;0.268941;0.500000;0.047426;0.997527;0.880797;0.047426;0.500000;0.119203;0.047426;0.731059;0.119203;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.424336;0.730271;0.346378;0.731648;0.424824;0.813209;0.850306;0.300903;0.258649;0.434626;0.119729;0.653622;0.122604;0.355488;0.103493;0.481259;0.018271;0.000000;0.641527;0.221663;0.987141;0.001921;0.010938;0.998030;0.000035;0.001935;0.999970;0.000000;0.000030;0.006693;0.006693;0.002473;0.000911;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.119203;0.017986;0.119203;0.119203;0.002473;0.002473;0.006693;0.999998;0.500000;0.006693;0.401072;0.053302;0.000000;0.047066;0.508999;0.152387;0.055567;0.000000;0.065804;0.801866;0.899167;0.082036;0.718291;0.722922;0.000000;0.057649;0.026468;0.861881;0.718089;0.318212;0.988129;0.001668;0.010203;0.997795;0.000035;0.002170;0.999980;0.000000;0.000020;0.017986;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.006693;0.993307;0.017986;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.017986;0.268941;0.999877;0.017986;0.256546;0.779370;0.000000;0.000000;0.367258;0.692961;0.545127;0.145791;0.507000;0.345021;0.518991;0.765128;0.494250;0.860326;0.000000;0.246382;0.096303;0.445221;0.884627;0.100924;0.986624;0.001555;0.011823;0.995155;0.000030;0.004820;0.999970;0.000000;0.000030;0.500000;0.880797;0.268941;0.119203;0.006693;0.880797;0.731059;0.047426;0.119203;0.047426;0.017986;0.997527;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.362622;0.833411;0.375194;0.712795;0.000000;0.709921;0.823174;0.349327;0.218403;0.272693;0.030650;0.852331;0.284958;0.114153;0.000000;0.532205;0.226006;0.000000;0.055148;0.143810;0.984147;0.000036;0.015818;0.986780;0.000030;0.013190;0.999880;0.000000;0.000120;0.268941;0.047426;0.500000;0.880797;0.731059;0.047426;0.119203;0.997527;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.119203;0.017986;0.017986;0.017986;0.775564;0.727307;0.422139;0.187856;0.334478;0.538424;0.463813;0.135521;0.120999;0.695720;0.474023;0.644282;0.657911;0.336261;0.000000;0.484505;0.268352;0.229701;0.043647;0.658811;0.978244;0.000070;0.021685;0.978805;0.000130;0.021065;0.999345;0.000005;0.000650;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.017986;0.017986;0.119203;0.731059;0.047426;0.000000;0.000000;0.000000;0.000000;0.167982;0.000000;0.000000;0.000000;0.000000;0.056041;0.181532;0.000000;0.216700;0.989738;0.000000;0.063328;0.000000;0.503500;0.732041;0.087464;0.966169;0.000218;0.033613;0.970530;0.000170;0.029300;0.981700;0.000410;0.017890;0.119203;0.500000;0.047426;0.047426;0.119203;0.731059;0.119203;0.017986;0.268941;0.731059;0.952574;0.880797;0.952574;0.268941;0.047426;0.119203;0.119203;0.047426;0.119203;0.500000;0.368420;0.738077;0.718493;0.735945;0.196234;0.787178;0.412898;0.281709;0.492251;0.210818;0.347511;0.840908;0.591701;0.114052;0.041091;0.589282;0.113548;0.412655;0.345247;0.112745;0.946256;0.000897;0.052844;0.956360;0.000395;0.043240;0.965845;0.000425;0.033725;0.119203;0.982014;0.500000;0.047426;0.119203;0.731059;0.268941;0.047426;0.500000;0.017986;0.017986;0.997527;0.047426;0.017986;0.047426;0.119203;0.047426;0.006693;0.047426;0.017986;0.613014;0.714838;0.561930;0.662622;0.143441;0.566356;0.587830;0.000000;0.156303;0.351603;0.679832;0.776260;0.632975;0.176972;0.000000;0.657236;0.377541;0.000000;0.167423;0.040002;0.788672;0.002476;0.208852;0.698675;0.000555;0.300775;0.793755;0.000540;0.205700;0.119203;0.047426;0.268941;0.999089;0.006693;0.880797;0.952574;0.047426;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.119203;0.047426;0.002473;0.006693;0.006693;0.414838;0.676121;0.358013;0.658586;0.446950;0.182426;0.630416;0.261729;0.147795;0.589766;0.397474;0.806901;0.685033;0.063685;0.147669;0.558974;0.620813;0.000000;0.145542;0.412898;0.403776;0.010945;0.585281;0.538935;0.000920;0.460150;0.548610;0.015740;0.435650;0.119203;0.002473;0.006693;0.002473;0.999983;0.006693;0.002473;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.500000;0.006693;0.268941;0.047426;0.268941;0.119203;0.047426;0.180643;0.193099;0.903087;0.933516;0.885340;0.263666;0.313674;0.286591;0.245455;0.120893;0.000000;0.438316;0.153423;0.086986;0.087784;0.711771;0.130108;0.291729;0.324318;0.143441;0.058449;0.003666;0.937884;0.046815;0.002980;0.950205;0.058715;0.000410;0.940875
0.268941;0.731059;0.268941;0.500000;0.047426;0.997527;0.880797;0.047426;0.500000;0.119203;0.047426;0.731059;0.119203;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.119203;0.424336;0.730271;0.346378;0.731648;0.424824;0.813209;0.850306;0.300903;0.258649;0.434626;0.119729;0.653622;0.122604;0.355488;0.103493;0.481259;0.018271;0.000000;0.641527;0.221663;0.987141;0.001921;0.010938;0.998030;0.000035;0.001935;0.999970;0.000000;0.000030;0.006693;0.006693;0.002473;0.000911;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.119203;0.017986;0.119203;0.119203;0.002473;0.002473;0.006693;0.999998;0.500000;0.006693;0.401072;0.053302;0.000000;0.047066;0.508999;0.152387;0.055567;0.000000;0.065804;0.801866;0.899167;0.082036;0.718291;0.722922;0.000000;0.057649;0.026468;0.861881;0.718089;0.318212;0.988129;0.001668;0.010203;0.997795;0.000035;0.002170;0.999980;0.000000;0.000020;0.017986;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.006693;0.993307;0.017986;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.017986;0.268941;0.999877;0.017986;0.256546;0.779370;0.000000;0.000000;0.367258;0.692961;0.545127;0.145791;0.507000;0.345021;0.518991;0.765128;0.494250;0.860326;0.000000;0.246382;0.096303;0.445221;0.884627;0.100924;0.986624;0.001555;0.011823;0.995155;0.000030;0.004820;0.999970;0.000000;0.000030;0.500000;0.880797;0.268941;0.119203;0.006693;0.880797;0.731059;0.047426;0.119203;0.047426;0.017986;0.997527;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.362622;0.833411;0.375194;0.712795;0.000000;0.709921;0.823174;0.349327;0.218403;0.272693;0.030650;0.852331;0.284958;0.114153;0.000000;0.532205;0.226006;0.000000;0.055148;0.143810;0.984147;0.000036;0.015818;0.986780;0.000030;0.013190;0.999880;0.000000;0.000120;0.268941;0.047426;0.500000;0.880797;0.731059;0.047426;0.119203;0.997527;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.119203;0.017986;0.017986;0.017986;0.775564;0.727307;0.422139;0.187856;0.334478;0.538424;0.463813;0.135521;0.120999;0.695720;0.474023;0.644282;0.657911;0.336261;0.000000;0.484505;0.268352;0.229701;0.043647;0.658811;0.978244;0.000070;0.021685;0.978805;0.000130;0.021065;0.999345;0.000005;0.000650;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.017986;0.017986;0.119203;0.731059;0.047426;0.000000;0.000000;0.000000;0.000000;0.167982;0.000000;0.000000;0.000000;0.000000;0.056041;0.181532;0.000000;0.216700;0.989738;0.000000;0.063328;0.000000;0.503500;0.732041;0.087464;0.966169;0.000218;0.033613;0.970530;0.000170;0.029300;0.981700;0.000410;0.017890;0.119203;0.500000;0.047426;0.047426;0.119203;0.731059;0.119203;0.017986;0.268941;0.731059;0.952574;0.880797;0.952574;0.268941;0.047426;0.119203;0.119203;0.047426;0.119203;0.500000;0.368420;0.738077;0.718493;0.735945;0.196234;0.787178;0.412898;0.281709;0.492251;0.210818;0.347511;0.840908;0.591701;0.114052;0.041091;0.589282;0.113548;0.412655;0.345247;0.112745;0.946256;0.000897;0.052844;0.956360;0.000395;0.043240;0.965845;0.000425;0.033725;0.119203;0.982014;0.500000;0.047426;0.119203;0.731059;0.268941;0.047426;0.500000;0.017986;0.017986;0.997527;0.047426;0.017986;0.047426;0.119203;0.047426;0.006693;0.047426;0.017986;0.613014;0.714838;0.561930;0.662622;0.143441;0.566356;0.587830;0.000000;0.156303;0.351603;0.679832;0.776260;0.632975;0.176972;0.000000;0.657236;0.377541;0.000000;0.167423;0.040002;0.788672;0.002476;0.208852;0.698675;0.000555;0.300775;0.793755;0.000540;0.205700;0.119203;0.047426;0.268941;0.999089;0.006693;0.880797;0.952574;0.047426;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.119203;0.047426;0.002473;0.006693;0.006693;0.414838;0.676121;0.358013;0.658586;0.446950;0.182426;0.630416;0.261729;0.147795;0.589766;0.397474;0.806901;0.685033;0.063685;0.147669;0.558974;0.620813;0.000000;0.145542;0.412898;0.403776;0.010945;0.585281;0.538935;0.000920;0.460150;0.548610;0.015740;0.435650;0.119203;0.002473;0.006693;0.002473;0.999983;0.006693;0.002473;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.500000;0.006693;0.268941;0.047426;0.268941;0.119203;0.047426;0.180643;0.193099;0.903087;0.933516;0.885340;0.263666;0.313674;0.286591;0.245455;0.120893;0.000000;0.438316;0.153423;0.086986;0.087784;0.711771;0.130108;0.291729;0.324318;0.143441;0.058449;0.003666;0.937884;0.046815;0.002980;0.950205;0.058715;0.000410;0.940875;0.047426;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.006693;0.006693;0.006693;0.017986;0.006693;0.002473;0.999877;0.268941;0.017986;0.002473;0.006693;0.006693;0.328274;0.463813;0.625041;0.483756;0.390788;0.387935;0.318646;0.823610;0.667966;0.000000;0.047471;0.836853;0.091538;0.000000;0.792161;0.702661;0.216022;0.000000;0.148552;0.014629;0.035783;0.010357;0.953859;0.027095;0.000530;0.972370;0.001905;0.000545;0.997550
0.006693;0.006693;0.002473;0.000911;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.119203;0.017986;0.119203;0.119203;0.002473;0.002473;0.006693;0.999998;0.500000;0.006693;0.401072;0.053302;0.000000;0.047066;0.508999;0.152387;0.055567;0.000000;0.065804;0.801866;0.899167;0.082036;0.718291;0.722922;0.000000;0.057649;0.026468;0.861881;0.718089;0.318212;0.988129;0.001668;0.010203;0.997795;0.000035;0.002170;0.999980;0.000000;0.000020;0.017986;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.006693;0.993307;0.017986;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.017986;0.268941;0.999877;0.017986;0.256546;0.779370;0.000000;0.000000;0.367258;0.692961;0.545127;0.145791;0.507000;0.345021;0.518991;0.765128;0.494250;0.860326;0.000000;0.246382;0.096303;0.445221;0.884627;0.100924;0.986624;0.001555;0.011823;0.995155;0.000030;0.004820;0.999970;0.000000;0.000030;0.500000;0.880797;0.268941;0.119203;0.006693;0.880797;0.731059;0.047426;0.119203;0.047426;0.017986;0.997527;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.362622;0.833411;0.375194;0.712795;0.000000;0.709921;0.823174;0.349327;0.218403;0.272693;0.030650;0.852331;0.284958;0.114153;0.000000;0.532205;0.226006;0.000000;0.055148;0.143810;0.984147;0.000036;0.015818;0.986780;0.000030;0.013190;0.999880;0.000000;0.000120;0.268941;0.047426;0.500000;0.880797;0.731059;0.047426;0.119203;0.997527;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.119203;0.017986;0.017986;0.017986;0.775564;0.727307;0.422139;0.187856;0.334478;0.538424;0.463813;0.135521;0.120999;0.695720;0.474023;0.644282;0.657911;0.336261;0.000000;0.484505;0.268352;0.229701;0.043647;0.658811;0.978244;0.000070;0.021685;0.978805;0.000130;0.021065;0.999345;0.000005;0.000650;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.017986;0.017986;0.119203;0.731059;0.047426;0.000000;0.000000;0.000000;0.000000;0.167982;0.000000;0.000000;0.000000;0.000000;0.056041;0.181532;0.000000;0.216700;0.989738;0.000000;0.063328;0.000000;0.503500;0.732041;0.087464;0.966169;0.000218;0.033613;0.970530;0.000170;0.029300;0.981700;0.000410;0.017890;0.119203;0.500000;0.047426;0.047426;0.119203;0.731059;0.119203;0.017986;0.268941;0.731059;0.952574;0.880797;0.952574;0.268941;0.047426;0.119203;0.119203;0.047426;0.119203;0.500000;0.368420;0.738077;0.718493;0.735945;0.196234;0.787178;0.412898;0.281709;0.492251;0.210818;0.347511;0.840908;0.591701;0.114052;0.041091;0.589282;0.113548;0.412655;0.345247;0.112745;0.946256;0.000897;0.052844;0.956360;0.000395;0.043240;0.965845;0.000425;0.033725;0.119203;0.982014;0.500000;0.047426;0.119203;0.731059;0.268941;0.047426;0.500000;0.017986;0.017986;0.997527;0.047426;0.017986;0.047426;0.119203;0.047426;0.006693;0.047426;0.017986;0.613014;0.714838;0.561930;0.662622;0.143441;0.566356;0.587830;0.000000;0.156303;0.351603;0.679832;0.776260;0.632975;0.176972;0.000000;0.657236;0.377541;0.000000;0.167423;0.040002;0.788672;0.002476;0.208852;0.698675;0.000555;0.300775;0.793755;0.000540;0.205700;0.119203;0.047426;0.268941;0.999089;0.006693;0.880797;0.952574;0.047426;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.119203;0.047426;0.002473;0.006693;0.006693;0.414838;0.676121;0.358013;0.658586;0.446950;0.182426;0.630416;0.261729;0.147795;0.589766;0.397474;0.806901;0.685033;0.063685;0.147669;0.558974;0.620813;0.000000;0.145542;0.412898;0.403776;0.010945;0.585281;0.538935;0.000920;0.460150;0.548610;0.015740;0.435650;0.119203;0.002473;0.006693;0.002473;0.999983;0.006693;0.002473;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.500000;0.006693;0.268941;0.047426;0.268941;0.119203;0.047426;0.180643;0.193099;0.903087;0.933516;0.885340;0.263666;0.313674;0.286591;0.245455;0.120893;0.000000;0.438316;0.153423;0.086986;0.087784;0.711771;0.130108;0.291729;0.324318;0.143441;0.058449;0.003666;0.937884;0.046815;0.002980;0.950205;0.058715;0.000410;0.940875;0.047426;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.006693;0.006693;0.006693;0.017986;0.006693;0.002473;0.999877;0.268941;0.017986;0.002473;0.006693;0.006693;0.328274;0.463813;0.625041;0.483756;0.390788;0.387935;0.318646;0.823610;0.667966;0.000000;0.047471;0.836853;0.091538;0.000000;0.792161;0.702661;0.216022;0.000000;0.148552;0.014629;0.035783;0.010357;0.953859;0.027095;0.000530;0.972370;0.001905;0.000545;0.997550;0.268941;0.268941;0.880797;0.731059;0.119203;0.268941;0.268941;0.119203;0.119203;0.017986;0.017986;0.731059;0.047426;0.017986;0.119203;0.993307;0.880797;0.017986;0.047426;0.047426;0.061688;0.255784;0.886150;0.922442;0.258458;0.316047;0.522235;0.129318;0.116397;0.037040;0.028388;0.460582;0.000000;0.000000;0.176535;0.907459;0.406368;0.248804;0.061514;0.000000;0.029535;0.006137;0.964323;0.007720;0.000505;0.991765;0.000500;0.001425;0.998070
0.017986;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.006693;0.993307;0.017986;0.017986;0.017986;0.017986;0.731059;0.006693;0.017986;0.017986;0.268941;0.999877;0.017986;0.256546;0.779370;0.000000;0.000000;0.367258;0.692961;0.545127;0.145791;0.507000;0.345021;0.518991;0.765128;0.494250;0.860326;0.000000;0.246382;0.096303;0.445221;0.884627;0.100924;0.986624;0.001555;0.011823;0.995155;0.000030;0.004820;0.999970;0.000000;0.000030;0.500000;0.880797;0.268941;0.119203;0.006693;0.880797;0.731059;0.047426;0.119203;0.047426;0.017986;0.997527;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.362622;0.833411;0.375194;0.712795;0.000000;0.709921;0.823174;0.349327;0.218403;0.272693;0.030650;0.852331;0.284958;0.114153;0.000000;0.532205;0.226006;0.000000;0.055148;0.143810;0.984147;0.000036;0.015818;0.986780;0.000030;0.013190;0.999880;0.000000;0.000120;0.268941;0.047426;0.500000;0.880797;0.731059;0.047426;0.119203;0.997527;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.119203;0.017986;0.017986;0.017986;0.775564;0.727307;0.422139;0.187856;0.334478;0.538424;0.463813;0.135521;0.120999;0.695720;0.474023;0.644282;0.657911;0.336261;0.000000;0.484505;0.268352;0.229701;0.043647;0.658811;0.978244;0.000070;0.021685;0.978805;0.000130;0.021065;0.999345;0.000005;0.000650;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.017986;0.017986;0.119203;0.731059;0.047426;0.000000;0.000000;0.000000;0.000000;0.167982;0.000000;0.000000;0.000000;0.000000;0.056041;0.181532;0.000000;0.216700;0.989738;0.000000;0.063328;0.000000;0.503500;0.732041;0.087464;0.966169;0.000218;0.033613;0.970530;0.000170;0.029300;0.981700;0.000410;0.017890;0.119203;0.500000;0.047426;0.047426;0.119203;0.731059;0.119203;0.017986;0.268941;0.731059;0.952574;0.880797;0.952574;0.268941;0.047426;0.119203;0.119203;0.047426;0.119203;0.500000;0.368420;0.738077;0.718493;0.735945;0.196234;0.787178;0.412898;0.281709;0.492251;0.210818;0.347511;0.840908;0.591701;0.114052;0.041091;0.589282;0.113548;0.412655;0.345247;0.112745;0.946256;0.000897;0.052844;0.956360;0.000395;0.043240;0.965845;0.000425;0.033725;0.119203;0.982014;0.500000;0.047426;0.119203;0.731059;0.268941;0.047426;0.500000;0.017986;0.017986;0.997527;0.047426;0.017986;0.047426;0.119203;0.047426;0.006693;0.047426;0.017986;0.613014;0.714838;0.561930;0.662622;0.143441;0.566356;0.587830;0.000000;0.156303;0.351603;0.679832;0.776260;0.632975;0.176972;0.000000;0.657236;0.377541;0.000000;0.167423;0.040002;0.788672;0.002476;0.208852;0.698675;0.000555;0.300775;0.793755;0.000540;0.205700;0.119203;0.047426;0.268941;0.999089;0.006693;0.880797;0.952574;0.047426;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.119203;0.047426;0.002473;0.006693;0.006693;0.414838;0.676121;0.358013;0.658586;0.446950;0.182426;0.630416;0.261729;0.147795;0.589766;0.397474;0.806901;0.685033;0.063685;0.147669;0.558974;0.620813;0.000000;0.145542;0.412898;0.403776;0.010945;0.585281;0.538935;0.000920;0.460150;0.548610;0.015740;0.435650;0.119203;0.002473;0.006693;0.002473;0.999983;0.006693;0.002473;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.500000;0.006693;0.268941;0.047426;0.268941;0.119203;0.047426;0.180643;0.193099;0.903087;0.933516;0.885340;0.263666;0.313674;0.286591;0.245455;0.120893;0.000000;0.438316;0.153423;0.086986;0.087784;0.711771;0.130108;0.291729;0.324318;0.143441;0.058449;0.003666;0.937884;0.046815;0.002980;0.950205;0.058715;0.000410;0.940875;0.047426;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.006693;0.006693;0.006693;0.017986;0.006693;0.002473;0.999877;0.268941;0.017986;0.002473;0.006693;0.006693;0.328274;0.463813;0.625041;0.483756;0.390788;0.387935;0.318646;0.823610;0.667966;0.000000;0.047471;0.836853;0.091538;0.000000;0.792161;0.702661;0.216022;0.000000;0.148552;0.014629;0.035783;0.010357;0.953859;0.027095;0.000530;0.972370;0.001905;0.000545;0.997550;0.268941;0.268941;0.880797;0.731059;0.119203;0.268941;0.268941;0.119203;0.119203;0.017986;0.017986;0.731059;0.047426;0.017986;0.119203;0.993307;0.880797;0.017986;0.047426;0.047426;0.061688;0.255784;0.886150;0.922442;0.258458;0.316047;0.522235;0.129318;0.116397;0.037040;0.028388;0.460582;0.000000;0.000000;0.176535;0.907459;0.406368;0.248804;0.061514;0.000000;0.029535;0.006137;0.964323;0.007720;0.000505;0.991765;0.000500;0.001425;0.998070;0.119203;0.017986;0.047426;0.268941;0.006693;0.268941;0.047426;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.047426;0.017986;0.006693;0.006693;0.002473;0.167982;0.156567;0.495000;0.107647;0.000000;0.039506;0.213997;0.964291;0.144674;0.000000;0.047021;0.381780;0.000000;0.000000;0.227761;0.116809;0.000000;0.163147;0.428249;0.023067;0.015126;0.011035;0.973839;0.000430;0.000650;0.998920;0.000050;0.004080;0.995870
0.500000;0.880797;0.268941;0.119203;0.006693;0.880797;0.731059;0.047426;0.119203;0.047426;0.017986;0.997527;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.362622;0.833411;0.375194;0.712795;0.000000;0.709921;0.823174;0.349327;0.218403;0.272693;0.030650;0.852331;0.284958;0.114153;0.000000;0.532205;0.226006;0.000000;0.055148;0.143810;0.984147;0.000036;0.015818;0.986780;0.000030;0.013190;0.999880;0.000000;0.000120;0.268941;0.047426;0.500000;0.880797;0.731059;0.047426;0.119203;0.997527;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.119203;0.017986;0.017986;0.017986;0.775564;0.727307;0.422139;0.187856;0.334478;0.538424;0.463813;0.135521;0.120999;0.695720;0.474023;0.644282;0.657911;0.336261;0.000000;0.484505;0.268352;0.229701;0.043647;0.658811;0.978244;0.000070;0.021685;0.978805;0.000130;0.021065;0.999345;0.000005;0.000650;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.017986;0.017986;0.119203;0.731059;0.047426;0.000000;0.000000;0.000000;0.000000;0.167982;0.000000;0.000000;0.000000;0.000000;0.056041;0.181532;0.000000;0.216700;0.989738;0.000000;0.063328;0.000000;0.503500;0.732041;0.087464;0.966169;0.000218;0.033613;0.970530;0.000170;0.029300;0.981700;0.000410;0.017890;0.119203;0.500000;0.047426;0.047426;0.119203;0.731059;0.119203;0.017986;0.268941;0.731059;0.952574;0.880797;0.952574;0.268941;0.047426;0.119203;0.119203;0.047426;0.119203;0.500000;0.368420;0.738077;0.718493;0.735945;0.196234;0.787178;0.412898;0.281709;0.492251;0.210818;0.347511;0.840908;0.591701;0.114052;0.041091;0.589282;0.113548;0.412655;0.345247;0.112745;0.946256;0.000897;0.052844;0.956360;0.000395;0.043240;0.965845;0.000425;0.033725;0.119203;0.982014;0.500000;0.047426;0.119203;0.731059;0.268941;0.047426;0.500000;0.017986;0.017986;0.997527;0.047426;0.017986;0.047426;0.119203;0.047426;0.006693;0.047426;0.017986;0.613014;0.714838;0.561930;0.662622;0.143441;0.566356;0.587830;0.000000;0.156303;0.351603;0.679832;0.776260;0.632975;0.176972;0.000000;0.657236;0.377541;0.000000;0.167423;0.040002;0.788672;0.002476;0.208852;0.698675;0.000555;0.300775;0.793755;0.000540;0.205700;0.119203;0.047426;0.268941;0.999089;0.006693;0.880797;0.952574;0.047426;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.119203;0.047426;0.002473;0.006693;0.006693;0.414838;0.676121;0.358013;0.658586;0.446950;0.182426;0.630416;0.261729;0.147795;0.589766;0.397474;0.806901;0.685033;0.063685;0.147669;0.558974;0.620813;0.000000;0.145542;0.412898;0.403776;0.010945;0.585281;0.538935;0.000920;0.460150;0.548610;0.015740;0.435650;0.119203;0.002473;0.006693;0.002473;0.999983;0.006693;0.002473;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.500000;0.006693;0.268941;0.047426;0.268941;0.119203;0.047426;0.180643;0.193099;0.903087;0.933516;0.885340;0.263666;0.313674;0.286591;0.245455;0.120893;0.000000;0.438316;0.153423;0.086986;0.087784;0.711771;0.130108;0.291729;0.324318;0.143441;0.058449;0.003666;0.937884;0.046815;0.002980;0.950205;0.058715;0.000410;0.940875;0.047426;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.006693;0.006693;0.006693;0.017986;0.006693;0.002473;0.999877;0.268941;0.017986;0.002473;0.006693;0.006693;0.328274;0.463813;0.625041;0.483756;0.390788;0.387935;0.318646;0.823610;0.667966;0.000000;0.047471;0.836853;0.091538;0.000000;0.792161;0.702661;0.216022;0.000000;0.148552;0.014629;0.035783;0.010357;0.953859;0.027095;0.000530;0.972370;0.001905;0.000545;0.997550;0.268941;0.268941;0.880797;0.731059;0.119203;0.268941;0.268941;0.119203;0.119203;0.017986;0.017986;0.731059;0.047426;0.017986;0.119203;0.993307;0.880797;0.017986;0.047426;0.047426;0.061688;0.255784;0.886150;0.922442;0.258458;0.316047;0.522235;0.129318;0.116397;0.037040;0.028388;0.460582;0.000000;0.000000;0.176535;0.907459;0.406368;0.248804;0.061514;0.000000;0.029535;0.006137;0.964323;0.007720;0.000505;0.991765;0.000500;0.001425;0.998070;0.119203;0.017986;0.047426;0.268941;0.006693;0.268941;0.047426;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.047426;0.017986;0.006693;0.006693;0.002473;0.167982;0.156567;0.495000;0.107647;0.000000;0.039506;0.213997;0.964291;0.144674;0.000000;0.047021;0.381780;0.000000;0.000000;0.227761;0.116809;0.000000;0.163147;0.428249;0.023067;0.015126;0.011035;0.973839;0.000430;0.000650;0.998920;0.000050;0.004080;0.995870;0.268941;0.952574;0.268941;0.119203;0.047426;0.952574;0.500000;0.047426;0.880797;0.500000;0.268941;0.731059;0.500000;0.119203;0.047426;0.268941;0.500000;0.119203;0.880797;0.268941;0.417997;0.651809;0.278684;0.000000;0.394843;0.577617;0.334033;0.389361;0.043025;0.215853;0.381072;0.785498;0.525727;0.419214;0.028581;0.730468;0.661951;0.262503;0.768703;0.580786;0.015071;0.399181;0.585747;0.002245;0.100055;0.897700;0.000055;0.673320;0.326625
0.268941;0.268941;0.880797;0.731059;0.119203;0.268941;0.268941;0.119203;0.119203;0.017986;0.017986;0.731059;0.047426;0.017986;0.119203;0.993307;0.880797;0.017986;0.047426;0.047426;0.061688;0.255784;0.886150;0.922442;0.258458;0.316047;0.522235;0.129318;0.116397;0.037040;0.028388;0.460582;0.000000;0.000000;0.176535;0.907459;0.406368;0.248804;0.061514;0.000000;0.029535;0.006137;0.964323;0.007720;0.000505;0.991765;0.000500;0.001425;0.998070;0.119203;0.017986;0.047426;0.268941;0.006693;0.268941;0.047426;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.047426;0.017986;0.006693;0.006693;0.002473;0.167982;0.156567;0.495000;0.107647;0.000000;0.039506;0.213997;0.964291;0.144674;0.000000;0.047021;0.381780;0.000000;0.000000;0.227761;0.116809;0.000000;0.163147;0.428249;0.023067;0.015126;0.011035;0.973839;0.000430;0.000650;0.998920;0.000050;0.004080;0.995870;0.268941;0.952574;0.268941;0.119203;0.047426;0.952574;0.500000;0.047426;0.880797;0.500000;0.268941;0.731059;0.500000;0.119203;0.047426;0.268941;0.500000;0.119203;0.880797;0.268941;0.417997;0.651809;0.278684;0.000000;0.394843;0.577617;0.334033;0.389361;0.043025;0.215853;0.381072;0.785498;0.525727;0.419214;0.028581;0.730468;0.661951;0.262503;0.768703;0.580786;0.015071;0.399181;0.585747;0.002245;0.100055;0.897700;0.000055;0.673320;0.326625;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.880797;0.268941;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.186943;0.000000;0.000000;0.000000;0.000000;0.076492;0.000000;0.000000;0.000000;0.957791;0.811533;0.062094;0.826353;0.498750;0.000000;0.000000;0.000000;0.000000;0.000000;0.727703;0.012753;0.704784;0.282464;0.002290;0.354985;0.642725;0.000080;0.929610;0.070310;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.268941;0.047426;0.017986;0.047426;0.952574;0.993307;0.006693;0.017986;0.047426;0.140035;0.050787;0.679397;0.896970;0.421651;0.292556;0.385800;0.140759;0.188773;0.046931;0.026571;0.266784;0.199567;0.000000;0.452147;0.902120;0.853835;0.000000;0.000000;0.000000;0.020193;0.284569;0.695240;0.004065;0.257645;0.738290;0.000090;0.311870;0.688045;0.268941;0.952574;0.119203;0.119203;0.119203;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.982014;0.500000;0.047426;0.500000;0.268941;0.119203;0.017986;0.119203;0.500000;0.599888;0.776086;0.081211;0.000000;0.264833;0.468542;0.511998;0.049878;0.050355;0.654979;0.618456;0.830475;0.205544;0.589524;0.643365;0.256355;0.229701;0.209988;0.535440;0.244715;0.973194;0.003013;0.023790;0.993740;0.000000;0.006255;0.999425;0.000000;0.000570;0.500000;0.500000;0.500000;0.952574;0.017986;0.880797;0.982014;0.047426;0.119203;0.017986;0.017986;0.500000;0.047426;0.017986;0.500000;0.500000;0.500000;0.017986;0.047426;0.047426;0.467795;0.136461;0.782109;0.808764;0.000000;0.730862;0.852708;0.127862;0.594114;0.058305;0.058085;0.715856;0.000000;0.132159;0.028004;0.808455;0.256165;0.000000;0.267176;0.042128;0.976630;0.001883;0.021487;0.999410;0.000000;0.000590;0.999660;0.000000;0.000340;0.047426;0.268941;0.268941;0.952574;0.006693;0.952574;0.993307;0.268941;0.119203;0.006693;0.006693;0.731059;0.017986;0.006693;0.047426;0.268941;0.500000;0.006693;0.017986;0.017986;0.066422;0.300063;0.437823;0.757312;0.180495;0.816228;0.960036;0.089480;0.000000;0.083862;0.048986;0.209988;0.092709;0.000000;0.000000;0.385563;0.376132;0.000000;0.057487;0.064767;0.978694;0.000085;0.021221;0.999545;0.000000;0.000455;0.999710;0.000000;0.000290;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.268941;0.002473;0.119203;0.999877;0.002473;0.006693;0.006693;0.119203;0.500000;0.119203;0.036055;0.075928;0.000000;0.000000;0.154204;0.000000;0.000000;0.000000;0.069074;0.590976;0.871356;0.000000;0.799152;0.969171;0.000000;0.000000;0.034523;0.379187;0.176972;0.441519;0.987073;0.000086;0.012839;0.999560;0.000005;0.000430;0.999980;0.000000;0.000020;0.500000;0.500000;0.268941;0.119203;0.268941;0.982014;0.880797;0.047426;0.268941;0.731059;0.268941;0.952574;0.268941;0.047426;0.268941;0.268941;0.500000;0.017986;0.047426;0.500000;0.533948;0.827784;0.256355;0.064044;0.480260;0.773468;0.544879;0.400112;0.057812;0.510998;0.452642;0.757863;0.597005;0.406368;0.047607;0.500750;0.327613;0.000000;0.347511;0.453138;0.983397;0.002956;0.013648;0.998690;0.000005;0.001310;0.999990;0.000000;0.000010;0.500000;0.880797;0.500000;0.731059;0.017986;0.880797;0.731059;0.268941;0.268941;0.017986;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.553791;0.702870;0.545623;0.667300;0.389123;0.804396;0.720914;0.166589;0.508499;0.380365;0.200528;0.628550;0.348191;0.133426;0.135638;0.761514;0.427759;0.168261;0.179020;0.214502;0.967875;0.003636;0.028492;0.998280;0.000010;0.001720;0.999995;0.000000;0.000005
0.119203;0.017986;0.047426;0.268941;0.006693;0.268941;0.047426;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.047426;0.017986;0.006693;0.006693;0.002473;0.167982;0.156567;0.495000;0.107647;0.000000;0.039506;0.213997;0.964291;0.144674;0.000000;0.047021;0.381780;0.000000;0.000000;0.227761;0.116809;0.000000;0.163147;0.428249;0.023067;0.015126;0.011035;0.973839;0.000430;0.000650;0.998920;0.000050;0.004080;0.995870;0.268941;0.952574;0.268941;0.119203;0.047426;0.952574;0.500000;0.047426;0.880797;0.500000;0.268941;0.731059;0.500000;0.119203;0.047426;0.268941;0.500000;0.119203;0.880797;0.268941;0.417997;0.651809;0.278684;0.000000;0.394843;0.577617;0.334033;0.389361;0.043025;0.215853;0.381072;0.785498;0.525727;0.419214;0.028581;0.730468;0.661951;0.262503;0.768703;0.580786;0.015071;0.399181;0.585747;0.002245;0.100055;0.897700;0.000055;0.673320;0.326625;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.880797;0.268941;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.186943;0.000000;0.000000;0.000000;0.000000;0.076492;0.000000;0.000000;0.000000;0.957791;0.811533;0.062094;0.826353;0.498750;0.000000;0.000000;0.000000;0.000000;0.000000;0.727703;0.012753;0.704784;0.282464;0.002290;0.354985;0.642725;0.000080;0.929610;0.070310;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.268941;0.047426;0.017986;0.047426;0.952574;0.993307;0.006693;0.017986;0.047426;0.140035;0.050787;0.679397;0.896970;0.421651;0.292556;0.385800;0.140759;0.188773;0.046931;0.026571;0.266784;0.199567;0.000000;0.452147;0.902120;0.853835;0.000000;0.000000;0.000000;0.020193;0.284569;0.695240;0.004065;0.257645;0.738290;0.000090;0.311870;0.688045;0.268941;0.952574;0.119203;0.119203;0.119203;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.982014;0.500000;0.047426;0.500000;0.268941;0.119203;0.017986;0.119203;0.500000;0.599888;0.776086;0.081211;0.000000;0.264833;0.468542;0.511998;0.049878;0.050355;0.654979;0.618456;0.830475;0.205544;0.589524;0.643365;0.256355;0.229701;0.209988;0.535440;0.244715;0.973194;0.003013;0.023790;0.993740;0.000000;0.006255;0.999425;0.000000;0.000570;0.500000;0.500000;0.500000;0.952574;0.017986;0.880797;0.982014;0.047426;0.119203;0.017986;0.017986;0.500000;0.047426;0.017986;0.500000;0.500000;0.500000;0.017986;0.047426;0.047426;0.467795;0.136461;0.782109;0.808764;0.000000;0.730862;0.852708;0.127862;0.594114;0.058305;0.058085;0.715856;0.000000;0.132159;0.028004;0.808455;0.256165;0.000000;0.267176;0.042128;0.976630;0.001883;0.021487;0.999410;0.000000;0.000590;0.999660;0.000000;0.000340;0.047426;0.268941;0.268941;0.952574;0.006693;0.952574;0.993307;0.268941;0.119203;0.006693;0.006693;0.731059;0.017986;0.006693;0.047426;0.268941;0.500000;0.006693;0.017986;0.017986;0.066422;0.300063;0.437823;0.757312;0.180495;0.816228;0.960036;0.089480;0.000000;0.083862;0.048986;0.209988;0.092709;0.000000;0.000000;0.385563;0.376132;0.000000;0.057487;0.064767;0.978694;0.000085;0.021221;0.999545;0.000000;0.000455;0.999710;0.000000;0.000290;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.268941;0.002473;0.119203;0.999877;0.002473;0.006693;0.006693;0.119203;0.500000;0.119203;0.036055;0.075928;0.000000;0.000000;0.154204;0.000000;0.000000;0.000000;0.069074;0.590976;0.871356;0.000000;0.799152;0.969171;0.000000;0.000000;0.034523;0.379187;0.176972;0.441519;0.987073;0.000086;0.012839;0.999560;0.000005;0.000430;0.999980;0.000000;0.000020;0.500000;0.500000;0.268941;0.119203;0.268941;0.982014;0.880797;0.047426;0.268941;0.731059;0.268941;0.952574;0.268941;0.047426;0.268941;0.268941;0.500000;0.017986;0.047426;0.500000;0.533948;0.827784;0.256355;0.064044;0.480260;0.773468;0.544879;0.400112;0.057812;0.510998;0.452642;0.757863;0.597005;0.406368;0.047607;0.500750;0.327613;0.000000;0.347511;0.453138;0.983397;0.002956;0.013648;0.998690;0.000005;0.001310;0.999990;0.000000;0.000010;0.500000;0.880797;0.500000;0.731059;0.017986;0.880797;0.731059;0.268941;0.268941;0.017986;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.553791;0.702870;0.545623;0.667300;0.389123;0.804396;0.720914;0.166589;0.508499;0.380365;0.200528;0.628550;0.348191;0.133426;0.135638;0.761514;0.427759;0.168261;0.179020;0.214502;0.967875;0.003636;0.028492;0.998280;0.000010;0.001720;0.999995;0.000000;0.000005;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.952574;0.119203;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.741159;0.000000;0.094662;0.000000;0.763326;0.067862;0.096129;0.590008;0.000000;0.816977;0.700147;0.022270;0.785835;0.711976;0.000000;0.291523;0.188927;0.557741;0.253695;0.730074;0.980676;0.000024;0.019301;0.996600;0.000010;0.003390;0.999995;0.000000;0.000005
0.268941;0.952574;0.268941;0.119203;0.047426;0.952574;0.500000;0.047426;0.880797;0.500000;0.268941;0.731059;0.500000;0.119203;0.047426;0.268941;0.500000;0.119203;0.880797;0.268941;0.417997;0.651809;0.278684;0.000000;0.394843;0.577617;0.334033;0.389361;0.043025;0.215853;0.381072;0.785498;0.525727;0.419214;0.028581;0.730468;0.661951;0.262503;0.768703;0.580786;0.015071;0.399181;0.585747;0.002245;0.100055;0.897700;0.000055;0.673320;0.326625;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.880797;0.268941;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.186943;0.000000;0.000000;0.000000;0.000000;0.076492;0.000000;0.000000;0.000000;0.957791;0.811533;0.062094;0.826353;0.498750;0.000000;0.000000;0.000000;0.000000;0.000000;0.727703;0.012753;0.704784;0.282464;0.002290;0.354985;0.642725;0.000080;0.929610;0.070310;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.268941;0.047426;0.017986;0.047426;0.952574;0.993307;0.006693;0.017986;0.047426;0.140035;0.050787;0.679397;0.896970;0.421651;0.292556;0.385800;0.140759;0.188773;0.046931;0.026571;0.266784;0.199567;0.000000;0.452147;0.902120;0.853835;0.000000;0.000000;0.000000;0.020193;0.284569;0.695240;0.004065;0.257645;0.738290;0.000090;0.311870;0.688045;0.268941;0.952574;0.119203;0.119203;0.119203;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.982014;0.500000;0.047426;0.500000;0.268941;0.119203;0.017986;0.119203;0.500000;0.599888;0.776086;0.081211;0.000000;0.264833;0.468542;0.511998;0.049878;0.050355;0.654979;0.618456;0.830475;0.205544;0.589524;0.643365;0.256355;0.229701;0.209988;0.535440;0.244715;0.973194;0.003013;0.023790;0.993740;0.000000;0.006255;0.999425;0.000000;0.000570;0.500000;0.500000;0.500000;0.952574;0.017986;0.880797;0.982014;0.047426;0.119203;0.017986;0.017986;0.500000;0.047426;0.017986;0.500000;0.500000;0.500000;0.017986;0.047426;0.047426;0.467795;0.136461;0.782109;0.808764;0.000000;0.730862;0.852708;0.127862;0.594114;0.058305;0.058085;0.715856;0.000000;0.132159;0.028004;0.808455;0.256165;0.000000;0.267176;0.042128;0.976630;0.001883;0.021487;0.999410;0.000000;0.000590;0.999660;0.000000;0.000340;0.047426;0.268941;0.268941;0.952574;0.006693;0.952574;0.993307;0.268941;0.119203;0.006693;0.006693;0.731059;0.017986;0.006693;0.047426;0.268941;0.500000;0.006693;0.017986;0.017986;0.066422;0.300063;0.437823;0.757312;0.180495;0.816228;0.960036;0.089480;0.000000;0.083862;0.048986;0.209988;0.092709;0.000000;0.000000;0.385563;0.376132;0.000000;0.057487;0.064767;0.978694;0.000085;0.021221;0.999545;0.000000;0.000455;0.999710;0.000000;0.000290;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.268941;0.002473;0.119203;0.999877;0.002473;0.006693;0.006693;0.119203;0.500000;0.119203;0.036055;0.075928;0.000000;0.000000;0.154204;0.000000;0.000000;0.000000;0.069074;0.590976;0.871356;0.000000;0.799152;0.969171;0.000000;0.000000;0.034523;0.379187;0.176972;0.441519;0.987073;0.000086;0.012839;0.999560;0.000005;0.000430;0.999980;0.000000;0.000020;0.500000;0.500000;0.268941;0.119203;0.268941;0.982014;0.880797;0.047426;0.268941;0.731059;0.268941;0.952574;0.268941;0.047426;0.268941;0.268941;0.500000;0.017986;0.047426;0.500000;0.533948;0.827784;0.256355;0.064044;0.480260;0.773468;0.544879;0.400112;0.057812;0.510998;0.452642;0.757863;0.597005;0.406368;0.047607;0.500750;0.327613;0.000000;0.347511;0.453138;0.983397;0.002956;0.013648;0.998690;0.000005;0.001310;0.999990;0.000000;0.000010;0.500000;0.880797;0.500000;0.731059;0.017986;0.880797;0.731059;0.268941;0.268941;0.017986;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.553791;0.702870;0.545623;0.667300;0.389123;0.804396;0.720914;0.166589;0.508499;0.380365;0.200528;0.628550;0.348191;0.133426;0.135638;0.761514;0.427759;0.168261;0.179020;0.214502;0.967875;0.003636;0.028492;0.998280;0.000010;0.001720;0.999995;0.000000;0.000005;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.952574;0.119203;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.741159;0.000000;0.094662;0.000000;0.763326;0.067862;0.096129;0.590008;0.000000;0.816977;0.700147;0.022270;0.785835;0.711976;0.000000;0.291523;0.188927;0.557741;0.253695;0.730074;0.980676;0.000024;0.019301;0.996600;0.000010;0.003390;0.999995;0.000000;0.000005;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.731059;0.017986;0.017986;0.006693;0.017986;0.880797;0.268941;0.017986;0.017986;0.268941;0.999877;0.017986;0.134820;0.074537;0.072696;0.000000;0.555767;0.104051;0.000000;0.000000;0.112346;0.645199;0.880902;0.000000;0.932642;0.890025;0.164242;0.000000;0.020918;0.000000;0.751943;0.427270;0.961854;0.000025;0.038120;0.982720;0.000015;0.017270;0.999845;0.000000;0.000150
0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.880797;0.268941;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.186943;0.000000;0.000000;0.000000;0.000000;0.076492;0.000000;0.000000;0.000000;0.957791;0.811533;0.062094;0.826353;0.498750;0.000000;0.000000;0.000000;0.000000;0.000000;0.727703;0.012753;0.704784;0.282464;0.002290;0.354985;0.642725;0.000080;0.929610;0.070310;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.268941;0.047426;0.017986;0.047426;0.952574;0.993307;0.006693;0.017986;0.047426;0.140035;0.050787;0.679397;0.896970;0.421651;0.292556;0.385800;0.140759;0.188773;0.046931;0.026571;0.266784;0.199567;0.000000;0.452147;0.902120;0.853835;0.000000;0.000000;0.000000;0.020193;0.284569;0.695240;0.004065;0.257645;0.738290;0.000090;0.311870;0.688045;0.268941;0.952574;0.119203;0.119203;0.119203;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.982014;0.500000;0.047426;0.500000;0.268941;0.119203;0.017986;0.119203;0.500000;0.599888;0.776086;0.081211;0.000000;0.264833;0.468542;0.511998;0.049878;0.050355;0.654979;0.618456;0.830475;0.205544;0.589524;0.643365;0.256355;0.229701;0.209988;0.535440;0.244715;0.973194;0.003013;0.023790;0.993740;0.000000;0.006255;0.999425;0.000000;0.000570;0.500000;0.500000;0.500000;0.952574;0.017986;0.880797;0.982014;0.047426;0.119203;0.017986;0.017986;0.500000;0.047426;0.017986;0.500000;0.500000;0.500000;0.017986;0.047426;0.047426;0.467795;0.136461;0.782109;0.808764;0.000000;0.730862;0.852708;0.127862;0.594114;0.058305;0.058085;0.715856;0.000000;0.132159;0.028004;0.808455;0.256165;0.000000;0.267176;0.042128;0.976630;0.001883;0.021487;0.999410;0.000000;0.000590;0.999660;0.000000;0.000340;0.047426;0.268941;0.268941;0.952574;0.006693;0.952574;0.993307;0.268941;0.119203;0.006693;0.006693;0.731059;0.017986;0.006693;0.047426;0.268941;0.500000;0.006693;0.017986;0.017986;0.066422;0.300063;0.437823;0.757312;0.180495;0.816228;0.960036;0.089480;0.000000;0.083862;0.048986;0.209988;0.092709;0.000000;0.000000;0.385563;0.376132;0.000000;0.057487;0.064767;0.978694;0.000085;0.021221;0.999545;0.000000;0.000455;0.999710;0.000000;0.000290;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.268941;0.002473;0.119203;0.999877;0.002473;0.006693;0.006693;0.119203;0.500000;0.119203;0.036055;0.075928;0.000000;0.000000;0.154204;0.000000;0.000000;0.000000;0.069074;0.590976;0.871356;0.000000;0.799152;0.969171;0.000000;0.000000;0.034523;0.379187;0.176972;0.441519;0.987073;0.000086;0.012839;0.999560;0.000005;0.000430;0.999980;0.000000;0.000020;0.500000;0.500000;0.268941;0.119203;0.268941;0.982014;0.880797;0.047426;0.268941;0.731059;0.268941;0.952574;0.268941;0.047426;0.268941;0.268941;0.500000;0.017986;0.047426;0.500000;0.533948;0.827784;0.256355;0.064044;0.480260;0.773468;0.544879;0.400112;0.057812;0.510998;0.452642;0.757863;0.597005;0.406368;0.047607;0.500750;0.327613;0.000000;0.347511;0.453138;0.983397;0.002956;0.013648;0.998690;0.000005;0.001310;0.999990;0.000000;0.000010;0.500000;0.880797;0.500000;0.731059;0.017986;0.880797;0.731059;0.268941;0.268941;0.017986;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.553791;0.702870;0.545623;0.667300;0.389123;0.804396;0.720914;0.166589;0.508499;0.380365;0.200528;0.628550;0.348191;0.133426;0.135638;0.761514;0.427759;0.168261;0.179020;0.214502;0.967875;0.003636;0.028492;0.998280;0.000010;0.001720;0.999995;0.000000;0.000005;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.952574;0.119203;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.741159;0.000000;0.094662;0.000000;0.763326;0.067862;0.096129;0.590008;0.000000;0.816977;0.700147;0.022270;0.785835;0.711976;0.000000;0.291523;0.188927;0.557741;0.253695;0.730074;0.980676;0.000024;0.019301;0.996600;0.000010;0.003390;0.999995;0.000000;0.000005;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.731059;0.017986;0.017986;0.006693;0.017986;0.880797;0.268941;0.017986;0.017986;0.268941;0.999877;0.017986;0.134820;0.074537;0.072696;0.000000;0.555767;0.104051;0.000000;0.000000;0.112346;0.645199;0.880902;0.000000;0.932642;0.890025;0.164242;0.000000;0.020918;0.000000;0.751943;0.427270;0.961854;0.000025;0.038120;0.982720;0.000015;0.017270;0.999845;0.000000;0.000150;0.731059;0.880797;0.268941;0.119203;0.268941;0.731059;0.500000;0.500000;0.268941;0.268941;0.047426;0.952574;0.119203;0.017986;0.500000;0.731059;0.500000;0.017986;0.047426;0.119203;0.309598;0.843433;0.695297;0.188773;0.136461;0.836990;0.641757;0.510998;0.480760;0.157360;0.160569;0.819357;0.422627;0.000000;0.000000;0.638994;0.428738;0.000000;0.049548;0.167145;0.913537;0.002245;0.084217;0.880025;0.000025;0.119950;0.999030;0.000000;0.000970
0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.268941;0.047426;0.017986;0.047426;0.952574;0.993307;0.006693;0.017986;0.047426;0.140035;0.050787;0.679397;0.896970;0.421651;0.292556;0.385800;0.140759;0.188773;0.046931;0.026571;0.266784;0.199567;0.000000;0.452147;0.902120;0.853835;0.000000;0.000000;0.000000;0.020193;0.284569;0.695240;0.004065;0.257645;0.738290;0.000090;0.311870;0.688045;0.268941;0.952574;0.119203;0.119203;0.119203;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.982014;0.500000;0.047426;0.500000;0.268941;0.119203;0.017986;0.119203;0.500000;0.599888;0.776086;0.081211;0.000000;0.264833;0.468542;0.511998;0.049878;0.050355;0.654979;0.618456;0.830475;0.205544;0.589524;0.643365;0.256355;0.229701;0.209988;0.535440;0.244715;0.973194;0.003013;0.023790;0.993740;0.000000;0.006255;0.999425;0.000000;0.000570;0.500000;0.500000;0.500000;0.952574;0.017986;0.880797;0.982014;0.047426;0.119203;0.017986;0.017986;0.500000;0.047426;0.017986;0.500000;0.500000;0.500000;0.017986;0.047426;0.047426;0.467795;0.136461;0.782109;0.808764;0.000000;0.730862;0.852708;0.127862;0.594114;0.058305;0.058085;0.715856;0.000000;0.132159;0.028004;0.808455;0.256165;0.000000;0.267176;0.042128;0.976630;0.001883;0.021487;0.999410;0.000000;0.000590;0.999660;0.000000;0.000340;0.047426;0.268941;0.268941;0.952574;0.006693;0.952574;0.993307;0.268941;0.119203;0.006693;0.006693;0.731059;0.017986;0.006693;0.047426;0.268941;0.500000;0.006693;0.017986;0.017986;0.066422;0.300063;0.437823;0.757312;0.180495;0.816228;0.960036;0.089480;0.000000;0.083862;0.048986;0.209988;0.092709;0.000000;0.000000;0.385563;0.376132;0.000000;0.057487;0.064767;0.978694;0.000085;0.021221;0.999545;0.000000;0.000455;0.999710;0.000000;0.000290;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.268941;0.002473;0.119203;0.999877;0.002473;0.006693;0.006693;0.119203;0.500000;0.119203;0.036055;0.075928;0.000000;0.000000;0.154204;0.000000;0.000000;0.000000;0.069074;0.590976;0.871356;0.000000;0.799152;0.969171;0.000000;0.000000;0.034523;0.379187;0.176972;0.441519;0.987073;0.000086;0.012839;0.999560;0.000005;0.000430;0.999980;0.000000;0.000020;0.500000;0.500000;0.268941;0.119203;0.268941;0.982014;0.880797;0.047426;0.268941;0.731059;0.268941;0.952574;0.268941;0.047426;0.268941;0.268941;0.500000;0.017986;0.047426;0.500000;0.533948;0.827784;0.256355;0.064044;0.480260;0.773468;0.544879;0.400112;0.057812;0.510998;0.452642;0.757863;0.597005;0.406368;0.047607;0.500750;0.327613;0.000000;0.347511;0.453138;0.983397;0.002956;0.013648;0.998690;0.000005;0.001310;0.999990;0.000000;0.000010;0.500000;0.880797;0.500000;0.731059;0.017986;0.880797;0.731059;0.268941;0.268941;0.017986;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.553791;0.702870;0.545623;0.667300;0.389123;0.804396;0.720914;0.166589;0.508499;0.380365;0.200528;0.628550;0.348191;0.133426;0.135638;0.761514;0.427759;0.168261;0.179020;0.214502;0.967875;0.003636;0.028492;0.998280;0.000010;0.001720;0.999995;0.000000;0.000005;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.952574;0.119203;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.741159;0.000000;0.094662;0.000000;0.763326;0.067862;0.096129;0.590008;0.000000;0.816977;0.700147;0.022270;0.785835;0.711976;0.000000;0.291523;0.188927;0.557741;0.253695;0.730074;0.980676;0.000024;0.019301;0.996600;0.000010;0.003390;0.999995;0.000000;0.000005;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.731059;0.017986;0.017986;0.006693;0.017986;0.880797;0.268941;0.017986;0.017986;0.268941;0.999877;0.017986;0.134820;0.074537;0.072696;0.000000;0.555767;0.104051;0.000000;0.000000;0.112346;0.645199;0.880902;0.000000;0.932642;0.890025;0.164242;0.000000;0.020918;0.000000;0.751943;0.427270;0.961854;0.000025;0.038120;0.982720;0.000015;0.017270;0.999845;0.000000;0.000150;0.731059;0.880797;0.268941;0.119203;0.268941;0.731059;0.500000;0.500000;0.268941;0.268941;0.047426;0.952574;0.119203;0.017986;0.500000;0.731059;0.500000;0.017986;0.047426;0.119203;0.309598;0.843433;0.695297;0.188773;0.136461;0.836990;0.641757;0.510998;0.480760;0.157360;0.160569;0.819357;0.422627;0.000000;0.000000;0.638994;0.428738;0.000000;0.049548;0.167145;0.913537;0.002245;0.084217;0.880025;0.000025;0.119950;0.999030;0.000000;0.000970;0.119203;0.731059;0.880797;0.119203;0.017986;0.997527;0.500000;0.268941;0.119203;0.017986;0.047426;0.952574;0.500000;0.017986;0.047426;0.500000;0.268941;0.017986;0.119203;0.017986;0.630183;0.594114;0.606351;0.441026;0.489252;0.686542;0.603005;0.162601;0.210154;0.423115;0.496500;0.736528;0.386037;0.112845;0.122067;0.809536;0.369584;0.000000;0.220114;0.292764;0.853618;0.001621;0.144763;0.717290;0.000075;0.282635;0.988065;0.000005;0.011935
0.268941;0.952574;0.119203;0.119203;0.119203;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.982014;0.500000;0.047426;0.500000;0.268941;0.119203;0.017986;0.119203;0.500000;0.599888;0.776086;0.081211;0.000000;0.264833;0.468542;0.511998;0.049878;0.050355;0.654979;0.618456;0.830475;0.205544;0.589524;0.643365;0.256355;0.229701;0.209988;0.535440;0.244715;0.973194;0.003013;0.023790;0.993740;0.000000;0.006255;0.999425;0.000000;0.000570;0.500000;0.500000;0.500000;0.952574;0.017986;0.880797;0.982014;0.047426;0.119203;0.017986;0.017986;0.500000;0.047426;0.017986;0.500000;0.500000;0.500000;0.017986;0.047426;0.047426;0.467795;0.136461;0.782109;0.808764;0.000000;0.730862;0.852708;0.127862;0.594114;0.058305;0.058085;0.715856;0.000000;0.132159;0.028004;0.808455;0.256165;0.000000;0.267176;0.042128;0.976630;0.001883;0.021487;0.999410;0.000000;0.000590;0.999660;0.000000;0.000340;0.047426;0.268941;0.268941;0.952574;0.006693;0.952574;0.993307;0.268941;0.119203;0.006693;0.006693;0.731059;0.017986;0.006693;0.047426;0.268941;0.500000;0.006693;0.017986;0.017986;0.066422;0.300063;0.437823;0.757312;0.180495;0.816228;0.960036;0.089480;0.000000;0.083862;0.048986;0.209988;0.092709;0.000000;0.000000;0.385563;0.376132;0.000000;0.057487;0.064767;0.978694;0.000085;0.021221;0.999545;0.000000;0.000455;0.999710;0.000000;0.000290;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.268941;0.002473;0.119203;0.999877;0.002473;0.006693;0.006693;0.119203;0.500000;0.119203;0.036055;0.075928;0.000000;0.000000;0.154204;0.000000;0.000000;0.000000;0.069074;0.590976;0.871356;0.000000;0.799152;0.969171;0.000000;0.000000;0.034523;0.379187;0.176972;0.441519;0.987073;0.000086;0.012839;0.999560;0.000005;0.000430;0.999980;0.000000;0.000020;0.500000;0.500000;0.268941;0.119203;0.268941;0.982014;0.880797;0.047426;0.268941;0.731059;0.268941;0.952574;0.268941;0.047426;0.268941;0.268941;0.500000;0.017986;0.047426;0.500000;0.533948;0.827784;0.256355;0.064044;0.480260;0.773468;0.544879;0.400112;0.057812;0.510998;0.452642;0.757863;0.597005;0.406368;0.047607;0.500750;0.327613;0.000000;0.347511;0.453138;0.983397;0.002956;0.013648;0.998690;0.000005;0.001310;0.999990;0.000000;0.000010;0.500000;0.880797;0.500000;0.731059;0.017986;0.880797;0.731059;0.268941;0.268941;0.017986;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.553791;0.702870;0.545623;0.667300;0.389123;0.804396;0.720914;0.166589;0.508499;0.380365;0.200528;0.628550;0.348191;0.133426;0.135638;0.761514;0.427759;0.168261;0.179020;0.214502;0.967875;0.003636;0.028492;0.998280;0.000010;0.001720;0.999995;0.000000;0.000005;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.952574;0.119203;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.741159;0.000000;0.094662;0.000000;0.763326;0.067862;0.096129;0.590008;0.000000;0.816977;0.700147;0.022270;0.785835;0.711976;0.000000;0.291523;0.188927;0.557741;0.253695;0.730074;0.980676;0.000024;0.019301;0.996600;0.000010;0.003390;0.999995;0.000000;0.000005;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.731059;0.017986;0.017986;0.006693;0.017986;0.880797;0.268941;0.017986;0.017986;0.268941;0.999877;0.017986;0.134820;0.074537;0.072696;0.000000;0.555767;0.104051;0.000000;0.000000;0.112346;0.645199;0.880902;0.000000;0.932642;0.890025;0.164242;0.000000;0.020918;0.000000;0.751943;0.427270;0.961854;0.000025;0.038120;0.982720;0.000015;0.017270;0.999845;0.000000;0.000150;0.731059;0.880797;0.268941;0.119203;0.268941;0.731059;0.500000;0.500000;0.268941;0.268941;0.047426;0.952574;0.119203;0.017986;0.500000;0.731059;0.500000;0.017986;0.047426;0.119203;0.309598;0.843433;0.695297;0.188773;0.136461;0.836990;0.641757;0.510998;0.480760;0.157360;0.160569;0.819357;0.422627;0.000000;0.000000;0.638994;0.428738;0.000000;0.049548;0.167145;0.913537;0.002245;0.084217;0.880025;0.000025;0.119950;0.999030;0.000000;0.000970;0.119203;0.731059;0.880797;0.119203;0.017986;0.997527;0.500000;0.268941;0.119203;0.017986;0.047426;0.952574;0.500000;0.017986;0.047426;0.500000;0.268941;0.017986;0.119203;0.017986;0.630183;0.594114;0.606351;0.441026;0.489252;0.686542;0.603005;0.162601;0.210154;0.423115;0.496500;0.736528;0.386037;0.112845;0.122067;0.809536;0.369584;0.000000;0.220114;0.292764;0.853618;0.001621;0.144763;0.717290;0.000075;0.282635;0.988065;0.000005;0.011935;0.017986;0.006693;0.006693;0.006693;0.119203;0.119203;0.006693;0.006693;0.268941;0.119203;0.268941;0.006693;0.500000;0.999665;0.006693;0.017986;0.017986;0.268941;0.952574;0.119203;0.284347;0.211318;0.302800;0.039128;0.829770;0.469040;0.083631;0.077988;0.241037;0.512497;0.854706;0.133773;0.862594;0.872027;0.000000;0.256546;0.275479;0.000000;0.417997;0.496750;0.546044;0.000183;0.453769;0.407195;0.000265;0.592535;0.806030;0.000075;0.193890
0.500000;0.500000;0.500000;0.952574;0.017986;0.880797;0.982014;0.047426;0.119203;0.017986;0.017986;0.500000;0.047426;0.017986;0.500000;0.500000;0.500000;0.017986;0.047426;0.047426;0.467795;0.136461;0.782109;0.808764;0.000000;0.730862;0.852708;0.127862;0.594114;0.058305;0.058085;0.715856;0.000000;0.132159;0.028004;0.808455;0.256165;0.000000;0.267176;0.042128;0.976630;0.001883;0.021487;0.999410;0.000000;0.000590;0.999660;0.000000;0.000340;0.047426;0.268941;0.268941;0.952574;0.006693;0.952574;0.993307;0.268941;0.119203;0.006693;0.006693;0.731059;0.017986;0.006693;0.047426;0.268941;0.500000;0.006693;0.017986;0.017986;0.066422;0.300063;0.437823;0.757312;0.180495;0.816228;0.960036;0.089480;0.000000;0.083862;0.048986;0.209988;0.092709;0.000000;0.000000;0.385563;0.376132;0.000000;0.057487;0.064767;0.978694;0.000085;0.021221;0.999545;0.000000;0.000455;0.999710;0.000000;0.000290;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.268941;0.002473;0.119203;0.999877;0.002473;0.006693;0.006693;0.119203;0.500000;0.119203;0.036055;0.075928;0.000000;0.000000;0.154204;0.000000;0.000000;0.000000;0.069074;0.590976;0.871356;0.000000;0.799152;0.969171;0.000000;0.000000;0.034523;0.379187;0.176972;0.441519;0.987073;0.000086;0.012839;0.999560;0.000005;0.000430;0.999980;0.000000;0.000020;0.500000;0.500000;0.268941;0.119203;0.268941;0.982014;0.880797;0.047426;0.268941;0.731059;0.268941;0.952574;0.268941;0.047426;0.268941;0.268941;0.500000;0.017986;0.047426;0.500000;0.533948;0.827784;0.256355;0.064044;0.480260;0.773468;0.544879;0.400112;0.057812;0.510998;0.452642;0.757863;0.597005;0.406368;0.047607;0.500750;0.327613;0.000000;0.347511;0.453138;0.983397;0.002956;0.013648;0.998690;0.000005;0.001310;0.999990;0.000000;0.000010;0.500000;0.880797;0.500000;0.731059;0.017986;0.880797;0.731059;0.268941;0.268941;0.017986;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.553791;0.702870;0.545623;0.667300;0.389123;0.804396;0.720914;0.166589;0.508499;0.380365;0.200528;0.628550;0.348191;0.133426;0.135638;0.761514;0.427759;0.168261;0.179020;0.214502;0.967875;0.003636;0.028492;0.998280;0.000010;0.001720;0.999995;0.000000;0.000005;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.952574;0.119203;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.741159;0.000000;0.094662;0.000000;0.763326;0.067862;0.096129;0.590008;0.000000;0.816977;0.700147;0.022270;0.785835;0.711976;0.000000;0.291523;0.188927;0.557741;0.253695;0.730074;0.980676;0.000024;0.019301;0.996600;0.000010;0.003390;0.999995;0.000000;0.000005;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.731059;0.017986;0.017986;0.006693;0.017986;0.880797;0.268941;0.017986;0.017986;0.268941;0.999877;0.017986;0.134820;0.074537;0.072696;0.000000;0.555767;0.104051;0.000000;0.000000;0.112346;0.645199;0.880902;0.000000;0.932642;0.890025;0.164242;0.000000;0.020918;0.000000;0.751943;0.427270;0.961854;0.000025;0.038120;0.982720;0.000015;0.017270;0.999845;0.000000;0.000150;0.731059;0.880797;0.268941;0.119203;0.268941;0.731059;0.500000;0.500000;0.268941;0.268941;0.047426;0.952574;0.119203;0.017986;0.500000;0.731059;0.500000;0.017986;0.047426;0.119203;0.309598;0.843433;0.695297;0.188773;0.136461;0.836990;0.641757;0.510998;0.480760;0.157360;0.160569;0.819357;0.422627;0.000000;0.000000;0.638994;0.428738;0.000000;0.049548;0.167145;0.913537;0.002245;0.084217;0.880025;0.000025;0.119950;0.999030;0.000000;0.000970;0.119203;0.731059;0.880797;0.119203;0.017986;0.997527;0.500000;0.268941;0.119203;0.017986;0.047426;0.952574;0.500000;0.017986;0.047426;0.500000;0.268941;0.017986;0.119203;0.017986;0.630183;0.594114;0.606351;0.441026;0.489252;0.686542;0.603005;0.162601;0.210154;0.423115;0.496500;0.736528;0.386037;0.112845;0.122067;0.809536;0.369584;0.000000;0.220114;0.292764;0.853618;0.001621;0.144763;0.717290;0.000075;0.282635;0.988065;0.000005;0.011935;0.017986;0.006693;0.006693;0.006693;0.119203;0.119203;0.006693;0.006693;0.268941;0.119203;0.268941;0.006693;0.500000;0.999665;0.006693;0.017986;0.017986;0.268941;0.952574;0.119203;0.284347;0.211318;0.302800;0.039128;0.829770;0.469040;0.083631;0.077988;0.241037;0.512497;0.854706;0.133773;0.862594;0.872027;0.000000;0.256546;0.275479;0.000000;0.417997;0.496750;0.546044;0.000183;0.453769;0.407195;0.000265;0.592535;0.806030;0.000075;0.193890;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.047426;0.017986;0.268941;0.880797;0.047426;0.261343;0.160569;0.513996;0.336708;0.000000;0.059693;0.295046;0.933949;0.199727;0.240672;0.227585;0.059413;0.126309;0.885035;0.000000;0.561930;0.034158;0.000000;0.574443;0.066360;0.130163;0.000146;0.869691;0.121745;0.000270;0.877985;0.099450;0.000085;0.900465
0.047426;0.268941;0.268941;0.952574;0.006693;0.952574;0.993307;0.268941;0.119203;0.006693;0.006693;0.731059;0.017986;0.006693;0.047426;0.268941;0.500000;0.006693;0.017986;0.017986;0.066422;0.300063;0.437823;0.757312;0.180495;0.816228;0.960036;0.089480;0.000000;0.083862;0.048986;0.209988;0.092709;0.000000;0.000000;0.385563;0.376132;0.000000;0.057487;0.064767;0.978694;0.000085;0.021221;0.999545;0.000000;0.000455;0.999710;0.000000;0.000290;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.268941;0.002473;0.119203;0.999877;0.002473;0.006693;0.006693;0.119203;0.500000;0.119203;0.036055;0.075928;0.000000;0.000000;0.154204;0.000000;0.000000;0.000000;0.069074;0.590976;0.871356;0.000000;0.799152;0.969171;0.000000;0.000000;0.034523;0.379187;0.176972;0.441519;0.987073;0.000086;0.012839;0.999560;0.000005;0.000430;0.999980;0.000000;0.000020;0.500000;0.500000;0.268941;0.119203;0.268941;0.982014;0.880797;0.047426;0.268941;0.731059;0.268941;0.952574;0.268941;0.047426;0.268941;0.268941;0.500000;0.017986;0.047426;0.500000;0.533948;0.827784;0.256355;0.064044;0.480260;0.773468;0.544879;0.400112;0.057812;0.510998;0.452642;0.757863;0.597005;0.406368;0.047607;0.500750;0.327613;0.000000;0.347511;0.453138;0.983397;0.002956;0.013648;0.998690;0.000005;0.001310;0.999990;0.000000;0.000010;0.500000;0.880797;0.500000;0.731059;0.017986;0.880797;0.731059;0.268941;0.268941;0.017986;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.553791;0.702870;0.545623;0.667300;0.389123;0.804396;0.720914;0.166589;0.508499;0.380365;0.200528;0.628550;0.348191;0.133426;0.135638;0.761514;0.427759;0.168261;0.179020;0.214502;0.967875;0.003636;0.028492;0.998280;0.000010;0.001720;0.999995;0.000000;0.000005;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.952574;0.119203;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.741159;0.000000;0.094662;0.000000;0.763326;0.067862;0.096129;0.590008;0.000000;0.816977;0.700147;0.022270;0.785835;0.711976;0.000000;0.291523;0.188927;0.557741;0.253695;0.730074;0.980676;0.000024;0.019301;0.996600;0.000010;0.003390;0.999995;0.000000;0.000005;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.731059;0.017986;0.017986;0.006693;0.017986;0.880797;0.268941;0.017986;0.017986;0.268941;0.999877;0.017986;0.134820;0.074537;0.072696;0.000000;0.555767;0.104051;0.000000;0.000000;0.112346;0.645199;0.880902;0.000000;0.932642;0.890025;0.164242;0.000000;0.020918;0.000000;0.751943;0.427270;0.961854;0.000025;0.038120;0.982720;0.000015;0.017270;0.999845;0.000000;0.000150;0.731059;0.880797;0.268941;0.119203;0.268941;0.731059;0.500000;0.500000;0.268941;0.268941;0.047426;0.952574;0.119203;0.017986;0.500000;0.731059;0.500000;0.017986;0.047426;0.119203;0.309598;0.843433;0.695297;0.188773;0.136461;0.836990;0.641757;0.510998;0.480760;0.157360;0.160569;0.819357;0.422627;0.000000;0.000000;0.638994;0.428738;0.000000;0.049548;0.167145;0.913537;0.002245;0.084217;0.880025;0.000025;0.119950;0.999030;0.000000;0.000970;0.119203;0.731059;0.880797;0.119203;0.017986;0.997527;0.500000;0.268941;0.119203;0.017986;0.047426;0.952574;0.500000;0.017986;0.047426;0.500000;0.268941;0.017986;0.119203;0.017986;0.630183;0.594114;0.606351;0.441026;0.489252;0.686542;0.603005;0.162601;0.210154;0.423115;0.496500;0.736528;0.386037;0.112845;0.122067;0.809536;0.369584;0.000000;0.220114;0.292764;0.853618;0.001621;0.144763;0.717290;0.000075;0.282635;0.988065;0.000005;0.011935;0.017986;0.006693;0.006693;0.006693;0.119203;0.119203;0.006693;0.006693;0.268941;0.119203;0.268941;0.006693;0.500000;0.999665;0.006693;0.017986;0.017986;0.268941;0.952574;0.119203;0.284347;0.211318;0.302800;0.039128;0.829770;0.469040;0.083631;0.077988;0.241037;0.512497;0.854706;0.133773;0.862594;0.872027;0.000000;0.256546;0.275479;0.000000;0.417997;0.496750;0.546044;0.000183;0.453769;0.407195;0.000265;0.592535;0.806030;0.000075;0.193890;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.047426;0.017986;0.268941;0.880797;0.047426;0.261343;0.160569;0.513996;0.336708;0.000000;0.059693;0.295046;0.933949;0.199727;0.240672;0.227585;0.059413;0.126309;0.885035;0.000000;0.561930;0.034158;0.000000;0.574443;0.066360;0.130163;0.000146;0.869691;0.121745;0.000270;0.877985;0.099450;0.000085;0.900465;0.119203;0.047426;0.017986;0.017986;0.006693;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.047426;0.017986;0.002473;0.999665;0.047426;0.047426;0.002473;0.006693;0.119203;0.232188;0.101015;0.408058;0.362391;0.264249;0.770653;0.422383;0.422627;0.395321;0.667966;0.457354;0.506250;0.532952;0.572486;0.920122;0.391503;0.270912;0.268941;0.368653;0.120257;0.080979;0.006588;0.912433;0.012950;0.000370;0.986680;0.072065;0.000240;0.927695
0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.268941;0.002473;0.119203;0.999877;0.002473;0.006693;0.006693;0.119203;0.500000;0.119203;0.036055;0.075928;0.000000;0.000000;0.154204;0.000000;0.000000;0.000000;0.069074;0.590976;0.871356;0.000000;0.799152;0.969171;0.000000;0.000000;0.034523;0.379187;0.176972;0.441519;0.987073;0.000086;0.012839;0.999560;0.000005;0.000430;0.999980;0.000000;0.000020;0.500000;0.500000;0.268941;0.119203;0.268941;0.982014;0.880797;0.047426;0.268941;0.731059;0.268941;0.952574;0.268941;0.047426;0.268941;0.268941;0.500000;0.017986;0.047426;0.500000;0.533948;0.827784;0.256355;0.064044;0.480260;0.773468;0.544879;0.400112;0.057812;0.510998;0.452642;0.757863;0.597005;0.406368;0.047607;0.500750;0.327613;0.000000;0.347511;0.453138;0.983397;0.002956;0.013648;0.998690;0.000005;0.001310;0.999990;0.000000;0.000010;0.500000;0.880797;0.500000;0.731059;0.017986;0.880797;0.731059;0.268941;0.268941;0.017986;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.553791;0.702870;0.545623;0.667300;0.389123;0.804396;0.720914;0.166589;0.508499;0.380365;0.200528;0.628550;0.348191;0.133426;0.135638;0.761514;0.427759;0.168261;0.179020;0.214502;0.967875;0.003636;0.028492;0.998280;0.000010;0.001720;0.999995;0.000000;0.000005;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.952574;0.119203;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.741159;0.000000;0.094662;0.000000;0.763326;0.067862;0.096129;0.590008;0.000000;0.816977;0.700147;0.022270;0.785835;0.711976;0.000000;0.291523;0.188927;0.557741;0.253695;0.730074;0.980676;0.000024;0.019301;0.996600;0.000010;0.003390;0.999995;0.000000;0.000005;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.731059;0.017986;0.017986;0.006693;0.017986;0.880797;0.268941;0.017986;0.017986;0.268941;0.999877;0.017986;0.134820;0.074537;0.072696;0.000000;0.555767;0.104051;0.000000;0.000000;0.112346;0.645199;0.880902;0.000000;0.932642;0.890025;0.164242;0.000000;0.020918;0.000000;0.751943;0.427270;0.961854;0.000025;0.038120;0.982720;0.000015;0.017270;0.999845;0.000000;0.000150;0.731059;0.880797;0.268941;0.119203;0.268941;0.731059;0.500000;0.500000;0.268941;0.268941;0.047426;0.952574;0.119203;0.017986;0.500000;0.731059;0.500000;0.017986;0.047426;0.119203;0.309598;0.843433;0.695297;0.188773;0.136461;0.836990;0.641757;0.510998;0.480760;0.157360;0.160569;0.819357;0.422627;0.000000;0.000000;0.638994;0.428738;0.000000;0.049548;0.167145;0.913537;0.002245;0.084217;0.880025;0.000025;0.119950;0.999030;0.000000;0.000970;0.119203;0.731059;0.880797;0.119203;0.017986;0.997527;0.500000;0.268941;0.119203;0.017986;0.047426;0.952574;0.500000;0.017986;0.047426;0.500000;0.268941;0.017986;0.119203;0.017986;0.630183;0.594114;0.606351;0.441026;0.489252;0.686542;0.603005;0.162601;0.210154;0.423115;0.496500;0.736528;0.386037;0.112845;0.122067;0.809536;0.369584;0.000000;0.220114;0.292764;0.853618;0.001621;0.144763;0.717290;0.000075;0.282635;0.988065;0.000005;0.011935;0.017986;0.006693;0.006693;0.006693;0.119203;0.119203;0.006693;0.006693;0.268941;0.119203;0.268941;0.006693;0.500000;0.999665;0.006693;0.017986;0.017986;0.268941;0.952574;0.119203;0.284347;0.211318;0.302800;0.039128;0.829770;0.469040;0.083631;0.077988;0.241037;0.512497;0.854706;0.133773;0.862594;0.872027;0.000000;0.256546;0.275479;0.000000;0.417997;0.496750;0.546044;0.000183;0.453769;0.407195;0.000265;0.592535;0.806030;0.000075;0.193890;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.047426;0.017986;0.268941;0.880797;0.047426;0.261343;0.160569;0.513996;0.336708;0.000000;0.059693;0.295046;0.933949;0.199727;0.240672;0.227585;0.059413;0.126309;0.885035;0.000000;0.561930;0.034158;0.000000;0.574443;0.066360;0.130163;0.000146;0.869691;0.121745;0.000270;0.877985;0.099450;0.000085;0.900465;0.119203;0.047426;0.017986;0.017986;0.006693;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.047426;0.017986;0.002473;0.999665;0.047426;0.047426;0.002473;0.006693;0.119203;0.232188;0.101015;0.408058;0.362391;0.264249;0.770653;0.422383;0.422627;0.395321;0.667966;0.457354;0.506250;0.532952;0.572486;0.920122;0.391503;0.270912;0.268941;0.368653;0.120257;0.080979;0.006588;0.912433;0.012950;0.000370;0.986680;0.072065;0.000240;0.927695;0.268941;0.268941;0.880797;0.880797;0.047426;0.731059;0.500000;0.047426;0.731059;0.047426;0.119203;0.268941;0.119203;0.982014;0.047426;0.500000;0.500000;0.268941;0.952574;0.047426;0.424091;0.308530;0.857783;0.756760;0.408299;0.751756;0.718493;0.167842;0.512747;0.275279;0.184824;0.584191;0.495250;0.061054;0.360775;0.628783;0.404681;0.781085;0.198611;0.195761;0.073549;0.004019;0.922432;0.010550;0.000645;0.988805;0.065890;0.005955;0.928155
0.500000;0.500000;0.268941;0.119203;0.268941;0.982014;0.880797;0.047426;0.268941;0.731059;0.268941;0.952574;0.268941;0.047426;0.268941;0.268941;0.500000;0.017986;0.047426;0.500000;0.533948;0.827784;0.256355;0.064044;0.480260;0.773468;0.544879;0.400112;0.057812;0.510998;0.452642;0.757863;0.597005;0.406368;0.047607;0.500750;0.327613;0.000000;0.347511;0.453138;0.983397;0.002956;0.013648;0.998690;0.000005;0.001310;0.999990;0.000000;0.000010;0.500000;0.880797;0.500000;0.731059;0.017986;0.880797;0.731059;0.268941;0.268941;0.017986;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.553791;0.702870;0.545623;0.667300;0.389123;0.804396;0.720914;0.166589;0.508499;0.380365;0.200528;0.628550;0.348191;0.133426;0.135638;0.761514;0.427759;0.168261;0.179020;0.214502;0.967875;0.003636;0.028492;0.998280;0.000010;0.001720;0.999995;0.000000;0.000005;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.952574;0.119203;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.741159;0.000000;0.094662;0.000000;0.763326;0.067862;0.096129;0.590008;0.000000;0.816977;0.700147;0.022270;0.785835;0.711976;0.000000;0.291523;0.188927;0.557741;0.253695;0.730074;0.980676;0.000024;0.019301;0.996600;0.000010;0.003390;0.999995;0.000000;0.000005;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.731059;0.017986;0.017986;0.006693;0.017986;0.880797;0.268941;0.017986;0.017986;0.268941;0.999877;0.017986;0.134820;0.074537;0.072696;0.000000;0.555767;0.104051;0.000000;0.000000;0.112346;0.645199;0.880902;0.000000;0.932642;0.890025;0.164242;0.000000;0.020918;0.000000;0.751943;0.427270;0.961854;0.000025;0.038120;0.982720;0.000015;0.017270;0.999845;0.000000;0.000150;0.731059;0.880797;0.268941;0.119203;0.268941;0.731059;0.500000;0.500000;0.268941;0.268941;0.047426;0.952574;0.119203;0.017986;0.500000;0.731059;0.500000;0.017986;0.047426;0.119203;0.309598;0.843433;0.695297;0.188773;0.136461;0.836990;0.641757;0.510998;0.480760;0.157360;0.160569;0.819357;0.422627;0.000000;0.000000;0.638994;0.428738;0.000000;0.049548;0.167145;0.913537;0.002245;0.084217;0.880025;0.000025;0.119950;0.999030;0.000000;0.000970;0.119203;0.731059;0.880797;0.119203;0.017986;0.997527;0.500000;0.268941;0.119203;0.017986;0.047426;0.952574;0.500000;0.017986;0.047426;0.500000;0.268941;0.017986;0.119203;0.017986;0.630183;0.594114;0.606351;0.441026;0.489252;0.686542;0.603005;0.162601;0.210154;0.423115;0.496500;0.736528;0.386037;0.112845;0.122067;0.809536;0.369584;0.000000;0.220114;0.292764;0.853618;0.001621;0.144763;0.717290;0.000075;0.282635;0.988065;0.000005;0.011935;0.017986;0.006693;0.006693;0.006693;0.119203;0.119203;0.006693;0.006693;0.268941;0.119203;0.268941;0.006693;0.500000;0.999665;0.006693;0.017986;0.017986;0.268941;0.952574;0.119203;0.284347;0.211318;0.302800;0.039128;0.829770;0.469040;0.083631;0.077988;0.241037;0.512497;0.854706;0.133773;0.862594;0.872027;0.000000;0.256546;0.275479;0.000000;0.417997;0.496750;0.546044;0.000183;0.453769;0.407195;0.000265;0.592535;0.806030;0.000075;0.193890;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.047426;0.017986;0.268941;0.880797;0.047426;0.261343;0.160569;0.513996;0.336708;0.000000;0.059693;0.295046;0.933949;0.199727;0.240672;0.227585;0.059413;0.126309;0.885035;0.000000;0.561930;0.034158;0.000000;0.574443;0.066360;0.130163;0.000146;0.869691;0.121745;0.000270;0.877985;0.099450;0.000085;0.900465;0.119203;0.047426;0.017986;0.017986;0.006693;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.047426;0.017986;0.002473;0.999665;0.047426;0.047426;0.002473;0.006693;0.119203;0.232188;0.101015;0.408058;0.362391;0.264249;0.770653;0.422383;0.422627;0.395321;0.667966;0.457354;0.506250;0.532952;0.572486;0.920122;0.391503;0.270912;0.268941;0.368653;0.120257;0.080979;0.006588;0.912433;0.012950;0.000370;0.986680;0.072065;0.000240;0.927695;0.268941;0.268941;0.880797;0.880797;0.047426;0.731059;0.500000;0.047426;0.731059;0.047426;0.119203;0.268941;0.119203;0.982014;0.047426;0.500000;0.500000;0.268941;0.952574;0.047426;0.424091;0.308530;0.857783;0.756760;0.408299;0.751756;0.718493;0.167842;0.512747;0.275279;0.184824;0.584191;0.495250;0.061054;0.360775;0.628783;0.404681;0.781085;0.198611;0.195761;0.073549;0.004019;0.922432;0.010550;0.000645;0.988805;0.065890;0.005955;0.928155;0.500000;0.047426;0.119203;0.047426;0.119203;0.047426;0.017986;0.999089;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.119203;0.500000;0.119203;0.017986;0.006693;0.006693;0.457106;0.104518;0.119834;0.348645;0.132964;0.401072;0.272495;0.548844;0.000000;0.626212;0.786843;0.239395;0.725319;0.593149;0.691470;0.542150;0.269926;0.740391;0.491501;0.447692;0.077383;0.002882;0.919735;0.004355;0.000265;0.995380;0.075790;0.004520;0.919690
0.500000;0.880797;0.500000;0.731059;0.017986;0.880797;0.731059;0.268941;0.268941;0.017986;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.553791;0.702870;0.545623;0.667300;0.389123;0.804396;0.720914;0.166589;0.508499;0.380365;0.200528;0.628550;0.348191;0.133426;0.135638;0.761514;0.427759;0.168261;0.179020;0.214502;0.967875;0.003636;0.028492;0.998280;0.000010;0.001720;0.999995;0.000000;0.000005;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.952574;0.119203;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.741159;0.000000;0.094662;0.000000;0.763326;0.067862;0.096129;0.590008;0.000000;0.816977;0.700147;0.022270;0.785835;0.711976;0.000000;0.291523;0.188927;0.557741;0.253695;0.730074;0.980676;0.000024;0.019301;0.996600;0.000010;0.003390;0.999995;0.000000;0.000005;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.731059;0.017986;0.017986;0.006693;0.017986;0.880797;0.268941;0.017986;0.017986;0.268941;0.999877;0.017986;0.134820;0.074537;0.072696;0.000000;0.555767;0.104051;0.000000;0.000000;0.112346;0.645199;0.880902;0.000000;0.932642;0.890025;0.164242;0.000000;0.020918;0.000000;0.751943;0.427270;0.961854;0.000025;0.038120;0.982720;0.000015;0.017270;0.999845;0.000000;0.000150;0.731059;0.880797;0.268941;0.119203;0.268941;0.731059;0.500000;0.500000;0.268941;0.268941;0.047426;0.952574;0.119203;0.017986;0.500000;0.731059;0.500000;0.017986;0.047426;0.119203;0.309598;0.843433;0.695297;0.188773;0.136461;0.836990;0.641757;0.510998;0.480760;0.157360;0.160569;0.819357;0.422627;0.000000;0.000000;0.638994;0.428738;0.000000;0.049548;0.167145;0.913537;0.002245;0.084217;0.880025;0.000025;0.119950;0.999030;0.000000;0.000970;0.119203;0.731059;0.880797;0.119203;0.017986;0.997527;0.500000;0.268941;0.119203;0.017986;0.047426;0.952574;0.500000;0.017986;0.047426;0.500000;0.268941;0.017986;0.119203;0.017986;0.630183;0.594114;0.606351;0.441026;0.489252;0.686542;0.603005;0.162601;0.210154;0.423115;0.496500;0.736528;0.386037;0.112845;0.122067;0.809536;0.369584;0.000000;0.220114;0.292764;0.853618;0.001621;0.144763;0.717290;0.000075;0.282635;0.988065;0.000005;0.011935;0.017986;0.006693;0.006693;0.006693;0.119203;0.119203;0.006693;0.006693;0.268941;0.119203;0.268941;0.006693;0.500000;0.999665;0.006693;0.017986;0.017986;0.268941;0.952574;0.119203;0.284347;0.211318;0.302800;0.039128;0.829770;0.469040;0.083631;0.077988;0.241037;0.512497;0.854706;0.133773;0.862594;0.872027;0.000000;0.256546;0.275479;0.000000;0.417997;0.496750;0.546044;0.000183;0.453769;0.407195;0.000265;0.592535;0.806030;0.000075;0.193890;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.017986;0.047426;0.119203;0.006693;0.119203;0.999877;0.002473;0.047426;0.017986;0.268941;0.880797;0.047426;0.261343;0.160569;0.513996;0.336708;0.000000;0.059693;0.295046;0.933949;0.199727;0.240672;0.227585;0.059413;0.126309;0.885035;0.000000;0.561930;0.034158;0.000000;0.574443;0.066360;0.130163;0.000146;0.869691;0.121745;0.000270;0.877985;0.099450;0.000085;0.900465;0.119203;0.047426;0.017986;0.017986;0.006693;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.047426;0.017986;0.002473;0.999665;0.047426;0.047426;0.002473;0.006693;0.119203;0.232188;0.101015;0.408058;0.362391;0.264249;0.770653;0.422383;0.422627;0.395321;0.667966;0.457354;0.506250;0.532952;0.572486;0.920122;0.391503;0.270912;0.268941;0.368653;0.120257;0.080979;0.006588;0.912433;0.012950;0.000370;0.986680;0.072065;0.000240;0.927695;0.268941;0.268941;0.880797;0.880797;0.047426;0.731059;0.500000;0.047426;0.731059;0.047426;0.119203;0.268941;0.119203;0.982014;0.047426;0.500000;0.500000;0.268941;0.952574;0.047426;0.424091;0.308530;0.857783;0.756760;0.408299;0.751756;0.718493;0.167842;0.512747;0.275279;0.184824;0.584191;0.495250;0.061054;0.360775;0.628783;0.404681;0.781085;0.198611;0.195761;0.073549;0.004019;0.922432;0.010550;0.000645;0.988805;0.065890;0.005955;0.928155;0.500000;0.047426;0.119203;0.047426;0.119203;0.047426;0.017986;0.999089;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.119203;0.500000;0.119203;0.017986;0.006693;0.006693;0.457106;0.104518;0.119834;0.348645;0.132964;0.401072;0.272495;0.548844;0.000000;0.626212;0.786843;0.239395;0.725319;0.593149;0.691470;0.542150;0.269926;0.740391;0.491501;0.447692;0.077383;0.002882;0.919735;0.004355;0.000265;0.995380;0.075790;0.004520;0.919690;0.047426;0.047426;0.952574;0.999089;0.006693;0.119203;0.500000;0.047426;0.047426;0.006693;0.006693;0.119203;0.006693;0.006693;0.017986;0.268941;0.047426;0.002473;0.119203;0.006693;0.424091;0.239759;0.473026;0.691256;0.000000;0.192166;0.360775;0.383197;0.236494;0.372151;0.132734;0.576641;0.574931;0.256927;0.709303;0.895669;0.763687;0.000000;0.072225;0.157095;0.090924;0.000431;0.908643;0.034445;0.000115;0.965435;0.084695;0.000710;0.914595
0.119203;0.047426;0.017986;0.017986;0.006693;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.047426;0.017986;0.002473;0.999665;0.047426;0.047426;0.002473;0.006693;0.119203;0.232188;0.101015;0.408058;0.362391;0.264249;0.770653;0.422383;0.422627;0.395321;0.667966;0.457354;0.506250;0.532952;0.572486;0.920122;0.391503;0.270912;0.268941;0.368653;0.120257;0.080979;0.006588;0.912433;0.012950;0.000370;0.986680;0.072065;0.000240;0.927695;0.268941;0.268941;0.880797;0.880797;0.047426;0.731059;0.500000;0.047426;0.731059;0.047426;0.119203;0.268941;0.119203;0.982014;0.047426;0.500000;0.500000;0.268941;0.952574;0.047426;0.424091;0.308530;0.857783;0.756760;0.408299;0.751756;0.718493;0.167842;0.512747;0.275279;0.184824;0.584191;0.495250;0.061054;0.360775;0.628783;0.404681;0.781085;0.198611;0.195761;0.073549;0.004019;0.922432;0.010550;0.000645;0.988805;0.065890;0.005955;0.928155;0.500000;0.047426;0.119203;0.047426;0.119203;0.047426;0.017986;0.999089;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.119203;0.500000;0.119203;0.017986;0.006693;0.006693;0.457106;0.104518;0.119834;0.348645;0.132964;0.401072;0.272495;0.548844;0.000000;0.626212;0.786843;0.239395;0.725319;0.593149;0.691470;0.542150;0.269926;0.740391;0.491501;0.447692;0.077383;0.002882;0.919735;0.004355;0.000265;0.995380;0.075790;0.004520;0.919690;0.047426;0.047426;0.952574;0.999089;0.006693;0.119203;0.500000;0.047426;0.047426;0.006693;0.006693;0.119203;0.006693;0.006693;0.017986;0.268941;0.047426;0.002473;0.119203;0.006693;0.424091;0.239759;0.473026;0.691256;0.000000;0.192166;0.360775;0.383197;0.236494;0.372151;0.132734;0.576641;0.574931;0.256927;0.709303;0.895669;0.763687;0.000000;0.072225;0.157095;0.090924;0.000431;0.908643;0.034445;0.000115;0.965435;0.084695;0.000710;0.914595;0.982014;0.047426;0.047426;0.047426;0.500000;0.047426;0.047426;0.047426;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.997527;0.500000;0.119203;0.006693;0.017986;0.047426;0.475270;0.311739;0.657236;0.719302;0.403477;0.659934;0.760605;0.256546;0.543639;0.308744;0.254453;0.698886;0.094490;0.107551;0.723322;0.637378;0.372618;0.000000;0.000000;0.386986;0.654187;0.000116;0.345696;0.586380;0.000160;0.413460;0.528520;0.000085;0.471390;0.500000;0.268941;0.500000;0.268941;0.119203;0.500000;0.731059;0.268941;0.119203;0.047426;0.047426;0.731059;0.047426;0.017986;0.119203;0.982014;0.952574;0.017986;0.047426;0.119203;0.397714;0.318212;0.831459;0.721517;0.601567;0.585405;0.827356;0.256355;0.443739;0.148552;0.073101;0.609212;0.154596;0.211151;0.314104;0.774343;0.475520;0.000000;0.032799;0.258458;0.818088;0.000088;0.181825;0.806160;0.000125;0.193715;0.768020;0.000035;0.231945;0.500000;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.017986;0.268941;0.731059;0.731059;0.017986;0.047426;0.119203;0.214333;0.044831;0.491501;0.739814;0.116706;0.863539;0.869097;0.028305;0.314751;0.245270;0.167982;0.619164;0.260379;0.202297;0.809690;0.649308;0.296296;0.364010;0.000000;0.249927;0.904726;0.001396;0.093881;0.861575;0.004075;0.134355;0.927565;0.000010;0.072430;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.002473;0.047426;0.047426;0.268941;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.997527;0.047426;0.130108;0.409992;0.000000;0.313243;0.000000;0.754360;0.584433;0.058415;0.235592;0.596764;0.749134;0.239577;0.792654;0.925394;0.000000;0.341639;0.177118;0.669738;0.498250;0.422139;0.942076;0.002862;0.055063;0.894655;0.007285;0.098060;0.984465;0.000015;0.015520;0.997527;0.017986;0.047426;0.017986;0.982014;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.119203;0.119203;0.738657;0.208498;0.106025;0.000000;0.431189;0.056572;0.032421;0.112346;0.096651;0.835071;0.736140;0.051515;0.564882;0.184372;0.193723;0.564882;0.469040;0.268548;0.064344;0.817574;0.961595;0.012233;0.026174;0.902170;0.036625;0.061210;0.999310;0.000005;0.000685;0.268941;0.731059;0.880797;0.880797;0.017986;0.952574;0.952574;0.268941;0.880797;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.351603;0.607067;0.641757;0.850814;0.000000;0.872250;0.841576;0.108709;0.354115;0.320603;0.182724;0.612540;0.196550;0.192476;0.296504;0.553297;0.111948;0.000000;0.000000;0.133657;0.971284;0.012215;0.016500;0.930665;0.036580;0.032755;0.999935;0.000000;0.000065;0.017986;0.047426;0.119203;0.017986;0.268941;0.268941;0.047426;0.006693;0.999877;0.017986;0.119203;0.047426;0.119203;0.952574;0.006693;0.017986;0.017986;0.047426;0.993307;0.017986;0.543887;0.890709;0.458347;0.607782;0.000000;0.784486;0.803924;0.183622;0.375897;0.117222;0.238486;0.678743;0.342089;0.354344;0.000000;0.566847;0.149822;0.000000;0.078060;0.088185;0.967026;0.012875;0.020097;0.934450;0.038560;0.026985;0.999950;0.000000;0.000050
0.268941;0.268941;0.880797;0.880797;0.047426;0.731059;0.500000;0.047426;0.731059;0.047426;0.119203;0.268941;0.119203;0.982014;0.047426;0.500000;0.500000;0.268941;0.952574;0.047426;0.424091;0.308530;0.857783;0.756760;0.408299;0.751756;0.718493;0.167842;0.512747;0.275279;0.184824;0.584191;0.495250;0.061054;0.360775;0.628783;0.404681;0.781085;0.198611;0.195761;0.073549;0.004019;0.922432;0.010550;0.000645;0.988805;0.065890;0.005955;0.928155;0.500000;0.047426;0.119203;0.047426;0.119203;0.047426;0.017986;0.999089;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.119203;0.500000;0.119203;0.017986;0.006693;0.006693;0.457106;0.104518;0.119834;0.348645;0.132964;0.401072;0.272495;0.548844;0.000000;0.626212;0.786843;0.239395;0.725319;0.593149;0.691470;0.542150;0.269926;0.740391;0.491501;0.447692;0.077383;0.002882;0.919735;0.004355;0.000265;0.995380;0.075790;0.004520;0.919690;0.047426;0.047426;0.952574;0.999089;0.006693;0.119203;0.500000;0.047426;0.047426;0.006693;0.006693;0.119203;0.006693;0.006693;0.017986;0.268941;0.047426;0.002473;0.119203;0.006693;0.424091;0.239759;0.473026;0.691256;0.000000;0.192166;0.360775;0.383197;0.236494;0.372151;0.132734;0.576641;0.574931;0.256927;0.709303;0.895669;0.763687;0.000000;0.072225;0.157095;0.090924;0.000431;0.908643;0.034445;0.000115;0.965435;0.084695;0.000710;0.914595;0.982014;0.047426;0.047426;0.047426;0.500000;0.047426;0.047426;0.047426;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.997527;0.500000;0.119203;0.006693;0.017986;0.047426;0.475270;0.311739;0.657236;0.719302;0.403477;0.659934;0.760605;0.256546;0.543639;0.308744;0.254453;0.698886;0.094490;0.107551;0.723322;0.637378;0.372618;0.000000;0.000000;0.386986;0.654187;0.000116;0.345696;0.586380;0.000160;0.413460;0.528520;0.000085;0.471390;0.500000;0.268941;0.500000;0.268941;0.119203;0.500000;0.731059;0.268941;0.119203;0.047426;0.047426;0.731059;0.047426;0.017986;0.119203;0.982014;0.952574;0.017986;0.047426;0.119203;0.397714;0.318212;0.831459;0.721517;0.601567;0.585405;0.827356;0.256355;0.443739;0.148552;0.073101;0.609212;0.154596;0.211151;0.314104;0.774343;0.475520;0.000000;0.032799;0.258458;0.818088;0.000088;0.181825;0.806160;0.000125;0.193715;0.768020;0.000035;0.231945;0.500000;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.017986;0.268941;0.731059;0.731059;0.017986;0.047426;0.119203;0.214333;0.044831;0.491501;0.739814;0.116706;0.863539;0.869097;0.028305;0.314751;0.245270;0.167982;0.619164;0.260379;0.202297;0.809690;0.649308;0.296296;0.364010;0.000000;0.249927;0.904726;0.001396;0.093881;0.861575;0.004075;0.134355;0.927565;0.000010;0.072430;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.002473;0.047426;0.047426;0.268941;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.997527;0.047426;0.130108;0.409992;0.000000;0.313243;0.000000;0.754360;0.584433;0.058415;0.235592;0.596764;0.749134;0.239577;0.792654;0.925394;0.000000;0.341639;0.177118;0.669738;0.498250;0.422139;0.942076;0.002862;0.055063;0.894655;0.007285;0.098060;0.984465;0.000015;0.015520;0.997527;0.017986;0.047426;0.017986;0.982014;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.119203;0.119203;0.738657;0.208498;0.106025;0.000000;0.431189;0.056572;0.032421;0.112346;0.096651;0.835071;0.736140;0.051515;0.564882;0.184372;0.193723;0.564882;0.469040;0.268548;0.064344;0.817574;0.961595;0.012233;0.026174;0.902170;0.036625;0.061210;0.999310;0.000005;0.000685;0.268941;0.731059;0.880797;0.880797;0.017986;0.952574;0.952574;0.268941;0.880797;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.351603;0.607067;0.641757;0.850814;0.000000;0.872250;0.841576;0.108709;0.354115;0.320603;0.182724;0.612540;0.196550;0.192476;0.296504;0.553297;0.111948;0.000000;0.000000;0.133657;0.971284;0.012215;0.016500;0.930665;0.036580;0.032755;0.999935;0.000000;0.000065;0.017986;0.047426;0.119203;0.017986;0.268941;0.268941;0.047426;0.006693;0.999877;0.017986;0.119203;0.047426;0.119203;0.952574;0.006693;0.017986;0.017986;0.047426;0.993307;0.017986;0.543887;0.890709;0.458347;0.607782;0.000000;0.784486;0.803924;0.183622;0.375897;0.117222;0.238486;0.678743;0.342089;0.354344;0.000000;0.566847;0.149822;0.000000;0.078060;0.088185;0.967026;0.012875;0.020097;0.934450;0.038560;0.026985;0.999950;0.000000;0.000050;0.731059;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.006693;0.731059;0.731059;0.017986;0.268941;0.047426;0.017986;0.047426;0.268941;0.006693;0.047426;0.997527;0.118574;0.000000;0.051271;0.000000;0.158025;0.000000;0.000000;0.043730;0.000000;0.929169;0.847354;0.000000;0.919384;0.320603;0.000000;0.055148;0.133542;0.321257;0.277479;0.718898;0.966527;0.012837;0.020636;0.931920;0.038445;0.029635;0.999965;0.000000;0.000035
0.500000;0.047426;0.119203;0.047426;0.119203;0.047426;0.017986;0.999089;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.119203;0.500000;0.119203;0.017986;0.006693;0.006693;0.457106;0.104518;0.119834;0.348645;0.132964;0.401072;0.272495;0.548844;0.000000;0.626212;0.786843;0.239395;0.725319;0.593149;0.691470;0.542150;0.269926;0.740391;0.491501;0.447692;0.077383;0.002882;0.919735;0.004355;0.000265;0.995380;0.075790;0.004520;0.919690;0.047426;0.047426;0.952574;0.999089;0.006693;0.119203;0.500000;0.047426;0.047426;0.006693;0.006693;0.119203;0.006693;0.006693;0.017986;0.268941;0.047426;0.002473;0.119203;0.006693;0.424091;0.239759;0.473026;0.691256;0.000000;0.192166;0.360775;0.383197;0.236494;0.372151;0.132734;0.576641;0.574931;0.256927;0.709303;0.895669;0.763687;0.000000;0.072225;0.157095;0.090924;0.000431;0.908643;0.034445;0.000115;0.965435;0.084695;0.000710;0.914595;0.982014;0.047426;0.047426;0.047426;0.500000;0.047426;0.047426;0.047426;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.997527;0.500000;0.119203;0.006693;0.017986;0.047426;0.475270;0.311739;0.657236;0.719302;0.403477;0.659934;0.760605;0.256546;0.543639;0.308744;0.254453;0.698886;0.094490;0.107551;0.723322;0.637378;0.372618;0.000000;0.000000;0.386986;0.654187;0.000116;0.345696;0.586380;0.000160;0.413460;0.528520;0.000085;0.471390;0.500000;0.268941;0.500000;0.268941;0.119203;0.500000;0.731059;0.268941;0.119203;0.047426;0.047426;0.731059;0.047426;0.017986;0.119203;0.982014;0.952574;0.017986;0.047426;0.119203;0.397714;0.318212;0.831459;0.721517;0.601567;0.585405;0.827356;0.256355;0.443739;0.148552;0.073101;0.609212;0.154596;0.211151;0.314104;0.774343;0.475520;0.000000;0.032799;0.258458;0.818088;0.000088;0.181825;0.806160;0.000125;0.193715;0.768020;0.000035;0.231945;0.500000;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.017986;0.268941;0.731059;0.731059;0.017986;0.047426;0.119203;0.214333;0.044831;0.491501;0.739814;0.116706;0.863539;0.869097;0.028305;0.314751;0.245270;0.167982;0.619164;0.260379;0.202297;0.809690;0.649308;0.296296;0.364010;0.000000;0.249927;0.904726;0.001396;0.093881;0.861575;0.004075;0.134355;0.927565;0.000010;0.072430;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.002473;0.047426;0.047426;0.268941;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.997527;0.047426;0.130108;0.409992;0.000000;0.313243;0.000000;0.754360;0.584433;0.058415;0.235592;0.596764;0.749134;0.239577;0.792654;0.925394;0.000000;0.341639;0.177118;0.669738;0.498250;0.422139;0.942076;0.002862;0.055063;0.894655;0.007285;0.098060;0.984465;0.000015;0.015520;0.997527;0.017986;0.047426;0.017986;0.982014;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.119203;0.119203;0.738657;0.208498;0.106025;0.000000;0.431189;0.056572;0.032421;0.112346;0.096651;0.835071;0.736140;0.051515;0.564882;0.184372;0.193723;0.564882;0.469040;0.268548;0.064344;0.817574;0.961595;0.012233;0.026174;0.902170;0.036625;0.061210;0.999310;0.000005;0.000685;0.268941;0.731059;0.880797;0.880797;0.017986;0.952574;0.952574;0.268941;0.880797;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.351603;0.607067;0.641757;0.850814;0.000000;0.872250;0.841576;0.108709;0.354115;0.320603;0.182724;0.612540;0.196550;0.192476;0.296504;0.553297;0.111948;0.000000;0.000000;0.133657;0.971284;0.012215;0.016500;0.930665;0.036580;0.032755;0.999935;0.000000;0.000065;0.017986;0.047426;0.119203;0.017986;0.268941;0.268941;0.047426;0.006693;0.999877;0.017986;0.119203;0.047426;0.119203;0.952574;0.006693;0.017986;0.017986;0.047426;0.993307;0.017986;0.543887;0.890709;0.458347;0.607782;0.000000;0.784486;0.803924;0.183622;0.375897;0.117222;0.238486;0.678743;0.342089;0.354344;0.000000;0.566847;0.149822;0.000000;0.078060;0.088185;0.967026;0.012875;0.020097;0.934450;0.038560;0.026985;0.999950;0.000000;0.000050;0.731059;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.006693;0.731059;0.731059;0.017986;0.268941;0.047426;0.017986;0.047426;0.268941;0.006693;0.047426;0.997527;0.118574;0.000000;0.051271;0.000000;0.158025;0.000000;0.000000;0.043730;0.000000;0.929169;0.847354;0.000000;0.919384;0.320603;0.000000;0.055148;0.133542;0.321257;0.277479;0.718898;0.966527;0.012837;0.020636;0.931920;0.038445;0.029635;0.999965;0.000000;0.000035;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.017986;0.183023;0.137170;0.000000;0.000000;0.278885;0.000000;0.027787;0.097352;0.047516;0.833273;0.560453;0.000000;0.914119;0.971055;0.043814;0.071094;0.056572;0.481259;0.580299;0.396517;0.958613;0.012517;0.028870;0.929125;0.037485;0.033390;0.999760;0.000000;0.000240
0.047426;0.047426;0.952574;0.999089;0.006693;0.119203;0.500000;0.047426;0.047426;0.006693;0.006693;0.119203;0.006693;0.006693;0.017986;0.268941;0.047426;0.002473;0.119203;0.006693;0.424091;0.239759;0.473026;0.691256;0.000000;0.192166;0.360775;0.383197;0.236494;0.372151;0.132734;0.576641;0.574931;0.256927;0.709303;0.895669;0.763687;0.000000;0.072225;0.157095;0.090924;0.000431;0.908643;0.034445;0.000115;0.965435;0.084695;0.000710;0.914595;0.982014;0.047426;0.047426;0.047426;0.500000;0.047426;0.047426;0.047426;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.997527;0.500000;0.119203;0.006693;0.017986;0.047426;0.475270;0.311739;0.657236;0.719302;0.403477;0.659934;0.760605;0.256546;0.543639;0.308744;0.254453;0.698886;0.094490;0.107551;0.723322;0.637378;0.372618;0.000000;0.000000;0.386986;0.654187;0.000116;0.345696;0.586380;0.000160;0.413460;0.528520;0.000085;0.471390;0.500000;0.268941;0.500000;0.268941;0.119203;0.500000;0.731059;0.268941;0.119203;0.047426;0.047426;0.731059;0.047426;0.017986;0.119203;0.982014;0.952574;0.017986;0.047426;0.119203;0.397714;0.318212;0.831459;0.721517;0.601567;0.585405;0.827356;0.256355;0.443739;0.148552;0.073101;0.609212;0.154596;0.211151;0.314104;0.774343;0.475520;0.000000;0.032799;0.258458;0.818088;0.000088;0.181825;0.806160;0.000125;0.193715;0.768020;0.000035;0.231945;0.500000;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.017986;0.268941;0.731059;0.731059;0.017986;0.047426;0.119203;0.214333;0.044831;0.491501;0.739814;0.116706;0.863539;0.869097;0.028305;0.314751;0.245270;0.167982;0.619164;0.260379;0.202297;0.809690;0.649308;0.296296;0.364010;0.000000;0.249927;0.904726;0.001396;0.093881;0.861575;0.004075;0.134355;0.927565;0.000010;0.072430;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.002473;0.047426;0.047426;0.268941;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.997527;0.047426;0.130108;0.409992;0.000000;0.313243;0.000000;0.754360;0.584433;0.058415;0.235592;0.596764;0.749134;0.239577;0.792654;0.925394;0.000000;0.341639;0.177118;0.669738;0.498250;0.422139;0.942076;0.002862;0.055063;0.894655;0.007285;0.098060;0.984465;0.000015;0.015520;0.997527;0.017986;0.047426;0.017986;0.982014;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.119203;0.119203;0.738657;0.208498;0.106025;0.000000;0.431189;0.056572;0.032421;0.112346;0.096651;0.835071;0.736140;0.051515;0.564882;0.184372;0.193723;0.564882;0.469040;0.268548;0.064344;0.817574;0.961595;0.012233;0.026174;0.902170;0.036625;0.061210;0.999310;0.000005;0.000685;0.268941;0.731059;0.880797;0.880797;0.017986;0.952574;0.952574;0.268941;0.880797;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.351603;0.607067;0.641757;0.850814;0.000000;0.872250;0.841576;0.108709;0.354115;0.320603;0.182724;0.612540;0.196550;0.192476;0.296504;0.553297;0.111948;0.000000;0.000000;0.133657;0.971284;0.012215;0.016500;0.930665;0.036580;0.032755;0.999935;0.000000;0.000065;0.017986;0.047426;0.119203;0.017986;0.268941;0.268941;0.047426;0.006693;0.999877;0.017986;0.119203;0.047426;0.119203;0.952574;0.006693;0.017986;0.017986;0.047426;0.993307;0.017986;0.543887;0.890709;0.458347;0.607782;0.000000;0.784486;0.803924;0.183622;0.375897;0.117222;0.238486;0.678743;0.342089;0.354344;0.000000;0.566847;0.149822;0.000000;0.078060;0.088185;0.967026;0.012875;0.020097;0.934450;0.038560;0.026985;0.999950;0.000000;0.000050;0.731059;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.006693;0.731059;0.731059;0.017986;0.268941;0.047426;0.017986;0.047426;0.268941;0.006693;0.047426;0.997527;0.118574;0.000000;0.051271;0.000000;0.158025;0.000000;0.000000;0.043730;0.000000;0.929169;0.847354;0.000000;0.919384;0.320603;0.000000;0.055148;0.133542;0.321257;0.277479;0.718898;0.966527;0.012837;0.020636;0.931920;0.038445;0.029635;0.999965;0.000000;0.000035;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.017986;0.183023;0.137170;0.000000;0.000000;0.278885;0.000000;0.027787;0.097352;0.047516;0.833273;0.560453;0.000000;0.914119;0.971055;0.043814;0.071094;0.056572;0.481259;0.580299;0.396517;0.958613;0.012517;0.028870;0.929125;0.037485;0.033390;0.999760;0.000000;0.000240;0.047426;0.997527;0.982014;0.268941;0.006693;0.500000;0.268941;0.017986;0.268941;0.006693;0.017986;0.731059;0.047426;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.534943;0.818468;0.694873;0.736334;0.319298;0.704746;0.712386;0.219086;0.385327;0.033895;0.053454;0.799472;0.249365;0.120575;0.089725;0.692323;0.298804;0.187399;0.070175;0.083478;0.920071;0.012684;0.067245;0.883240;0.032770;0.083990;0.988320;0.000000;0.011680
0.982014;0.047426;0.047426;0.047426;0.500000;0.047426;0.047426;0.047426;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.997527;0.500000;0.119203;0.006693;0.017986;0.047426;0.475270;0.311739;0.657236;0.719302;0.403477;0.659934;0.760605;0.256546;0.543639;0.308744;0.254453;0.698886;0.094490;0.107551;0.723322;0.637378;0.372618;0.000000;0.000000;0.386986;0.654187;0.000116;0.345696;0.586380;0.000160;0.413460;0.528520;0.000085;0.471390;0.500000;0.268941;0.500000;0.268941;0.119203;0.500000;0.731059;0.268941;0.119203;0.047426;0.047426;0.731059;0.047426;0.017986;0.119203;0.982014;0.952574;0.017986;0.047426;0.119203;0.397714;0.318212;0.831459;0.721517;0.601567;0.585405;0.827356;0.256355;0.443739;0.148552;0.073101;0.609212;0.154596;0.211151;0.314104;0.774343;0.475520;0.000000;0.032799;0.258458;0.818088;0.000088;0.181825;0.806160;0.000125;0.193715;0.768020;0.000035;0.231945;0.500000;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.017986;0.268941;0.731059;0.731059;0.017986;0.047426;0.119203;0.214333;0.044831;0.491501;0.739814;0.116706;0.863539;0.869097;0.028305;0.314751;0.245270;0.167982;0.619164;0.260379;0.202297;0.809690;0.649308;0.296296;0.364010;0.000000;0.249927;0.904726;0.001396;0.093881;0.861575;0.004075;0.134355;0.927565;0.000010;0.072430;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.002473;0.047426;0.047426;0.268941;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.997527;0.047426;0.130108;0.409992;0.000000;0.313243;0.000000;0.754360;0.584433;0.058415;0.235592;0.596764;0.749134;0.239577;0.792654;0.925394;0.000000;0.341639;0.177118;0.669738;0.498250;0.422139;0.942076;0.002862;0.055063;0.894655;0.007285;0.098060;0.984465;0.000015;0.015520;0.997527;0.017986;0.047426;0.017986;0.982014;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.119203;0.119203;0.738657;0.208498;0.106025;0.000000;0.431189;0.056572;0.032421;0.112346;0.096651;0.835071;0.736140;0.051515;0.564882;0.184372;0.193723;0.564882;0.469040;0.268548;0.064344;0.817574;0.961595;0.012233;0.026174;0.902170;0.036625;0.061210;0.999310;0.000005;0.000685;0.268941;0.731059;0.880797;0.880797;0.017986;0.952574;0.952574;0.268941;0.880797;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.351603;0.607067;0.641757;0.850814;0.000000;0.872250;0.841576;0.108709;0.354115;0.320603;0.182724;0.612540;0.196550;0.192476;0.296504;0.553297;0.111948;0.000000;0.000000;0.133657;0.971284;0.012215;0.016500;0.930665;0.036580;0.032755;0.999935;0.000000;0.000065;0.017986;0.047426;0.119203;0.017986;0.268941;0.268941;0.047426;0.006693;0.999877;0.017986;0.119203;0.047426;0.119203;0.952574;0.006693;0.017986;0.017986;0.047426;0.993307;0.017986;0.543887;0.890709;0.458347;0.607782;0.000000;0.784486;0.803924;0.183622;0.375897;0.117222;0.238486;0.678743;0.342089;0.354344;0.000000;0.566847;0.149822;0.000000;0.078060;0.088185;0.967026;0.012875;0.020097;0.934450;0.038560;0.026985;0.999950;0.000000;0.000050;0.731059;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.006693;0.731059;0.731059;0.017986;0.268941;0.047426;0.017986;0.047426;0.268941;0.006693;0.047426;0.997527;0.118574;0.000000;0.051271;0.000000;0.158025;0.000000;0.000000;0.043730;0.000000;0.929169;0.847354;0.000000;0.919384;0.320603;0.000000;0.055148;0.133542;0.321257;0.277479;0.718898;0.966527;0.012837;0.020636;0.931920;0.038445;0.029635;0.999965;0.000000;0.000035;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.017986;0.183023;0.137170;0.000000;0.000000;0.278885;0.000000;0.027787;0.097352;0.047516;0.833273;0.560453;0.000000;0.914119;0.971055;0.043814;0.071094;0.056572;0.481259;0.580299;0.396517;0.958613;0.012517;0.028870;0.929125;0.037485;0.033390;0.999760;0.000000;0.000240;0.047426;0.997527;0.982014;0.268941;0.006693;0.500000;0.268941;0.017986;0.268941;0.006693;0.017986;0.731059;0.047426;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.534943;0.818468;0.694873;0.736334;0.319298;0.704746;0.712386;0.219086;0.385327;0.033895;0.053454;0.799472;0.249365;0.120575;0.089725;0.692323;0.298804;0.187399;0.070175;0.083478;0.920071;0.012684;0.067245;0.883240;0.032770;0.083990;0.988320;0.000000;0.011680;0.500000;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.268941;0.047426;0.119203;0.047426;0.047426;0.880797;0.982014;0.017986;0.047426;0.952574;0.701615;0.385563;0.257118;0.566602;0.242320;0.721115;0.761333;0.138596;0.426046;0.448434;0.612065;0.287819;0.710950;0.477515;0.000000;0.624572;0.380836;0.189540;0.220114;0.426536;0.871528;0.006166;0.122301;0.818545;0.018430;0.163015;0.956615;0.000000;0.043380
0.500000;0.268941;0.500000;0.268941;0.119203;0.500000;0.731059;0.268941;0.119203;0.047426;0.047426;0.731059;0.047426;0.017986;0.119203;0.982014;0.952574;0.017986;0.047426;0.119203;0.397714;0.318212;0.831459;0.721517;0.601567;0.585405;0.827356;0.256355;0.443739;0.148552;0.073101;0.609212;0.154596;0.211151;0.314104;0.774343;0.475520;0.000000;0.032799;0.258458;0.818088;0.000088;0.181825;0.806160;0.000125;0.193715;0.768020;0.000035;0.231945;0.500000;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.017986;0.268941;0.731059;0.731059;0.017986;0.047426;0.119203;0.214333;0.044831;0.491501;0.739814;0.116706;0.863539;0.869097;0.028305;0.314751;0.245270;0.167982;0.619164;0.260379;0.202297;0.809690;0.649308;0.296296;0.364010;0.000000;0.249927;0.904726;0.001396;0.093881;0.861575;0.004075;0.134355;0.927565;0.000010;0.072430;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.002473;0.047426;0.047426;0.268941;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.997527;0.047426;0.130108;0.409992;0.000000;0.313243;0.000000;0.754360;0.584433;0.058415;0.235592;0.596764;0.749134;0.239577;0.792654;0.925394;0.000000;0.341639;0.177118;0.669738;0.498250;0.422139;0.942076;0.002862;0.055063;0.894655;0.007285;0.098060;0.984465;0.000015;0.015520;0.997527;0.017986;0.047426;0.017986;0.982014;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.119203;0.119203;0.738657;0.208498;0.106025;0.000000;0.431189;0.056572;0.032421;0.112346;0.096651;0.835071;0.736140;0.051515;0.564882;0.184372;0.193723;0.564882;0.469040;0.268548;0.064344;0.817574;0.961595;0.012233;0.026174;0.902170;0.036625;0.061210;0.999310;0.000005;0.000685;0.268941;0.731059;0.880797;0.880797;0.017986;0.952574;0.952574;0.268941;0.880797;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.351603;0.607067;0.641757;0.850814;0.000000;0.872250;0.841576;0.108709;0.354115;0.320603;0.182724;0.612540;0.196550;0.192476;0.296504;0.553297;0.111948;0.000000;0.000000;0.133657;0.971284;0.012215;0.016500;0.930665;0.036580;0.032755;0.999935;0.000000;0.000065;0.017986;0.047426;0.119203;0.017986;0.268941;0.268941;0.047426;0.006693;0.999877;0.017986;0.119203;0.047426;0.119203;0.952574;0.006693;0.017986;0.017986;0.047426;0.993307;0.017986;0.543887;0.890709;0.458347;0.607782;0.000000;0.784486;0.803924;0.183622;0.375897;0.117222;0.238486;0.678743;0.342089;0.354344;0.000000;0.566847;0.149822;0.000000;0.078060;0.088185;0.967026;0.012875;0.020097;0.934450;0.038560;0.026985;0.999950;0.000000;0.000050;0.731059;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.006693;0.731059;0.731059;0.017986;0.268941;0.047426;0.017986;0.047426;0.268941;0.006693;0.047426;0.997527;0.118574;0.000000;0.051271;0.000000;0.158025;0.000000;0.000000;0.043730;0.000000;0.929169;0.847354;0.000000;0.919384;0.320603;0.000000;0.055148;0.133542;0.321257;0.277479;0.718898;0.966527;0.012837;0.020636;0.931920;0.038445;0.029635;0.999965;0.000000;0.000035;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.017986;0.183023;0.137170;0.000000;0.000000;0.278885;0.000000;0.027787;0.097352;0.047516;0.833273;0.560453;0.000000;0.914119;0.971055;0.043814;0.071094;0.056572;0.481259;0.580299;0.396517;0.958613;0.012517;0.028870;0.929125;0.037485;0.033390;0.999760;0.000000;0.000240;0.047426;0.997527;0.982014;0.268941;0.006693;0.500000;0.268941;0.017986;0.268941;0.006693;0.017986;0.731059;0.047426;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.534943;0.818468;0.694873;0.736334;0.319298;0.704746;0.712386;0.219086;0.385327;0.033895;0.053454;0.799472;0.249365;0.120575;0.089725;0.692323;0.298804;0.187399;0.070175;0.083478;0.920071;0.012684;0.067245;0.883240;0.032770;0.083990;0.988320;0.000000;0.011680;0.500000;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.268941;0.047426;0.119203;0.047426;0.047426;0.880797;0.982014;0.017986;0.047426;0.952574;0.701615;0.385563;0.257118;0.566602;0.242320;0.721115;0.761333;0.138596;0.426046;0.448434;0.612065;0.287819;0.710950;0.477515;0.000000;0.624572;0.380836;0.189540;0.220114;0.426536;0.871528;0.006166;0.122301;0.818545;0.018430;0.163015;0.956615;0.000000;0.043380;0.006693;0.006693;0.047426;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.047426;0.541901;0.100924;0.052850;0.035434;0.442012;0.058580;0.000000;0.036159;0.135873;0.815477;0.608021;0.028973;0.829346;0.957426;0.000000;0.089970;0.063328;0.234513;0.665744;0.655657;0.736971;0.004535;0.258493;0.770020;0.008840;0.221140;0.673840;0.000065;0.326095
0.500000;0.500000;0.268941;0.731059;0.047426;0.731059;0.880797;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.017986;0.268941;0.731059;0.731059;0.017986;0.047426;0.119203;0.214333;0.044831;0.491501;0.739814;0.116706;0.863539;0.869097;0.028305;0.314751;0.245270;0.167982;0.619164;0.260379;0.202297;0.809690;0.649308;0.296296;0.364010;0.000000;0.249927;0.904726;0.001396;0.093881;0.861575;0.004075;0.134355;0.927565;0.000010;0.072430;0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.002473;0.047426;0.047426;0.268941;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.997527;0.047426;0.130108;0.409992;0.000000;0.313243;0.000000;0.754360;0.584433;0.058415;0.235592;0.596764;0.749134;0.239577;0.792654;0.925394;0.000000;0.341639;0.177118;0.669738;0.498250;0.422139;0.942076;0.002862;0.055063;0.894655;0.007285;0.098060;0.984465;0.000015;0.015520;0.997527;0.017986;0.047426;0.017986;0.982014;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.119203;0.119203;0.738657;0.208498;0.106025;0.000000;0.431189;0.056572;0.032421;0.112346;0.096651;0.835071;0.736140;0.051515;0.564882;0.184372;0.193723;0.564882;0.469040;0.268548;0.064344;0.817574;0.961595;0.012233;0.026174;0.902170;0.036625;0.061210;0.999310;0.000005;0.000685;0.268941;0.731059;0.880797;0.880797;0.017986;0.952574;0.952574;0.268941;0.880797;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.351603;0.607067;0.641757;0.850814;0.000000;0.872250;0.841576;0.108709;0.354115;0.320603;0.182724;0.612540;0.196550;0.192476;0.296504;0.553297;0.111948;0.000000;0.000000;0.133657;0.971284;0.012215;0.016500;0.930665;0.036580;0.032755;0.999935;0.000000;0.000065;0.017986;0.047426;0.119203;0.017986;0.268941;0.268941;0.047426;0.006693;0.999877;0.017986;0.119203;0.047426;0.119203;0.952574;0.006693;0.017986;0.017986;0.047426;0.993307;0.017986;0.543887;0.890709;0.458347;0.607782;0.000000;0.784486;0.803924;0.183622;0.375897;0.117222;0.238486;0.678743;0.342089;0.354344;0.000000;0.566847;0.149822;0.000000;0.078060;0.088185;0.967026;0.012875;0.020097;0.934450;0.038560;0.026985;0.999950;0.000000;0.000050;0.731059;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.006693;0.731059;0.731059;0.017986;0.268941;0.047426;0.017986;0.047426;0.268941;0.006693;0.047426;0.997527;0.118574;0.000000;0.051271;0.000000;0.158025;0.000000;0.000000;0.043730;0.000000;0.929169;0.847354;0.000000;0.919384;0.320603;0.000000;0.055148;0.133542;0.321257;0.277479;0.718898;0.966527;0.012837;0.020636;0.931920;0.038445;0.029635;0.999965;0.000000;0.000035;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.017986;0.183023;0.137170;0.000000;0.000000;0.278885;0.000000;0.027787;0.097352;0.047516;0.833273;0.560453;0.000000;0.914119;0.971055;0.043814;0.071094;0.056572;0.481259;0.580299;0.396517;0.958613;0.012517;0.028870;0.929125;0.037485;0.033390;0.999760;0.000000;0.000240;0.047426;0.997527;0.982014;0.268941;0.006693;0.500000;0.268941;0.017986;0.268941;0.006693;0.017986;0.731059;0.047426;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.534943;0.818468;0.694873;0.736334;0.319298;0.704746;0.712386;0.219086;0.385327;0.033895;0.053454;0.799472;0.249365;0.120575;0.089725;0.692323;0.298804;0.187399;0.070175;0.083478;0.920071;0.012684;0.067245;0.883240;0.032770;0.083990;0.988320;0.000000;0.011680;0.500000;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.268941;0.047426;0.119203;0.047426;0.047426;0.880797;0.982014;0.017986;0.047426;0.952574;0.701615;0.385563;0.257118;0.566602;0.242320;0.721115;0.761333;0.138596;0.426046;0.448434;0.612065;0.287819;0.710950;0.477515;0.000000;0.624572;0.380836;0.189540;0.220114;0.426536;0.871528;0.006166;0.122301;0.818545;0.018430;0.163015;0.956615;0.000000;0.043380;0.006693;0.006693;0.047426;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.047426;0.541901;0.100924;0.052850;0.035434;0.442012;0.058580;0.000000;0.036159;0.135873;0.815477;0.608021;0.028973;0.829346;0.957426;0.000000;0.089970;0.063328;0.234513;0.665744;0.655657;0.736971;0.004535;0.258493;0.770020;0.008840;0.221140;0.673840;0.000065;0.326095;0.119203;0.006693;0.119203;0.731059;0.006693;0.017986;0.017986;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.047426;0.017986;0.006693;0.002473;0.002473;0.088992;0.274881;0.635758;0.427759;0.000000;0.475270;0.264443;0.958473;0.076775;0.000000;0.000000;0.397235;0.000000;0.000000;0.191081;0.322130;0.197182;0.000000;0.000000;0.044745;0.210020;0.011086;0.778896;0.494020;0.004075;0.501910;0.082500;0.000205;0.917295
0.006693;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.002473;0.047426;0.047426;0.268941;0.006693;0.119203;0.999665;0.002473;0.006693;0.017986;0.268941;0.997527;0.047426;0.130108;0.409992;0.000000;0.313243;0.000000;0.754360;0.584433;0.058415;0.235592;0.596764;0.749134;0.239577;0.792654;0.925394;0.000000;0.341639;0.177118;0.669738;0.498250;0.422139;0.942076;0.002862;0.055063;0.894655;0.007285;0.098060;0.984465;0.000015;0.015520;0.997527;0.017986;0.047426;0.017986;0.982014;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.119203;0.119203;0.738657;0.208498;0.106025;0.000000;0.431189;0.056572;0.032421;0.112346;0.096651;0.835071;0.736140;0.051515;0.564882;0.184372;0.193723;0.564882;0.469040;0.268548;0.064344;0.817574;0.961595;0.012233;0.026174;0.902170;0.036625;0.061210;0.999310;0.000005;0.000685;0.268941;0.731059;0.880797;0.880797;0.017986;0.952574;0.952574;0.268941;0.880797;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.351603;0.607067;0.641757;0.850814;0.000000;0.872250;0.841576;0.108709;0.354115;0.320603;0.182724;0.612540;0.196550;0.192476;0.296504;0.553297;0.111948;0.000000;0.000000;0.133657;0.971284;0.012215;0.016500;0.930665;0.036580;0.032755;0.999935;0.000000;0.000065;0.017986;0.047426;0.119203;0.017986;0.268941;0.268941;0.047426;0.006693;0.999877;0.017986;0.119203;0.047426;0.119203;0.952574;0.006693;0.017986;0.017986;0.047426;0.993307;0.017986;0.543887;0.890709;0.458347;0.607782;0.000000;0.784486;0.803924;0.183622;0.375897;0.117222;0.238486;0.678743;0.342089;0.354344;0.000000;0.566847;0.149822;0.000000;0.078060;0.088185;0.967026;0.012875;0.020097;0.934450;0.038560;0.026985;0.999950;0.000000;0.000050;0.731059;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.006693;0.731059;0.731059;0.017986;0.268941;0.047426;0.017986;0.047426;0.268941;0.006693;0.047426;0.997527;0.118574;0.000000;0.051271;0.000000;0.158025;0.000000;0.000000;0.043730;0.000000;0.929169;0.847354;0.000000;0.919384;0.320603;0.000000;0.055148;0.133542;0.321257;0.277479;0.718898;0.966527;0.012837;0.020636;0.931920;0.038445;0.029635;0.999965;0.000000;0.000035;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.017986;0.183023;0.137170;0.000000;0.000000;0.278885;0.000000;0.027787;0.097352;0.047516;0.833273;0.560453;0.000000;0.914119;0.971055;0.043814;0.071094;0.056572;0.481259;0.580299;0.396517;0.958613;0.012517;0.028870;0.929125;0.037485;0.033390;0.999760;0.000000;0.000240;0.047426;0.997527;0.982014;0.268941;0.006693;0.500000;0.268941;0.017986;0.268941;0.006693;0.017986;0.731059;0.047426;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.534943;0.818468;0.694873;0.736334;0.319298;0.704746;0.712386;0.219086;0.385327;0.033895;0.053454;0.799472;0.249365;0.120575;0.089725;0.692323;0.298804;0.187399;0.070175;0.083478;0.920071;0.012684;0.067245;0.883240;0.032770;0.083990;0.988320;0.000000;0.011680;0.500000;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.268941;0.047426;0.119203;0.047426;0.047426;0.880797;0.982014;0.017986;0.047426;0.952574;0.701615;0.385563;0.257118;0.566602;0.242320;0.721115;0.761333;0.138596;0.426046;0.448434;0.612065;0.287819;0.710950;0.477515;0.000000;0.624572;0.380836;0.189540;0.220114;0.426536;0.871528;0.006166;0.122301;0.818545;0.018430;0.163015;0.956615;0.000000;0.043380;0.006693;0.006693;0.047426;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.047426;0.541901;0.100924;0.052850;0.035434;0.442012;0.058580;0.000000;0.036159;0.135873;0.815477;0.608021;0.028973;0.829346;0.957426;0.000000;0.089970;0.063328;0.234513;0.665744;0.655657;0.736971;0.004535;0.258493;0.770020;0.008840;0.221140;0.673840;0.000065;0.326095;0.119203;0.006693;0.119203;0.731059;0.006693;0.017986;0.017986;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.047426;0.017986;0.006693;0.002473;0.002473;0.088992;0.274881;0.635758;0.427759;0.000000;0.475270;0.264443;0.958473;0.076775;0.000000;0.000000;0.397235;0.000000;0.000000;0.191081;0.322130;0.197182;0.000000;0.000000;0.044745;0.210020;0.011086;0.778896;0.494020;0.004075;0.501910;0.082500;0.000205;0.917295;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.731059;0.047426;0.119203;0.731059;0.268941;0.731059;0.047426;0.731059;0.993307;0.047426;0.880797;0.268941;0.274084;0.658136;0.530213;0.118470;0.502750;0.632045;0.628316;0.323442;0.323223;0.212487;0.345021;0.671505;0.420188;0.694024;0.102753;0.656785;0.678743;0.000000;0.670180;0.511248;0.220956;0.115443;0.663602;0.524175;0.008790;0.467035;0.079890;0.023730;0.896385
0.997527;0.017986;0.047426;0.017986;0.982014;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.119203;0.119203;0.738657;0.208498;0.106025;0.000000;0.431189;0.056572;0.032421;0.112346;0.096651;0.835071;0.736140;0.051515;0.564882;0.184372;0.193723;0.564882;0.469040;0.268548;0.064344;0.817574;0.961595;0.012233;0.026174;0.902170;0.036625;0.061210;0.999310;0.000005;0.000685;0.268941;0.731059;0.880797;0.880797;0.017986;0.952574;0.952574;0.268941;0.880797;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.351603;0.607067;0.641757;0.850814;0.000000;0.872250;0.841576;0.108709;0.354115;0.320603;0.182724;0.612540;0.196550;0.192476;0.296504;0.553297;0.111948;0.000000;0.000000;0.133657;0.971284;0.012215;0.016500;0.930665;0.036580;0.032755;0.999935;0.000000;0.000065;0.017986;0.047426;0.119203;0.017986;0.268941;0.268941;0.047426;0.006693;0.999877;0.017986;0.119203;0.047426;0.119203;0.952574;0.006693;0.017986;0.017986;0.047426;0.993307;0.017986;0.543887;0.890709;0.458347;0.607782;0.000000;0.784486;0.803924;0.183622;0.375897;0.117222;0.238486;0.678743;0.342089;0.354344;0.000000;0.566847;0.149822;0.000000;0.078060;0.088185;0.967026;0.012875;0.020097;0.934450;0.038560;0.026985;0.999950;0.000000;0.000050;0.731059;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.006693;0.731059;0.731059;0.017986;0.268941;0.047426;0.017986;0.047426;0.268941;0.006693;0.047426;0.997527;0.118574;0.000000;0.051271;0.000000;0.158025;0.000000;0.000000;0.043730;0.000000;0.929169;0.847354;0.000000;0.919384;0.320603;0.000000;0.055148;0.133542;0.321257;0.277479;0.718898;0.966527;0.012837;0.020636;0.931920;0.038445;0.029635;0.999965;0.000000;0.000035;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.017986;0.183023;0.137170;0.000000;0.000000;0.278885;0.000000;0.027787;0.097352;0.047516;0.833273;0.560453;0.000000;0.914119;0.971055;0.043814;0.071094;0.056572;0.481259;0.580299;0.396517;0.958613;0.012517;0.028870;0.929125;0.037485;0.033390;0.999760;0.000000;0.000240;0.047426;0.997527;0.982014;0.268941;0.006693;0.500000;0.268941;0.017986;0.268941;0.006693;0.017986;0.731059;0.047426;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.534943;0.818468;0.694873;0.736334;0.319298;0.704746;0.712386;0.219086;0.385327;0.033895;0.053454;0.799472;0.249365;0.120575;0.089725;0.692323;0.298804;0.187399;0.070175;0.083478;0.920071;0.012684;0.067245;0.883240;0.032770;0.083990;0.988320;0.000000;0.011680;0.500000;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.268941;0.047426;0.119203;0.047426;0.047426;0.880797;0.982014;0.017986;0.047426;0.952574;0.701615;0.385563;0.257118;0.566602;0.242320;0.721115;0.761333;0.138596;0.426046;0.448434;0.612065;0.287819;0.710950;0.477515;0.000000;0.624572;0.380836;0.189540;0.220114;0.426536;0.871528;0.006166;0.122301;0.818545;0.018430;0.163015;0.956615;0.000000;0.043380;0.006693;0.006693;0.047426;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.047426;0.541901;0.100924;0.052850;0.035434;0.442012;0.058580;0.000000;0.036159;0.135873;0.815477;0.608021;0.028973;0.829346;0.957426;0.000000;0.089970;0.063328;0.234513;0.665744;0.655657;0.736971;0.004535;0.258493;0.770020;0.008840;0.221140;0.673840;0.000065;0.326095;0.119203;0.006693;0.119203;0.731059;0.006693;0.017986;0.017986;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.047426;0.017986;0.006693;0.002473;0.002473;0.088992;0.274881;0.635758;0.427759;0.000000;0.475270;0.264443;0.958473;0.076775;0.000000;0.000000;0.397235;0.000000;0.000000;0.191081;0.322130;0.197182;0.000000;0.000000;0.044745;0.210020;0.011086;0.778896;0.494020;0.004075;0.501910;0.082500;0.000205;0.917295;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.731059;0.047426;0.119203;0.731059;0.268941;0.731059;0.047426;0.731059;0.993307;0.047426;0.880797;0.268941;0.274084;0.658136;0.530213;0.118470;0.502750;0.632045;0.628316;0.323442;0.323223;0.212487;0.345021;0.671505;0.420188;0.694024;0.102753;0.656785;0.678743;0.000000;0.670180;0.511248;0.220956;0.115443;0.663602;0.524175;0.008790;0.467035;0.079890;0.023730;0.896385;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.880797;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.028168;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.956769;0.772942;0.104425;0.862119;0.464560;0.000000;0.000000;0.044024;0.000000;0.000000;0.807368;0.210094;0.360913;0.428992;0.564515;0.033800;0.401685;0.010985;0.199860;0.789150
0.268941;0.731059;0.880797;0.880797;0.017986;0.952574;0.952574;0.268941;0.880797;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.351603;0.607067;0.641757;0.850814;0.000000;0.872250;0.841576;0.108709;0.354115;0.320603;0.182724;0.612540;0.196550;0.192476;0.296504;0.553297;0.111948;0.000000;0.000000;0.133657;0.971284;0.012215;0.016500;0.930665;0.036580;0.032755;0.999935;0.000000;0.000065;0.017986;0.047426;0.119203;0.017986;0.268941;0.268941;0.047426;0.006693;0.999877;0.017986;0.119203;0.047426;0.119203;0.952574;0.006693;0.017986;0.017986;0.047426;0.993307;0.017986;0.543887;0.890709;0.458347;0.607782;0.000000;0.784486;0.803924;0.183622;0.375897;0.117222;0.238486;0.678743;0.342089;0.354344;0.000000;0.566847;0.149822;0.000000;0.078060;0.088185;0.967026;0.012875;0.020097;0.934450;0.038560;0.026985;0.999950;0.000000;0.000050;0.731059;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.006693;0.731059;0.731059;0.017986;0.268941;0.047426;0.017986;0.047426;0.268941;0.006693;0.047426;0.997527;0.118574;0.000000;0.051271;0.000000;0.158025;0.000000;0.000000;0.043730;0.000000;0.929169;0.847354;0.000000;0.919384;0.320603;0.000000;0.055148;0.133542;0.321257;0.277479;0.718898;0.966527;0.012837;0.020636;0.931920;0.038445;0.029635;0.999965;0.000000;0.000035;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.017986;0.183023;0.137170;0.000000;0.000000;0.278885;0.000000;0.027787;0.097352;0.047516;0.833273;0.560453;0.000000;0.914119;0.971055;0.043814;0.071094;0.056572;0.481259;0.580299;0.396517;0.958613;0.012517;0.028870;0.929125;0.037485;0.033390;0.999760;0.000000;0.000240;0.047426;0.997527;0.982014;0.268941;0.006693;0.500000;0.268941;0.017986;0.268941;0.006693;0.017986;0.731059;0.047426;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.534943;0.818468;0.694873;0.736334;0.319298;0.704746;0.712386;0.219086;0.385327;0.033895;0.053454;0.799472;0.249365;0.120575;0.089725;0.692323;0.298804;0.187399;0.070175;0.083478;0.920071;0.012684;0.067245;0.883240;0.032770;0.083990;0.988320;0.000000;0.011680;0.500000;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.268941;0.047426;0.119203;0.047426;0.047426;0.880797;0.982014;0.017986;0.047426;0.952574;0.701615;0.385563;0.257118;0.566602;0.242320;0.721115;0.761333;0.138596;0.426046;0.448434;0.612065;0.287819;0.710950;0.477515;0.000000;0.624572;0.380836;0.189540;0.220114;0.426536;0.871528;0.006166;0.122301;0.818545;0.018430;0.163015;0.956615;0.000000;0.043380;0.006693;0.006693;0.047426;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.047426;0.541901;0.100924;0.052850;0.035434;0.442012;0.058580;0.000000;0.036159;0.135873;0.815477;0.608021;0.028973;0.829346;0.957426;0.000000;0.089970;0.063328;0.234513;0.665744;0.655657;0.736971;0.004535;0.258493;0.770020;0.008840;0.221140;0.673840;0.000065;0.326095;0.119203;0.006693;0.119203;0.731059;0.006693;0.017986;0.017986;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.047426;0.017986;0.006693;0.002473;0.002473;0.088992;0.274881;0.635758;0.427759;0.000000;0.475270;0.264443;0.958473;0.076775;0.000000;0.000000;0.397235;0.000000;0.000000;0.191081;0.322130;0.197182;0.000000;0.000000;0.044745;0.210020;0.011086;0.778896;0.494020;0.004075;0.501910;0.082500;0.000205;0.917295;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.731059;0.047426;0.119203;0.731059;0.268941;0.731059;0.047426;0.731059;0.993307;0.047426;0.880797;0.268941;0.274084;0.658136;0.530213;0.118470;0.502750;0.632045;0.628316;0.323442;0.323223;0.212487;0.345021;0.671505;0.420188;0.694024;0.102753;0.656785;0.678743;0.000000;0.670180;0.511248;0.220956;0.115443;0.663602;0.524175;0.008790;0.467035;0.079890;0.023730;0.896385;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.880797;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.028168;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.956769;0.772942;0.104425;0.862119;0.464560;0.000000;0.000000;0.044024;0.000000;0.000000;0.807368;0.210094;0.360913;0.428992;0.564515;0.033800;0.401685;0.010985;0.199860;0.789150;0.047426;0.119203;0.500000;0.999089;0.047426;0.119203;0.880797;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.002473;0.017986;0.500000;0.268941;0.002473;0.006693;0.006693;0.049407;0.057324;0.873028;0.931054;0.220114;0.220114;0.610639;0.276278;0.294007;0.000000;0.000000;0.128196;0.150716;0.000000;0.226356;0.843697;0.696566;0.000000;0.149440;0.057541;0.222172;0.202539;0.575289;0.578660;0.032530;0.388810;0.010420;0.181000;0.808580
0.006693;0.006693;0.047426;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.002473;0.006693;0.006693;0.119203;0.880797;0.047426;0.541901;0.100924;0.052850;0.035434;0.442012;0.058580;0.000000;0.036159;0.135873;0.815477;0.608021;0.028973;0.829346;0.957426;0.000000;0.089970;0.063328;0.234513;0.665744;0.655657;0.736971;0.004535;0.258493;0.770020;0.008840;0.221140;0.673840;0.000065;0.326095;0.119203;0.006693;0.119203;0.731059;0.006693;0.017986;0.017986;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.047426;0.017986;0.006693;0.002473;0.002473;0.088992;0.274881;0.635758;0.427759;0.000000;0.475270;0.264443;0.958473;0.076775;0.000000;0.000000;0.397235;0.000000;0.000000;0.191081;0.322130;0.197182;0.000000;0.000000;0.044745;0.210020;0.011086;0.778896;0.494020;0.004075;0.501910;0.082500;0.000205;0.917295;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.731059;0.047426;0.119203;0.731059;0.268941;0.731059;0.047426;0.731059;0.993307;0.047426;0.880797;0.268941;0.274084;0.658136;0.530213;0.118470;0.502750;0.632045;0.628316;0.323442;0.323223;0.212487;0.345021;0.671505;0.420188;0.694024;0.102753;0.656785;0.678743;0.000000;0.670180;0.511248;0.220956;0.115443;0.663602;0.524175;0.008790;0.467035;0.079890;0.023730;0.896385;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.880797;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.028168;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.956769;0.772942;0.104425;0.862119;0.464560;0.000000;0.000000;0.044024;0.000000;0.000000;0.807368;0.210094;0.360913;0.428992;0.564515;0.033800;0.401685;0.010985;0.199860;0.789150;0.047426;0.119203;0.500000;0.999089;0.047426;0.119203;0.880797;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.002473;0.017986;0.500000;0.268941;0.002473;0.006693;0.006693;0.049407;0.057324;0.873028;0.931054;0.220114;0.220114;0.610639;0.276278;0.294007;0.000000;0.000000;0.128196;0.150716;0.000000;0.226356;0.843697;0.696566;0.000000;0.149440;0.057541;0.222172;0.202539;0.575289;0.578660;0.032530;0.388810;0.010420;0.181000;0.808580;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.000911;0.006693;0.006693;0.119203;0.731059;0.017986;0.126861;0.022865;0.047516;0.000000;0.358013;0.116500;0.059357;0.000000;0.000000;0.033440;0.554038;0.107936;0.520738;0.981872;0.121746;0.122389;0.000000;0.775738;0.874022;0.166311;0.938308;0.005965;0.055725;0.885775;0.011975;0.102245;0.985860;0.000000;0.014140;0.119203;0.993307;0.268941;0.119203;0.006693;0.500000;0.731059;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.017986;0.119203;0.268941;0.119203;0.006693;0.119203;0.047426;0.206853;0.735945;0.556754;0.820538;0.000000;0.685680;0.883603;0.043231;0.502250;0.070502;0.106025;0.730074;0.000000;0.000000;0.305339;0.664854;0.301324;0.000000;0.198134;0.075999;0.957451;0.010297;0.032252;0.917350;0.015730;0.066920;0.999600;0.000000;0.000400;0.047426;0.047426;0.047426;0.731059;0.002473;0.268941;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.055410;0.025756;0.226181;0.789182;0.000000;0.621754;0.970200;0.100833;0.221318;0.037471;0.034323;0.163147;0.000000;0.000000;0.000000;0.161650;0.285366;0.000000;0.000000;0.000000;0.963923;0.009901;0.026177;0.928320;0.029640;0.042045;0.999675;0.000000;0.000325;0.006693;0.006693;0.006693;0.017986;0.006693;0.006693;0.002473;0.002473;0.047426;0.047426;0.119203;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.268941;0.982014;0.047426;0.022599;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.122389;0.426536;0.000000;0.603244;0.987919;0.000000;0.000000;0.000000;0.729877;0.761333;0.120787;0.969122;0.015006;0.015872;0.934475;0.044955;0.020570;0.999900;0.000000;0.000100;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.017986;0.993307;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.880797;0.480760;0.130789;0.124990;0.000000;0.818021;0.408299;0.000000;0.000000;0.000000;0.787513;0.832437;0.363547;0.790344;0.223393;0.039734;0.270912;0.191081;0.000000;0.237760;0.825491;0.966559;0.020611;0.012828;0.934665;0.057385;0.007950;0.999960;0.000005;0.000030;0.119203;0.268941;0.047426;0.017986;0.999665;0.500000;0.017986;0.017986;0.017986;0.952574;0.500000;0.119203;0.500000;0.047426;0.017986;0.268941;0.880797;0.017986;0.119203;0.731059;0.705370;0.419701;0.517743;0.452890;0.744026;0.598447;0.590976;0.192476;0.181532;0.609926;0.413867;0.613014;0.638071;0.068179;0.383197;0.575176;0.553050;0.000000;0.171647;0.513497;0.950936;0.023190;0.025874;0.929555;0.057340;0.013105;0.999950;0.000005;0.000045
0.119203;0.006693;0.119203;0.731059;0.006693;0.017986;0.017986;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.017986;0.047426;0.017986;0.006693;0.002473;0.002473;0.088992;0.274881;0.635758;0.427759;0.000000;0.475270;0.264443;0.958473;0.076775;0.000000;0.000000;0.397235;0.000000;0.000000;0.191081;0.322130;0.197182;0.000000;0.000000;0.044745;0.210020;0.011086;0.778896;0.494020;0.004075;0.501910;0.082500;0.000205;0.917295;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.731059;0.047426;0.119203;0.731059;0.268941;0.731059;0.047426;0.731059;0.993307;0.047426;0.880797;0.268941;0.274084;0.658136;0.530213;0.118470;0.502750;0.632045;0.628316;0.323442;0.323223;0.212487;0.345021;0.671505;0.420188;0.694024;0.102753;0.656785;0.678743;0.000000;0.670180;0.511248;0.220956;0.115443;0.663602;0.524175;0.008790;0.467035;0.079890;0.023730;0.896385;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.880797;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.028168;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.956769;0.772942;0.104425;0.862119;0.464560;0.000000;0.000000;0.044024;0.000000;0.000000;0.807368;0.210094;0.360913;0.428992;0.564515;0.033800;0.401685;0.010985;0.199860;0.789150;0.047426;0.119203;0.500000;0.999089;0.047426;0.119203;0.880797;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.002473;0.017986;0.500000;0.268941;0.002473;0.006693;0.006693;0.049407;0.057324;0.873028;0.931054;0.220114;0.220114;0.610639;0.276278;0.294007;0.000000;0.000000;0.128196;0.150716;0.000000;0.226356;0.843697;0.696566;0.000000;0.149440;0.057541;0.222172;0.202539;0.575289;0.578660;0.032530;0.388810;0.010420;0.181000;0.808580;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.000911;0.006693;0.006693;0.119203;0.731059;0.017986;0.126861;0.022865;0.047516;0.000000;0.358013;0.116500;0.059357;0.000000;0.000000;0.033440;0.554038;0.107936;0.520738;0.981872;0.121746;0.122389;0.000000;0.775738;0.874022;0.166311;0.938308;0.005965;0.055725;0.885775;0.011975;0.102245;0.985860;0.000000;0.014140;0.119203;0.993307;0.268941;0.119203;0.006693;0.500000;0.731059;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.017986;0.119203;0.268941;0.119203;0.006693;0.119203;0.047426;0.206853;0.735945;0.556754;0.820538;0.000000;0.685680;0.883603;0.043231;0.502250;0.070502;0.106025;0.730074;0.000000;0.000000;0.305339;0.664854;0.301324;0.000000;0.198134;0.075999;0.957451;0.010297;0.032252;0.917350;0.015730;0.066920;0.999600;0.000000;0.000400;0.047426;0.047426;0.047426;0.731059;0.002473;0.268941;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.055410;0.025756;0.226181;0.789182;0.000000;0.621754;0.970200;0.100833;0.221318;0.037471;0.034323;0.163147;0.000000;0.000000;0.000000;0.161650;0.285366;0.000000;0.000000;0.000000;0.963923;0.009901;0.026177;0.928320;0.029640;0.042045;0.999675;0.000000;0.000325;0.006693;0.006693;0.006693;0.017986;0.006693;0.006693;0.002473;0.002473;0.047426;0.047426;0.119203;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.268941;0.982014;0.047426;0.022599;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.122389;0.426536;0.000000;0.603244;0.987919;0.000000;0.000000;0.000000;0.729877;0.761333;0.120787;0.969122;0.015006;0.015872;0.934475;0.044955;0.020570;0.999900;0.000000;0.000100;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.017986;0.993307;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.880797;0.480760;0.130789;0.124990;0.000000;0.818021;0.408299;0.000000;0.000000;0.000000;0.787513;0.832437;0.363547;0.790344;0.223393;0.039734;0.270912;0.191081;0.000000;0.237760;0.825491;0.966559;0.020611;0.012828;0.934665;0.057385;0.007950;0.999960;0.000005;0.000030;0.119203;0.268941;0.047426;0.017986;0.999665;0.500000;0.017986;0.017986;0.017986;0.952574;0.500000;0.119203;0.500000;0.047426;0.017986;0.268941;0.880797;0.017986;0.119203;0.731059;0.705370;0.419701;0.517743;0.452890;0.744026;0.598447;0.590976;0.192476;0.181532;0.609926;0.413867;0.613014;0.638071;0.068179;0.383197;0.575176;0.553050;0.000000;0.171647;0.513497;0.950936;0.023190;0.025874;0.929555;0.057340;0.013105;0.999950;0.000005;0.000045;0.997527;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.880797;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.268941;0.835208;0.287409;0.042007;0.050594;0.729680;0.074952;0.000000;0.723522;0.041328;0.643824;0.577129;0.100833;0.789182;0.603005;0.000000;0.450166;0.346604;0.738464;0.144674;0.586133;0.955519;0.019999;0.024482;0.918810;0.054160;0.027030;0.999875;0.000005;0.000120
0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.731059;0.047426;0.119203;0.731059;0.268941;0.731059;0.047426;0.731059;0.993307;0.047426;0.880797;0.268941;0.274084;0.658136;0.530213;0.118470;0.502750;0.632045;0.628316;0.323442;0.323223;0.212487;0.345021;0.671505;0.420188;0.694024;0.102753;0.656785;0.678743;0.000000;0.670180;0.511248;0.220956;0.115443;0.663602;0.524175;0.008790;0.467035;0.079890;0.023730;0.896385;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.880797;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.028168;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.956769;0.772942;0.104425;0.862119;0.464560;0.000000;0.000000;0.044024;0.000000;0.000000;0.807368;0.210094;0.360913;0.428992;0.564515;0.033800;0.401685;0.010985;0.199860;0.789150;0.047426;0.119203;0.500000;0.999089;0.047426;0.119203;0.880797;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.002473;0.017986;0.500000;0.268941;0.002473;0.006693;0.006693;0.049407;0.057324;0.873028;0.931054;0.220114;0.220114;0.610639;0.276278;0.294007;0.000000;0.000000;0.128196;0.150716;0.000000;0.226356;0.843697;0.696566;0.000000;0.149440;0.057541;0.222172;0.202539;0.575289;0.578660;0.032530;0.388810;0.010420;0.181000;0.808580;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.000911;0.006693;0.006693;0.119203;0.731059;0.017986;0.126861;0.022865;0.047516;0.000000;0.358013;0.116500;0.059357;0.000000;0.000000;0.033440;0.554038;0.107936;0.520738;0.981872;0.121746;0.122389;0.000000;0.775738;0.874022;0.166311;0.938308;0.005965;0.055725;0.885775;0.011975;0.102245;0.985860;0.000000;0.014140;0.119203;0.993307;0.268941;0.119203;0.006693;0.500000;0.731059;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.017986;0.119203;0.268941;0.119203;0.006693;0.119203;0.047426;0.206853;0.735945;0.556754;0.820538;0.000000;0.685680;0.883603;0.043231;0.502250;0.070502;0.106025;0.730074;0.000000;0.000000;0.305339;0.664854;0.301324;0.000000;0.198134;0.075999;0.957451;0.010297;0.032252;0.917350;0.015730;0.066920;0.999600;0.000000;0.000400;0.047426;0.047426;0.047426;0.731059;0.002473;0.268941;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.055410;0.025756;0.226181;0.789182;0.000000;0.621754;0.970200;0.100833;0.221318;0.037471;0.034323;0.163147;0.000000;0.000000;0.000000;0.161650;0.285366;0.000000;0.000000;0.000000;0.963923;0.009901;0.026177;0.928320;0.029640;0.042045;0.999675;0.000000;0.000325;0.006693;0.006693;0.006693;0.017986;0.006693;0.006693;0.002473;0.002473;0.047426;0.047426;0.119203;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.268941;0.982014;0.047426;0.022599;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.122389;0.426536;0.000000;0.603244;0.987919;0.000000;0.000000;0.000000;0.729877;0.761333;0.120787;0.969122;0.015006;0.015872;0.934475;0.044955;0.020570;0.999900;0.000000;0.000100;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.017986;0.993307;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.880797;0.480760;0.130789;0.124990;0.000000;0.818021;0.408299;0.000000;0.000000;0.000000;0.787513;0.832437;0.363547;0.790344;0.223393;0.039734;0.270912;0.191081;0.000000;0.237760;0.825491;0.966559;0.020611;0.012828;0.934665;0.057385;0.007950;0.999960;0.000005;0.000030;0.119203;0.268941;0.047426;0.017986;0.999665;0.500000;0.017986;0.017986;0.017986;0.952574;0.500000;0.119203;0.500000;0.047426;0.017986;0.268941;0.880797;0.017986;0.119203;0.731059;0.705370;0.419701;0.517743;0.452890;0.744026;0.598447;0.590976;0.192476;0.181532;0.609926;0.413867;0.613014;0.638071;0.068179;0.383197;0.575176;0.553050;0.000000;0.171647;0.513497;0.950936;0.023190;0.025874;0.929555;0.057340;0.013105;0.999950;0.000005;0.000045;0.997527;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.880797;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.268941;0.835208;0.287409;0.042007;0.050594;0.729680;0.074952;0.000000;0.723522;0.041328;0.643824;0.577129;0.100833;0.789182;0.603005;0.000000;0.450166;0.346604;0.738464;0.144674;0.586133;0.955519;0.019999;0.024482;0.918810;0.054160;0.027030;0.999875;0.000005;0.000120;0.047426;0.047426;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.442259;0.000000;0.102293;0.000000;0.738464;0.296713;0.000000;0.000000;0.050738;0.677870;0.856313;0.022555;0.947050;0.664408;0.000000;0.348872;0.202458;0.214165;0.462322;0.658811;0.937065;0.017573;0.045362;0.909970;0.052625;0.037405;0.999455;0.000010;0.000535
0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.880797;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.028168;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.956769;0.772942;0.104425;0.862119;0.464560;0.000000;0.000000;0.044024;0.000000;0.000000;0.807368;0.210094;0.360913;0.428992;0.564515;0.033800;0.401685;0.010985;0.199860;0.789150;0.047426;0.119203;0.500000;0.999089;0.047426;0.119203;0.880797;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.002473;0.017986;0.500000;0.268941;0.002473;0.006693;0.006693;0.049407;0.057324;0.873028;0.931054;0.220114;0.220114;0.610639;0.276278;0.294007;0.000000;0.000000;0.128196;0.150716;0.000000;0.226356;0.843697;0.696566;0.000000;0.149440;0.057541;0.222172;0.202539;0.575289;0.578660;0.032530;0.388810;0.010420;0.181000;0.808580;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.000911;0.006693;0.006693;0.119203;0.731059;0.017986;0.126861;0.022865;0.047516;0.000000;0.358013;0.116500;0.059357;0.000000;0.000000;0.033440;0.554038;0.107936;0.520738;0.981872;0.121746;0.122389;0.000000;0.775738;0.874022;0.166311;0.938308;0.005965;0.055725;0.885775;0.011975;0.102245;0.985860;0.000000;0.014140;0.119203;0.993307;0.268941;0.119203;0.006693;0.500000;0.731059;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.017986;0.119203;0.268941;0.119203;0.006693;0.119203;0.047426;0.206853;0.735945;0.556754;0.820538;0.000000;0.685680;0.883603;0.043231;0.502250;0.070502;0.106025;0.730074;0.000000;0.000000;0.305339;0.664854;0.301324;0.000000;0.198134;0.075999;0.957451;0.010297;0.032252;0.917350;0.015730;0.066920;0.999600;0.000000;0.000400;0.047426;0.047426;0.047426;0.731059;0.002473;0.268941;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.055410;0.025756;0.226181;0.789182;0.000000;0.621754;0.970200;0.100833;0.221318;0.037471;0.034323;0.163147;0.000000;0.000000;0.000000;0.161650;0.285366;0.000000;0.000000;0.000000;0.963923;0.009901;0.026177;0.928320;0.029640;0.042045;0.999675;0.000000;0.000325;0.006693;0.006693;0.006693;0.017986;0.006693;0.006693;0.002473;0.002473;0.047426;0.047426;0.119203;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.268941;0.982014;0.047426;0.022599;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.122389;0.426536;0.000000;0.603244;0.987919;0.000000;0.000000;0.000000;0.729877;0.761333;0.120787;0.969122;0.015006;0.015872;0.934475;0.044955;0.020570;0.999900;0.000000;0.000100;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.017986;0.993307;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.880797;0.480760;0.130789;0.124990;0.000000;0.818021;0.408299;0.000000;0.000000;0.000000;0.787513;0.832437;0.363547;0.790344;0.223393;0.039734;0.270912;0.191081;0.000000;0.237760;0.825491;0.966559;0.020611;0.012828;0.934665;0.057385;0.007950;0.999960;0.000005;0.000030;0.119203;0.268941;0.047426;0.017986;0.999665;0.500000;0.017986;0.017986;0.017986;0.952574;0.500000;0.119203;0.500000;0.047426;0.017986;0.268941;0.880797;0.017986;0.119203;0.731059;0.705370;0.419701;0.517743;0.452890;0.744026;0.598447;0.590976;0.192476;0.181532;0.609926;0.413867;0.613014;0.638071;0.068179;0.383197;0.575176;0.553050;0.000000;0.171647;0.513497;0.950936;0.023190;0.025874;0.929555;0.057340;0.013105;0.999950;0.000005;0.000045;0.997527;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.880797;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.268941;0.835208;0.287409;0.042007;0.050594;0.729680;0.074952;0.000000;0.723522;0.041328;0.643824;0.577129;0.100833;0.789182;0.603005;0.000000;0.450166;0.346604;0.738464;0.144674;0.586133;0.955519;0.019999;0.024482;0.918810;0.054160;0.027030;0.999875;0.000005;0.000120;0.047426;0.047426;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.442259;0.000000;0.102293;0.000000;0.738464;0.296713;0.000000;0.000000;0.050738;0.677870;0.856313;0.022555;0.947050;0.664408;0.000000;0.348872;0.202458;0.214165;0.462322;0.658811;0.937065;0.017573;0.045362;0.909970;0.052625;0.037405;0.999455;0.000010;0.000535;0.268941;0.047426;0.731059;0.268941;0.047426;0.119203;0.119203;0.119203;0.993307;0.006693;0.006693;0.119203;0.017986;0.017986;0.047426;0.997527;0.268941;0.006693;0.047426;0.017986;0.721517;0.354344;0.368653;0.201652;0.134354;0.079439;0.539666;0.553050;0.367955;0.404199;0.256546;0.485504;0.416295;0.127527;0.137170;0.933888;0.338273;0.259417;0.378011;0.178873;0.906587;0.016908;0.076504;0.900730;0.050595;0.048675;0.998220;0.000015;0.001760
0.047426;0.119203;0.500000;0.999089;0.047426;0.119203;0.880797;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.002473;0.017986;0.500000;0.268941;0.002473;0.006693;0.006693;0.049407;0.057324;0.873028;0.931054;0.220114;0.220114;0.610639;0.276278;0.294007;0.000000;0.000000;0.128196;0.150716;0.000000;0.226356;0.843697;0.696566;0.000000;0.149440;0.057541;0.222172;0.202539;0.575289;0.578660;0.032530;0.388810;0.010420;0.181000;0.808580;0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.000911;0.006693;0.006693;0.119203;0.731059;0.017986;0.126861;0.022865;0.047516;0.000000;0.358013;0.116500;0.059357;0.000000;0.000000;0.033440;0.554038;0.107936;0.520738;0.981872;0.121746;0.122389;0.000000;0.775738;0.874022;0.166311;0.938308;0.005965;0.055725;0.885775;0.011975;0.102245;0.985860;0.000000;0.014140;0.119203;0.993307;0.268941;0.119203;0.006693;0.500000;0.731059;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.017986;0.119203;0.268941;0.119203;0.006693;0.119203;0.047426;0.206853;0.735945;0.556754;0.820538;0.000000;0.685680;0.883603;0.043231;0.502250;0.070502;0.106025;0.730074;0.000000;0.000000;0.305339;0.664854;0.301324;0.000000;0.198134;0.075999;0.957451;0.010297;0.032252;0.917350;0.015730;0.066920;0.999600;0.000000;0.000400;0.047426;0.047426;0.047426;0.731059;0.002473;0.268941;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.055410;0.025756;0.226181;0.789182;0.000000;0.621754;0.970200;0.100833;0.221318;0.037471;0.034323;0.163147;0.000000;0.000000;0.000000;0.161650;0.285366;0.000000;0.000000;0.000000;0.963923;0.009901;0.026177;0.928320;0.029640;0.042045;0.999675;0.000000;0.000325;0.006693;0.006693;0.006693;0.017986;0.006693;0.006693;0.002473;0.002473;0.047426;0.047426;0.119203;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.268941;0.982014;0.047426;0.022599;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.122389;0.426536;0.000000;0.603244;0.987919;0.000000;0.000000;0.000000;0.729877;0.761333;0.120787;0.969122;0.015006;0.015872;0.934475;0.044955;0.020570;0.999900;0.000000;0.000100;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.017986;0.993307;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.880797;0.480760;0.130789;0.124990;0.000000;0.818021;0.408299;0.000000;0.000000;0.000000;0.787513;0.832437;0.363547;0.790344;0.223393;0.039734;0.270912;0.191081;0.000000;0.237760;0.825491;0.966559;0.020611;0.012828;0.934665;0.057385;0.007950;0.999960;0.000005;0.000030;0.119203;0.268941;0.047426;0.017986;0.999665;0.500000;0.017986;0.017986;0.017986;0.952574;0.500000;0.119203;0.500000;0.047426;0.017986;0.268941;0.880797;0.017986;0.119203;0.731059;0.705370;0.419701;0.517743;0.452890;0.744026;0.598447;0.590976;0.192476;0.181532;0.609926;0.413867;0.613014;0.638071;0.068179;0.383197;0.575176;0.553050;0.000000;0.171647;0.513497;0.950936;0.023190;0.025874;0.929555;0.057340;0.013105;0.999950;0.000005;0.000045;0.997527;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.880797;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.268941;0.835208;0.287409;0.042007;0.050594;0.729680;0.074952;0.000000;0.723522;0.041328;0.643824;0.577129;0.100833;0.789182;0.603005;0.000000;0.450166;0.346604;0.738464;0.144674;0.586133;0.955519;0.019999;0.024482;0.918810;0.054160;0.027030;0.999875;0.000005;0.000120;0.047426;0.047426;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.442259;0.000000;0.102293;0.000000;0.738464;0.296713;0.000000;0.000000;0.050738;0.677870;0.856313;0.022555;0.947050;0.664408;0.000000;0.348872;0.202458;0.214165;0.462322;0.658811;0.937065;0.017573;0.045362;0.909970;0.052625;0.037405;0.999455;0.000010;0.000535;0.268941;0.047426;0.731059;0.268941;0.047426;0.119203;0.119203;0.119203;0.993307;0.006693;0.006693;0.119203;0.017986;0.017986;0.047426;0.997527;0.268941;0.006693;0.047426;0.017986;0.721517;0.354344;0.368653;0.201652;0.134354;0.079439;0.539666;0.553050;0.367955;0.404199;0.256546;0.485504;0.416295;0.127527;0.137170;0.933888;0.338273;0.259417;0.378011;0.178873;0.906587;0.016908;0.076504;0.900730;0.050595;0.048675;0.998220;0.000015;0.001760;0.268941;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.982014;0.731059;0.017986;0.952574;0.119203;0.017986;0.047426;0.268941;0.017986;0.047426;0.993307;0.420188;0.508749;0.222008;0.282519;0.000000;0.733607;0.490501;0.304280;0.501250;0.692323;0.584676;0.584676;0.657010;0.119624;0.312813;0.423359;0.476018;0.000000;0.328274;0.738464;0.924160;0.016290;0.059551;0.883935;0.048540;0.067530;0.995125;0.000145;0.004730
0.006693;0.002473;0.002473;0.002473;0.006693;0.002473;0.002473;0.002473;0.017986;0.047426;0.119203;0.002473;0.047426;0.999877;0.000911;0.006693;0.006693;0.119203;0.731059;0.017986;0.126861;0.022865;0.047516;0.000000;0.358013;0.116500;0.059357;0.000000;0.000000;0.033440;0.554038;0.107936;0.520738;0.981872;0.121746;0.122389;0.000000;0.775738;0.874022;0.166311;0.938308;0.005965;0.055725;0.885775;0.011975;0.102245;0.985860;0.000000;0.014140;0.119203;0.993307;0.268941;0.119203;0.006693;0.500000;0.731059;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.017986;0.119203;0.268941;0.119203;0.006693;0.119203;0.047426;0.206853;0.735945;0.556754;0.820538;0.000000;0.685680;0.883603;0.043231;0.502250;0.070502;0.106025;0.730074;0.000000;0.000000;0.305339;0.664854;0.301324;0.000000;0.198134;0.075999;0.957451;0.010297;0.032252;0.917350;0.015730;0.066920;0.999600;0.000000;0.000400;0.047426;0.047426;0.047426;0.731059;0.002473;0.268941;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.055410;0.025756;0.226181;0.789182;0.000000;0.621754;0.970200;0.100833;0.221318;0.037471;0.034323;0.163147;0.000000;0.000000;0.000000;0.161650;0.285366;0.000000;0.000000;0.000000;0.963923;0.009901;0.026177;0.928320;0.029640;0.042045;0.999675;0.000000;0.000325;0.006693;0.006693;0.006693;0.017986;0.006693;0.006693;0.002473;0.002473;0.047426;0.047426;0.119203;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.268941;0.982014;0.047426;0.022599;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.122389;0.426536;0.000000;0.603244;0.987919;0.000000;0.000000;0.000000;0.729877;0.761333;0.120787;0.969122;0.015006;0.015872;0.934475;0.044955;0.020570;0.999900;0.000000;0.000100;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.017986;0.993307;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.880797;0.480760;0.130789;0.124990;0.000000;0.818021;0.408299;0.000000;0.000000;0.000000;0.787513;0.832437;0.363547;0.790344;0.223393;0.039734;0.270912;0.191081;0.000000;0.237760;0.825491;0.966559;0.020611;0.012828;0.934665;0.057385;0.007950;0.999960;0.000005;0.000030;0.119203;0.268941;0.047426;0.017986;0.999665;0.500000;0.017986;0.017986;0.017986;0.952574;0.500000;0.119203;0.500000;0.047426;0.017986;0.268941;0.880797;0.017986;0.119203;0.731059;0.705370;0.419701;0.517743;0.452890;0.744026;0.598447;0.590976;0.192476;0.181532;0.609926;0.413867;0.613014;0.638071;0.068179;0.383197;0.575176;0.553050;0.000000;0.171647;0.513497;0.950936;0.023190;0.025874;0.929555;0.057340;0.013105;0.999950;0.000005;0.000045;0.997527;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.880797;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.268941;0.835208;0.287409;0.042007;0.050594;0.729680;0.074952;0.000000;0.723522;0.041328;0.643824;0.577129;0.100833;0.789182;0.603005;0.000000;0.450166;0.346604;0.738464;0.144674;0.586133;0.955519;0.019999;0.024482;0.918810;0.054160;0.027030;0.999875;0.000005;0.000120;0.047426;0.047426;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.442259;0.000000;0.102293;0.000000;0.738464;0.296713;0.000000;0.000000;0.050738;0.677870;0.856313;0.022555;0.947050;0.664408;0.000000;0.348872;0.202458;0.214165;0.462322;0.658811;0.937065;0.017573;0.045362;0.909970;0.052625;0.037405;0.999455;0.000010;0.000535;0.268941;0.047426;0.731059;0.268941;0.047426;0.119203;0.119203;0.119203;0.993307;0.006693;0.006693;0.119203;0.017986;0.017986;0.047426;0.997527;0.268941;0.006693;0.047426;0.017986;0.721517;0.354344;0.368653;0.201652;0.134354;0.079439;0.539666;0.553050;0.367955;0.404199;0.256546;0.485504;0.416295;0.127527;0.137170;0.933888;0.338273;0.259417;0.378011;0.178873;0.906587;0.016908;0.076504;0.900730;0.050595;0.048675;0.998220;0.000015;0.001760;0.268941;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.982014;0.731059;0.017986;0.952574;0.119203;0.017986;0.047426;0.268941;0.017986;0.047426;0.993307;0.420188;0.508749;0.222008;0.282519;0.000000;0.733607;0.490501;0.304280;0.501250;0.692323;0.584676;0.584676;0.657010;0.119624;0.312813;0.423359;0.476018;0.000000;0.328274;0.738464;0.924160;0.016290;0.059551;0.883935;0.048540;0.067530;0.995125;0.000145;0.004730;0.268941;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.047426;0.500000;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.059749;0.200688;0.000000;0.127416;0.406127;0.190156;0.000000;0.155776;0.000000;0.704329;0.822882;0.081361;0.873249;0.933330;0.112246;0.000000;0.574931;0.551319;0.080616;0.579081;0.872592;0.011217;0.116189;0.808360;0.032760;0.158875;0.989085;0.000610;0.010305
0.119203;0.993307;0.268941;0.119203;0.006693;0.500000;0.731059;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.017986;0.119203;0.268941;0.119203;0.006693;0.119203;0.047426;0.206853;0.735945;0.556754;0.820538;0.000000;0.685680;0.883603;0.043231;0.502250;0.070502;0.106025;0.730074;0.000000;0.000000;0.305339;0.664854;0.301324;0.000000;0.198134;0.075999;0.957451;0.010297;0.032252;0.917350;0.015730;0.066920;0.999600;0.000000;0.000400;0.047426;0.047426;0.047426;0.731059;0.002473;0.268941;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.055410;0.025756;0.226181;0.789182;0.000000;0.621754;0.970200;0.100833;0.221318;0.037471;0.034323;0.163147;0.000000;0.000000;0.000000;0.161650;0.285366;0.000000;0.000000;0.000000;0.963923;0.009901;0.026177;0.928320;0.029640;0.042045;0.999675;0.000000;0.000325;0.006693;0.006693;0.006693;0.017986;0.006693;0.006693;0.002473;0.002473;0.047426;0.047426;0.119203;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.268941;0.982014;0.047426;0.022599;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.122389;0.426536;0.000000;0.603244;0.987919;0.000000;0.000000;0.000000;0.729877;0.761333;0.120787;0.969122;0.015006;0.015872;0.934475;0.044955;0.020570;0.999900;0.000000;0.000100;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.017986;0.993307;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.880797;0.480760;0.130789;0.124990;0.000000;0.818021;0.408299;0.000000;0.000000;0.000000;0.787513;0.832437;0.363547;0.790344;0.223393;0.039734;0.270912;0.191081;0.000000;0.237760;0.825491;0.966559;0.020611;0.012828;0.934665;0.057385;0.007950;0.999960;0.000005;0.000030;0.119203;0.268941;0.047426;0.017986;0.999665;0.500000;0.017986;0.017986;0.017986;0.952574;0.500000;0.119203;0.500000;0.047426;0.017986;0.268941;0.880797;0.017986;0.119203;0.731059;0.705370;0.419701;0.517743;0.452890;0.744026;0.598447;0.590976;0.192476;0.181532;0.609926;0.413867;0.613014;0.638071;0.068179;0.383197;0.575176;0.553050;0.000000;0.171647;0.513497;0.950936;0.023190;0.025874;0.929555;0.057340;0.013105;0.999950;0.000005;0.000045;0.997527;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.880797;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.268941;0.835208;0.287409;0.042007;0.050594;0.729680;0.074952;0.000000;0.723522;0.041328;0.643824;0.577129;0.100833;0.789182;0.603005;0.000000;0.450166;0.346604;0.738464;0.144674;0.586133;0.955519;0.019999;0.024482;0.918810;0.054160;0.027030;0.999875;0.000005;0.000120;0.047426;0.047426;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.442259;0.000000;0.102293;0.000000;0.738464;0.296713;0.000000;0.000000;0.050738;0.677870;0.856313;0.022555;0.947050;0.664408;0.000000;0.348872;0.202458;0.214165;0.462322;0.658811;0.937065;0.017573;0.045362;0.909970;0.052625;0.037405;0.999455;0.000010;0.000535;0.268941;0.047426;0.731059;0.268941;0.047426;0.119203;0.119203;0.119203;0.993307;0.006693;0.006693;0.119203;0.017986;0.017986;0.047426;0.997527;0.268941;0.006693;0.047426;0.017986;0.721517;0.354344;0.368653;0.201652;0.134354;0.079439;0.539666;0.553050;0.367955;0.404199;0.256546;0.485504;0.416295;0.127527;0.137170;0.933888;0.338273;0.259417;0.378011;0.178873;0.906587;0.016908;0.076504;0.900730;0.050595;0.048675;0.998220;0.000015;0.001760;0.268941;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.982014;0.731059;0.017986;0.952574;0.119203;0.017986;0.047426;0.268941;0.017986;0.047426;0.993307;0.420188;0.508749;0.222008;0.282519;0.000000;0.733607;0.490501;0.304280;0.501250;0.692323;0.584676;0.584676;0.657010;0.119624;0.312813;0.423359;0.476018;0.000000;0.328274;0.738464;0.924160;0.016290;0.059551;0.883935;0.048540;0.067530;0.995125;0.000145;0.004730;0.268941;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.047426;0.500000;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.059749;0.200688;0.000000;0.127416;0.406127;0.190156;0.000000;0.155776;0.000000;0.704329;0.822882;0.081361;0.873249;0.933330;0.112246;0.000000;0.574931;0.551319;0.080616;0.579081;0.872592;0.011217;0.116189;0.808360;0.032760;0.158875;0.989085;0.000610;0.010305;0.731059;0.047426;0.268941;0.119203;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.119203;0.047426;0.047426;0.997527;0.731059;0.006693;0.017986;0.047426;0.516744;0.277880;0.383670;0.000000;0.938716;0.288845;0.554285;0.223914;0.457354;0.301535;0.647256;0.072292;0.505000;0.000000;0.000000;0.905681;0.601328;0.000000;0.416781;0.182276;0.704252;0.008679;0.287070;0.475145;0.024660;0.500190;0.913585;0.000635;0.085785
0.047426;0.047426;0.047426;0.731059;0.002473;0.268941;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.055410;0.025756;0.226181;0.789182;0.000000;0.621754;0.970200;0.100833;0.221318;0.037471;0.034323;0.163147;0.000000;0.000000;0.000000;0.161650;0.285366;0.000000;0.000000;0.000000;0.963923;0.009901;0.026177;0.928320;0.029640;0.042045;0.999675;0.000000;0.000325;0.006693;0.006693;0.006693;0.017986;0.006693;0.006693;0.002473;0.002473;0.047426;0.047426;0.119203;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.268941;0.982014;0.047426;0.022599;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.122389;0.426536;0.000000;0.603244;0.987919;0.000000;0.000000;0.000000;0.729877;0.761333;0.120787;0.969122;0.015006;0.015872;0.934475;0.044955;0.020570;0.999900;0.000000;0.000100;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.017986;0.993307;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.880797;0.480760;0.130789;0.124990;0.000000;0.818021;0.408299;0.000000;0.000000;0.000000;0.787513;0.832437;0.363547;0.790344;0.223393;0.039734;0.270912;0.191081;0.000000;0.237760;0.825491;0.966559;0.020611;0.012828;0.934665;0.057385;0.007950;0.999960;0.000005;0.000030;0.119203;0.268941;0.047426;0.017986;0.999665;0.500000;0.017986;0.017986;0.017986;0.952574;0.500000;0.119203;0.500000;0.047426;0.017986;0.268941;0.880797;0.017986;0.119203;0.731059;0.705370;0.419701;0.517743;0.452890;0.744026;0.598447;0.590976;0.192476;0.181532;0.609926;0.413867;0.613014;0.638071;0.068179;0.383197;0.575176;0.553050;0.000000;0.171647;0.513497;0.950936;0.023190;0.025874;0.929555;0.057340;0.013105;0.999950;0.000005;0.000045;0.997527;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.880797;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.268941;0.835208;0.287409;0.042007;0.050594;0.729680;0.074952;0.000000;0.723522;0.041328;0.643824;0.577129;0.100833;0.789182;0.603005;0.000000;0.450166;0.346604;0.738464;0.144674;0.586133;0.955519;0.019999;0.024482;0.918810;0.054160;0.027030;0.999875;0.000005;0.000120;0.047426;0.047426;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.442259;0.000000;0.102293;0.000000;0.738464;0.296713;0.000000;0.000000;0.050738;0.677870;0.856313;0.022555;0.947050;0.664408;0.000000;0.348872;0.202458;0.214165;0.462322;0.658811;0.937065;0.017573;0.045362;0.909970;0.052625;0.037405;0.999455;0.000010;0.000535;0.268941;0.047426;0.731059;0.268941;0.047426;0.119203;0.119203;0.119203;0.993307;0.006693;0.006693;0.119203;0.017986;0.017986;0.047426;0.997527;0.268941;0.006693;0.047426;0.017986;0.721517;0.354344;0.368653;0.201652;0.134354;0.079439;0.539666;0.553050;0.367955;0.404199;0.256546;0.485504;0.416295;0.127527;0.137170;0.933888;0.338273;0.259417;0.378011;0.178873;0.906587;0.016908;0.076504;0.900730;0.050595;0.048675;0.998220;0.000015;0.001760;0.268941;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.982014;0.731059;0.017986;0.952574;0.119203;0.017986;0.047426;0.268941;0.017986;0.047426;0.993307;0.420188;0.508749;0.222008;0.282519;0.000000;0.733607;0.490501;0.304280;0.501250;0.692323;0.584676;0.584676;0.657010;0.119624;0.312813;0.423359;0.476018;0.000000;0.328274;0.738464;0.924160;0.016290;0.059551;0.883935;0.048540;0.067530;0.995125;0.000145;0.004730;0.268941;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.047426;0.500000;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.059749;0.200688;0.000000;0.127416;0.406127;0.190156;0.000000;0.155776;0.000000;0.704329;0.822882;0.081361;0.873249;0.933330;0.112246;0.000000;0.574931;0.551319;0.080616;0.579081;0.872592;0.011217;0.116189;0.808360;0.032760;0.158875;0.989085;0.000610;0.010305;0.731059;0.047426;0.268941;0.119203;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.119203;0.047426;0.047426;0.997527;0.731059;0.006693;0.017986;0.047426;0.516744;0.277880;0.383670;0.000000;0.938716;0.288845;0.554285;0.223914;0.457354;0.301535;0.647256;0.072292;0.505000;0.000000;0.000000;0.905681;0.601328;0.000000;0.416781;0.182276;0.704252;0.008679;0.287070;0.475145;0.024660;0.500190;0.913585;0.000635;0.085785;0.268941;0.999089;0.119203;0.047426;0.006693;0.268941;0.119203;0.268941;0.500000;0.006693;0.017986;0.731059;0.119203;0.006693;0.017986;0.731059;0.268941;0.006693;0.017986;0.047426;0.072225;0.931054;0.606590;0.000000;0.000000;0.835758;0.000000;0.116706;0.589282;0.169103;0.000000;0.888251;0.000000;0.000000;0.153164;0.776780;0.370284;0.000000;0.000000;0.080988;0.343554;0.009218;0.647229;0.330920;0.019570;0.649510;0.456130;0.001355;0.542520
0.006693;0.006693;0.006693;0.017986;0.006693;0.006693;0.002473;0.002473;0.047426;0.047426;0.119203;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.268941;0.982014;0.047426;0.022599;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.122389;0.426536;0.000000;0.603244;0.987919;0.000000;0.000000;0.000000;0.729877;0.761333;0.120787;0.969122;0.015006;0.015872;0.934475;0.044955;0.020570;0.999900;0.000000;0.000100;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.017986;0.993307;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.880797;0.480760;0.130789;0.124990;0.000000;0.818021;0.408299;0.000000;0.000000;0.000000;0.787513;0.832437;0.363547;0.790344;0.223393;0.039734;0.270912;0.191081;0.000000;0.237760;0.825491;0.966559;0.020611;0.012828;0.934665;0.057385;0.007950;0.999960;0.000005;0.000030;0.119203;0.268941;0.047426;0.017986;0.999665;0.500000;0.017986;0.017986;0.017986;0.952574;0.500000;0.119203;0.500000;0.047426;0.017986;0.268941;0.880797;0.017986;0.119203;0.731059;0.705370;0.419701;0.517743;0.452890;0.744026;0.598447;0.590976;0.192476;0.181532;0.609926;0.413867;0.613014;0.638071;0.068179;0.383197;0.575176;0.553050;0.000000;0.171647;0.513497;0.950936;0.023190;0.025874;0.929555;0.057340;0.013105;0.999950;0.000005;0.000045;0.997527;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.880797;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.268941;0.835208;0.287409;0.042007;0.050594;0.729680;0.074952;0.000000;0.723522;0.041328;0.643824;0.577129;0.100833;0.789182;0.603005;0.000000;0.450166;0.346604;0.738464;0.144674;0.586133;0.955519;0.019999;0.024482;0.918810;0.054160;0.027030;0.999875;0.000005;0.000120;0.047426;0.047426;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.442259;0.000000;0.102293;0.000000;0.738464;0.296713;0.000000;0.000000;0.050738;0.677870;0.856313;0.022555;0.947050;0.664408;0.000000;0.348872;0.202458;0.214165;0.462322;0.658811;0.937065;0.017573;0.045362;0.909970;0.052625;0.037405;0.999455;0.000010;0.000535;0.268941;0.047426;0.731059;0.268941;0.047426;0.119203;0.119203;0.119203;0.993307;0.006693;0.006693;0.119203;0.017986;0.017986;0.047426;0.997527;0.268941;0.006693;0.047426;0.017986;0.721517;0.354344;0.368653;0.201652;0.134354;0.079439;0.539666;0.553050;0.367955;0.404199;0.256546;0.485504;0.416295;0.127527;0.137170;0.933888;0.338273;0.259417;0.378011;0.178873;0.906587;0.016908;0.076504;0.900730;0.050595;0.048675;0.998220;0.000015;0.001760;0.268941;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.982014;0.731059;0.017986;0.952574;0.119203;0.017986;0.047426;0.268941;0.017986;0.047426;0.993307;0.420188;0.508749;0.222008;0.282519;0.000000;0.733607;0.490501;0.304280;0.501250;0.692323;0.584676;0.584676;0.657010;0.119624;0.312813;0.423359;0.476018;0.000000;0.328274;0.738464;0.924160;0.016290;0.059551;0.883935;0.048540;0.067530;0.995125;0.000145;0.004730;0.268941;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.047426;0.500000;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.059749;0.200688;0.000000;0.127416;0.406127;0.190156;0.000000;0.155776;0.000000;0.704329;0.822882;0.081361;0.873249;0.933330;0.112246;0.000000;0.574931;0.551319;0.080616;0.579081;0.872592;0.011217;0.116189;0.808360;0.032760;0.158875;0.989085;0.000610;0.010305;0.731059;0.047426;0.268941;0.119203;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.119203;0.047426;0.047426;0.997527;0.731059;0.006693;0.017986;0.047426;0.516744;0.277880;0.383670;0.000000;0.938716;0.288845;0.554285;0.223914;0.457354;0.301535;0.647256;0.072292;0.505000;0.000000;0.000000;0.905681;0.601328;0.000000;0.416781;0.182276;0.704252;0.008679;0.287070;0.475145;0.024660;0.500190;0.913585;0.000635;0.085785;0.268941;0.999089;0.119203;0.047426;0.006693;0.268941;0.119203;0.268941;0.500000;0.006693;0.017986;0.731059;0.119203;0.006693;0.017986;0.731059;0.268941;0.006693;0.017986;0.047426;0.072225;0.931054;0.606590;0.000000;0.000000;0.835758;0.000000;0.116706;0.589282;0.169103;0.000000;0.888251;0.000000;0.000000;0.153164;0.776780;0.370284;0.000000;0.000000;0.080988;0.343554;0.009218;0.647229;0.330920;0.019570;0.649510;0.456130;0.001355;0.542520;0.119203;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.006693;0.047426;0.017986;0.006693;0.002473;0.002473;0.499250;0.000000;0.330926;0.000000;0.000000;0.000000;0.000000;0.969022;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.537430;0.000000;0.000000;0.000000;0.195604;0.069862;0.013209;0.916929;0.085650;0.008525;0.905825;0.105730;0.012895;0.881375
0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.017986;0.993307;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.880797;0.480760;0.130789;0.124990;0.000000;0.818021;0.408299;0.000000;0.000000;0.000000;0.787513;0.832437;0.363547;0.790344;0.223393;0.039734;0.270912;0.191081;0.000000;0.237760;0.825491;0.966559;0.020611;0.012828;0.934665;0.057385;0.007950;0.999960;0.000005;0.000030;0.119203;0.268941;0.047426;0.017986;0.999665;0.500000;0.017986;0.017986;0.017986;0.952574;0.500000;0.119203;0.500000;0.047426;0.017986;0.268941;0.880797;0.017986;0.119203;0.731059;0.705370;0.419701;0.517743;0.452890;0.744026;0.598447;0.590976;0.192476;0.181532;0.609926;0.413867;0.613014;0.638071;0.068179;0.383197;0.575176;0.553050;0.000000;0.171647;0.513497;0.950936;0.023190;0.025874;0.929555;0.057340;0.013105;0.999950;0.000005;0.000045;0.997527;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.880797;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.268941;0.835208;0.287409;0.042007;0.050594;0.729680;0.074952;0.000000;0.723522;0.041328;0.643824;0.577129;0.100833;0.789182;0.603005;0.000000;0.450166;0.346604;0.738464;0.144674;0.586133;0.955519;0.019999;0.024482;0.918810;0.054160;0.027030;0.999875;0.000005;0.000120;0.047426;0.047426;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.442259;0.000000;0.102293;0.000000;0.738464;0.296713;0.000000;0.000000;0.050738;0.677870;0.856313;0.022555;0.947050;0.664408;0.000000;0.348872;0.202458;0.214165;0.462322;0.658811;0.937065;0.017573;0.045362;0.909970;0.052625;0.037405;0.999455;0.000010;0.000535;0.268941;0.047426;0.731059;0.268941;0.047426;0.119203;0.119203;0.119203;0.993307;0.006693;0.006693;0.119203;0.017986;0.017986;0.047426;0.997527;0.268941;0.006693;0.047426;0.017986;0.721517;0.354344;0.368653;0.201652;0.134354;0.079439;0.539666;0.553050;0.367955;0.404199;0.256546;0.485504;0.416295;0.127527;0.137170;0.933888;0.338273;0.259417;0.378011;0.178873;0.906587;0.016908;0.076504;0.900730;0.050595;0.048675;0.998220;0.000015;0.001760;0.268941;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.982014;0.731059;0.017986;0.952574;0.119203;0.017986;0.047426;0.268941;0.017986;0.047426;0.993307;0.420188;0.508749;0.222008;0.282519;0.000000;0.733607;0.490501;0.304280;0.501250;0.692323;0.584676;0.584676;0.657010;0.119624;0.312813;0.423359;0.476018;0.000000;0.328274;0.738464;0.924160;0.016290;0.059551;0.883935;0.048540;0.067530;0.995125;0.000145;0.004730;0.268941;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.047426;0.500000;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.059749;0.200688;0.000000;0.127416;0.406127;0.190156;0.000000;0.155776;0.000000;0.704329;0.822882;0.081361;0.873249;0.933330;0.112246;0.000000;0.574931;0.551319;0.080616;0.579081;0.872592;0.011217;0.116189;0.808360;0.032760;0.158875;0.989085;0.000610;0.010305;0.731059;0.047426;0.268941;0.119203;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.119203;0.047426;0.047426;0.997527;0.731059;0.006693;0.017986;0.047426;0.516744;0.277880;0.383670;0.000000;0.938716;0.288845;0.554285;0.223914;0.457354;0.301535;0.647256;0.072292;0.505000;0.000000;0.000000;0.905681;0.601328;0.000000;0.416781;0.182276;0.704252;0.008679;0.287070;0.475145;0.024660;0.500190;0.913585;0.000635;0.085785;0.268941;0.999089;0.119203;0.047426;0.006693;0.268941;0.119203;0.268941;0.500000;0.006693;0.017986;0.731059;0.119203;0.006693;0.017986;0.731059;0.268941;0.006693;0.017986;0.047426;0.072225;0.931054;0.606590;0.000000;0.000000;0.835758;0.000000;0.116706;0.589282;0.169103;0.000000;0.888251;0.000000;0.000000;0.153164;0.776780;0.370284;0.000000;0.000000;0.080988;0.343554;0.009218;0.647229;0.330920;0.019570;0.649510;0.456130;0.001355;0.542520;0.119203;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.006693;0.047426;0.017986;0.006693;0.002473;0.002473;0.499250;0.000000;0.330926;0.000000;0.000000;0.000000;0.000000;0.969022;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.537430;0.000000;0.000000;0.000000;0.195604;0.069862;0.013209;0.916929;0.085650;0.008525;0.905825;0.105730;0.012895;0.881375;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000
0.119203;0.268941;0.047426;0.017986;0.999665;0.500000;0.017986;0.017986;0.017986;0.952574;0.500000;0.119203;0.500000;0.047426;0.017986;0.268941;0.880797;0.017986;0.119203;0.731059;0.705370;0.419701;0.517743;0.452890;0.744026;0.598447;0.590976;0.192476;0.181532;0.609926;0.413867;0.613014;0.638071;0.068179;0.383197;0.575176;0.553050;0.000000;0.171647;0.513497;0.950936;0.023190;0.025874;0.929555;0.057340;0.013105;0.999950;0.000005;0.000045;0.997527;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.880797;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.268941;0.835208;0.287409;0.042007;0.050594;0.729680;0.074952;0.000000;0.723522;0.041328;0.643824;0.577129;0.100833;0.789182;0.603005;0.000000;0.450166;0.346604;0.738464;0.144674;0.586133;0.955519;0.019999;0.024482;0.918810;0.054160;0.027030;0.999875;0.000005;0.000120;0.047426;0.047426;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.442259;0.000000;0.102293;0.000000;0.738464;0.296713;0.000000;0.000000;0.050738;0.677870;0.856313;0.022555;0.947050;0.664408;0.000000;0.348872;0.202458;0.214165;0.462322;0.658811;0.937065;0.017573;0.045362;0.909970;0.052625;0.037405;0.999455;0.000010;0.000535;0.268941;0.047426;0.731059;0.268941;0.047426;0.119203;0.119203;0.119203;0.993307;0.006693;0.006693;0.119203;0.017986;0.017986;0.047426;0.997527;0.268941;0.006693;0.047426;0.017986;0.721517;0.354344;0.368653;0.201652;0.134354;0.079439;0.539666;0.553050;0.367955;0.404199;0.256546;0.485504;0.416295;0.127527;0.137170;0.933888;0.338273;0.259417;0.378011;0.178873;0.906587;0.016908;0.076504;0.900730;0.050595;0.048675;0.998220;0.000015;0.001760;0.268941;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.982014;0.731059;0.017986;0.952574;0.119203;0.017986;0.047426;0.268941;0.017986;0.047426;0.993307;0.420188;0.508749;0.222008;0.282519;0.000000;0.733607;0.490501;0.304280;0.501250;0.692323;0.584676;0.584676;0.657010;0.119624;0.312813;0.423359;0.476018;0.000000;0.328274;0.738464;0.924160;0.016290;0.059551;0.883935;0.048540;0.067530;0.995125;0.000145;0.004730;0.268941;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.047426;0.500000;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.059749;0.200688;0.000000;0.127416;0.406127;0.190156;0.000000;0.155776;0.000000;0.704329;0.822882;0.081361;0.873249;0.933330;0.112246;0.000000;0.574931;0.551319;0.080616;0.579081;0.872592;0.011217;0.116189;0.808360;0.032760;0.158875;0.989085;0.000610;0.010305;0.731059;0.047426;0.268941;0.119203;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.119203;0.047426;0.047426;0.997527;0.731059;0.006693;0.017986;0.047426;0.516744;0.277880;0.383670;0.000000;0.938716;0.288845;0.554285;0.223914;0.457354;0.301535;0.647256;0.072292;0.505000;0.000000;0.000000;0.905681;0.601328;0.000000;0.416781;0.182276;0.704252;0.008679;0.287070;0.475145;0.024660;0.500190;0.913585;0.000635;0.085785;0.268941;0.999089;0.119203;0.047426;0.006693;0.268941;0.119203;0.268941;0.500000;0.006693;0.017986;0.731059;0.119203;0.006693;0.017986;0.731059;0.268941;0.006693;0.017986;0.047426;0.072225;0.931054;0.606590;0.000000;0.000000;0.835758;0.000000;0.116706;0.589282;0.169103;0.000000;0.888251;0.000000;0.000000;0.153164;0.776780;0.370284;0.000000;0.000000;0.080988;0.343554;0.009218;0.647229;0.330920;0.019570;0.649510;0.456130;0.001355;0.542520;0.119203;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.006693;0.047426;0.017986;0.006693;0.002473;0.002473;0.499250;0.000000;0.330926;0.000000;0.000000;0.000000;0.000000;0.969022;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.537430;0.000000;0.000000;0.000000;0.195604;0.069862;0.013209;0.916929;0.085650;0.008525;0.905825;0.105730;0.012895;0.881375;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000
0.997527;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.880797;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.268941;0.835208;0.287409;0.042007;0.050594;0.729680;0.074952;0.000000;0.723522;0.041328;0.643824;0.577129;0.100833;0.789182;0.603005;0.000000;0.450166;0.346604;0.738464;0.144674;0.586133;0.955519;0.019999;0.024482;0.918810;0.054160;0.027030;0.999875;0.000005;0.000120;0.047426;0.047426;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.442259;0.000000;0.102293;0.000000;0.738464;0.296713;0.000000;0.000000;0.050738;0.677870;0.856313;0.022555;0.947050;0.664408;0.000000;0.348872;0.202458;0.214165;0.462322;0.658811;0.937065;0.017573;0.045362;0.909970;0.052625;0.037405;0.999455;0.000010;0.000535;0.268941;0.047426;0.731059;0.268941;0.047426;0.119203;0.119203;0.119203;0.993307;0.006693;0.006693;0.119203;0.017986;0.017986;0.047426;0.997527;0.268941;0.006693;0.047426;0.017986;0.721517;0.354344;0.368653;0.201652;0.134354;0.079439;0.539666;0.553050;0.367955;0.404199;0.256546;0.485504;0.416295;0.127527;0.137170;0.933888;0.338273;0.259417;0.378011;0.178873;0.906587;0.016908;0.076504;0.900730;0.050595;0.048675;0.998220;0.000015;0.001760;0.268941;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.006693;0.017986;0.982014;0.731059;0.017986;0.952574;0.119203;0.017986;0.047426;0.268941;0.017986;0.047426;0.993307;0.420188;0.508749;0.222008;0.282519;0.000000;0.733607;0.490501;0.304280;0.501250;0.692323;0.584676;0.584676;0.657010;0.119624;0.312813;0.423359;0.476018;0.000000;0.328274;0.738464;0.924160;0.016290;0.059551;0.883935;0.048540;0.067530;0.995125;0.000145;0.004730;0.268941;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.047426;0.500000;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.059749;0.200688;0.000000;0.127416;0.406127;0.190156;0.000000;0.155776;0.000000;0.704329;0.822882;0.081361;0.873249;0.933330;0.112246;0.000000;0.574931;0.551319;0.080616;0.579081;0.872592;0.011217;0.116189;0.808360;0.032760;0.158875;0.989085;0.000610;0.010305;0.731059;0.047426;0.268941;0.119203;0.268941;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.119203;0.119203;0.047426;0.047426;0.997527;0.731059;0.006693;0.017986;0.047426;0.516744;0.277880;0.383670;0.000000;0.938716;0.288845;0.554285;0.223914;0.457354;0.301535;0.647256;0.072292;0.505000;0.000000;0.000000;0.905681;0.601328;0.000000;0.416781;0.182276;0.704252;0.008679;0.287070;0.475145;0.024660;0.500190;0.913585;0.000635;0.085785;0.268941;0.999089;0.119203;0.047426;0.006693;0.268941;0.119203;0.268941;0.500000;0.006693;0.017986;0.731059;0.119203;0.006693;0.017986;0.731059;0.268941;0.006693;0.017986;0.047426;0.072225;0.931054;0.606590;0.000000;0.000000;0.835758;0.000000;0.116706;0.589282;0.169103;0.000000;0.888251;0.000000;0.000000;0.153164;0.776780;0.370284;0.000000;0.000000;0.080988;0.343554;0.009218;0.647229;0.330920;0.019570;0.649510;0.456130;0.001355;0.542520;0.119203;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.002473;0.006693;0.047426;0.017986;0.006693;0.002473;0.002473;0.499250;0.000000;0.330926;0.000000;0.000000;0.000000;0.000000;0.969022;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.537430;0.000000;0.000000;0.000000;0.195604;0.069862;0.013209;0.916929;0.085650;0.008525;0.905825;0.105730;0.012895;0.881375;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000
0.268941;0.268941;0.982014;0.993307;0.006693;0.731059;0.880797;0.047426;0.500000;0.006693;0.006693;0.731059;0.017986;0.006693;0.047426;0.268941;0.268941;0.002473;0.017986;0.017986;0.352972;0.133542;0.821714;0.955426;0.000000;0.596042;0.410476;0.197182;0.341864;0.000000;0.000000;0.393410;0.000000;0.149059;0.252184;0.674147;0.386986;0.000000;0.173647;0.045304;0.014207;0.071817;0.913975;0.004270;0.000375;0.995350;0.008645;0.014260;0.977095;0.047426;0.047426;0.268941;0.119203;0.006693;0.731059;0.880797;0.997527;0.017986;0.002473;0.002473;0.047426;0.006693;0.002473;0.017986;0.047426;0.017986;0.006693;0.017986;0.002473;0.258841;0.405645;0.382016;0.755285;0.000000;0.346378;0.756392;0.927304;0.152000;0.000000;0.408299;0.000000;0.163420;0.527722;0.082489;0.049784;0.093553;0.323661;0.190772;0.000000;0.014149;0.045945;0.939908;0.000745;0.000125;0.999130;0.010725;0.016855;0.972425;0.500000;0.500000;0.952574;0.731059;0.047426;0.880797;0.952574;0.119203;0.268941;0.017986;0.017986;0.731059;0.047426;0.017986;0.047426;0.880797;0.500000;0.017986;0.047426;0.047426;0.609926;0.630649;0.646571;0.610877;0.000000;0.644282;0.782620;0.270715;0.000000;0.072225;0.000000;0.638302;0.395799;0.000000;0.084866;0.884116;0.729483;0.000000;0.000000;0.000000;0.017741;0.094486;0.887773;0.002165;0.005630;0.992205;0.016480;0.157960;0.825560;0.047426;0.006693;0.006693;0.002473;0.047426;0.006693;0.006693;0.002473;0.006693;0.993307;0.880797;0.006693;0.500000;0.500000;0.006693;0.017986;0.119203;0.017986;0.047426;0.982014;0.000000;0.000000;0.000000;0.000000;0.000000;0.092038;0.000000;0.000000;0.000000;0.945731;0.804711;0.000000;0.110367;0.408541;0.351147;0.060200;0.045434;0.000000;0.078928;0.872695;0.016914;0.304922;0.678164;0.003200;0.018835;0.977960;0.028775;0.367635;0.603595;0.047426;0.047426;0.993307;0.997527;0.047426;0.119203;0.268941;0.047426;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.880797;0.119203;0.002473;0.006693;0.006693;0.029887;0.000000;0.907795;0.975920;0.387223;0.000000;0.143564;0.000000;0.191081;0.000000;0.000000;0.079074;0.000000;0.000000;0.000000;0.215008;0.000000;0.000000;0.170795;0.034059;0.026193;0.066716;0.907093;0.013540;0.014485;0.971980;0.031190;0.183185;0.785625;0.119203;0.268941;0.047426;0.500000;0.017986;0.500000;0.982014;0.047426;0.268941;0.119203;0.500000;0.500000;0.119203;0.500000;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.248431;0.455617;0.000000;0.284347;0.000000;0.109291;0.830757;0.000000;0.287614;0.462819;0.623634;0.222008;0.145170;0.826210;0.335592;0.066298;0.441272;0.920635;0.847871;0.474771;0.933511;0.000843;0.065645;0.973625;0.000000;0.026370;0.963780;0.000230;0.035990;0.731059;0.268941;0.268941;0.880797;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.500000;0.731059;0.268941;0.006693;0.017986;0.047426;0.689332;0.388410;0.345925;0.895856;0.167702;0.673707;0.846966;0.421651;0.113046;0.061169;0.072024;0.552061;0.121106;0.000000;0.580299;0.246568;0.355947;0.000000;0.095955;0.024340;0.955904;0.020238;0.023858;0.983700;0.000000;0.016300;0.988855;0.000070;0.011075;0.880797;0.952574;0.268941;0.119203;0.268941;0.500000;0.500000;0.952574;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.268941;0.865064;0.475270;0.000000;0.049079;0.179020;0.588556;0.584919;0.838756;0.000000;0.252750;0.349099;0.401312;0.122282;0.000000;0.215514;0.747439;0.245085;0.000000;0.000000;0.111056;0.954132;0.020016;0.025852;0.984790;0.000000;0.015210;0.990855;0.000000;0.009145;0.268941;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.017986;0.047426;0.880797;0.017986;0.268941;0.880797;0.213157;0.000000;0.304492;0.000000;0.233975;0.699937;0.000000;0.000000;0.000000;0.758596;0.864830;0.000000;0.724122;0.858514;0.222354;0.000000;0.702243;0.000000;0.612540;0.290285;0.973216;0.017210;0.009574;0.999675;0.000005;0.000325;0.998445;0.000000;0.001550;0.268941;0.997527;0.119203;0.268941;0.006693;0.880797;0.731059;0.119203;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.119203;0.268941;0.006693;0.017986;0.017986;0.702243;0.884627;0.347511;0.214165;0.000000;0.325853;0.816828;0.285570;0.159762;0.466550;0.298804;0.762059;0.166589;0.102385;0.270320;0.321039;0.035881;0.000000;0.075299;0.357783;0.978286;0.015699;0.006015;0.999960;0.000005;0.000035;0.999810;0.000000;0.000190;0.880797;0.880797;0.731059;0.500000;0.017986;0.952574;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.808145;0.851574;0.641297;0.462322;0.000000;0.553297;0.579081;0.028059;0.408058;0.351603;0.203753;0.772942;0.000000;0.000000;0.000000;0.700147;0.185881;0.469787;0.136343;0.143687;0.975774;0.017069;0.007157;0.999970;0.000005;0.000025;0.999895;0.000000;0.000105
0.047426;0.047426;0.268941;0.119203;0.006693;0.731059;0.880797;0.997527;0.017986;0.002473;0.002473;0.047426;0.006693;0.002473;0.017986;0.047426;0.017986;0.006693;0.017986;0.002473;0.258841;0.405645;0.382016;0.755285;0.000000;0.346378;0.756392;0.927304;0.152000;0.000000;0.408299;0.000000;0.163420;0.527722;0.082489;0.049784;0.093553;0.323661;0.190772;0.000000;0.014149;0.045945;0.939908;0.000745;0.000125;0.999130;0.010725;0.016855;0.972425;0.500000;0.500000;0.952574;0.731059;0.047426;0.880797;0.952574;0.119203;0.268941;0.017986;0.017986;0.731059;0.047426;0.017986;0.047426;0.880797;0.500000;0.017986;0.047426;0.047426;0.609926;0.630649;0.646571;0.610877;0.000000;0.644282;0.782620;0.270715;0.000000;0.072225;0.000000;0.638302;0.395799;0.000000;0.084866;0.884116;0.729483;0.000000;0.000000;0.000000;0.017741;0.094486;0.887773;0.002165;0.005630;0.992205;0.016480;0.157960;0.825560;0.047426;0.006693;0.006693;0.002473;0.047426;0.006693;0.006693;0.002473;0.006693;0.993307;0.880797;0.006693;0.500000;0.500000;0.006693;0.017986;0.119203;0.017986;0.047426;0.982014;0.000000;0.000000;0.000000;0.000000;0.000000;0.092038;0.000000;0.000000;0.000000;0.945731;0.804711;0.000000;0.110367;0.408541;0.351147;0.060200;0.045434;0.000000;0.078928;0.872695;0.016914;0.304922;0.678164;0.003200;0.018835;0.977960;0.028775;0.367635;0.603595;0.047426;0.047426;0.993307;0.997527;0.047426;0.119203;0.268941;0.047426;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.880797;0.119203;0.002473;0.006693;0.006693;0.029887;0.000000;0.907795;0.975920;0.387223;0.000000;0.143564;0.000000;0.191081;0.000000;0.000000;0.079074;0.000000;0.000000;0.000000;0.215008;0.000000;0.000000;0.170795;0.034059;0.026193;0.066716;0.907093;0.013540;0.014485;0.971980;0.031190;0.183185;0.785625;0.119203;0.268941;0.047426;0.500000;0.017986;0.500000;0.982014;0.047426;0.268941;0.119203;0.500000;0.500000;0.119203;0.500000;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.248431;0.455617;0.000000;0.284347;0.000000;0.109291;0.830757;0.000000;0.287614;0.462819;0.623634;0.222008;0.145170;0.826210;0.335592;0.066298;0.441272;0.920635;0.847871;0.474771;0.933511;0.000843;0.065645;0.973625;0.000000;0.026370;0.963780;0.000230;0.035990;0.731059;0.268941;0.268941;0.880797;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.500000;0.731059;0.268941;0.006693;0.017986;0.047426;0.689332;0.388410;0.345925;0.895856;0.167702;0.673707;0.846966;0.421651;0.113046;0.061169;0.072024;0.552061;0.121106;0.000000;0.580299;0.246568;0.355947;0.000000;0.095955;0.024340;0.955904;0.020238;0.023858;0.983700;0.000000;0.016300;0.988855;0.000070;0.011075;0.880797;0.952574;0.268941;0.119203;0.268941;0.500000;0.500000;0.952574;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.268941;0.865064;0.475270;0.000000;0.049079;0.179020;0.588556;0.584919;0.838756;0.000000;0.252750;0.349099;0.401312;0.122282;0.000000;0.215514;0.747439;0.245085;0.000000;0.000000;0.111056;0.954132;0.020016;0.025852;0.984790;0.000000;0.015210;0.990855;0.000000;0.009145;0.268941;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.017986;0.047426;0.880797;0.017986;0.268941;0.880797;0.213157;0.000000;0.304492;0.000000;0.233975;0.699937;0.000000;0.000000;0.000000;0.758596;0.864830;0.000000;0.724122;0.858514;0.222354;0.000000;0.702243;0.000000;0.612540;0.290285;0.973216;0.017210;0.009574;0.999675;0.000005;0.000325;0.998445;0.000000;0.001550;0.268941;0.997527;0.119203;0.268941;0.006693;0.880797;0.731059;0.119203;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.119203;0.268941;0.006693;0.017986;0.017986;0.702243;0.884627;0.347511;0.214165;0.000000;0.325853;0.816828;0.285570;0.159762;0.466550;0.298804;0.762059;0.166589;0.102385;0.270320;0.321039;0.035881;0.000000;0.075299;0.357783;0.978286;0.015699;0.006015;0.999960;0.000005;0.000035;0.999810;0.000000;0.000190;0.880797;0.880797;0.731059;0.500000;0.017986;0.952574;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.808145;0.851574;0.641297;0.462322;0.000000;0.553297;0.579081;0.028059;0.408058;0.351603;0.203753;0.772942;0.000000;0.000000;0.000000;0.700147;0.185881;0.469787;0.136343;0.143687;0.975774;0.017069;0.007157;0.999970;0.000005;0.000025;0.999895;0.000000;0.000105;0.047426;0.017986;0.017986;0.006693;0.047426;0.500000;0.017986;0.006693;0.500000;0.952574;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.000000;0.000000;0.700147;0.159092;0.618928;0.636915;0.441519;0.153944;0.900160;0.615620;0.852079;0.048476;0.516494;0.522485;0.000000;0.122711;0.117326;0.000000;0.715042;0.093130;0.976382;0.017148;0.006470;0.999955;0.000005;0.000040;0.999680;0.000000;0.000320
0.500000;0.500000;0.952574;0.731059;0.047426;0.880797;0.952574;0.119203;0.268941;0.017986;0.017986;0.731059;0.047426;0.017986;0.047426;0.880797;0.500000;0.017986;0.047426;0.047426;0.609926;0.630649;0.646571;0.610877;0.000000;0.644282;0.782620;0.270715;0.000000;0.072225;0.000000;0.638302;0.395799;0.000000;0.084866;0.884116;0.729483;0.000000;0.000000;0.000000;0.017741;0.094486;0.887773;0.002165;0.005630;0.992205;0.016480;0.157960;0.825560;0.047426;0.006693;0.006693;0.002473;0.047426;0.006693;0.006693;0.002473;0.006693;0.993307;0.880797;0.006693;0.500000;0.500000;0.006693;0.017986;0.119203;0.017986;0.047426;0.982014;0.000000;0.000000;0.000000;0.000000;0.000000;0.092038;0.000000;0.000000;0.000000;0.945731;0.804711;0.000000;0.110367;0.408541;0.351147;0.060200;0.045434;0.000000;0.078928;0.872695;0.016914;0.304922;0.678164;0.003200;0.018835;0.977960;0.028775;0.367635;0.603595;0.047426;0.047426;0.993307;0.997527;0.047426;0.119203;0.268941;0.047426;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.880797;0.119203;0.002473;0.006693;0.006693;0.029887;0.000000;0.907795;0.975920;0.387223;0.000000;0.143564;0.000000;0.191081;0.000000;0.000000;0.079074;0.000000;0.000000;0.000000;0.215008;0.000000;0.000000;0.170795;0.034059;0.026193;0.066716;0.907093;0.013540;0.014485;0.971980;0.031190;0.183185;0.785625;0.119203;0.268941;0.047426;0.500000;0.017986;0.500000;0.982014;0.047426;0.268941;0.119203;0.500000;0.500000;0.119203;0.500000;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.248431;0.455617;0.000000;0.284347;0.000000;0.109291;0.830757;0.000000;0.287614;0.462819;0.623634;0.222008;0.145170;0.826210;0.335592;0.066298;0.441272;0.920635;0.847871;0.474771;0.933511;0.000843;0.065645;0.973625;0.000000;0.026370;0.963780;0.000230;0.035990;0.731059;0.268941;0.268941;0.880797;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.500000;0.731059;0.268941;0.006693;0.017986;0.047426;0.689332;0.388410;0.345925;0.895856;0.167702;0.673707;0.846966;0.421651;0.113046;0.061169;0.072024;0.552061;0.121106;0.000000;0.580299;0.246568;0.355947;0.000000;0.095955;0.024340;0.955904;0.020238;0.023858;0.983700;0.000000;0.016300;0.988855;0.000070;0.011075;0.880797;0.952574;0.268941;0.119203;0.268941;0.500000;0.500000;0.952574;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.268941;0.865064;0.475270;0.000000;0.049079;0.179020;0.588556;0.584919;0.838756;0.000000;0.252750;0.349099;0.401312;0.122282;0.000000;0.215514;0.747439;0.245085;0.000000;0.000000;0.111056;0.954132;0.020016;0.025852;0.984790;0.000000;0.015210;0.990855;0.000000;0.009145;0.268941;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.017986;0.047426;0.880797;0.017986;0.268941;0.880797;0.213157;0.000000;0.304492;0.000000;0.233975;0.699937;0.000000;0.000000;0.000000;0.758596;0.864830;0.000000;0.724122;0.858514;0.222354;0.000000;0.702243;0.000000;0.612540;0.290285;0.973216;0.017210;0.009574;0.999675;0.000005;0.000325;0.998445;0.000000;0.001550;0.268941;0.997527;0.119203;0.268941;0.006693;0.880797;0.731059;0.119203;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.119203;0.268941;0.006693;0.017986;0.017986;0.702243;0.884627;0.347511;0.214165;0.000000;0.325853;0.816828;0.285570;0.159762;0.466550;0.298804;0.762059;0.166589;0.102385;0.270320;0.321039;0.035881;0.000000;0.075299;0.357783;0.978286;0.015699;0.006015;0.999960;0.000005;0.000035;0.999810;0.000000;0.000190;0.880797;0.880797;0.731059;0.500000;0.017986;0.952574;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.808145;0.851574;0.641297;0.462322;0.000000;0.553297;0.579081;0.028059;0.408058;0.351603;0.203753;0.772942;0.000000;0.000000;0.000000;0.700147;0.185881;0.469787;0.136343;0.143687;0.975774;0.017069;0.007157;0.999970;0.000005;0.000025;0.999895;0.000000;0.000105;0.047426;0.017986;0.017986;0.006693;0.047426;0.500000;0.017986;0.006693;0.500000;0.952574;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.000000;0.000000;0.700147;0.159092;0.618928;0.636915;0.441519;0.153944;0.900160;0.615620;0.852079;0.048476;0.516494;0.522485;0.000000;0.122711;0.117326;0.000000;0.715042;0.093130;0.976382;0.017148;0.006470;0.999955;0.000005;0.000040;0.999680;0.000000;0.000320;0.731059;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.017986;0.006693;0.952574;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.047426;0.993307;0.638994;0.210652;0.000000;0.000000;0.722521;0.000000;0.000000;0.034993;0.000000;0.929955;0.694449;0.000000;0.614910;0.302800;0.084866;0.264638;0.194662;0.305339;0.147041;0.826927;0.977031;0.002883;0.020087;0.999360;0.000005;0.000635;0.999970;0.000000;0.000030
0.047426;0.006693;0.006693;0.002473;0.047426;0.006693;0.006693;0.002473;0.006693;0.993307;0.880797;0.006693;0.500000;0.500000;0.006693;0.017986;0.119203;0.017986;0.047426;0.982014;0.000000;0.000000;0.000000;0.000000;0.000000;0.092038;0.000000;0.000000;0.000000;0.945731;0.804711;0.000000;0.110367;0.408541;0.351147;0.060200;0.045434;0.000000;0.078928;0.872695;0.016914;0.304922;0.678164;0.003200;0.018835;0.977960;0.028775;0.367635;0.603595;0.047426;0.047426;0.993307;0.997527;0.047426;0.119203;0.268941;0.047426;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.880797;0.119203;0.002473;0.006693;0.006693;0.029887;0.000000;0.907795;0.975920;0.387223;0.000000;0.143564;0.000000;0.191081;0.000000;0.000000;0.079074;0.000000;0.000000;0.000000;0.215008;0.000000;0.000000;0.170795;0.034059;0.026193;0.066716;0.907093;0.013540;0.014485;0.971980;0.031190;0.183185;0.785625;0.119203;0.268941;0.047426;0.500000;0.017986;0.500000;0.982014;0.047426;0.268941;0.119203;0.500000;0.500000;0.119203;0.500000;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.248431;0.455617;0.000000;0.284347;0.000000;0.109291;0.830757;0.000000;0.287614;0.462819;0.623634;0.222008;0.145170;0.826210;0.335592;0.066298;0.441272;0.920635;0.847871;0.474771;0.933511;0.000843;0.065645;0.973625;0.000000;0.026370;0.963780;0.000230;0.035990;0.731059;0.268941;0.268941;0.880797;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.500000;0.731059;0.268941;0.006693;0.017986;0.047426;0.689332;0.388410;0.345925;0.895856;0.167702;0.673707;0.846966;0.421651;0.113046;0.061169;0.072024;0.552061;0.121106;0.000000;0.580299;0.246568;0.355947;0.000000;0.095955;0.024340;0.955904;0.020238;0.023858;0.983700;0.000000;0.016300;0.988855;0.000070;0.011075;0.880797;0.952574;0.268941;0.119203;0.268941;0.500000;0.500000;0.952574;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.268941;0.865064;0.475270;0.000000;0.049079;0.179020;0.588556;0.584919;0.838756;0.000000;0.252750;0.349099;0.401312;0.122282;0.000000;0.215514;0.747439;0.245085;0.000000;0.000000;0.111056;0.954132;0.020016;0.025852;0.984790;0.000000;0.015210;0.990855;0.000000;0.009145;0.268941;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.017986;0.047426;0.880797;0.017986;0.268941;0.880797;0.213157;0.000000;0.304492;0.000000;0.233975;0.699937;0.000000;0.000000;0.000000;0.758596;0.864830;0.000000;0.724122;0.858514;0.222354;0.000000;0.702243;0.000000;0.612540;0.290285;0.973216;0.017210;0.009574;0.999675;0.000005;0.000325;0.998445;0.000000;0.001550;0.268941;0.997527;0.119203;0.268941;0.006693;0.880797;0.731059;0.119203;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.119203;0.268941;0.006693;0.017986;0.017986;0.702243;0.884627;0.347511;0.214165;0.000000;0.325853;0.816828;0.285570;0.159762;0.466550;0.298804;0.762059;0.166589;0.102385;0.270320;0.321039;0.035881;0.000000;0.075299;0.357783;0.978286;0.015699;0.006015;0.999960;0.000005;0.000035;0.999810;0.000000;0.000190;0.880797;0.880797;0.731059;0.500000;0.017986;0.952574;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.808145;0.851574;0.641297;0.462322;0.000000;0.553297;0.579081;0.028059;0.408058;0.351603;0.203753;0.772942;0.000000;0.000000;0.000000;0.700147;0.185881;0.469787;0.136343;0.143687;0.975774;0.017069;0.007157;0.999970;0.000005;0.000025;0.999895;0.000000;0.000105;0.047426;0.017986;0.017986;0.006693;0.047426;0.500000;0.017986;0.006693;0.500000;0.952574;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.000000;0.000000;0.700147;0.159092;0.618928;0.636915;0.441519;0.153944;0.900160;0.615620;0.852079;0.048476;0.516494;0.522485;0.000000;0.122711;0.117326;0.000000;0.715042;0.093130;0.976382;0.017148;0.006470;0.999955;0.000005;0.000040;0.999680;0.000000;0.000320;0.731059;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.017986;0.006693;0.952574;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.047426;0.993307;0.638994;0.210652;0.000000;0.000000;0.722521;0.000000;0.000000;0.034993;0.000000;0.929955;0.694449;0.000000;0.614910;0.302800;0.084866;0.264638;0.194662;0.305339;0.147041;0.826927;0.977031;0.002883;0.020087;0.999360;0.000005;0.000635;0.999970;0.000000;0.000030;0.047426;0.982014;0.880797;0.952574;0.006693;0.880797;0.952574;0.047426;0.268941;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.414353;0.828921;0.753989;0.905167;0.241220;0.766562;0.850814;0.158958;0.216361;0.226707;0.027014;0.374256;0.165757;0.000000;0.000000;0.266002;0.029029;0.000000;0.000000;0.067107;0.976905;0.004207;0.018888;0.998435;0.000005;0.001560;0.999955;0.000000;0.000045
0.047426;0.047426;0.993307;0.997527;0.047426;0.119203;0.268941;0.047426;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.880797;0.119203;0.002473;0.006693;0.006693;0.029887;0.000000;0.907795;0.975920;0.387223;0.000000;0.143564;0.000000;0.191081;0.000000;0.000000;0.079074;0.000000;0.000000;0.000000;0.215008;0.000000;0.000000;0.170795;0.034059;0.026193;0.066716;0.907093;0.013540;0.014485;0.971980;0.031190;0.183185;0.785625;0.119203;0.268941;0.047426;0.500000;0.017986;0.500000;0.982014;0.047426;0.268941;0.119203;0.500000;0.500000;0.119203;0.500000;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.248431;0.455617;0.000000;0.284347;0.000000;0.109291;0.830757;0.000000;0.287614;0.462819;0.623634;0.222008;0.145170;0.826210;0.335592;0.066298;0.441272;0.920635;0.847871;0.474771;0.933511;0.000843;0.065645;0.973625;0.000000;0.026370;0.963780;0.000230;0.035990;0.731059;0.268941;0.268941;0.880797;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.500000;0.731059;0.268941;0.006693;0.017986;0.047426;0.689332;0.388410;0.345925;0.895856;0.167702;0.673707;0.846966;0.421651;0.113046;0.061169;0.072024;0.552061;0.121106;0.000000;0.580299;0.246568;0.355947;0.000000;0.095955;0.024340;0.955904;0.020238;0.023858;0.983700;0.000000;0.016300;0.988855;0.000070;0.011075;0.880797;0.952574;0.268941;0.119203;0.268941;0.500000;0.500000;0.952574;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.268941;0.865064;0.475270;0.000000;0.049079;0.179020;0.588556;0.584919;0.838756;0.000000;0.252750;0.349099;0.401312;0.122282;0.000000;0.215514;0.747439;0.245085;0.000000;0.000000;0.111056;0.954132;0.020016;0.025852;0.984790;0.000000;0.015210;0.990855;0.000000;0.009145;0.268941;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.017986;0.047426;0.880797;0.017986;0.268941;0.880797;0.213157;0.000000;0.304492;0.000000;0.233975;0.699937;0.000000;0.000000;0.000000;0.758596;0.864830;0.000000;0.724122;0.858514;0.222354;0.000000;0.702243;0.000000;0.612540;0.290285;0.973216;0.017210;0.009574;0.999675;0.000005;0.000325;0.998445;0.000000;0.001550;0.268941;0.997527;0.119203;0.268941;0.006693;0.880797;0.731059;0.119203;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.119203;0.268941;0.006693;0.017986;0.017986;0.702243;0.884627;0.347511;0.214165;0.000000;0.325853;0.816828;0.285570;0.159762;0.466550;0.298804;0.762059;0.166589;0.102385;0.270320;0.321039;0.035881;0.000000;0.075299;0.357783;0.978286;0.015699;0.006015;0.999960;0.000005;0.000035;0.999810;0.000000;0.000190;0.880797;0.880797;0.731059;0.500000;0.017986;0.952574;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.808145;0.851574;0.641297;0.462322;0.000000;0.553297;0.579081;0.028059;0.408058;0.351603;0.203753;0.772942;0.000000;0.000000;0.000000;0.700147;0.185881;0.469787;0.136343;0.143687;0.975774;0.017069;0.007157;0.999970;0.000005;0.000025;0.999895;0.000000;0.000105;0.047426;0.017986;0.017986;0.006693;0.047426;0.500000;0.017986;0.006693;0.500000;0.952574;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.000000;0.000000;0.700147;0.159092;0.618928;0.636915;0.441519;0.153944;0.900160;0.615620;0.852079;0.048476;0.516494;0.522485;0.000000;0.122711;0.117326;0.000000;0.715042;0.093130;0.976382;0.017148;0.006470;0.999955;0.000005;0.000040;0.999680;0.000000;0.000320;0.731059;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.017986;0.006693;0.952574;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.047426;0.993307;0.638994;0.210652;0.000000;0.000000;0.722521;0.000000;0.000000;0.034993;0.000000;0.929955;0.694449;0.000000;0.614910;0.302800;0.084866;0.264638;0.194662;0.305339;0.147041;0.826927;0.977031;0.002883;0.020087;0.999360;0.000005;0.000635;0.999970;0.000000;0.000030;0.047426;0.982014;0.880797;0.952574;0.006693;0.880797;0.952574;0.047426;0.268941;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.414353;0.828921;0.753989;0.905167;0.241220;0.766562;0.850814;0.158958;0.216361;0.226707;0.027014;0.374256;0.165757;0.000000;0.000000;0.266002;0.029029;0.000000;0.000000;0.067107;0.976905;0.004207;0.018888;0.998435;0.000005;0.001560;0.999955;0.000000;0.000045;0.047426;0.880797;0.500000;0.017986;0.006693;0.119203;0.017986;0.006693;0.993307;0.017986;0.119203;0.268941;0.047426;0.982014;0.006693;0.047426;0.047426;0.993307;0.997527;0.047426;0.119624;0.799152;0.345247;0.324975;0.000000;0.283331;0.196076;0.067989;0.893975;0.130562;0.144180;0.586618;0.387223;0.916751;0.000000;0.126309;0.120257;0.944065;0.859241;0.000000;0.972074;0.002587;0.025339;0.993560;0.000005;0.006435;0.999970;0.000000;0.000030
0.119203;0.268941;0.047426;0.500000;0.017986;0.500000;0.982014;0.047426;0.268941;0.119203;0.500000;0.500000;0.119203;0.500000;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.248431;0.455617;0.000000;0.284347;0.000000;0.109291;0.830757;0.000000;0.287614;0.462819;0.623634;0.222008;0.145170;0.826210;0.335592;0.066298;0.441272;0.920635;0.847871;0.474771;0.933511;0.000843;0.065645;0.973625;0.000000;0.026370;0.963780;0.000230;0.035990;0.731059;0.268941;0.268941;0.880797;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.500000;0.731059;0.268941;0.006693;0.017986;0.047426;0.689332;0.388410;0.345925;0.895856;0.167702;0.673707;0.846966;0.421651;0.113046;0.061169;0.072024;0.552061;0.121106;0.000000;0.580299;0.246568;0.355947;0.000000;0.095955;0.024340;0.955904;0.020238;0.023858;0.983700;0.000000;0.016300;0.988855;0.000070;0.011075;0.880797;0.952574;0.268941;0.119203;0.268941;0.500000;0.500000;0.952574;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.268941;0.865064;0.475270;0.000000;0.049079;0.179020;0.588556;0.584919;0.838756;0.000000;0.252750;0.349099;0.401312;0.122282;0.000000;0.215514;0.747439;0.245085;0.000000;0.000000;0.111056;0.954132;0.020016;0.025852;0.984790;0.000000;0.015210;0.990855;0.000000;0.009145;0.268941;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.017986;0.047426;0.880797;0.017986;0.268941;0.880797;0.213157;0.000000;0.304492;0.000000;0.233975;0.699937;0.000000;0.000000;0.000000;0.758596;0.864830;0.000000;0.724122;0.858514;0.222354;0.000000;0.702243;0.000000;0.612540;0.290285;0.973216;0.017210;0.009574;0.999675;0.000005;0.000325;0.998445;0.000000;0.001550;0.268941;0.997527;0.119203;0.268941;0.006693;0.880797;0.731059;0.119203;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.119203;0.268941;0.006693;0.017986;0.017986;0.702243;0.884627;0.347511;0.214165;0.000000;0.325853;0.816828;0.285570;0.159762;0.466550;0.298804;0.762059;0.166589;0.102385;0.270320;0.321039;0.035881;0.000000;0.075299;0.357783;0.978286;0.015699;0.006015;0.999960;0.000005;0.000035;0.999810;0.000000;0.000190;0.880797;0.880797;0.731059;0.500000;0.017986;0.952574;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.808145;0.851574;0.641297;0.462322;0.000000;0.553297;0.579081;0.028059;0.408058;0.351603;0.203753;0.772942;0.000000;0.000000;0.000000;0.700147;0.185881;0.469787;0.136343;0.143687;0.975774;0.017069;0.007157;0.999970;0.000005;0.000025;0.999895;0.000000;0.000105;0.047426;0.017986;0.017986;0.006693;0.047426;0.500000;0.017986;0.006693;0.500000;0.952574;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.000000;0.000000;0.700147;0.159092;0.618928;0.636915;0.441519;0.153944;0.900160;0.615620;0.852079;0.048476;0.516494;0.522485;0.000000;0.122711;0.117326;0.000000;0.715042;0.093130;0.976382;0.017148;0.006470;0.999955;0.000005;0.000040;0.999680;0.000000;0.000320;0.731059;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.017986;0.006693;0.952574;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.047426;0.993307;0.638994;0.210652;0.000000;0.000000;0.722521;0.000000;0.000000;0.034993;0.000000;0.929955;0.694449;0.000000;0.614910;0.302800;0.084866;0.264638;0.194662;0.305339;0.147041;0.826927;0.977031;0.002883;0.020087;0.999360;0.000005;0.000635;0.999970;0.000000;0.000030;0.047426;0.982014;0.880797;0.952574;0.006693;0.880797;0.952574;0.047426;0.268941;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.414353;0.828921;0.753989;0.905167;0.241220;0.766562;0.850814;0.158958;0.216361;0.226707;0.027014;0.374256;0.165757;0.000000;0.000000;0.266002;0.029029;0.000000;0.000000;0.067107;0.976905;0.004207;0.018888;0.998435;0.000005;0.001560;0.999955;0.000000;0.000045;0.047426;0.880797;0.500000;0.017986;0.006693;0.119203;0.017986;0.006693;0.993307;0.017986;0.119203;0.268941;0.047426;0.982014;0.006693;0.047426;0.047426;0.993307;0.997527;0.047426;0.119624;0.799152;0.345247;0.324975;0.000000;0.283331;0.196076;0.067989;0.893975;0.130562;0.144180;0.586618;0.387223;0.916751;0.000000;0.126309;0.120257;0.944065;0.859241;0.000000;0.972074;0.002587;0.025339;0.993560;0.000005;0.006435;0.999970;0.000000;0.000030;0.119203;0.119203;0.982014;0.119203;0.017986;0.880797;0.268941;0.047426;0.880797;0.268941;0.880797;0.119203;0.731059;0.731059;0.017986;0.268941;0.268941;0.047426;0.731059;0.500000;0.468044;0.000000;0.186032;0.040117;0.779714;0.797057;0.000000;0.024892;0.371217;0.620106;0.887355;0.000000;0.809382;0.000000;0.000000;0.000000;0.054115;0.375662;0.779542;0.562915;0.963346;0.006147;0.030507;0.988055;0.000005;0.011940;0.999845;0.000000;0.000155
0.731059;0.268941;0.268941;0.880797;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.500000;0.731059;0.268941;0.006693;0.017986;0.047426;0.689332;0.388410;0.345925;0.895856;0.167702;0.673707;0.846966;0.421651;0.113046;0.061169;0.072024;0.552061;0.121106;0.000000;0.580299;0.246568;0.355947;0.000000;0.095955;0.024340;0.955904;0.020238;0.023858;0.983700;0.000000;0.016300;0.988855;0.000070;0.011075;0.880797;0.952574;0.268941;0.119203;0.268941;0.500000;0.500000;0.952574;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.268941;0.865064;0.475270;0.000000;0.049079;0.179020;0.588556;0.584919;0.838756;0.000000;0.252750;0.349099;0.401312;0.122282;0.000000;0.215514;0.747439;0.245085;0.000000;0.000000;0.111056;0.954132;0.020016;0.025852;0.984790;0.000000;0.015210;0.990855;0.000000;0.009145;0.268941;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.017986;0.047426;0.880797;0.017986;0.268941;0.880797;0.213157;0.000000;0.304492;0.000000;0.233975;0.699937;0.000000;0.000000;0.000000;0.758596;0.864830;0.000000;0.724122;0.858514;0.222354;0.000000;0.702243;0.000000;0.612540;0.290285;0.973216;0.017210;0.009574;0.999675;0.000005;0.000325;0.998445;0.000000;0.001550;0.268941;0.997527;0.119203;0.268941;0.006693;0.880797;0.731059;0.119203;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.119203;0.268941;0.006693;0.017986;0.017986;0.702243;0.884627;0.347511;0.214165;0.000000;0.325853;0.816828;0.285570;0.159762;0.466550;0.298804;0.762059;0.166589;0.102385;0.270320;0.321039;0.035881;0.000000;0.075299;0.357783;0.978286;0.015699;0.006015;0.999960;0.000005;0.000035;0.999810;0.000000;0.000190;0.880797;0.880797;0.731059;0.500000;0.017986;0.952574;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.808145;0.851574;0.641297;0.462322;0.000000;0.553297;0.579081;0.028059;0.408058;0.351603;0.203753;0.772942;0.000000;0.000000;0.000000;0.700147;0.185881;0.469787;0.136343;0.143687;0.975774;0.017069;0.007157;0.999970;0.000005;0.000025;0.999895;0.000000;0.000105;0.047426;0.017986;0.017986;0.006693;0.047426;0.500000;0.017986;0.006693;0.500000;0.952574;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.000000;0.000000;0.700147;0.159092;0.618928;0.636915;0.441519;0.153944;0.900160;0.615620;0.852079;0.048476;0.516494;0.522485;0.000000;0.122711;0.117326;0.000000;0.715042;0.093130;0.976382;0.017148;0.006470;0.999955;0.000005;0.000040;0.999680;0.000000;0.000320;0.731059;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.017986;0.006693;0.952574;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.047426;0.993307;0.638994;0.210652;0.000000;0.000000;0.722521;0.000000;0.000000;0.034993;0.000000;0.929955;0.694449;0.000000;0.614910;0.302800;0.084866;0.264638;0.194662;0.305339;0.147041;0.826927;0.977031;0.002883;0.020087;0.999360;0.000005;0.000635;0.999970;0.000000;0.000030;0.047426;0.982014;0.880797;0.952574;0.006693;0.880797;0.952574;0.047426;0.268941;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.414353;0.828921;0.753989;0.905167;0.241220;0.766562;0.850814;0.158958;0.216361;0.226707;0.027014;0.374256;0.165757;0.000000;0.000000;0.266002;0.029029;0.000000;0.000000;0.067107;0.976905;0.004207;0.018888;0.998435;0.000005;0.001560;0.999955;0.000000;0.000045;0.047426;0.880797;0.500000;0.017986;0.006693;0.119203;0.017986;0.006693;0.993307;0.017986;0.119203;0.268941;0.047426;0.982014;0.006693;0.047426;0.047426;0.993307;0.997527;0.047426;0.119624;0.799152;0.345247;0.324975;0.000000;0.283331;0.196076;0.067989;0.893975;0.130562;0.144180;0.586618;0.387223;0.916751;0.000000;0.126309;0.120257;0.944065;0.859241;0.000000;0.972074;0.002587;0.025339;0.993560;0.000005;0.006435;0.999970;0.000000;0.000030;0.119203;0.119203;0.982014;0.119203;0.017986;0.880797;0.268941;0.047426;0.880797;0.268941;0.880797;0.119203;0.731059;0.731059;0.017986;0.268941;0.268941;0.047426;0.731059;0.500000;0.468044;0.000000;0.186032;0.040117;0.779714;0.797057;0.000000;0.024892;0.371217;0.620106;0.887355;0.000000;0.809382;0.000000;0.000000;0.000000;0.054115;0.375662;0.779542;0.562915;0.963346;0.006147;0.030507;0.988055;0.000005;0.011940;0.999845;0.000000;0.000155;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.268941;0.880797;0.560945;0.152646;0.000000;0.070175;0.404440;0.402755;0.341864;0.000000;0.000000;0.902120;0.735362;0.205544;0.504500;0.133310;0.000000;0.675025;0.209988;0.672387;0.470285;0.742499;0.953029;0.016530;0.030442;0.981320;0.000010;0.018670;0.996770;0.000000;0.003230
0.880797;0.952574;0.268941;0.119203;0.268941;0.500000;0.500000;0.952574;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.500000;0.017986;0.047426;0.268941;0.865064;0.475270;0.000000;0.049079;0.179020;0.588556;0.584919;0.838756;0.000000;0.252750;0.349099;0.401312;0.122282;0.000000;0.215514;0.747439;0.245085;0.000000;0.000000;0.111056;0.954132;0.020016;0.025852;0.984790;0.000000;0.015210;0.990855;0.000000;0.009145;0.268941;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.017986;0.047426;0.880797;0.017986;0.268941;0.880797;0.213157;0.000000;0.304492;0.000000;0.233975;0.699937;0.000000;0.000000;0.000000;0.758596;0.864830;0.000000;0.724122;0.858514;0.222354;0.000000;0.702243;0.000000;0.612540;0.290285;0.973216;0.017210;0.009574;0.999675;0.000005;0.000325;0.998445;0.000000;0.001550;0.268941;0.997527;0.119203;0.268941;0.006693;0.880797;0.731059;0.119203;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.119203;0.268941;0.006693;0.017986;0.017986;0.702243;0.884627;0.347511;0.214165;0.000000;0.325853;0.816828;0.285570;0.159762;0.466550;0.298804;0.762059;0.166589;0.102385;0.270320;0.321039;0.035881;0.000000;0.075299;0.357783;0.978286;0.015699;0.006015;0.999960;0.000005;0.000035;0.999810;0.000000;0.000190;0.880797;0.880797;0.731059;0.500000;0.017986;0.952574;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.808145;0.851574;0.641297;0.462322;0.000000;0.553297;0.579081;0.028059;0.408058;0.351603;0.203753;0.772942;0.000000;0.000000;0.000000;0.700147;0.185881;0.469787;0.136343;0.143687;0.975774;0.017069;0.007157;0.999970;0.000005;0.000025;0.999895;0.000000;0.000105;0.047426;0.017986;0.017986;0.006693;0.047426;0.500000;0.017986;0.006693;0.500000;0.952574;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.000000;0.000000;0.700147;0.159092;0.618928;0.636915;0.441519;0.153944;0.900160;0.615620;0.852079;0.048476;0.516494;0.522485;0.000000;0.122711;0.117326;0.000000;0.715042;0.093130;0.976382;0.017148;0.006470;0.999955;0.000005;0.000040;0.999680;0.000000;0.000320;0.731059;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.017986;0.006693;0.952574;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.047426;0.993307;0.638994;0.210652;0.000000;0.000000;0.722521;0.000000;0.000000;0.034993;0.000000;0.929955;0.694449;0.000000;0.614910;0.302800;0.084866;0.264638;0.194662;0.305339;0.147041;0.826927;0.977031;0.002883;0.020087;0.999360;0.000005;0.000635;0.999970;0.000000;0.000030;0.047426;0.982014;0.880797;0.952574;0.006693;0.880797;0.952574;0.047426;0.268941;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.414353;0.828921;0.753989;0.905167;0.241220;0.766562;0.850814;0.158958;0.216361;0.226707;0.027014;0.374256;0.165757;0.000000;0.000000;0.266002;0.029029;0.000000;0.000000;0.067107;0.976905;0.004207;0.018888;0.998435;0.000005;0.001560;0.999955;0.000000;0.000045;0.047426;0.880797;0.500000;0.017986;0.006693;0.119203;0.017986;0.006693;0.993307;0.017986;0.119203;0.268941;0.047426;0.982014;0.006693;0.047426;0.047426;0.993307;0.997527;0.047426;0.119624;0.799152;0.345247;0.324975;0.000000;0.283331;0.196076;0.067989;0.893975;0.130562;0.144180;0.586618;0.387223;0.916751;0.000000;0.126309;0.120257;0.944065;0.859241;0.000000;0.972074;0.002587;0.025339;0.993560;0.000005;0.006435;0.999970;0.000000;0.000030;0.119203;0.119203;0.982014;0.119203;0.017986;0.880797;0.268941;0.047426;0.880797;0.268941;0.880797;0.119203;0.731059;0.731059;0.017986;0.268941;0.268941;0.047426;0.731059;0.500000;0.468044;0.000000;0.186032;0.040117;0.779714;0.797057;0.000000;0.024892;0.371217;0.620106;0.887355;0.000000;0.809382;0.000000;0.000000;0.000000;0.054115;0.375662;0.779542;0.562915;0.963346;0.006147;0.030507;0.988055;0.000005;0.011940;0.999845;0.000000;0.000155;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.268941;0.880797;0.560945;0.152646;0.000000;0.070175;0.404440;0.402755;0.341864;0.000000;0.000000;0.902120;0.735362;0.205544;0.504500;0.133310;0.000000;0.675025;0.209988;0.672387;0.470285;0.742499;0.953029;0.016530;0.030442;0.981320;0.000010;0.018670;0.996770;0.000000;0.003230;0.500000;0.500000;0.731059;0.993307;0.006693;0.731059;0.982014;0.268941;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.017986;0.810920;0.650673;0.344569;0.819357;0.000000;0.436839;0.710127;0.545871;0.000000;0.000000;0.051466;0.703078;0.000000;0.111948;0.192632;0.809382;0.251054;0.000000;0.000000;0.000000;0.905148;0.015911;0.078939;0.955550;0.000000;0.044445;0.979875;0.000000;0.020125
0.268941;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.017986;0.047426;0.880797;0.017986;0.268941;0.880797;0.213157;0.000000;0.304492;0.000000;0.233975;0.699937;0.000000;0.000000;0.000000;0.758596;0.864830;0.000000;0.724122;0.858514;0.222354;0.000000;0.702243;0.000000;0.612540;0.290285;0.973216;0.017210;0.009574;0.999675;0.000005;0.000325;0.998445;0.000000;0.001550;0.268941;0.997527;0.119203;0.268941;0.006693;0.880797;0.731059;0.119203;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.119203;0.268941;0.006693;0.017986;0.017986;0.702243;0.884627;0.347511;0.214165;0.000000;0.325853;0.816828;0.285570;0.159762;0.466550;0.298804;0.762059;0.166589;0.102385;0.270320;0.321039;0.035881;0.000000;0.075299;0.357783;0.978286;0.015699;0.006015;0.999960;0.000005;0.000035;0.999810;0.000000;0.000190;0.880797;0.880797;0.731059;0.500000;0.017986;0.952574;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.808145;0.851574;0.641297;0.462322;0.000000;0.553297;0.579081;0.028059;0.408058;0.351603;0.203753;0.772942;0.000000;0.000000;0.000000;0.700147;0.185881;0.469787;0.136343;0.143687;0.975774;0.017069;0.007157;0.999970;0.000005;0.000025;0.999895;0.000000;0.000105;0.047426;0.017986;0.017986;0.006693;0.047426;0.500000;0.017986;0.006693;0.500000;0.952574;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.000000;0.000000;0.700147;0.159092;0.618928;0.636915;0.441519;0.153944;0.900160;0.615620;0.852079;0.048476;0.516494;0.522485;0.000000;0.122711;0.117326;0.000000;0.715042;0.093130;0.976382;0.017148;0.006470;0.999955;0.000005;0.000040;0.999680;0.000000;0.000320;0.731059;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.017986;0.006693;0.952574;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.047426;0.993307;0.638994;0.210652;0.000000;0.000000;0.722521;0.000000;0.000000;0.034993;0.000000;0.929955;0.694449;0.000000;0.614910;0.302800;0.084866;0.264638;0.194662;0.305339;0.147041;0.826927;0.977031;0.002883;0.020087;0.999360;0.000005;0.000635;0.999970;0.000000;0.000030;0.047426;0.982014;0.880797;0.952574;0.006693;0.880797;0.952574;0.047426;0.268941;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.414353;0.828921;0.753989;0.905167;0.241220;0.766562;0.850814;0.158958;0.216361;0.226707;0.027014;0.374256;0.165757;0.000000;0.000000;0.266002;0.029029;0.000000;0.000000;0.067107;0.976905;0.004207;0.018888;0.998435;0.000005;0.001560;0.999955;0.000000;0.000045;0.047426;0.880797;0.500000;0.017986;0.006693;0.119203;0.017986;0.006693;0.993307;0.017986;0.119203;0.268941;0.047426;0.982014;0.006693;0.047426;0.047426;0.993307;0.997527;0.047426;0.119624;0.799152;0.345247;0.324975;0.000000;0.283331;0.196076;0.067989;0.893975;0.130562;0.144180;0.586618;0.387223;0.916751;0.000000;0.126309;0.120257;0.944065;0.859241;0.000000;0.972074;0.002587;0.025339;0.993560;0.000005;0.006435;0.999970;0.000000;0.000030;0.119203;0.119203;0.982014;0.119203;0.017986;0.880797;0.268941;0.047426;0.880797;0.268941;0.880797;0.119203;0.731059;0.731059;0.017986;0.268941;0.268941;0.047426;0.731059;0.500000;0.468044;0.000000;0.186032;0.040117;0.779714;0.797057;0.000000;0.024892;0.371217;0.620106;0.887355;0.000000;0.809382;0.000000;0.000000;0.000000;0.054115;0.375662;0.779542;0.562915;0.963346;0.006147;0.030507;0.988055;0.000005;0.011940;0.999845;0.000000;0.000155;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.268941;0.880797;0.560945;0.152646;0.000000;0.070175;0.404440;0.402755;0.341864;0.000000;0.000000;0.902120;0.735362;0.205544;0.504500;0.133310;0.000000;0.675025;0.209988;0.672387;0.470285;0.742499;0.953029;0.016530;0.030442;0.981320;0.000010;0.018670;0.996770;0.000000;0.003230;0.500000;0.500000;0.731059;0.993307;0.006693;0.731059;0.982014;0.268941;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.017986;0.810920;0.650673;0.344569;0.819357;0.000000;0.436839;0.710127;0.545871;0.000000;0.000000;0.051466;0.703078;0.000000;0.111948;0.192632;0.809382;0.251054;0.000000;0.000000;0.000000;0.905148;0.015911;0.078939;0.955550;0.000000;0.044445;0.979875;0.000000;0.020125;0.500000;0.500000;0.880797;0.268941;0.268941;0.952574;0.731059;0.268941;0.731059;0.047426;0.119203;0.982014;0.268941;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.047426;0.761877;0.389836;0.714226;0.039053;0.839026;0.829770;0.543887;0.420188;0.607067;0.256165;0.373788;0.513996;0.270715;0.309384;0.240672;0.720511;0.309598;0.000000;0.397714;0.032926;0.239390;0.012797;0.747811;0.120170;0.000005;0.879820;0.337835;0.000010;0.662155
0.268941;0.997527;0.119203;0.268941;0.006693;0.880797;0.731059;0.119203;0.268941;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.119203;0.268941;0.006693;0.017986;0.017986;0.702243;0.884627;0.347511;0.214165;0.000000;0.325853;0.816828;0.285570;0.159762;0.466550;0.298804;0.762059;0.166589;0.102385;0.270320;0.321039;0.035881;0.000000;0.075299;0.357783;0.978286;0.015699;0.006015;0.999960;0.000005;0.000035;0.999810;0.000000;0.000190;0.880797;0.880797;0.731059;0.500000;0.017986;0.952574;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.808145;0.851574;0.641297;0.462322;0.000000;0.553297;0.579081;0.028059;0.408058;0.351603;0.203753;0.772942;0.000000;0.000000;0.000000;0.700147;0.185881;0.469787;0.136343;0.143687;0.975774;0.017069;0.007157;0.999970;0.000005;0.000025;0.999895;0.000000;0.000105;0.047426;0.017986;0.017986;0.006693;0.047426;0.500000;0.017986;0.006693;0.500000;0.952574;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.000000;0.000000;0.700147;0.159092;0.618928;0.636915;0.441519;0.153944;0.900160;0.615620;0.852079;0.048476;0.516494;0.522485;0.000000;0.122711;0.117326;0.000000;0.715042;0.093130;0.976382;0.017148;0.006470;0.999955;0.000005;0.000040;0.999680;0.000000;0.000320;0.731059;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.017986;0.006693;0.952574;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.047426;0.993307;0.638994;0.210652;0.000000;0.000000;0.722521;0.000000;0.000000;0.034993;0.000000;0.929955;0.694449;0.000000;0.614910;0.302800;0.084866;0.264638;0.194662;0.305339;0.147041;0.826927;0.977031;0.002883;0.020087;0.999360;0.000005;0.000635;0.999970;0.000000;0.000030;0.047426;0.982014;0.880797;0.952574;0.006693;0.880797;0.952574;0.047426;0.268941;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.414353;0.828921;0.753989;0.905167;0.241220;0.766562;0.850814;0.158958;0.216361;0.226707;0.027014;0.374256;0.165757;0.000000;0.000000;0.266002;0.029029;0.000000;0.000000;0.067107;0.976905;0.004207;0.018888;0.998435;0.000005;0.001560;0.999955;0.000000;0.000045;0.047426;0.880797;0.500000;0.017986;0.006693;0.119203;0.017986;0.006693;0.993307;0.017986;0.119203;0.268941;0.047426;0.982014;0.006693;0.047426;0.047426;0.993307;0.997527;0.047426;0.119624;0.799152;0.345247;0.324975;0.000000;0.283331;0.196076;0.067989;0.893975;0.130562;0.144180;0.586618;0.387223;0.916751;0.000000;0.126309;0.120257;0.944065;0.859241;0.000000;0.972074;0.002587;0.025339;0.993560;0.000005;0.006435;0.999970;0.000000;0.000030;0.119203;0.119203;0.982014;0.119203;0.017986;0.880797;0.268941;0.047426;0.880797;0.268941;0.880797;0.119203;0.731059;0.731059;0.017986;0.268941;0.268941;0.047426;0.731059;0.500000;0.468044;0.000000;0.186032;0.040117;0.779714;0.797057;0.000000;0.024892;0.371217;0.620106;0.887355;0.000000;0.809382;0.000000;0.000000;0.000000;0.054115;0.375662;0.779542;0.562915;0.963346;0.006147;0.030507;0.988055;0.000005;0.011940;0.999845;0.000000;0.000155;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.268941;0.880797;0.560945;0.152646;0.000000;0.070175;0.404440;0.402755;0.341864;0.000000;0.000000;0.902120;0.735362;0.205544;0.504500;0.133310;0.000000;0.675025;0.209988;0.672387;0.470285;0.742499;0.953029;0.016530;0.030442;0.981320;0.000010;0.018670;0.996770;0.000000;0.003230;0.500000;0.500000;0.731059;0.993307;0.006693;0.731059;0.982014;0.268941;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.017986;0.810920;0.650673;0.344569;0.819357;0.000000;0.436839;0.710127;0.545871;0.000000;0.000000;0.051466;0.703078;0.000000;0.111948;0.192632;0.809382;0.251054;0.000000;0.000000;0.000000;0.905148;0.015911;0.078939;0.955550;0.000000;0.044445;0.979875;0.000000;0.020125;0.500000;0.500000;0.880797;0.268941;0.268941;0.952574;0.731059;0.268941;0.731059;0.047426;0.119203;0.982014;0.268941;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.047426;0.761877;0.389836;0.714226;0.039053;0.839026;0.829770;0.543887;0.420188;0.607067;0.256165;0.373788;0.513996;0.270715;0.309384;0.240672;0.720511;0.309598;0.000000;0.397714;0.032926;0.239390;0.012797;0.747811;0.120170;0.000005;0.879820;0.337835;0.000010;0.662155;0.047426;0.017986;0.268941;0.047426;0.006693;0.119203;0.047426;0.999089;0.268941;0.002473;0.002473;0.880797;0.017986;0.002473;0.047426;0.047426;0.017986;0.006693;0.006693;0.002473;0.068434;0.233438;0.256355;0.210486;0.000000;0.347511;0.033961;0.967359;0.492751;0.000000;0.000000;0.178286;0.223740;0.000000;0.239213;0.000000;0.085881;0.296922;0.000000;0.000000;0.027447;0.013601;0.958951;0.036750;0.000365;0.962885;0.000810;0.000295;0.998895
0.880797;0.880797;0.731059;0.500000;0.017986;0.952574;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.500000;0.268941;0.017986;0.047426;0.047426;0.808145;0.851574;0.641297;0.462322;0.000000;0.553297;0.579081;0.028059;0.408058;0.351603;0.203753;0.772942;0.000000;0.000000;0.000000;0.700147;0.185881;0.469787;0.136343;0.143687;0.975774;0.017069;0.007157;0.999970;0.000005;0.000025;0.999895;0.000000;0.000105;0.047426;0.017986;0.017986;0.006693;0.047426;0.500000;0.017986;0.006693;0.500000;0.952574;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.000000;0.000000;0.700147;0.159092;0.618928;0.636915;0.441519;0.153944;0.900160;0.615620;0.852079;0.048476;0.516494;0.522485;0.000000;0.122711;0.117326;0.000000;0.715042;0.093130;0.976382;0.017148;0.006470;0.999955;0.000005;0.000040;0.999680;0.000000;0.000320;0.731059;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.017986;0.006693;0.952574;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.047426;0.993307;0.638994;0.210652;0.000000;0.000000;0.722521;0.000000;0.000000;0.034993;0.000000;0.929955;0.694449;0.000000;0.614910;0.302800;0.084866;0.264638;0.194662;0.305339;0.147041;0.826927;0.977031;0.002883;0.020087;0.999360;0.000005;0.000635;0.999970;0.000000;0.000030;0.047426;0.982014;0.880797;0.952574;0.006693;0.880797;0.952574;0.047426;0.268941;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.414353;0.828921;0.753989;0.905167;0.241220;0.766562;0.850814;0.158958;0.216361;0.226707;0.027014;0.374256;0.165757;0.000000;0.000000;0.266002;0.029029;0.000000;0.000000;0.067107;0.976905;0.004207;0.018888;0.998435;0.000005;0.001560;0.999955;0.000000;0.000045;0.047426;0.880797;0.500000;0.017986;0.006693;0.119203;0.017986;0.006693;0.993307;0.017986;0.119203;0.268941;0.047426;0.982014;0.006693;0.047426;0.047426;0.993307;0.997527;0.047426;0.119624;0.799152;0.345247;0.324975;0.000000;0.283331;0.196076;0.067989;0.893975;0.130562;0.144180;0.586618;0.387223;0.916751;0.000000;0.126309;0.120257;0.944065;0.859241;0.000000;0.972074;0.002587;0.025339;0.993560;0.000005;0.006435;0.999970;0.000000;0.000030;0.119203;0.119203;0.982014;0.119203;0.017986;0.880797;0.268941;0.047426;0.880797;0.268941;0.880797;0.119203;0.731059;0.731059;0.017986;0.268941;0.268941;0.047426;0.731059;0.500000;0.468044;0.000000;0.186032;0.040117;0.779714;0.797057;0.000000;0.024892;0.371217;0.620106;0.887355;0.000000;0.809382;0.000000;0.000000;0.000000;0.054115;0.375662;0.779542;0.562915;0.963346;0.006147;0.030507;0.988055;0.000005;0.011940;0.999845;0.000000;0.000155;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.268941;0.880797;0.560945;0.152646;0.000000;0.070175;0.404440;0.402755;0.341864;0.000000;0.000000;0.902120;0.735362;0.205544;0.504500;0.133310;0.000000;0.675025;0.209988;0.672387;0.470285;0.742499;0.953029;0.016530;0.030442;0.981320;0.000010;0.018670;0.996770;0.000000;0.003230;0.500000;0.500000;0.731059;0.993307;0.006693;0.731059;0.982014;0.268941;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.017986;0.810920;0.650673;0.344569;0.819357;0.000000;0.436839;0.710127;0.545871;0.000000;0.000000;0.051466;0.703078;0.000000;0.111948;0.192632;0.809382;0.251054;0.000000;0.000000;0.000000;0.905148;0.015911;0.078939;0.955550;0.000000;0.044445;0.979875;0.000000;0.020125;0.500000;0.500000;0.880797;0.268941;0.268941;0.952574;0.731059;0.268941;0.731059;0.047426;0.119203;0.982014;0.268941;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.047426;0.761877;0.389836;0.714226;0.039053;0.839026;0.829770;0.543887;0.420188;0.607067;0.256165;0.373788;0.513996;0.270715;0.309384;0.240672;0.720511;0.309598;0.000000;0.397714;0.032926;0.239390;0.012797;0.747811;0.120170;0.000005;0.879820;0.337835;0.000010;0.662155;0.047426;0.017986;0.268941;0.047426;0.006693;0.119203;0.047426;0.999089;0.268941;0.002473;0.002473;0.880797;0.017986;0.002473;0.047426;0.047426;0.017986;0.006693;0.006693;0.002473;0.068434;0.233438;0.256355;0.210486;0.000000;0.347511;0.033961;0.967359;0.492751;0.000000;0.000000;0.178286;0.223740;0.000000;0.239213;0.000000;0.085881;0.296922;0.000000;0.000000;0.027447;0.013601;0.958951;0.036750;0.000365;0.962885;0.000810;0.000295;0.998895;0.500000;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.006693;0.006693;0.952574;0.731059;0.017986;0.731059;0.047426;0.017986;0.119203;0.731059;0.006693;0.047426;0.993307;0.735557;0.000000;0.223047;0.051174;0.769413;0.000000;0.000000;0.034026;0.208994;0.861165;0.435855;0.000000;0.588314;0.350236;0.064585;0.156171;0.364010;0.000000;0.142461;0.909702;0.013668;0.021968;0.964365;0.032250;0.009375;0.958375;0.000575;0.020260;0.979165
0.047426;0.017986;0.017986;0.006693;0.047426;0.500000;0.017986;0.006693;0.500000;0.952574;0.993307;0.017986;0.880797;0.500000;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.000000;0.000000;0.700147;0.159092;0.618928;0.636915;0.441519;0.153944;0.900160;0.615620;0.852079;0.048476;0.516494;0.522485;0.000000;0.122711;0.117326;0.000000;0.715042;0.093130;0.976382;0.017148;0.006470;0.999955;0.000005;0.000040;0.999680;0.000000;0.000320;0.731059;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.017986;0.006693;0.952574;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.047426;0.993307;0.638994;0.210652;0.000000;0.000000;0.722521;0.000000;0.000000;0.034993;0.000000;0.929955;0.694449;0.000000;0.614910;0.302800;0.084866;0.264638;0.194662;0.305339;0.147041;0.826927;0.977031;0.002883;0.020087;0.999360;0.000005;0.000635;0.999970;0.000000;0.000030;0.047426;0.982014;0.880797;0.952574;0.006693;0.880797;0.952574;0.047426;0.268941;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.414353;0.828921;0.753989;0.905167;0.241220;0.766562;0.850814;0.158958;0.216361;0.226707;0.027014;0.374256;0.165757;0.000000;0.000000;0.266002;0.029029;0.000000;0.000000;0.067107;0.976905;0.004207;0.018888;0.998435;0.000005;0.001560;0.999955;0.000000;0.000045;0.047426;0.880797;0.500000;0.017986;0.006693;0.119203;0.017986;0.006693;0.993307;0.017986;0.119203;0.268941;0.047426;0.982014;0.006693;0.047426;0.047426;0.993307;0.997527;0.047426;0.119624;0.799152;0.345247;0.324975;0.000000;0.283331;0.196076;0.067989;0.893975;0.130562;0.144180;0.586618;0.387223;0.916751;0.000000;0.126309;0.120257;0.944065;0.859241;0.000000;0.972074;0.002587;0.025339;0.993560;0.000005;0.006435;0.999970;0.000000;0.000030;0.119203;0.119203;0.982014;0.119203;0.017986;0.880797;0.268941;0.047426;0.880797;0.268941;0.880797;0.119203;0.731059;0.731059;0.017986;0.268941;0.268941;0.047426;0.731059;0.500000;0.468044;0.000000;0.186032;0.040117;0.779714;0.797057;0.000000;0.024892;0.371217;0.620106;0.887355;0.000000;0.809382;0.000000;0.000000;0.000000;0.054115;0.375662;0.779542;0.562915;0.963346;0.006147;0.030507;0.988055;0.000005;0.011940;0.999845;0.000000;0.000155;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.268941;0.880797;0.560945;0.152646;0.000000;0.070175;0.404440;0.402755;0.341864;0.000000;0.000000;0.902120;0.735362;0.205544;0.504500;0.133310;0.000000;0.675025;0.209988;0.672387;0.470285;0.742499;0.953029;0.016530;0.030442;0.981320;0.000010;0.018670;0.996770;0.000000;0.003230;0.500000;0.500000;0.731059;0.993307;0.006693;0.731059;0.982014;0.268941;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.017986;0.810920;0.650673;0.344569;0.819357;0.000000;0.436839;0.710127;0.545871;0.000000;0.000000;0.051466;0.703078;0.000000;0.111948;0.192632;0.809382;0.251054;0.000000;0.000000;0.000000;0.905148;0.015911;0.078939;0.955550;0.000000;0.044445;0.979875;0.000000;0.020125;0.500000;0.500000;0.880797;0.268941;0.268941;0.952574;0.731059;0.268941;0.731059;0.047426;0.119203;0.982014;0.268941;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.047426;0.761877;0.389836;0.714226;0.039053;0.839026;0.829770;0.543887;0.420188;0.607067;0.256165;0.373788;0.513996;0.270715;0.309384;0.240672;0.720511;0.309598;0.000000;0.397714;0.032926;0.239390;0.012797;0.747811;0.120170;0.000005;0.879820;0.337835;0.000010;0.662155;0.047426;0.017986;0.268941;0.047426;0.006693;0.119203;0.047426;0.999089;0.268941;0.002473;0.002473;0.880797;0.017986;0.002473;0.047426;0.047426;0.017986;0.006693;0.006693;0.002473;0.068434;0.233438;0.256355;0.210486;0.000000;0.347511;0.033961;0.967359;0.492751;0.000000;0.000000;0.178286;0.223740;0.000000;0.239213;0.000000;0.085881;0.296922;0.000000;0.000000;0.027447;0.013601;0.958951;0.036750;0.000365;0.962885;0.000810;0.000295;0.998895;0.500000;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.006693;0.006693;0.952574;0.731059;0.017986;0.731059;0.047426;0.017986;0.119203;0.731059;0.006693;0.047426;0.993307;0.735557;0.000000;0.223047;0.051174;0.769413;0.000000;0.000000;0.034026;0.208994;0.861165;0.435855;0.000000;0.588314;0.350236;0.064585;0.156171;0.364010;0.000000;0.142461;0.909702;0.013668;0.021968;0.964365;0.032250;0.009375;0.958375;0.000575;0.020260;0.979165;0.268941;0.268941;0.500000;0.993307;0.006693;0.731059;0.500000;0.047426;0.997527;0.006693;0.006693;0.880797;0.017986;0.006693;0.017986;0.268941;0.268941;0.006693;0.119203;0.006693;0.452890;0.571262;0.635295;0.899167;0.207181;0.599648;0.271505;0.393410;0.813968;0.126419;0.000000;0.568565;0.000000;0.000000;0.169525;0.781939;0.616567;0.000000;0.000000;0.084866;0.014496;0.067582;0.917920;0.030710;0.114260;0.855025;0.000585;0.059550;0.939865
0.731059;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.017986;0.006693;0.952574;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.047426;0.993307;0.638994;0.210652;0.000000;0.000000;0.722521;0.000000;0.000000;0.034993;0.000000;0.929955;0.694449;0.000000;0.614910;0.302800;0.084866;0.264638;0.194662;0.305339;0.147041;0.826927;0.977031;0.002883;0.020087;0.999360;0.000005;0.000635;0.999970;0.000000;0.000030;0.047426;0.982014;0.880797;0.952574;0.006693;0.880797;0.952574;0.047426;0.268941;0.006693;0.006693;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.414353;0.828921;0.753989;0.905167;0.241220;0.766562;0.850814;0.158958;0.216361;0.226707;0.027014;0.374256;0.165757;0.000000;0.000000;0.266002;0.029029;0.000000;0.000000;0.067107;0.976905;0.004207;0.018888;0.998435;0.000005;0.001560;0.999955;0.000000;0.000045;0.047426;0.880797;0.500000;0.017986;0.006693;0.119203;0.017986;0.006693;0.993307;0.017986;0.119203;0.268941;0.047426;0.982014;0.006693;0.047426;0.047426;0.993307;0.997527;0.047426;0.119624;0.799152;0.345247;0.324975;0.000000;0.283331;0.196076;0.067989;0.893975;0.130562;0.144180;0.586618;0.387223;0.916751;0.000000;0.126309;0.120257;0.944065;0.859241;0.000000;0.972074;0.002587;0.025339;0.993560;0.000005;0.006435;0.999970;0.000000;0.000030;0.119203;0.119203;0.982014;0.119203;0.017986;0.880797;0.268941;0.047426;0.880797;0.268941;0.880797;0.119203;0.731059;0.731059;0.017986;0.268941;0.268941;0.047426;0.731059;0.500000;0.468044;0.000000;0.186032;0.040117;0.779714;0.797057;0.000000;0.024892;0.371217;0.620106;0.887355;0.000000;0.809382;0.000000;0.000000;0.000000;0.054115;0.375662;0.779542;0.562915;0.963346;0.006147;0.030507;0.988055;0.000005;0.011940;0.999845;0.000000;0.000155;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.006693;0.997527;0.880797;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.268941;0.880797;0.560945;0.152646;0.000000;0.070175;0.404440;0.402755;0.341864;0.000000;0.000000;0.902120;0.735362;0.205544;0.504500;0.133310;0.000000;0.675025;0.209988;0.672387;0.470285;0.742499;0.953029;0.016530;0.030442;0.981320;0.000010;0.018670;0.996770;0.000000;0.003230;0.500000;0.500000;0.731059;0.993307;0.006693;0.731059;0.982014;0.268941;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.017986;0.810920;0.650673;0.344569;0.819357;0.000000;0.436839;0.710127;0.545871;0.000000;0.000000;0.051466;0.703078;0.000000;0.111948;0.192632;0.809382;0.251054;0.000000;0.000000;0.000000;0.905148;0.015911;0.078939;0.955550;0.000000;0.044445;0.979875;0.000000;0.020125;0.500000;0.500000;0.880797;0.268941;0.268941;0.952574;0.731059;0.268941;0.731059;0.047426;0.119203;0.982014;0.268941;0.017986;0.047426;0.500000;0.268941;0.017986;0.047426;0.047426;0.761877;0.389836;0.714226;0.039053;0.839026;0.829770;0.543887;0.420188;0.607067;0.256165;0.373788;0.513996;0.270715;0.309384;0.240672;0.720511;0.309598;0.000000;0.397714;0.032926;0.239390;0.012797;0.747811;0.120170;0.000005;0.879820;0.337835;0.000010;0.662155;0.047426;0.017986;0.268941;0.047426;0.006693;0.119203;0.047426;0.999089;0.268941;0.002473;0.002473;0.880797;0.017986;0.002473;0.047426;0.047426;0.017986;0.006693;0.006693;0.002473;0.068434;0.233438;0.256355;0.210486;0.000000;0.347511;0.033961;0.967359;0.492751;0.000000;0.000000;0.178286;0.223740;0.000000;0.239213;0.000000;0.085881;0.296922;0.000000;0.000000;0.027447;0.013601;0.958951;0.036750;0.000365;0.962885;0.000810;0.000295;0.998895;0.500000;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.006693;0.006693;0.952574;0.731059;0.017986;0.731059;0.047426;0.017986;0.119203;0.731059;0.006693;0.047426;0.993307;0.735557;0.000000;0.223047;0.051174;0.769413;0.000000;0.000000;0.034026;0.208994;0.861165;0.435855;0.000000;0.588314;0.350236;0.064585;0.156171;0.364010;0.000000;0.142461;0.909702;0.013668;0.021968;0.964365;0.032250;0.009375;0.958375;0.000575;0.020260;0.979165;0.268941;0.268941;0.500000;0.993307;0.006693;0.731059;0.500000;0.047426;0.997527;0.006693;0.006693;0.880797;0.017986;0.006693;0.017986;0.268941;0.268941;0.006693;0.119203;0.006693;0.452890;0.571262;0.635295;0.899167;0.207181;0.599648;0.271505;0.393410;0.813968;0.126419;0.000000;0.568565;0.000000;0.000000;0.169525;0.781939;0.616567;0.000000;0.000000;0.084866;0.014496;0.067582;0.917920;0.030710;0.114260;0.855025;0.000585;0.059550;0.939865;0.268941;0.006693;0.047426;0.017986;0.268941;0.047426;0.006693;0.999089;0.006693;0.000911;0.002473;0.017986;0.006693;0.002473;0.006693;0.268941;0.017986;0.006693;0.002473;0.002473;0.545623;0.049642;0.297339;0.000000;0.204728;0.222181;0.000000;0.954523;0.000000;0.172216;0.021584;0.216700;0.354344;0.000000;0.257501;0.609926;0.222008;0.000000;0.241404;0.334923;0.008380;0.827639;0.163981;0.012015;0.720390;0.267595;0.000985;0.915655;0.083360
0.047426;0.002473;0.017986;0.017986;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.006693;0.002473;0.002473;0.006693;0.047426;0.006693;0.002473;0.002473;0.002473;0.530462;0.000000;0.000000;0.287819;0.571017;0.134936;0.000000;0.962348;0.000000;0.071824;0.159896;0.000000;0.231120;0.000000;0.308317;0.473774;0.039354;0.000000;0.000000;0.102018;0.026855;0.348251;0.624893;0.003945;0.390410;0.605645;0.000865;0.505480;0.493650;0.119203;0.017986;0.119203;0.047426;0.017986;0.047426;0.047426;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.997527;0.982014;0.002473;0.006693;0.017986;0.078204;0.176535;0.383906;0.076845;0.000000;0.389361;0.100200;0.550082;0.625744;0.069203;0.135053;0.059189;0.491251;0.545375;0.167284;0.944538;0.872027;0.000000;0.202781;0.104144;0.088335;0.196243;0.715423;0.066655;0.262145;0.671200;0.007400;0.247995;0.744610;0.119203;0.017986;0.952574;0.047426;0.017986;0.047426;0.047426;0.017986;0.017986;0.017986;0.006693;0.047426;0.017986;0.006693;0.017986;0.982014;0.997527;0.006693;0.017986;0.047426;0.740391;0.000000;0.654753;0.000000;0.427270;0.130335;0.055096;0.367025;0.114153;0.530960;0.048430;0.000000;0.500750;0.246382;0.000000;0.778854;0.928774;0.000000;0.252184;0.208498;0.124832;0.115641;0.759526;0.083325;0.141570;0.775105;0.036260;0.123540;0.840195;0.119203;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.006693;0.002473;0.002473;0.006693;0.119203;0.006693;0.002473;0.002473;0.002473;0.407816;0.000000;0.000000;0.000000;0.000000;0.514246;0.000000;0.962781;0.000000;0.000000;0.037040;0.000000;0.000000;0.000000;0.000000;0.850178;0.158958;0.000000;0.000000;0.000000;0.139401;0.031711;0.828890;0.098475;0.012530;0.889000;0.060415;0.074910;0.864675;0.017986;0.047426;0.017986;0.119203;0.000911;0.268941;0.999665;0.002473;0.047426;0.000911;0.002473;0.119203;0.006693;0.000911;0.017986;0.047426;0.017986;0.002473;0.006693;0.002473;0.000000;0.490501;0.335815;0.388410;0.000000;0.582975;0.975422;0.069203;0.104425;0.057487;0.091123;0.000000;0.162465;0.079074;0.000000;0.000000;0.029627;0.000000;0.117949;0.000000;0.108599;0.090941;0.800460;0.134805;0.062590;0.802605;0.067700;0.121450;0.810850;0.731059;0.017986;0.880797;0.047426;0.999089;0.047426;0.047426;0.880797;0.047426;0.017986;0.017986;0.047426;0.047426;0.952574;0.017986;0.880797;0.119203;0.119203;0.119203;0.047426;0.752502;0.000000;0.303434;0.000000;0.746872;0.481508;0.000000;0.786507;0.291316;0.170371;0.064706;0.000000;0.716669;0.930862;0.044066;0.610401;0.041447;0.694873;0.722922;0.500500;0.266350;0.189258;0.544391;0.170765;0.171305;0.657925;0.068055;0.250675;0.681270;0.268941;0.017986;0.017986;0.017986;0.017986;0.047426;0.017986;0.119203;0.268941;0.952574;0.500000;0.017986;0.731059;0.997527;0.880797;0.268941;0.268941;0.119203;0.880797;0.268941;0.568320;0.199727;0.478014;0.151485;0.000000;0.699097;0.258841;0.067295;0.700567;0.294630;0.335369;0.033472;0.744977;0.786675;0.779714;0.637378;0.255974;0.860206;0.841709;0.421895;0.305450;0.165301;0.529247;0.325805;0.118595;0.555595;0.041595;0.275520;0.682885;0.500000;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.017986;0.047426;0.731059;0.952574;0.047426;0.982014;0.268941;0.017986;0.500000;0.880797;0.119203;0.982014;0.500000;0.684169;0.306401;0.613963;0.000000;0.255403;0.362854;0.132619;0.238304;0.329820;0.155907;0.566111;0.413867;0.480011;0.514246;0.000000;0.890025;0.666856;0.552555;0.763506;0.171789;0.281949;0.211018;0.507036;0.332300;0.127085;0.540620;0.021100;0.274785;0.704120;0.017986;0.017986;0.006693;0.006693;0.119203;0.982014;0.047426;0.002473;0.047426;0.500000;0.993307;0.017986;0.982014;0.119203;0.006693;0.017986;0.047426;0.017986;0.017986;0.119203;0.028223;0.172216;0.000000;0.000000;0.334701;0.353886;0.000000;0.000000;0.000000;0.528968;0.937027;0.000000;0.920342;0.721115;0.000000;0.058085;0.027093;0.217720;0.087624;0.187095;0.131152;0.112007;0.756839;0.330395;0.075245;0.594360;0.004980;0.190705;0.804310;0.119203;0.119203;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.119203;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.993307;0.952574;0.006693;0.017986;0.017986;0.196708;0.230055;0.487003;0.664408;0.000000;0.000000;0.000000;0.139794;0.072831;0.000000;0.000000;0.205544;0.000000;0.000000;0.477765;0.944170;0.923367;0.000000;0.000000;0.000000;0.034399;0.019888;0.945713;0.059600;0.018615;0.921785;0.004080;0.030235;0.965685;0.500000;0.268941;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.731059;0.500000;0.500000;0.500000;0.731059;0.500000;0.268941;0.500000;0.880797;0.047426;0.268941;0.880797;0.370983;0.587830;0.464808;0.783639;0.000000;0.407333;0.624572;0.024507;0.403477;0.383670;0.446703;0.186639;0.473774;0.723722;0.750635;0.170937;0.553544;0.746872;0.293800;0.589040;0.924526;0.005119;0.070355;0.961440;0.000100;0.038460;0.994035;0.000000;0.005965
0.119203;0.017986;0.119203;0.047426;0.017986;0.047426;0.047426;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.997527;0.982014;0.002473;0.006693;0.017986;0.078204;0.176535;0.383906;0.076845;0.000000;0.389361;0.100200;0.550082;0.625744;0.069203;0.135053;0.059189;0.491251;0.545375;0.167284;0.944538;0.872027;0.000000;0.202781;0.104144;0.088335;0.196243;0.715423;0.066655;0.262145;0.671200;0.007400;0.247995;0.744610;0.119203;0.017986;0.952574;0.047426;0.017986;0.047426;0.047426;0.017986;0.017986;0.017986;0.006693;0.047426;0.017986;0.006693;0.017986;0.982014;0.997527;0.006693;0.017986;0.047426;0.740391;0.000000;0.654753;0.000000;0.427270;0.130335;0.055096;0.367025;0.114153;0.530960;0.048430;0.000000;0.500750;0.246382;0.000000;0.778854;0.928774;0.000000;0.252184;0.208498;0.124832;0.115641;0.759526;0.083325;0.141570;0.775105;0.036260;0.123540;0.840195;0.119203;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.006693;0.002473;0.002473;0.006693;0.119203;0.006693;0.002473;0.002473;0.002473;0.407816;0.000000;0.000000;0.000000;0.000000;0.514246;0.000000;0.962781;0.000000;0.000000;0.037040;0.000000;0.000000;0.000000;0.000000;0.850178;0.158958;0.000000;0.000000;0.000000;0.139401;0.031711;0.828890;0.098475;0.012530;0.889000;0.060415;0.074910;0.864675;0.017986;0.047426;0.017986;0.119203;0.000911;0.268941;0.999665;0.002473;0.047426;0.000911;0.002473;0.119203;0.006693;0.000911;0.017986;0.047426;0.017986;0.002473;0.006693;0.002473;0.000000;0.490501;0.335815;0.388410;0.000000;0.582975;0.975422;0.069203;0.104425;0.057487;0.091123;0.000000;0.162465;0.079074;0.000000;0.000000;0.029627;0.000000;0.117949;0.000000;0.108599;0.090941;0.800460;0.134805;0.062590;0.802605;0.067700;0.121450;0.810850;0.731059;0.017986;0.880797;0.047426;0.999089;0.047426;0.047426;0.880797;0.047426;0.017986;0.017986;0.047426;0.047426;0.952574;0.017986;0.880797;0.119203;0.119203;0.119203;0.047426;0.752502;0.000000;0.303434;0.000000;0.746872;0.481508;0.000000;0.786507;0.291316;0.170371;0.064706;0.000000;0.716669;0.930862;0.044066;0.610401;0.041447;0.694873;0.722922;0.500500;0.266350;0.189258;0.544391;0.170765;0.171305;0.657925;0.068055;0.250675;0.681270;0.268941;0.017986;0.017986;0.017986;0.017986;0.047426;0.017986;0.119203;0.268941;0.952574;0.500000;0.017986;0.731059;0.997527;0.880797;0.268941;0.268941;0.119203;0.880797;0.268941;0.568320;0.199727;0.478014;0.151485;0.000000;0.699097;0.258841;0.067295;0.700567;0.294630;0.335369;0.033472;0.744977;0.786675;0.779714;0.637378;0.255974;0.860206;0.841709;0.421895;0.305450;0.165301;0.529247;0.325805;0.118595;0.555595;0.041595;0.275520;0.682885;0.500000;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.017986;0.047426;0.731059;0.952574;0.047426;0.982014;0.268941;0.017986;0.500000;0.880797;0.119203;0.982014;0.500000;0.684169;0.306401;0.613963;0.000000;0.255403;0.362854;0.132619;0.238304;0.329820;0.155907;0.566111;0.413867;0.480011;0.514246;0.000000;0.890025;0.666856;0.552555;0.763506;0.171789;0.281949;0.211018;0.507036;0.332300;0.127085;0.540620;0.021100;0.274785;0.704120;0.017986;0.017986;0.006693;0.006693;0.119203;0.982014;0.047426;0.002473;0.047426;0.500000;0.993307;0.017986;0.982014;0.119203;0.006693;0.017986;0.047426;0.017986;0.017986;0.119203;0.028223;0.172216;0.000000;0.000000;0.334701;0.353886;0.000000;0.000000;0.000000;0.528968;0.937027;0.000000;0.920342;0.721115;0.000000;0.058085;0.027093;0.217720;0.087624;0.187095;0.131152;0.112007;0.756839;0.330395;0.075245;0.594360;0.004980;0.190705;0.804310;0.119203;0.119203;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.119203;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.993307;0.952574;0.006693;0.017986;0.017986;0.196708;0.230055;0.487003;0.664408;0.000000;0.000000;0.000000;0.139794;0.072831;0.000000;0.000000;0.205544;0.000000;0.000000;0.477765;0.944170;0.923367;0.000000;0.000000;0.000000;0.034399;0.019888;0.945713;0.059600;0.018615;0.921785;0.004080;0.030235;0.965685;0.500000;0.268941;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.731059;0.500000;0.500000;0.500000;0.731059;0.500000;0.268941;0.500000;0.880797;0.047426;0.268941;0.880797;0.370983;0.587830;0.464808;0.783639;0.000000;0.407333;0.624572;0.024507;0.403477;0.383670;0.446703;0.186639;0.473774;0.723722;0.750635;0.170937;0.553544;0.746872;0.293800;0.589040;0.924526;0.005119;0.070355;0.961440;0.000100;0.038460;0.994035;0.000000;0.005965;0.731059;0.119203;0.268941;0.982014;0.017986;0.500000;0.997527;0.119203;0.119203;0.017986;0.006693;0.268941;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.732629;0.347737;0.391265;0.873139;0.000000;0.651355;0.885137;0.121746;0.213661;0.000000;0.029227;0.655205;0.000000;0.000000;0.150716;0.679832;0.292350;0.000000;0.000000;0.089155;0.946934;0.002219;0.050848;0.981890;0.000000;0.018110;0.998640;0.000000;0.001360
0.119203;0.017986;0.952574;0.047426;0.017986;0.047426;0.047426;0.017986;0.017986;0.017986;0.006693;0.047426;0.017986;0.006693;0.017986;0.982014;0.997527;0.006693;0.017986;0.047426;0.740391;0.000000;0.654753;0.000000;0.427270;0.130335;0.055096;0.367025;0.114153;0.530960;0.048430;0.000000;0.500750;0.246382;0.000000;0.778854;0.928774;0.000000;0.252184;0.208498;0.124832;0.115641;0.759526;0.083325;0.141570;0.775105;0.036260;0.123540;0.840195;0.119203;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.006693;0.002473;0.002473;0.006693;0.119203;0.006693;0.002473;0.002473;0.002473;0.407816;0.000000;0.000000;0.000000;0.000000;0.514246;0.000000;0.962781;0.000000;0.000000;0.037040;0.000000;0.000000;0.000000;0.000000;0.850178;0.158958;0.000000;0.000000;0.000000;0.139401;0.031711;0.828890;0.098475;0.012530;0.889000;0.060415;0.074910;0.864675;0.017986;0.047426;0.017986;0.119203;0.000911;0.268941;0.999665;0.002473;0.047426;0.000911;0.002473;0.119203;0.006693;0.000911;0.017986;0.047426;0.017986;0.002473;0.006693;0.002473;0.000000;0.490501;0.335815;0.388410;0.000000;0.582975;0.975422;0.069203;0.104425;0.057487;0.091123;0.000000;0.162465;0.079074;0.000000;0.000000;0.029627;0.000000;0.117949;0.000000;0.108599;0.090941;0.800460;0.134805;0.062590;0.802605;0.067700;0.121450;0.810850;0.731059;0.017986;0.880797;0.047426;0.999089;0.047426;0.047426;0.880797;0.047426;0.017986;0.017986;0.047426;0.047426;0.952574;0.017986;0.880797;0.119203;0.119203;0.119203;0.047426;0.752502;0.000000;0.303434;0.000000;0.746872;0.481508;0.000000;0.786507;0.291316;0.170371;0.064706;0.000000;0.716669;0.930862;0.044066;0.610401;0.041447;0.694873;0.722922;0.500500;0.266350;0.189258;0.544391;0.170765;0.171305;0.657925;0.068055;0.250675;0.681270;0.268941;0.017986;0.017986;0.017986;0.017986;0.047426;0.017986;0.119203;0.268941;0.952574;0.500000;0.017986;0.731059;0.997527;0.880797;0.268941;0.268941;0.119203;0.880797;0.268941;0.568320;0.199727;0.478014;0.151485;0.000000;0.699097;0.258841;0.067295;0.700567;0.294630;0.335369;0.033472;0.744977;0.786675;0.779714;0.637378;0.255974;0.860206;0.841709;0.421895;0.305450;0.165301;0.529247;0.325805;0.118595;0.555595;0.041595;0.275520;0.682885;0.500000;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.017986;0.047426;0.731059;0.952574;0.047426;0.982014;0.268941;0.017986;0.500000;0.880797;0.119203;0.982014;0.500000;0.684169;0.306401;0.613963;0.000000;0.255403;0.362854;0.132619;0.238304;0.329820;0.155907;0.566111;0.413867;0.480011;0.514246;0.000000;0.890025;0.666856;0.552555;0.763506;0.171789;0.281949;0.211018;0.507036;0.332300;0.127085;0.540620;0.021100;0.274785;0.704120;0.017986;0.017986;0.006693;0.006693;0.119203;0.982014;0.047426;0.002473;0.047426;0.500000;0.993307;0.017986;0.982014;0.119203;0.006693;0.017986;0.047426;0.017986;0.017986;0.119203;0.028223;0.172216;0.000000;0.000000;0.334701;0.353886;0.000000;0.000000;0.000000;0.528968;0.937027;0.000000;0.920342;0.721115;0.000000;0.058085;0.027093;0.217720;0.087624;0.187095;0.131152;0.112007;0.756839;0.330395;0.075245;0.594360;0.004980;0.190705;0.804310;0.119203;0.119203;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.119203;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.993307;0.952574;0.006693;0.017986;0.017986;0.196708;0.230055;0.487003;0.664408;0.000000;0.000000;0.000000;0.139794;0.072831;0.000000;0.000000;0.205544;0.000000;0.000000;0.477765;0.944170;0.923367;0.000000;0.000000;0.000000;0.034399;0.019888;0.945713;0.059600;0.018615;0.921785;0.004080;0.030235;0.965685;0.500000;0.268941;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.731059;0.500000;0.500000;0.500000;0.731059;0.500000;0.268941;0.500000;0.880797;0.047426;0.268941;0.880797;0.370983;0.587830;0.464808;0.783639;0.000000;0.407333;0.624572;0.024507;0.403477;0.383670;0.446703;0.186639;0.473774;0.723722;0.750635;0.170937;0.553544;0.746872;0.293800;0.589040;0.924526;0.005119;0.070355;0.961440;0.000100;0.038460;0.994035;0.000000;0.005965;0.731059;0.119203;0.268941;0.982014;0.017986;0.500000;0.997527;0.119203;0.119203;0.017986;0.006693;0.268941;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.732629;0.347737;0.391265;0.873139;0.000000;0.651355;0.885137;0.121746;0.213661;0.000000;0.029227;0.655205;0.000000;0.000000;0.150716;0.679832;0.292350;0.000000;0.000000;0.089155;0.946934;0.002219;0.050848;0.981890;0.000000;0.018110;0.998640;0.000000;0.001360;0.017986;0.047426;0.047426;0.880797;0.000911;0.731059;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.119203;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.002473;0.078060;0.278483;0.000000;0.395560;0.208169;0.618220;0.975660;0.028360;0.000000;0.000000;0.029974;0.000000;0.353658;0.078060;0.000000;0.000000;0.343215;0.000000;0.000000;0.072091;0.960892;0.021629;0.017478;0.998905;0.000000;0.001095;0.999520;0.000000;0.000475
0.731059;0.017986;0.880797;0.047426;0.999089;0.047426;0.047426;0.880797;0.047426;0.017986;0.017986;0.047426;0.047426;0.952574;0.017986;0.880797;0.119203;0.119203;0.119203;0.047426;0.752502;0.000000;0.303434;0.000000;0.746872;0.481508;0.000000;0.786507;0.291316;0.170371;0.064706;0.000000;0.716669;0.930862;0.044066;0.610401;0.041447;0.694873;0.722922;0.500500;0.266350;0.189258;0.544391;0.170765;0.171305;0.657925;0.068055;0.250675;0.681270;0.268941;0.017986;0.017986;0.017986;0.017986;0.047426;0.017986;0.119203;0.268941;0.952574;0.500000;0.017986;0.731059;0.997527;0.880797;0.268941;0.268941;0.119203;0.880797;0.268941;0.568320;0.199727;0.478014;0.151485;0.000000;0.699097;0.258841;0.067295;0.700567;0.294630;0.335369;0.033472;0.744977;0.786675;0.779714;0.637378;0.255974;0.860206;0.841709;0.421895;0.305450;0.165301;0.529247;0.325805;0.118595;0.555595;0.041595;0.275520;0.682885;0.500000;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.017986;0.047426;0.731059;0.952574;0.047426;0.982014;0.268941;0.017986;0.500000;0.880797;0.119203;0.982014;0.500000;0.684169;0.306401;0.613963;0.000000;0.255403;0.362854;0.132619;0.238304;0.329820;0.155907;0.566111;0.413867;0.480011;0.514246;0.000000;0.890025;0.666856;0.552555;0.763506;0.171789;0.281949;0.211018;0.507036;0.332300;0.127085;0.540620;0.021100;0.274785;0.704120;0.017986;0.017986;0.006693;0.006693;0.119203;0.982014;0.047426;0.002473;0.047426;0.500000;0.993307;0.017986;0.982014;0.119203;0.006693;0.017986;0.047426;0.017986;0.017986;0.119203;0.028223;0.172216;0.000000;0.000000;0.334701;0.353886;0.000000;0.000000;0.000000;0.528968;0.937027;0.000000;0.920342;0.721115;0.000000;0.058085;0.027093;0.217720;0.087624;0.187095;0.131152;0.112007;0.756839;0.330395;0.075245;0.594360;0.004980;0.190705;0.804310;0.119203;0.119203;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.119203;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.993307;0.952574;0.006693;0.017986;0.017986;0.196708;0.230055;0.487003;0.664408;0.000000;0.000000;0.000000;0.139794;0.072831;0.000000;0.000000;0.205544;0.000000;0.000000;0.477765;0.944170;0.923367;0.000000;0.000000;0.000000;0.034399;0.019888;0.945713;0.059600;0.018615;0.921785;0.004080;0.030235;0.965685;0.500000;0.268941;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.731059;0.500000;0.500000;0.500000;0.731059;0.500000;0.268941;0.500000;0.880797;0.047426;0.268941;0.880797;0.370983;0.587830;0.464808;0.783639;0.000000;0.407333;0.624572;0.024507;0.403477;0.383670;0.446703;0.186639;0.473774;0.723722;0.750635;0.170937;0.553544;0.746872;0.293800;0.589040;0.924526;0.005119;0.070355;0.961440;0.000100;0.038460;0.994035;0.000000;0.005965;0.731059;0.119203;0.268941;0.982014;0.017986;0.500000;0.997527;0.119203;0.119203;0.017986;0.006693;0.268941;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.732629;0.347737;0.391265;0.873139;0.000000;0.651355;0.885137;0.121746;0.213661;0.000000;0.029227;0.655205;0.000000;0.000000;0.150716;0.679832;0.292350;0.000000;0.000000;0.089155;0.946934;0.002219;0.050848;0.981890;0.000000;0.018110;0.998640;0.000000;0.001360;0.017986;0.047426;0.047426;0.880797;0.000911;0.731059;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.119203;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.002473;0.078060;0.278483;0.000000;0.395560;0.208169;0.618220;0.975660;0.028360;0.000000;0.000000;0.029974;0.000000;0.353658;0.078060;0.000000;0.000000;0.343215;0.000000;0.000000;0.072091;0.960892;0.021629;0.017478;0.998905;0.000000;0.001095;0.999520;0.000000;0.000475;0.017986;0.999089;0.047426;0.017986;0.002473;0.268941;0.119203;0.006693;0.982014;0.002473;0.047426;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.002473;0.017986;0.006693;0.135053;0.962529;0.099930;0.097352;0.000000;0.650219;0.040079;0.000000;0.000000;0.252939;0.269729;0.822882;0.338945;0.511248;0.000000;0.061456;0.152904;0.808455;0.623634;0.000000;0.958749;0.001149;0.040100;0.999675;0.000000;0.000320;0.999930;0.000000;0.000070;0.119203;0.500000;0.268941;0.268941;0.268941;0.731059;0.731059;0.017986;0.119203;0.268941;0.500000;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.006693;0.017986;0.268941;0.527722;0.821714;0.184824;0.368653;0.584433;0.494000;0.622694;0.092205;0.088750;0.663292;0.611827;0.801866;0.797057;0.112147;0.000000;0.254453;0.216022;0.300273;0.000000;0.410718;0.959787;0.003162;0.037051;0.999940;0.000000;0.000060;0.999975;0.000000;0.000025;0.500000;0.952574;0.268941;0.268941;0.268941;0.952574;0.731059;0.047426;0.500000;0.119203;0.500000;0.880797;0.119203;0.047426;0.047426;0.268941;0.268941;0.017986;0.119203;0.119203;0.703287;0.808919;0.218573;0.686757;0.000000;0.870231;0.856067;0.116912;0.234693;0.041567;0.240855;0.490001;0.393888;0.199408;0.000000;0.479012;0.368188;0.000000;0.239942;0.000000;0.966672;0.004137;0.029191;0.999940;0.000005;0.000055;0.999925;0.000000;0.000075
0.268941;0.017986;0.017986;0.017986;0.017986;0.047426;0.017986;0.119203;0.268941;0.952574;0.500000;0.017986;0.731059;0.997527;0.880797;0.268941;0.268941;0.119203;0.880797;0.268941;0.568320;0.199727;0.478014;0.151485;0.000000;0.699097;0.258841;0.067295;0.700567;0.294630;0.335369;0.033472;0.744977;0.786675;0.779714;0.637378;0.255974;0.860206;0.841709;0.421895;0.305450;0.165301;0.529247;0.325805;0.118595;0.555595;0.041595;0.275520;0.682885;0.500000;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.017986;0.047426;0.731059;0.952574;0.047426;0.982014;0.268941;0.017986;0.500000;0.880797;0.119203;0.982014;0.500000;0.684169;0.306401;0.613963;0.000000;0.255403;0.362854;0.132619;0.238304;0.329820;0.155907;0.566111;0.413867;0.480011;0.514246;0.000000;0.890025;0.666856;0.552555;0.763506;0.171789;0.281949;0.211018;0.507036;0.332300;0.127085;0.540620;0.021100;0.274785;0.704120;0.017986;0.017986;0.006693;0.006693;0.119203;0.982014;0.047426;0.002473;0.047426;0.500000;0.993307;0.017986;0.982014;0.119203;0.006693;0.017986;0.047426;0.017986;0.017986;0.119203;0.028223;0.172216;0.000000;0.000000;0.334701;0.353886;0.000000;0.000000;0.000000;0.528968;0.937027;0.000000;0.920342;0.721115;0.000000;0.058085;0.027093;0.217720;0.087624;0.187095;0.131152;0.112007;0.756839;0.330395;0.075245;0.594360;0.004980;0.190705;0.804310;0.119203;0.119203;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.119203;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.993307;0.952574;0.006693;0.017986;0.017986;0.196708;0.230055;0.487003;0.664408;0.000000;0.000000;0.000000;0.139794;0.072831;0.000000;0.000000;0.205544;0.000000;0.000000;0.477765;0.944170;0.923367;0.000000;0.000000;0.000000;0.034399;0.019888;0.945713;0.059600;0.018615;0.921785;0.004080;0.030235;0.965685;0.500000;0.268941;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.731059;0.500000;0.500000;0.500000;0.731059;0.500000;0.268941;0.500000;0.880797;0.047426;0.268941;0.880797;0.370983;0.587830;0.464808;0.783639;0.000000;0.407333;0.624572;0.024507;0.403477;0.383670;0.446703;0.186639;0.473774;0.723722;0.750635;0.170937;0.553544;0.746872;0.293800;0.589040;0.924526;0.005119;0.070355;0.961440;0.000100;0.038460;0.994035;0.000000;0.005965;0.731059;0.119203;0.268941;0.982014;0.017986;0.500000;0.997527;0.119203;0.119203;0.017986;0.006693;0.268941;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.732629;0.347737;0.391265;0.873139;0.000000;0.651355;0.885137;0.121746;0.213661;0.000000;0.029227;0.655205;0.000000;0.000000;0.150716;0.679832;0.292350;0.000000;0.000000;0.089155;0.946934;0.002219;0.050848;0.981890;0.000000;0.018110;0.998640;0.000000;0.001360;0.017986;0.047426;0.047426;0.880797;0.000911;0.731059;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.119203;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.002473;0.078060;0.278483;0.000000;0.395560;0.208169;0.618220;0.975660;0.028360;0.000000;0.000000;0.029974;0.000000;0.353658;0.078060;0.000000;0.000000;0.343215;0.000000;0.000000;0.072091;0.960892;0.021629;0.017478;0.998905;0.000000;0.001095;0.999520;0.000000;0.000475;0.017986;0.999089;0.047426;0.017986;0.002473;0.268941;0.119203;0.006693;0.982014;0.002473;0.047426;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.002473;0.017986;0.006693;0.135053;0.962529;0.099930;0.097352;0.000000;0.650219;0.040079;0.000000;0.000000;0.252939;0.269729;0.822882;0.338945;0.511248;0.000000;0.061456;0.152904;0.808455;0.623634;0.000000;0.958749;0.001149;0.040100;0.999675;0.000000;0.000320;0.999930;0.000000;0.000070;0.119203;0.500000;0.268941;0.268941;0.268941;0.731059;0.731059;0.017986;0.119203;0.268941;0.500000;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.006693;0.017986;0.268941;0.527722;0.821714;0.184824;0.368653;0.584433;0.494000;0.622694;0.092205;0.088750;0.663292;0.611827;0.801866;0.797057;0.112147;0.000000;0.254453;0.216022;0.300273;0.000000;0.410718;0.959787;0.003162;0.037051;0.999940;0.000000;0.000060;0.999975;0.000000;0.000025;0.500000;0.952574;0.268941;0.268941;0.268941;0.952574;0.731059;0.047426;0.500000;0.119203;0.500000;0.880797;0.119203;0.047426;0.047426;0.268941;0.268941;0.017986;0.119203;0.119203;0.703287;0.808919;0.218573;0.686757;0.000000;0.870231;0.856067;0.116912;0.234693;0.041567;0.240855;0.490001;0.393888;0.199408;0.000000;0.479012;0.368188;0.000000;0.239942;0.000000;0.966672;0.004137;0.029191;0.999940;0.000005;0.000055;0.999925;0.000000;0.000075;0.119203;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.006693;0.006693;0.993307;0.731059;0.017986;0.500000;0.047426;0.006693;0.047426;0.500000;0.006693;0.119203;0.993307;0.473026;0.000000;0.225308;0.000000;0.249553;0.094319;0.000000;0.175086;0.000000;0.797057;0.868983;0.000000;0.761514;0.715856;0.000000;0.000000;0.083173;0.367258;0.258266;0.825202;0.965463;0.001089;0.033447;0.999950;0.000005;0.000045;0.999985;0.000000;0.000015
0.500000;0.047426;0.047426;0.017986;0.047426;0.047426;0.047426;0.017986;0.047426;0.731059;0.952574;0.047426;0.982014;0.268941;0.017986;0.500000;0.880797;0.119203;0.982014;0.500000;0.684169;0.306401;0.613963;0.000000;0.255403;0.362854;0.132619;0.238304;0.329820;0.155907;0.566111;0.413867;0.480011;0.514246;0.000000;0.890025;0.666856;0.552555;0.763506;0.171789;0.281949;0.211018;0.507036;0.332300;0.127085;0.540620;0.021100;0.274785;0.704120;0.017986;0.017986;0.006693;0.006693;0.119203;0.982014;0.047426;0.002473;0.047426;0.500000;0.993307;0.017986;0.982014;0.119203;0.006693;0.017986;0.047426;0.017986;0.017986;0.119203;0.028223;0.172216;0.000000;0.000000;0.334701;0.353886;0.000000;0.000000;0.000000;0.528968;0.937027;0.000000;0.920342;0.721115;0.000000;0.058085;0.027093;0.217720;0.087624;0.187095;0.131152;0.112007;0.756839;0.330395;0.075245;0.594360;0.004980;0.190705;0.804310;0.119203;0.119203;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.119203;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.993307;0.952574;0.006693;0.017986;0.017986;0.196708;0.230055;0.487003;0.664408;0.000000;0.000000;0.000000;0.139794;0.072831;0.000000;0.000000;0.205544;0.000000;0.000000;0.477765;0.944170;0.923367;0.000000;0.000000;0.000000;0.034399;0.019888;0.945713;0.059600;0.018615;0.921785;0.004080;0.030235;0.965685;0.500000;0.268941;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.731059;0.500000;0.500000;0.500000;0.731059;0.500000;0.268941;0.500000;0.880797;0.047426;0.268941;0.880797;0.370983;0.587830;0.464808;0.783639;0.000000;0.407333;0.624572;0.024507;0.403477;0.383670;0.446703;0.186639;0.473774;0.723722;0.750635;0.170937;0.553544;0.746872;0.293800;0.589040;0.924526;0.005119;0.070355;0.961440;0.000100;0.038460;0.994035;0.000000;0.005965;0.731059;0.119203;0.268941;0.982014;0.017986;0.500000;0.997527;0.119203;0.119203;0.017986;0.006693;0.268941;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.732629;0.347737;0.391265;0.873139;0.000000;0.651355;0.885137;0.121746;0.213661;0.000000;0.029227;0.655205;0.000000;0.000000;0.150716;0.679832;0.292350;0.000000;0.000000;0.089155;0.946934;0.002219;0.050848;0.981890;0.000000;0.018110;0.998640;0.000000;0.001360;0.017986;0.047426;0.047426;0.880797;0.000911;0.731059;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.119203;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.002473;0.078060;0.278483;0.000000;0.395560;0.208169;0.618220;0.975660;0.028360;0.000000;0.000000;0.029974;0.000000;0.353658;0.078060;0.000000;0.000000;0.343215;0.000000;0.000000;0.072091;0.960892;0.021629;0.017478;0.998905;0.000000;0.001095;0.999520;0.000000;0.000475;0.017986;0.999089;0.047426;0.017986;0.002473;0.268941;0.119203;0.006693;0.982014;0.002473;0.047426;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.002473;0.017986;0.006693;0.135053;0.962529;0.099930;0.097352;0.000000;0.650219;0.040079;0.000000;0.000000;0.252939;0.269729;0.822882;0.338945;0.511248;0.000000;0.061456;0.152904;0.808455;0.623634;0.000000;0.958749;0.001149;0.040100;0.999675;0.000000;0.000320;0.999930;0.000000;0.000070;0.119203;0.500000;0.268941;0.268941;0.268941;0.731059;0.731059;0.017986;0.119203;0.268941;0.500000;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.006693;0.017986;0.268941;0.527722;0.821714;0.184824;0.368653;0.584433;0.494000;0.622694;0.092205;0.088750;0.663292;0.611827;0.801866;0.797057;0.112147;0.000000;0.254453;0.216022;0.300273;0.000000;0.410718;0.959787;0.003162;0.037051;0.999940;0.000000;0.000060;0.999975;0.000000;0.000025;0.500000;0.952574;0.268941;0.268941;0.268941;0.952574;0.731059;0.047426;0.500000;0.119203;0.500000;0.880797;0.119203;0.047426;0.047426;0.268941;0.268941;0.017986;0.119203;0.119203;0.703287;0.808919;0.218573;0.686757;0.000000;0.870231;0.856067;0.116912;0.234693;0.041567;0.240855;0.490001;0.393888;0.199408;0.000000;0.479012;0.368188;0.000000;0.239942;0.000000;0.966672;0.004137;0.029191;0.999940;0.000005;0.000055;0.999925;0.000000;0.000075;0.119203;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.006693;0.006693;0.993307;0.731059;0.017986;0.500000;0.047426;0.006693;0.047426;0.500000;0.006693;0.119203;0.993307;0.473026;0.000000;0.225308;0.000000;0.249553;0.094319;0.000000;0.175086;0.000000;0.797057;0.868983;0.000000;0.761514;0.715856;0.000000;0.000000;0.083173;0.367258;0.258266;0.825202;0.965463;0.001089;0.033447;0.999950;0.000005;0.000045;0.999985;0.000000;0.000015;0.500000;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.880797;0.952574;0.017986;0.731059;0.982014;0.017986;0.047426;0.119203;0.047426;0.500000;0.880797;0.675682;0.000000;0.502000;0.000000;0.553544;0.000000;0.000000;0.000000;0.287409;0.782960;0.760787;0.000000;0.696143;0.742499;0.000000;0.306826;0.431189;0.000000;0.127973;0.846707;0.967536;0.001523;0.030941;0.999980;0.000005;0.000015;1.000.000;0.000000;0.000000
0.017986;0.017986;0.006693;0.006693;0.119203;0.982014;0.047426;0.002473;0.047426;0.500000;0.993307;0.017986;0.982014;0.119203;0.006693;0.017986;0.047426;0.017986;0.017986;0.119203;0.028223;0.172216;0.000000;0.000000;0.334701;0.353886;0.000000;0.000000;0.000000;0.528968;0.937027;0.000000;0.920342;0.721115;0.000000;0.058085;0.027093;0.217720;0.087624;0.187095;0.131152;0.112007;0.756839;0.330395;0.075245;0.594360;0.004980;0.190705;0.804310;0.119203;0.119203;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.119203;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.993307;0.952574;0.006693;0.017986;0.017986;0.196708;0.230055;0.487003;0.664408;0.000000;0.000000;0.000000;0.139794;0.072831;0.000000;0.000000;0.205544;0.000000;0.000000;0.477765;0.944170;0.923367;0.000000;0.000000;0.000000;0.034399;0.019888;0.945713;0.059600;0.018615;0.921785;0.004080;0.030235;0.965685;0.500000;0.268941;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.731059;0.500000;0.500000;0.500000;0.731059;0.500000;0.268941;0.500000;0.880797;0.047426;0.268941;0.880797;0.370983;0.587830;0.464808;0.783639;0.000000;0.407333;0.624572;0.024507;0.403477;0.383670;0.446703;0.186639;0.473774;0.723722;0.750635;0.170937;0.553544;0.746872;0.293800;0.589040;0.924526;0.005119;0.070355;0.961440;0.000100;0.038460;0.994035;0.000000;0.005965;0.731059;0.119203;0.268941;0.982014;0.017986;0.500000;0.997527;0.119203;0.119203;0.017986;0.006693;0.268941;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.732629;0.347737;0.391265;0.873139;0.000000;0.651355;0.885137;0.121746;0.213661;0.000000;0.029227;0.655205;0.000000;0.000000;0.150716;0.679832;0.292350;0.000000;0.000000;0.089155;0.946934;0.002219;0.050848;0.981890;0.000000;0.018110;0.998640;0.000000;0.001360;0.017986;0.047426;0.047426;0.880797;0.000911;0.731059;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.119203;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.002473;0.078060;0.278483;0.000000;0.395560;0.208169;0.618220;0.975660;0.028360;0.000000;0.000000;0.029974;0.000000;0.353658;0.078060;0.000000;0.000000;0.343215;0.000000;0.000000;0.072091;0.960892;0.021629;0.017478;0.998905;0.000000;0.001095;0.999520;0.000000;0.000475;0.017986;0.999089;0.047426;0.017986;0.002473;0.268941;0.119203;0.006693;0.982014;0.002473;0.047426;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.002473;0.017986;0.006693;0.135053;0.962529;0.099930;0.097352;0.000000;0.650219;0.040079;0.000000;0.000000;0.252939;0.269729;0.822882;0.338945;0.511248;0.000000;0.061456;0.152904;0.808455;0.623634;0.000000;0.958749;0.001149;0.040100;0.999675;0.000000;0.000320;0.999930;0.000000;0.000070;0.119203;0.500000;0.268941;0.268941;0.268941;0.731059;0.731059;0.017986;0.119203;0.268941;0.500000;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.006693;0.017986;0.268941;0.527722;0.821714;0.184824;0.368653;0.584433;0.494000;0.622694;0.092205;0.088750;0.663292;0.611827;0.801866;0.797057;0.112147;0.000000;0.254453;0.216022;0.300273;0.000000;0.410718;0.959787;0.003162;0.037051;0.999940;0.000000;0.000060;0.999975;0.000000;0.000025;0.500000;0.952574;0.268941;0.268941;0.268941;0.952574;0.731059;0.047426;0.500000;0.119203;0.500000;0.880797;0.119203;0.047426;0.047426;0.268941;0.268941;0.017986;0.119203;0.119203;0.703287;0.808919;0.218573;0.686757;0.000000;0.870231;0.856067;0.116912;0.234693;0.041567;0.240855;0.490001;0.393888;0.199408;0.000000;0.479012;0.368188;0.000000;0.239942;0.000000;0.966672;0.004137;0.029191;0.999940;0.000005;0.000055;0.999925;0.000000;0.000075;0.119203;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.006693;0.006693;0.993307;0.731059;0.017986;0.500000;0.047426;0.006693;0.047426;0.500000;0.006693;0.119203;0.993307;0.473026;0.000000;0.225308;0.000000;0.249553;0.094319;0.000000;0.175086;0.000000;0.797057;0.868983;0.000000;0.761514;0.715856;0.000000;0.000000;0.083173;0.367258;0.258266;0.825202;0.965463;0.001089;0.033447;0.999950;0.000005;0.000045;0.999985;0.000000;0.000015;0.500000;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.880797;0.952574;0.017986;0.731059;0.982014;0.017986;0.047426;0.119203;0.047426;0.500000;0.880797;0.675682;0.000000;0.502000;0.000000;0.553544;0.000000;0.000000;0.000000;0.287409;0.782960;0.760787;0.000000;0.696143;0.742499;0.000000;0.306826;0.431189;0.000000;0.127973;0.846707;0.967536;0.001523;0.030941;0.999980;0.000005;0.000015;1.000.000;0.000000;0.000000;0.268941;0.880797;0.119203;0.500000;0.002473;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.880797;0.017986;0.002473;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.576641;0.852079;0.191855;0.683953;0.000000;0.534694;0.914823;0.114965;0.391265;0.058525;0.117533;0.741542;0.000000;0.076775;0.000000;0.279489;0.247312;0.311310;0.087464;0.000000;0.966448;0.001522;0.032031;0.999945;0.000005;0.000055;1.000.000;0.000000;0.000000
0.119203;0.119203;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.119203;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.993307;0.952574;0.006693;0.017986;0.017986;0.196708;0.230055;0.487003;0.664408;0.000000;0.000000;0.000000;0.139794;0.072831;0.000000;0.000000;0.205544;0.000000;0.000000;0.477765;0.944170;0.923367;0.000000;0.000000;0.000000;0.034399;0.019888;0.945713;0.059600;0.018615;0.921785;0.004080;0.030235;0.965685;0.500000;0.268941;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.731059;0.500000;0.500000;0.500000;0.731059;0.500000;0.268941;0.500000;0.880797;0.047426;0.268941;0.880797;0.370983;0.587830;0.464808;0.783639;0.000000;0.407333;0.624572;0.024507;0.403477;0.383670;0.446703;0.186639;0.473774;0.723722;0.750635;0.170937;0.553544;0.746872;0.293800;0.589040;0.924526;0.005119;0.070355;0.961440;0.000100;0.038460;0.994035;0.000000;0.005965;0.731059;0.119203;0.268941;0.982014;0.017986;0.500000;0.997527;0.119203;0.119203;0.017986;0.006693;0.268941;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.732629;0.347737;0.391265;0.873139;0.000000;0.651355;0.885137;0.121746;0.213661;0.000000;0.029227;0.655205;0.000000;0.000000;0.150716;0.679832;0.292350;0.000000;0.000000;0.089155;0.946934;0.002219;0.050848;0.981890;0.000000;0.018110;0.998640;0.000000;0.001360;0.017986;0.047426;0.047426;0.880797;0.000911;0.731059;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.119203;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.002473;0.078060;0.278483;0.000000;0.395560;0.208169;0.618220;0.975660;0.028360;0.000000;0.000000;0.029974;0.000000;0.353658;0.078060;0.000000;0.000000;0.343215;0.000000;0.000000;0.072091;0.960892;0.021629;0.017478;0.998905;0.000000;0.001095;0.999520;0.000000;0.000475;0.017986;0.999089;0.047426;0.017986;0.002473;0.268941;0.119203;0.006693;0.982014;0.002473;0.047426;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.002473;0.017986;0.006693;0.135053;0.962529;0.099930;0.097352;0.000000;0.650219;0.040079;0.000000;0.000000;0.252939;0.269729;0.822882;0.338945;0.511248;0.000000;0.061456;0.152904;0.808455;0.623634;0.000000;0.958749;0.001149;0.040100;0.999675;0.000000;0.000320;0.999930;0.000000;0.000070;0.119203;0.500000;0.268941;0.268941;0.268941;0.731059;0.731059;0.017986;0.119203;0.268941;0.500000;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.006693;0.017986;0.268941;0.527722;0.821714;0.184824;0.368653;0.584433;0.494000;0.622694;0.092205;0.088750;0.663292;0.611827;0.801866;0.797057;0.112147;0.000000;0.254453;0.216022;0.300273;0.000000;0.410718;0.959787;0.003162;0.037051;0.999940;0.000000;0.000060;0.999975;0.000000;0.000025;0.500000;0.952574;0.268941;0.268941;0.268941;0.952574;0.731059;0.047426;0.500000;0.119203;0.500000;0.880797;0.119203;0.047426;0.047426;0.268941;0.268941;0.017986;0.119203;0.119203;0.703287;0.808919;0.218573;0.686757;0.000000;0.870231;0.856067;0.116912;0.234693;0.041567;0.240855;0.490001;0.393888;0.199408;0.000000;0.479012;0.368188;0.000000;0.239942;0.000000;0.966672;0.004137;0.029191;0.999940;0.000005;0.000055;0.999925;0.000000;0.000075;0.119203;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.006693;0.006693;0.993307;0.731059;0.017986;0.500000;0.047426;0.006693;0.047426;0.500000;0.006693;0.119203;0.993307;0.473026;0.000000;0.225308;0.000000;0.249553;0.094319;0.000000;0.175086;0.000000;0.797057;0.868983;0.000000;0.761514;0.715856;0.000000;0.000000;0.083173;0.367258;0.258266;0.825202;0.965463;0.001089;0.033447;0.999950;0.000005;0.000045;0.999985;0.000000;0.000015;0.500000;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.880797;0.952574;0.017986;0.731059;0.982014;0.017986;0.047426;0.119203;0.047426;0.500000;0.880797;0.675682;0.000000;0.502000;0.000000;0.553544;0.000000;0.000000;0.000000;0.287409;0.782960;0.760787;0.000000;0.696143;0.742499;0.000000;0.306826;0.431189;0.000000;0.127973;0.846707;0.967536;0.001523;0.030941;0.999980;0.000005;0.000015;1.000.000;0.000000;0.000000;0.268941;0.880797;0.119203;0.500000;0.002473;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.880797;0.017986;0.002473;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.576641;0.852079;0.191855;0.683953;0.000000;0.534694;0.914823;0.114965;0.391265;0.058525;0.117533;0.741542;0.000000;0.076775;0.000000;0.279489;0.247312;0.311310;0.087464;0.000000;0.966448;0.001522;0.032031;0.999945;0.000005;0.000055;1.000.000;0.000000;0.000000;0.731059;0.119203;0.731059;0.119203;0.268941;0.268941;0.268941;0.047426;0.731059;0.982014;0.500000;0.268941;0.268941;0.119203;0.047426;0.268941;0.731059;0.731059;0.268941;0.731059;0.793802;0.641527;0.156171;0.000000;0.389123;0.215684;0.496750;0.030531;0.179756;0.812753;0.554779;0.166034;0.335592;0.664185;0.000000;0.145791;0.566356;0.714226;0.417268;0.646342;0.966455;0.008792;0.024751;0.999845;0.000000;0.000150;0.999990;0.000000;0.000010
0.500000;0.268941;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.731059;0.500000;0.500000;0.500000;0.731059;0.500000;0.268941;0.500000;0.880797;0.047426;0.268941;0.880797;0.370983;0.587830;0.464808;0.783639;0.000000;0.407333;0.624572;0.024507;0.403477;0.383670;0.446703;0.186639;0.473774;0.723722;0.750635;0.170937;0.553544;0.746872;0.293800;0.589040;0.924526;0.005119;0.070355;0.961440;0.000100;0.038460;0.994035;0.000000;0.005965;0.731059;0.119203;0.268941;0.982014;0.017986;0.500000;0.997527;0.119203;0.119203;0.017986;0.006693;0.268941;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.732629;0.347737;0.391265;0.873139;0.000000;0.651355;0.885137;0.121746;0.213661;0.000000;0.029227;0.655205;0.000000;0.000000;0.150716;0.679832;0.292350;0.000000;0.000000;0.089155;0.946934;0.002219;0.050848;0.981890;0.000000;0.018110;0.998640;0.000000;0.001360;0.017986;0.047426;0.047426;0.880797;0.000911;0.731059;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.119203;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.002473;0.078060;0.278483;0.000000;0.395560;0.208169;0.618220;0.975660;0.028360;0.000000;0.000000;0.029974;0.000000;0.353658;0.078060;0.000000;0.000000;0.343215;0.000000;0.000000;0.072091;0.960892;0.021629;0.017478;0.998905;0.000000;0.001095;0.999520;0.000000;0.000475;0.017986;0.999089;0.047426;0.017986;0.002473;0.268941;0.119203;0.006693;0.982014;0.002473;0.047426;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.002473;0.017986;0.006693;0.135053;0.962529;0.099930;0.097352;0.000000;0.650219;0.040079;0.000000;0.000000;0.252939;0.269729;0.822882;0.338945;0.511248;0.000000;0.061456;0.152904;0.808455;0.623634;0.000000;0.958749;0.001149;0.040100;0.999675;0.000000;0.000320;0.999930;0.000000;0.000070;0.119203;0.500000;0.268941;0.268941;0.268941;0.731059;0.731059;0.017986;0.119203;0.268941;0.500000;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.006693;0.017986;0.268941;0.527722;0.821714;0.184824;0.368653;0.584433;0.494000;0.622694;0.092205;0.088750;0.663292;0.611827;0.801866;0.797057;0.112147;0.000000;0.254453;0.216022;0.300273;0.000000;0.410718;0.959787;0.003162;0.037051;0.999940;0.000000;0.000060;0.999975;0.000000;0.000025;0.500000;0.952574;0.268941;0.268941;0.268941;0.952574;0.731059;0.047426;0.500000;0.119203;0.500000;0.880797;0.119203;0.047426;0.047426;0.268941;0.268941;0.017986;0.119203;0.119203;0.703287;0.808919;0.218573;0.686757;0.000000;0.870231;0.856067;0.116912;0.234693;0.041567;0.240855;0.490001;0.393888;0.199408;0.000000;0.479012;0.368188;0.000000;0.239942;0.000000;0.966672;0.004137;0.029191;0.999940;0.000005;0.000055;0.999925;0.000000;0.000075;0.119203;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.006693;0.006693;0.993307;0.731059;0.017986;0.500000;0.047426;0.006693;0.047426;0.500000;0.006693;0.119203;0.993307;0.473026;0.000000;0.225308;0.000000;0.249553;0.094319;0.000000;0.175086;0.000000;0.797057;0.868983;0.000000;0.761514;0.715856;0.000000;0.000000;0.083173;0.367258;0.258266;0.825202;0.965463;0.001089;0.033447;0.999950;0.000005;0.000045;0.999985;0.000000;0.000015;0.500000;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.880797;0.952574;0.017986;0.731059;0.982014;0.017986;0.047426;0.119203;0.047426;0.500000;0.880797;0.675682;0.000000;0.502000;0.000000;0.553544;0.000000;0.000000;0.000000;0.287409;0.782960;0.760787;0.000000;0.696143;0.742499;0.000000;0.306826;0.431189;0.000000;0.127973;0.846707;0.967536;0.001523;0.030941;0.999980;0.000005;0.000015;1.000.000;0.000000;0.000000;0.268941;0.880797;0.119203;0.500000;0.002473;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.880797;0.017986;0.002473;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.576641;0.852079;0.191855;0.683953;0.000000;0.534694;0.914823;0.114965;0.391265;0.058525;0.117533;0.741542;0.000000;0.076775;0.000000;0.279489;0.247312;0.311310;0.087464;0.000000;0.966448;0.001522;0.032031;0.999945;0.000005;0.000055;1.000.000;0.000000;0.000000;0.731059;0.119203;0.731059;0.119203;0.268941;0.268941;0.268941;0.047426;0.731059;0.982014;0.500000;0.268941;0.268941;0.119203;0.047426;0.268941;0.731059;0.731059;0.268941;0.731059;0.793802;0.641527;0.156171;0.000000;0.389123;0.215684;0.496750;0.030531;0.179756;0.812753;0.554779;0.166034;0.335592;0.664185;0.000000;0.145791;0.566356;0.714226;0.417268;0.646342;0.966455;0.008792;0.024751;0.999845;0.000000;0.000150;0.999990;0.000000;0.000010;0.880797;0.006693;0.006693;0.006693;0.731059;0.017986;0.017986;0.006693;0.006693;0.500000;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.952574;0.047426;0.997527;0.839835;0.000000;0.000000;0.000000;0.588798;0.000000;0.000000;0.230942;0.000000;0.585405;0.407816;0.000000;0.495500;0.129995;0.000000;0.359393;0.773994;0.866343;0.000000;0.878147;0.967014;0.008673;0.024311;0.999570;0.000000;0.000425;0.999955;0.000000;0.000045
0.731059;0.119203;0.268941;0.982014;0.017986;0.500000;0.997527;0.119203;0.119203;0.017986;0.006693;0.268941;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.732629;0.347737;0.391265;0.873139;0.000000;0.651355;0.885137;0.121746;0.213661;0.000000;0.029227;0.655205;0.000000;0.000000;0.150716;0.679832;0.292350;0.000000;0.000000;0.089155;0.946934;0.002219;0.050848;0.981890;0.000000;0.018110;0.998640;0.000000;0.001360;0.017986;0.047426;0.047426;0.880797;0.000911;0.731059;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.119203;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.002473;0.078060;0.278483;0.000000;0.395560;0.208169;0.618220;0.975660;0.028360;0.000000;0.000000;0.029974;0.000000;0.353658;0.078060;0.000000;0.000000;0.343215;0.000000;0.000000;0.072091;0.960892;0.021629;0.017478;0.998905;0.000000;0.001095;0.999520;0.000000;0.000475;0.017986;0.999089;0.047426;0.017986;0.002473;0.268941;0.119203;0.006693;0.982014;0.002473;0.047426;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.002473;0.017986;0.006693;0.135053;0.962529;0.099930;0.097352;0.000000;0.650219;0.040079;0.000000;0.000000;0.252939;0.269729;0.822882;0.338945;0.511248;0.000000;0.061456;0.152904;0.808455;0.623634;0.000000;0.958749;0.001149;0.040100;0.999675;0.000000;0.000320;0.999930;0.000000;0.000070;0.119203;0.500000;0.268941;0.268941;0.268941;0.731059;0.731059;0.017986;0.119203;0.268941;0.500000;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.006693;0.017986;0.268941;0.527722;0.821714;0.184824;0.368653;0.584433;0.494000;0.622694;0.092205;0.088750;0.663292;0.611827;0.801866;0.797057;0.112147;0.000000;0.254453;0.216022;0.300273;0.000000;0.410718;0.959787;0.003162;0.037051;0.999940;0.000000;0.000060;0.999975;0.000000;0.000025;0.500000;0.952574;0.268941;0.268941;0.268941;0.952574;0.731059;0.047426;0.500000;0.119203;0.500000;0.880797;0.119203;0.047426;0.047426;0.268941;0.268941;0.017986;0.119203;0.119203;0.703287;0.808919;0.218573;0.686757;0.000000;0.870231;0.856067;0.116912;0.234693;0.041567;0.240855;0.490001;0.393888;0.199408;0.000000;0.479012;0.368188;0.000000;0.239942;0.000000;0.966672;0.004137;0.029191;0.999940;0.000005;0.000055;0.999925;0.000000;0.000075;0.119203;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.006693;0.006693;0.993307;0.731059;0.017986;0.500000;0.047426;0.006693;0.047426;0.500000;0.006693;0.119203;0.993307;0.473026;0.000000;0.225308;0.000000;0.249553;0.094319;0.000000;0.175086;0.000000;0.797057;0.868983;0.000000;0.761514;0.715856;0.000000;0.000000;0.083173;0.367258;0.258266;0.825202;0.965463;0.001089;0.033447;0.999950;0.000005;0.000045;0.999985;0.000000;0.000015;0.500000;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.880797;0.952574;0.017986;0.731059;0.982014;0.017986;0.047426;0.119203;0.047426;0.500000;0.880797;0.675682;0.000000;0.502000;0.000000;0.553544;0.000000;0.000000;0.000000;0.287409;0.782960;0.760787;0.000000;0.696143;0.742499;0.000000;0.306826;0.431189;0.000000;0.127973;0.846707;0.967536;0.001523;0.030941;0.999980;0.000005;0.000015;1.000.000;0.000000;0.000000;0.268941;0.880797;0.119203;0.500000;0.002473;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.880797;0.017986;0.002473;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.576641;0.852079;0.191855;0.683953;0.000000;0.534694;0.914823;0.114965;0.391265;0.058525;0.117533;0.741542;0.000000;0.076775;0.000000;0.279489;0.247312;0.311310;0.087464;0.000000;0.966448;0.001522;0.032031;0.999945;0.000005;0.000055;1.000.000;0.000000;0.000000;0.731059;0.119203;0.731059;0.119203;0.268941;0.268941;0.268941;0.047426;0.731059;0.982014;0.500000;0.268941;0.268941;0.119203;0.047426;0.268941;0.731059;0.731059;0.268941;0.731059;0.793802;0.641527;0.156171;0.000000;0.389123;0.215684;0.496750;0.030531;0.179756;0.812753;0.554779;0.166034;0.335592;0.664185;0.000000;0.145791;0.566356;0.714226;0.417268;0.646342;0.966455;0.008792;0.024751;0.999845;0.000000;0.000150;0.999990;0.000000;0.000010;0.880797;0.006693;0.006693;0.006693;0.731059;0.017986;0.017986;0.006693;0.006693;0.500000;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.952574;0.047426;0.997527;0.839835;0.000000;0.000000;0.000000;0.588798;0.000000;0.000000;0.230942;0.000000;0.585405;0.407816;0.000000;0.495500;0.129995;0.000000;0.359393;0.773994;0.866343;0.000000;0.878147;0.967014;0.008673;0.024311;0.999570;0.000000;0.000425;0.999955;0.000000;0.000045;0.880797;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.880797;0.268941;0.731059;0.993307;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.952574;0.726115;0.766204;0.196392;0.000000;0.418484;0.250490;0.074330;0.261536;0.000000;0.812905;0.489252;0.388648;0.448187;0.000000;0.000000;0.537678;0.296713;0.000000;0.198293;0.844749;0.957637;0.009632;0.032732;0.997995;0.000000;0.002005;0.999825;0.000000;0.000175
0.017986;0.047426;0.047426;0.880797;0.000911;0.731059;0.999089;0.006693;0.047426;0.002473;0.002473;0.119203;0.119203;0.002473;0.017986;0.047426;0.047426;0.002473;0.006693;0.002473;0.078060;0.278483;0.000000;0.395560;0.208169;0.618220;0.975660;0.028360;0.000000;0.000000;0.029974;0.000000;0.353658;0.078060;0.000000;0.000000;0.343215;0.000000;0.000000;0.072091;0.960892;0.021629;0.017478;0.998905;0.000000;0.001095;0.999520;0.000000;0.000475;0.017986;0.999089;0.047426;0.017986;0.002473;0.268941;0.119203;0.006693;0.982014;0.002473;0.047426;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.002473;0.017986;0.006693;0.135053;0.962529;0.099930;0.097352;0.000000;0.650219;0.040079;0.000000;0.000000;0.252939;0.269729;0.822882;0.338945;0.511248;0.000000;0.061456;0.152904;0.808455;0.623634;0.000000;0.958749;0.001149;0.040100;0.999675;0.000000;0.000320;0.999930;0.000000;0.000070;0.119203;0.500000;0.268941;0.268941;0.268941;0.731059;0.731059;0.017986;0.119203;0.268941;0.500000;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.006693;0.017986;0.268941;0.527722;0.821714;0.184824;0.368653;0.584433;0.494000;0.622694;0.092205;0.088750;0.663292;0.611827;0.801866;0.797057;0.112147;0.000000;0.254453;0.216022;0.300273;0.000000;0.410718;0.959787;0.003162;0.037051;0.999940;0.000000;0.000060;0.999975;0.000000;0.000025;0.500000;0.952574;0.268941;0.268941;0.268941;0.952574;0.731059;0.047426;0.500000;0.119203;0.500000;0.880797;0.119203;0.047426;0.047426;0.268941;0.268941;0.017986;0.119203;0.119203;0.703287;0.808919;0.218573;0.686757;0.000000;0.870231;0.856067;0.116912;0.234693;0.041567;0.240855;0.490001;0.393888;0.199408;0.000000;0.479012;0.368188;0.000000;0.239942;0.000000;0.966672;0.004137;0.029191;0.999940;0.000005;0.000055;0.999925;0.000000;0.000075;0.119203;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.006693;0.006693;0.993307;0.731059;0.017986;0.500000;0.047426;0.006693;0.047426;0.500000;0.006693;0.119203;0.993307;0.473026;0.000000;0.225308;0.000000;0.249553;0.094319;0.000000;0.175086;0.000000;0.797057;0.868983;0.000000;0.761514;0.715856;0.000000;0.000000;0.083173;0.367258;0.258266;0.825202;0.965463;0.001089;0.033447;0.999950;0.000005;0.000045;0.999985;0.000000;0.000015;0.500000;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.880797;0.952574;0.017986;0.731059;0.982014;0.017986;0.047426;0.119203;0.047426;0.500000;0.880797;0.675682;0.000000;0.502000;0.000000;0.553544;0.000000;0.000000;0.000000;0.287409;0.782960;0.760787;0.000000;0.696143;0.742499;0.000000;0.306826;0.431189;0.000000;0.127973;0.846707;0.967536;0.001523;0.030941;0.999980;0.000005;0.000015;1.000.000;0.000000;0.000000;0.268941;0.880797;0.119203;0.500000;0.002473;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.880797;0.017986;0.002473;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.576641;0.852079;0.191855;0.683953;0.000000;0.534694;0.914823;0.114965;0.391265;0.058525;0.117533;0.741542;0.000000;0.076775;0.000000;0.279489;0.247312;0.311310;0.087464;0.000000;0.966448;0.001522;0.032031;0.999945;0.000005;0.000055;1.000.000;0.000000;0.000000;0.731059;0.119203;0.731059;0.119203;0.268941;0.268941;0.268941;0.047426;0.731059;0.982014;0.500000;0.268941;0.268941;0.119203;0.047426;0.268941;0.731059;0.731059;0.268941;0.731059;0.793802;0.641527;0.156171;0.000000;0.389123;0.215684;0.496750;0.030531;0.179756;0.812753;0.554779;0.166034;0.335592;0.664185;0.000000;0.145791;0.566356;0.714226;0.417268;0.646342;0.966455;0.008792;0.024751;0.999845;0.000000;0.000150;0.999990;0.000000;0.000010;0.880797;0.006693;0.006693;0.006693;0.731059;0.017986;0.017986;0.006693;0.006693;0.500000;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.952574;0.047426;0.997527;0.839835;0.000000;0.000000;0.000000;0.588798;0.000000;0.000000;0.230942;0.000000;0.585405;0.407816;0.000000;0.495500;0.129995;0.000000;0.359393;0.773994;0.866343;0.000000;0.878147;0.967014;0.008673;0.024311;0.999570;0.000000;0.000425;0.999955;0.000000;0.000045;0.880797;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.880797;0.268941;0.731059;0.993307;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.952574;0.726115;0.766204;0.196392;0.000000;0.418484;0.250490;0.074330;0.261536;0.000000;0.812905;0.489252;0.388648;0.448187;0.000000;0.000000;0.537678;0.296713;0.000000;0.198293;0.844749;0.957637;0.009632;0.032732;0.997995;0.000000;0.002005;0.999825;0.000000;0.000175;0.500000;0.268941;0.268941;0.982014;0.006693;0.500000;0.993307;0.047426;0.268941;0.006693;0.006693;0.880797;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.622694;0.594596;0.335815;0.821420;0.000000;0.680267;0.888251;0.204403;0.537430;0.000000;0.000000;0.806433;0.000000;0.000000;0.152258;0.614200;0.139794;0.000000;0.101926;0.000000;0.903965;0.008332;0.087704;0.987675;0.000000;0.012325;0.992825;0.000000;0.007175
0.017986;0.999089;0.047426;0.017986;0.002473;0.268941;0.119203;0.006693;0.982014;0.002473;0.047426;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.002473;0.017986;0.006693;0.135053;0.962529;0.099930;0.097352;0.000000;0.650219;0.040079;0.000000;0.000000;0.252939;0.269729;0.822882;0.338945;0.511248;0.000000;0.061456;0.152904;0.808455;0.623634;0.000000;0.958749;0.001149;0.040100;0.999675;0.000000;0.000320;0.999930;0.000000;0.000070;0.119203;0.500000;0.268941;0.268941;0.268941;0.731059;0.731059;0.017986;0.119203;0.268941;0.500000;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.006693;0.017986;0.268941;0.527722;0.821714;0.184824;0.368653;0.584433;0.494000;0.622694;0.092205;0.088750;0.663292;0.611827;0.801866;0.797057;0.112147;0.000000;0.254453;0.216022;0.300273;0.000000;0.410718;0.959787;0.003162;0.037051;0.999940;0.000000;0.000060;0.999975;0.000000;0.000025;0.500000;0.952574;0.268941;0.268941;0.268941;0.952574;0.731059;0.047426;0.500000;0.119203;0.500000;0.880797;0.119203;0.047426;0.047426;0.268941;0.268941;0.017986;0.119203;0.119203;0.703287;0.808919;0.218573;0.686757;0.000000;0.870231;0.856067;0.116912;0.234693;0.041567;0.240855;0.490001;0.393888;0.199408;0.000000;0.479012;0.368188;0.000000;0.239942;0.000000;0.966672;0.004137;0.029191;0.999940;0.000005;0.000055;0.999925;0.000000;0.000075;0.119203;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.006693;0.006693;0.993307;0.731059;0.017986;0.500000;0.047426;0.006693;0.047426;0.500000;0.006693;0.119203;0.993307;0.473026;0.000000;0.225308;0.000000;0.249553;0.094319;0.000000;0.175086;0.000000;0.797057;0.868983;0.000000;0.761514;0.715856;0.000000;0.000000;0.083173;0.367258;0.258266;0.825202;0.965463;0.001089;0.033447;0.999950;0.000005;0.000045;0.999985;0.000000;0.000015;0.500000;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.880797;0.952574;0.017986;0.731059;0.982014;0.017986;0.047426;0.119203;0.047426;0.500000;0.880797;0.675682;0.000000;0.502000;0.000000;0.553544;0.000000;0.000000;0.000000;0.287409;0.782960;0.760787;0.000000;0.696143;0.742499;0.000000;0.306826;0.431189;0.000000;0.127973;0.846707;0.967536;0.001523;0.030941;0.999980;0.000005;0.000015;1.000.000;0.000000;0.000000;0.268941;0.880797;0.119203;0.500000;0.002473;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.880797;0.017986;0.002473;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.576641;0.852079;0.191855;0.683953;0.000000;0.534694;0.914823;0.114965;0.391265;0.058525;0.117533;0.741542;0.000000;0.076775;0.000000;0.279489;0.247312;0.311310;0.087464;0.000000;0.966448;0.001522;0.032031;0.999945;0.000005;0.000055;1.000.000;0.000000;0.000000;0.731059;0.119203;0.731059;0.119203;0.268941;0.268941;0.268941;0.047426;0.731059;0.982014;0.500000;0.268941;0.268941;0.119203;0.047426;0.268941;0.731059;0.731059;0.268941;0.731059;0.793802;0.641527;0.156171;0.000000;0.389123;0.215684;0.496750;0.030531;0.179756;0.812753;0.554779;0.166034;0.335592;0.664185;0.000000;0.145791;0.566356;0.714226;0.417268;0.646342;0.966455;0.008792;0.024751;0.999845;0.000000;0.000150;0.999990;0.000000;0.000010;0.880797;0.006693;0.006693;0.006693;0.731059;0.017986;0.017986;0.006693;0.006693;0.500000;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.952574;0.047426;0.997527;0.839835;0.000000;0.000000;0.000000;0.588798;0.000000;0.000000;0.230942;0.000000;0.585405;0.407816;0.000000;0.495500;0.129995;0.000000;0.359393;0.773994;0.866343;0.000000;0.878147;0.967014;0.008673;0.024311;0.999570;0.000000;0.000425;0.999955;0.000000;0.000045;0.880797;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.880797;0.268941;0.731059;0.993307;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.952574;0.726115;0.766204;0.196392;0.000000;0.418484;0.250490;0.074330;0.261536;0.000000;0.812905;0.489252;0.388648;0.448187;0.000000;0.000000;0.537678;0.296713;0.000000;0.198293;0.844749;0.957637;0.009632;0.032732;0.997995;0.000000;0.002005;0.999825;0.000000;0.000175;0.500000;0.268941;0.268941;0.982014;0.006693;0.500000;0.993307;0.047426;0.268941;0.006693;0.006693;0.880797;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.622694;0.594596;0.335815;0.821420;0.000000;0.680267;0.888251;0.204403;0.537430;0.000000;0.000000;0.806433;0.000000;0.000000;0.152258;0.614200;0.139794;0.000000;0.101926;0.000000;0.903965;0.008332;0.087704;0.987675;0.000000;0.012325;0.992825;0.000000;0.007175;0.880797;0.119203;0.119203;0.268941;0.119203;0.880797;0.982014;0.047426;0.731059;0.268941;0.119203;0.268941;0.119203;0.047426;0.047426;0.500000;0.268941;0.017986;0.268941;0.731059;0.859483;0.378246;0.064465;0.042007;0.639686;0.445715;0.753618;0.081361;0.639916;0.523233;0.114559;0.280497;0.598928;0.347511;0.000000;0.629017;0.647713;0.000000;0.481259;0.392933;0.838249;0.008787;0.152965;0.938395;0.000025;0.061585;0.971495;0.000090;0.028415
0.119203;0.500000;0.268941;0.268941;0.268941;0.731059;0.731059;0.017986;0.119203;0.268941;0.500000;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.006693;0.017986;0.268941;0.527722;0.821714;0.184824;0.368653;0.584433;0.494000;0.622694;0.092205;0.088750;0.663292;0.611827;0.801866;0.797057;0.112147;0.000000;0.254453;0.216022;0.300273;0.000000;0.410718;0.959787;0.003162;0.037051;0.999940;0.000000;0.000060;0.999975;0.000000;0.000025;0.500000;0.952574;0.268941;0.268941;0.268941;0.952574;0.731059;0.047426;0.500000;0.119203;0.500000;0.880797;0.119203;0.047426;0.047426;0.268941;0.268941;0.017986;0.119203;0.119203;0.703287;0.808919;0.218573;0.686757;0.000000;0.870231;0.856067;0.116912;0.234693;0.041567;0.240855;0.490001;0.393888;0.199408;0.000000;0.479012;0.368188;0.000000;0.239942;0.000000;0.966672;0.004137;0.029191;0.999940;0.000005;0.000055;0.999925;0.000000;0.000075;0.119203;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.006693;0.006693;0.993307;0.731059;0.017986;0.500000;0.047426;0.006693;0.047426;0.500000;0.006693;0.119203;0.993307;0.473026;0.000000;0.225308;0.000000;0.249553;0.094319;0.000000;0.175086;0.000000;0.797057;0.868983;0.000000;0.761514;0.715856;0.000000;0.000000;0.083173;0.367258;0.258266;0.825202;0.965463;0.001089;0.033447;0.999950;0.000005;0.000045;0.999985;0.000000;0.000015;0.500000;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.880797;0.952574;0.017986;0.731059;0.982014;0.017986;0.047426;0.119203;0.047426;0.500000;0.880797;0.675682;0.000000;0.502000;0.000000;0.553544;0.000000;0.000000;0.000000;0.287409;0.782960;0.760787;0.000000;0.696143;0.742499;0.000000;0.306826;0.431189;0.000000;0.127973;0.846707;0.967536;0.001523;0.030941;0.999980;0.000005;0.000015;1.000.000;0.000000;0.000000;0.268941;0.880797;0.119203;0.500000;0.002473;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.880797;0.017986;0.002473;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.576641;0.852079;0.191855;0.683953;0.000000;0.534694;0.914823;0.114965;0.391265;0.058525;0.117533;0.741542;0.000000;0.076775;0.000000;0.279489;0.247312;0.311310;0.087464;0.000000;0.966448;0.001522;0.032031;0.999945;0.000005;0.000055;1.000.000;0.000000;0.000000;0.731059;0.119203;0.731059;0.119203;0.268941;0.268941;0.268941;0.047426;0.731059;0.982014;0.500000;0.268941;0.268941;0.119203;0.047426;0.268941;0.731059;0.731059;0.268941;0.731059;0.793802;0.641527;0.156171;0.000000;0.389123;0.215684;0.496750;0.030531;0.179756;0.812753;0.554779;0.166034;0.335592;0.664185;0.000000;0.145791;0.566356;0.714226;0.417268;0.646342;0.966455;0.008792;0.024751;0.999845;0.000000;0.000150;0.999990;0.000000;0.000010;0.880797;0.006693;0.006693;0.006693;0.731059;0.017986;0.017986;0.006693;0.006693;0.500000;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.952574;0.047426;0.997527;0.839835;0.000000;0.000000;0.000000;0.588798;0.000000;0.000000;0.230942;0.000000;0.585405;0.407816;0.000000;0.495500;0.129995;0.000000;0.359393;0.773994;0.866343;0.000000;0.878147;0.967014;0.008673;0.024311;0.999570;0.000000;0.000425;0.999955;0.000000;0.000045;0.880797;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.880797;0.268941;0.731059;0.993307;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.952574;0.726115;0.766204;0.196392;0.000000;0.418484;0.250490;0.074330;0.261536;0.000000;0.812905;0.489252;0.388648;0.448187;0.000000;0.000000;0.537678;0.296713;0.000000;0.198293;0.844749;0.957637;0.009632;0.032732;0.997995;0.000000;0.002005;0.999825;0.000000;0.000175;0.500000;0.268941;0.268941;0.982014;0.006693;0.500000;0.993307;0.047426;0.268941;0.006693;0.006693;0.880797;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.622694;0.594596;0.335815;0.821420;0.000000;0.680267;0.888251;0.204403;0.537430;0.000000;0.000000;0.806433;0.000000;0.000000;0.152258;0.614200;0.139794;0.000000;0.101926;0.000000;0.903965;0.008332;0.087704;0.987675;0.000000;0.012325;0.992825;0.000000;0.007175;0.880797;0.119203;0.119203;0.268941;0.119203;0.880797;0.982014;0.047426;0.731059;0.268941;0.119203;0.268941;0.119203;0.047426;0.047426;0.500000;0.268941;0.017986;0.268941;0.731059;0.859483;0.378246;0.064465;0.042007;0.639686;0.445715;0.753618;0.081361;0.639916;0.523233;0.114559;0.280497;0.598928;0.347511;0.000000;0.629017;0.647713;0.000000;0.481259;0.392933;0.838249;0.008787;0.152965;0.938395;0.000025;0.061585;0.971495;0.000090;0.028415;0.993307;0.017986;0.500000;0.047426;0.268941;0.047426;0.047426;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.017986;0.017986;0.268941;0.731059;0.006693;0.017986;0.982014;0.868299;0.129769;0.499750;0.054940;0.723522;0.000000;0.000000;0.231653;0.000000;0.327613;0.333366;0.208334;0.469289;0.149567;0.000000;0.497500;0.527472;0.378246;0.196234;0.881739;0.531725;0.008467;0.459810;0.637620;0.000090;0.362290;0.596880;0.000180;0.402945
0.500000;0.952574;0.268941;0.268941;0.268941;0.952574;0.731059;0.047426;0.500000;0.119203;0.500000;0.880797;0.119203;0.047426;0.047426;0.268941;0.268941;0.017986;0.119203;0.119203;0.703287;0.808919;0.218573;0.686757;0.000000;0.870231;0.856067;0.116912;0.234693;0.041567;0.240855;0.490001;0.393888;0.199408;0.000000;0.479012;0.368188;0.000000;0.239942;0.000000;0.966672;0.004137;0.029191;0.999940;0.000005;0.000055;0.999925;0.000000;0.000075;0.119203;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.006693;0.006693;0.993307;0.731059;0.017986;0.500000;0.047426;0.006693;0.047426;0.500000;0.006693;0.119203;0.993307;0.473026;0.000000;0.225308;0.000000;0.249553;0.094319;0.000000;0.175086;0.000000;0.797057;0.868983;0.000000;0.761514;0.715856;0.000000;0.000000;0.083173;0.367258;0.258266;0.825202;0.965463;0.001089;0.033447;0.999950;0.000005;0.000045;0.999985;0.000000;0.000015;0.500000;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.880797;0.952574;0.017986;0.731059;0.982014;0.017986;0.047426;0.119203;0.047426;0.500000;0.880797;0.675682;0.000000;0.502000;0.000000;0.553544;0.000000;0.000000;0.000000;0.287409;0.782960;0.760787;0.000000;0.696143;0.742499;0.000000;0.306826;0.431189;0.000000;0.127973;0.846707;0.967536;0.001523;0.030941;0.999980;0.000005;0.000015;1.000.000;0.000000;0.000000;0.268941;0.880797;0.119203;0.500000;0.002473;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.880797;0.017986;0.002473;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.576641;0.852079;0.191855;0.683953;0.000000;0.534694;0.914823;0.114965;0.391265;0.058525;0.117533;0.741542;0.000000;0.076775;0.000000;0.279489;0.247312;0.311310;0.087464;0.000000;0.966448;0.001522;0.032031;0.999945;0.000005;0.000055;1.000.000;0.000000;0.000000;0.731059;0.119203;0.731059;0.119203;0.268941;0.268941;0.268941;0.047426;0.731059;0.982014;0.500000;0.268941;0.268941;0.119203;0.047426;0.268941;0.731059;0.731059;0.268941;0.731059;0.793802;0.641527;0.156171;0.000000;0.389123;0.215684;0.496750;0.030531;0.179756;0.812753;0.554779;0.166034;0.335592;0.664185;0.000000;0.145791;0.566356;0.714226;0.417268;0.646342;0.966455;0.008792;0.024751;0.999845;0.000000;0.000150;0.999990;0.000000;0.000010;0.880797;0.006693;0.006693;0.006693;0.731059;0.017986;0.017986;0.006693;0.006693;0.500000;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.952574;0.047426;0.997527;0.839835;0.000000;0.000000;0.000000;0.588798;0.000000;0.000000;0.230942;0.000000;0.585405;0.407816;0.000000;0.495500;0.129995;0.000000;0.359393;0.773994;0.866343;0.000000;0.878147;0.967014;0.008673;0.024311;0.999570;0.000000;0.000425;0.999955;0.000000;0.000045;0.880797;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.880797;0.268941;0.731059;0.993307;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.952574;0.726115;0.766204;0.196392;0.000000;0.418484;0.250490;0.074330;0.261536;0.000000;0.812905;0.489252;0.388648;0.448187;0.000000;0.000000;0.537678;0.296713;0.000000;0.198293;0.844749;0.957637;0.009632;0.032732;0.997995;0.000000;0.002005;0.999825;0.000000;0.000175;0.500000;0.268941;0.268941;0.982014;0.006693;0.500000;0.993307;0.047426;0.268941;0.006693;0.006693;0.880797;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.622694;0.594596;0.335815;0.821420;0.000000;0.680267;0.888251;0.204403;0.537430;0.000000;0.000000;0.806433;0.000000;0.000000;0.152258;0.614200;0.139794;0.000000;0.101926;0.000000;0.903965;0.008332;0.087704;0.987675;0.000000;0.012325;0.992825;0.000000;0.007175;0.880797;0.119203;0.119203;0.268941;0.119203;0.880797;0.982014;0.047426;0.731059;0.268941;0.119203;0.268941;0.119203;0.047426;0.047426;0.500000;0.268941;0.017986;0.268941;0.731059;0.859483;0.378246;0.064465;0.042007;0.639686;0.445715;0.753618;0.081361;0.639916;0.523233;0.114559;0.280497;0.598928;0.347511;0.000000;0.629017;0.647713;0.000000;0.481259;0.392933;0.838249;0.008787;0.152965;0.938395;0.000025;0.061585;0.971495;0.000090;0.028415;0.993307;0.017986;0.500000;0.047426;0.268941;0.047426;0.047426;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.017986;0.017986;0.268941;0.731059;0.006693;0.017986;0.982014;0.868299;0.129769;0.499750;0.054940;0.723522;0.000000;0.000000;0.231653;0.000000;0.327613;0.333366;0.208334;0.469289;0.149567;0.000000;0.497500;0.527472;0.378246;0.196234;0.881739;0.531725;0.008467;0.459810;0.637620;0.000090;0.362290;0.596880;0.000180;0.402945;0.731059;0.731059;0.952574;0.268941;0.017986;0.500000;0.500000;0.880797;0.119203;0.017986;0.017986;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.831879;0.515495;0.824914;0.722120;0.000000;0.664408;0.371684;0.623634;0.074193;0.120999;0.108225;0.787178;0.000000;0.000000;0.543887;0.399872;0.032389;0.000000;0.000000;0.041726;0.138492;0.004079;0.857430;0.196025;0.000090;0.803880;0.087700;0.000030;0.912275
0.119203;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.006693;0.006693;0.993307;0.731059;0.017986;0.500000;0.047426;0.006693;0.047426;0.500000;0.006693;0.119203;0.993307;0.473026;0.000000;0.225308;0.000000;0.249553;0.094319;0.000000;0.175086;0.000000;0.797057;0.868983;0.000000;0.761514;0.715856;0.000000;0.000000;0.083173;0.367258;0.258266;0.825202;0.965463;0.001089;0.033447;0.999950;0.000005;0.000045;0.999985;0.000000;0.000015;0.500000;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.880797;0.952574;0.017986;0.731059;0.982014;0.017986;0.047426;0.119203;0.047426;0.500000;0.880797;0.675682;0.000000;0.502000;0.000000;0.553544;0.000000;0.000000;0.000000;0.287409;0.782960;0.760787;0.000000;0.696143;0.742499;0.000000;0.306826;0.431189;0.000000;0.127973;0.846707;0.967536;0.001523;0.030941;0.999980;0.000005;0.000015;1.000.000;0.000000;0.000000;0.268941;0.880797;0.119203;0.500000;0.002473;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.880797;0.017986;0.002473;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.576641;0.852079;0.191855;0.683953;0.000000;0.534694;0.914823;0.114965;0.391265;0.058525;0.117533;0.741542;0.000000;0.076775;0.000000;0.279489;0.247312;0.311310;0.087464;0.000000;0.966448;0.001522;0.032031;0.999945;0.000005;0.000055;1.000.000;0.000000;0.000000;0.731059;0.119203;0.731059;0.119203;0.268941;0.268941;0.268941;0.047426;0.731059;0.982014;0.500000;0.268941;0.268941;0.119203;0.047426;0.268941;0.731059;0.731059;0.268941;0.731059;0.793802;0.641527;0.156171;0.000000;0.389123;0.215684;0.496750;0.030531;0.179756;0.812753;0.554779;0.166034;0.335592;0.664185;0.000000;0.145791;0.566356;0.714226;0.417268;0.646342;0.966455;0.008792;0.024751;0.999845;0.000000;0.000150;0.999990;0.000000;0.000010;0.880797;0.006693;0.006693;0.006693;0.731059;0.017986;0.017986;0.006693;0.006693;0.500000;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.952574;0.047426;0.997527;0.839835;0.000000;0.000000;0.000000;0.588798;0.000000;0.000000;0.230942;0.000000;0.585405;0.407816;0.000000;0.495500;0.129995;0.000000;0.359393;0.773994;0.866343;0.000000;0.878147;0.967014;0.008673;0.024311;0.999570;0.000000;0.000425;0.999955;0.000000;0.000045;0.880797;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.880797;0.268941;0.731059;0.993307;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.952574;0.726115;0.766204;0.196392;0.000000;0.418484;0.250490;0.074330;0.261536;0.000000;0.812905;0.489252;0.388648;0.448187;0.000000;0.000000;0.537678;0.296713;0.000000;0.198293;0.844749;0.957637;0.009632;0.032732;0.997995;0.000000;0.002005;0.999825;0.000000;0.000175;0.500000;0.268941;0.268941;0.982014;0.006693;0.500000;0.993307;0.047426;0.268941;0.006693;0.006693;0.880797;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.622694;0.594596;0.335815;0.821420;0.000000;0.680267;0.888251;0.204403;0.537430;0.000000;0.000000;0.806433;0.000000;0.000000;0.152258;0.614200;0.139794;0.000000;0.101926;0.000000;0.903965;0.008332;0.087704;0.987675;0.000000;0.012325;0.992825;0.000000;0.007175;0.880797;0.119203;0.119203;0.268941;0.119203;0.880797;0.982014;0.047426;0.731059;0.268941;0.119203;0.268941;0.119203;0.047426;0.047426;0.500000;0.268941;0.017986;0.268941;0.731059;0.859483;0.378246;0.064465;0.042007;0.639686;0.445715;0.753618;0.081361;0.639916;0.523233;0.114559;0.280497;0.598928;0.347511;0.000000;0.629017;0.647713;0.000000;0.481259;0.392933;0.838249;0.008787;0.152965;0.938395;0.000025;0.061585;0.971495;0.000090;0.028415;0.993307;0.017986;0.500000;0.047426;0.268941;0.047426;0.047426;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.017986;0.017986;0.268941;0.731059;0.006693;0.017986;0.982014;0.868299;0.129769;0.499750;0.054940;0.723522;0.000000;0.000000;0.231653;0.000000;0.327613;0.333366;0.208334;0.469289;0.149567;0.000000;0.497500;0.527472;0.378246;0.196234;0.881739;0.531725;0.008467;0.459810;0.637620;0.000090;0.362290;0.596880;0.000180;0.402945;0.731059;0.731059;0.952574;0.268941;0.017986;0.500000;0.500000;0.880797;0.119203;0.017986;0.017986;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.831879;0.515495;0.824914;0.722120;0.000000;0.664408;0.371684;0.623634;0.074193;0.120999;0.108225;0.787178;0.000000;0.000000;0.543887;0.399872;0.032389;0.000000;0.000000;0.041726;0.138492;0.004079;0.857430;0.196025;0.000090;0.803880;0.087700;0.000030;0.912275;0.119203;0.047426;0.268941;0.880797;0.006693;0.268941;0.119203;0.997527;0.119203;0.002473;0.006693;0.731059;0.006693;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.006693;0.496000;0.054630;0.636684;0.726910;0.000000;0.253317;0.317128;0.922155;0.470285;0.000000;0.024578;0.628083;0.178873;0.091704;0.588072;0.521736;0.029284;0.387223;0.236855;0.000000;0.062460;0.029654;0.907886;0.018005;0.000440;0.981555;0.030765;0.000300;0.968935
0.500000;0.017986;0.017986;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.880797;0.952574;0.017986;0.731059;0.982014;0.017986;0.047426;0.119203;0.047426;0.500000;0.880797;0.675682;0.000000;0.502000;0.000000;0.553544;0.000000;0.000000;0.000000;0.287409;0.782960;0.760787;0.000000;0.696143;0.742499;0.000000;0.306826;0.431189;0.000000;0.127973;0.846707;0.967536;0.001523;0.030941;0.999980;0.000005;0.000015;1.000.000;0.000000;0.000000;0.268941;0.880797;0.119203;0.500000;0.002473;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.880797;0.017986;0.002473;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.576641;0.852079;0.191855;0.683953;0.000000;0.534694;0.914823;0.114965;0.391265;0.058525;0.117533;0.741542;0.000000;0.076775;0.000000;0.279489;0.247312;0.311310;0.087464;0.000000;0.966448;0.001522;0.032031;0.999945;0.000005;0.000055;1.000.000;0.000000;0.000000;0.731059;0.119203;0.731059;0.119203;0.268941;0.268941;0.268941;0.047426;0.731059;0.982014;0.500000;0.268941;0.268941;0.119203;0.047426;0.268941;0.731059;0.731059;0.268941;0.731059;0.793802;0.641527;0.156171;0.000000;0.389123;0.215684;0.496750;0.030531;0.179756;0.812753;0.554779;0.166034;0.335592;0.664185;0.000000;0.145791;0.566356;0.714226;0.417268;0.646342;0.966455;0.008792;0.024751;0.999845;0.000000;0.000150;0.999990;0.000000;0.000010;0.880797;0.006693;0.006693;0.006693;0.731059;0.017986;0.017986;0.006693;0.006693;0.500000;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.952574;0.047426;0.997527;0.839835;0.000000;0.000000;0.000000;0.588798;0.000000;0.000000;0.230942;0.000000;0.585405;0.407816;0.000000;0.495500;0.129995;0.000000;0.359393;0.773994;0.866343;0.000000;0.878147;0.967014;0.008673;0.024311;0.999570;0.000000;0.000425;0.999955;0.000000;0.000045;0.880797;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.880797;0.268941;0.731059;0.993307;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.952574;0.726115;0.766204;0.196392;0.000000;0.418484;0.250490;0.074330;0.261536;0.000000;0.812905;0.489252;0.388648;0.448187;0.000000;0.000000;0.537678;0.296713;0.000000;0.198293;0.844749;0.957637;0.009632;0.032732;0.997995;0.000000;0.002005;0.999825;0.000000;0.000175;0.500000;0.268941;0.268941;0.982014;0.006693;0.500000;0.993307;0.047426;0.268941;0.006693;0.006693;0.880797;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.622694;0.594596;0.335815;0.821420;0.000000;0.680267;0.888251;0.204403;0.537430;0.000000;0.000000;0.806433;0.000000;0.000000;0.152258;0.614200;0.139794;0.000000;0.101926;0.000000;0.903965;0.008332;0.087704;0.987675;0.000000;0.012325;0.992825;0.000000;0.007175;0.880797;0.119203;0.119203;0.268941;0.119203;0.880797;0.982014;0.047426;0.731059;0.268941;0.119203;0.268941;0.119203;0.047426;0.047426;0.500000;0.268941;0.017986;0.268941;0.731059;0.859483;0.378246;0.064465;0.042007;0.639686;0.445715;0.753618;0.081361;0.639916;0.523233;0.114559;0.280497;0.598928;0.347511;0.000000;0.629017;0.647713;0.000000;0.481259;0.392933;0.838249;0.008787;0.152965;0.938395;0.000025;0.061585;0.971495;0.000090;0.028415;0.993307;0.017986;0.500000;0.047426;0.268941;0.047426;0.047426;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.017986;0.017986;0.268941;0.731059;0.006693;0.017986;0.982014;0.868299;0.129769;0.499750;0.054940;0.723522;0.000000;0.000000;0.231653;0.000000;0.327613;0.333366;0.208334;0.469289;0.149567;0.000000;0.497500;0.527472;0.378246;0.196234;0.881739;0.531725;0.008467;0.459810;0.637620;0.000090;0.362290;0.596880;0.000180;0.402945;0.731059;0.731059;0.952574;0.268941;0.017986;0.500000;0.500000;0.880797;0.119203;0.017986;0.017986;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.831879;0.515495;0.824914;0.722120;0.000000;0.664408;0.371684;0.623634;0.074193;0.120999;0.108225;0.787178;0.000000;0.000000;0.543887;0.399872;0.032389;0.000000;0.000000;0.041726;0.138492;0.004079;0.857430;0.196025;0.000090;0.803880;0.087700;0.000030;0.912275;0.119203;0.047426;0.268941;0.880797;0.006693;0.268941;0.119203;0.997527;0.119203;0.002473;0.006693;0.731059;0.006693;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.006693;0.496000;0.054630;0.636684;0.726910;0.000000;0.253317;0.317128;0.922155;0.470285;0.000000;0.024578;0.628083;0.178873;0.091704;0.588072;0.521736;0.029284;0.387223;0.236855;0.000000;0.062460;0.029654;0.907886;0.018005;0.000440;0.981555;0.030765;0.000300;0.968935;0.119203;0.997527;0.119203;0.731059;0.017986;0.731059;0.731059;0.047426;0.047426;0.006693;0.006693;0.982014;0.017986;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.205707;0.949789;0.495250;0.752688;0.197024;0.621048;0.133889;0.435855;0.209490;0.081735;0.000000;0.752688;0.171647;0.215345;0.459092;0.505250;0.106786;0.000000;0.103308;0.000000;0.093854;0.047998;0.858149;0.015895;0.069520;0.914585;0.010330;0.032030;0.957645
0.268941;0.880797;0.119203;0.500000;0.002473;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.880797;0.017986;0.002473;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.576641;0.852079;0.191855;0.683953;0.000000;0.534694;0.914823;0.114965;0.391265;0.058525;0.117533;0.741542;0.000000;0.076775;0.000000;0.279489;0.247312;0.311310;0.087464;0.000000;0.966448;0.001522;0.032031;0.999945;0.000005;0.000055;1.000.000;0.000000;0.000000;0.731059;0.119203;0.731059;0.119203;0.268941;0.268941;0.268941;0.047426;0.731059;0.982014;0.500000;0.268941;0.268941;0.119203;0.047426;0.268941;0.731059;0.731059;0.268941;0.731059;0.793802;0.641527;0.156171;0.000000;0.389123;0.215684;0.496750;0.030531;0.179756;0.812753;0.554779;0.166034;0.335592;0.664185;0.000000;0.145791;0.566356;0.714226;0.417268;0.646342;0.966455;0.008792;0.024751;0.999845;0.000000;0.000150;0.999990;0.000000;0.000010;0.880797;0.006693;0.006693;0.006693;0.731059;0.017986;0.017986;0.006693;0.006693;0.500000;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.952574;0.047426;0.997527;0.839835;0.000000;0.000000;0.000000;0.588798;0.000000;0.000000;0.230942;0.000000;0.585405;0.407816;0.000000;0.495500;0.129995;0.000000;0.359393;0.773994;0.866343;0.000000;0.878147;0.967014;0.008673;0.024311;0.999570;0.000000;0.000425;0.999955;0.000000;0.000045;0.880797;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.880797;0.268941;0.731059;0.993307;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.952574;0.726115;0.766204;0.196392;0.000000;0.418484;0.250490;0.074330;0.261536;0.000000;0.812905;0.489252;0.388648;0.448187;0.000000;0.000000;0.537678;0.296713;0.000000;0.198293;0.844749;0.957637;0.009632;0.032732;0.997995;0.000000;0.002005;0.999825;0.000000;0.000175;0.500000;0.268941;0.268941;0.982014;0.006693;0.500000;0.993307;0.047426;0.268941;0.006693;0.006693;0.880797;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.622694;0.594596;0.335815;0.821420;0.000000;0.680267;0.888251;0.204403;0.537430;0.000000;0.000000;0.806433;0.000000;0.000000;0.152258;0.614200;0.139794;0.000000;0.101926;0.000000;0.903965;0.008332;0.087704;0.987675;0.000000;0.012325;0.992825;0.000000;0.007175;0.880797;0.119203;0.119203;0.268941;0.119203;0.880797;0.982014;0.047426;0.731059;0.268941;0.119203;0.268941;0.119203;0.047426;0.047426;0.500000;0.268941;0.017986;0.268941;0.731059;0.859483;0.378246;0.064465;0.042007;0.639686;0.445715;0.753618;0.081361;0.639916;0.523233;0.114559;0.280497;0.598928;0.347511;0.000000;0.629017;0.647713;0.000000;0.481259;0.392933;0.838249;0.008787;0.152965;0.938395;0.000025;0.061585;0.971495;0.000090;0.028415;0.993307;0.017986;0.500000;0.047426;0.268941;0.047426;0.047426;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.017986;0.017986;0.268941;0.731059;0.006693;0.017986;0.982014;0.868299;0.129769;0.499750;0.054940;0.723522;0.000000;0.000000;0.231653;0.000000;0.327613;0.333366;0.208334;0.469289;0.149567;0.000000;0.497500;0.527472;0.378246;0.196234;0.881739;0.531725;0.008467;0.459810;0.637620;0.000090;0.362290;0.596880;0.000180;0.402945;0.731059;0.731059;0.952574;0.268941;0.017986;0.500000;0.500000;0.880797;0.119203;0.017986;0.017986;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.831879;0.515495;0.824914;0.722120;0.000000;0.664408;0.371684;0.623634;0.074193;0.120999;0.108225;0.787178;0.000000;0.000000;0.543887;0.399872;0.032389;0.000000;0.000000;0.041726;0.138492;0.004079;0.857430;0.196025;0.000090;0.803880;0.087700;0.000030;0.912275;0.119203;0.047426;0.268941;0.880797;0.006693;0.268941;0.119203;0.997527;0.119203;0.002473;0.006693;0.731059;0.006693;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.006693;0.496000;0.054630;0.636684;0.726910;0.000000;0.253317;0.317128;0.922155;0.470285;0.000000;0.024578;0.628083;0.178873;0.091704;0.588072;0.521736;0.029284;0.387223;0.236855;0.000000;0.062460;0.029654;0.907886;0.018005;0.000440;0.981555;0.030765;0.000300;0.968935;0.119203;0.997527;0.119203;0.731059;0.017986;0.731059;0.731059;0.047426;0.047426;0.006693;0.006693;0.982014;0.017986;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.205707;0.949789;0.495250;0.752688;0.197024;0.621048;0.133889;0.435855;0.209490;0.081735;0.000000;0.752688;0.171647;0.215345;0.459092;0.505250;0.106786;0.000000;0.103308;0.000000;0.093854;0.047998;0.858149;0.015895;0.069520;0.914585;0.010330;0.032030;0.957645;0.500000;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.006693;0.880797;0.880797;0.017986;0.880797;0.500000;0.017986;0.047426;0.268941;0.017986;0.047426;0.993307;0.630881;0.000000;0.259225;0.188620;0.522984;0.392695;0.063685;0.319515;0.000000;0.742691;0.613963;0.553050;0.615384;0.663069;0.000000;0.000000;0.591701;0.000000;0.077988;0.859120;0.053473;0.234791;0.711736;0.006910;0.338445;0.654645;0.001320;0.278440;0.720240
0.731059;0.119203;0.731059;0.119203;0.268941;0.268941;0.268941;0.047426;0.731059;0.982014;0.500000;0.268941;0.268941;0.119203;0.047426;0.268941;0.731059;0.731059;0.268941;0.731059;0.793802;0.641527;0.156171;0.000000;0.389123;0.215684;0.496750;0.030531;0.179756;0.812753;0.554779;0.166034;0.335592;0.664185;0.000000;0.145791;0.566356;0.714226;0.417268;0.646342;0.966455;0.008792;0.024751;0.999845;0.000000;0.000150;0.999990;0.000000;0.000010;0.880797;0.006693;0.006693;0.006693;0.731059;0.017986;0.017986;0.006693;0.006693;0.500000;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.952574;0.047426;0.997527;0.839835;0.000000;0.000000;0.000000;0.588798;0.000000;0.000000;0.230942;0.000000;0.585405;0.407816;0.000000;0.495500;0.129995;0.000000;0.359393;0.773994;0.866343;0.000000;0.878147;0.967014;0.008673;0.024311;0.999570;0.000000;0.000425;0.999955;0.000000;0.000045;0.880797;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.880797;0.268941;0.731059;0.993307;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.952574;0.726115;0.766204;0.196392;0.000000;0.418484;0.250490;0.074330;0.261536;0.000000;0.812905;0.489252;0.388648;0.448187;0.000000;0.000000;0.537678;0.296713;0.000000;0.198293;0.844749;0.957637;0.009632;0.032732;0.997995;0.000000;0.002005;0.999825;0.000000;0.000175;0.500000;0.268941;0.268941;0.982014;0.006693;0.500000;0.993307;0.047426;0.268941;0.006693;0.006693;0.880797;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.622694;0.594596;0.335815;0.821420;0.000000;0.680267;0.888251;0.204403;0.537430;0.000000;0.000000;0.806433;0.000000;0.000000;0.152258;0.614200;0.139794;0.000000;0.101926;0.000000;0.903965;0.008332;0.087704;0.987675;0.000000;0.012325;0.992825;0.000000;0.007175;0.880797;0.119203;0.119203;0.268941;0.119203;0.880797;0.982014;0.047426;0.731059;0.268941;0.119203;0.268941;0.119203;0.047426;0.047426;0.500000;0.268941;0.017986;0.268941;0.731059;0.859483;0.378246;0.064465;0.042007;0.639686;0.445715;0.753618;0.081361;0.639916;0.523233;0.114559;0.280497;0.598928;0.347511;0.000000;0.629017;0.647713;0.000000;0.481259;0.392933;0.838249;0.008787;0.152965;0.938395;0.000025;0.061585;0.971495;0.000090;0.028415;0.993307;0.017986;0.500000;0.047426;0.268941;0.047426;0.047426;0.119203;0.017986;0.268941;0.119203;0.047426;0.119203;0.017986;0.017986;0.268941;0.731059;0.006693;0.017986;0.982014;0.868299;0.129769;0.499750;0.054940;0.723522;0.000000;0.000000;0.231653;0.000000;0.327613;0.333366;0.208334;0.469289;0.149567;0.000000;0.497500;0.527472;0.378246;0.196234;0.881739;0.531725;0.008467;0.459810;0.637620;0.000090;0.362290;0.596880;0.000180;0.402945;0.731059;0.731059;0.952574;0.268941;0.017986;0.500000;0.500000;0.880797;0.119203;0.017986;0.017986;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.831879;0.515495;0.824914;0.722120;0.000000;0.664408;0.371684;0.623634;0.074193;0.120999;0.108225;0.787178;0.000000;0.000000;0.543887;0.399872;0.032389;0.000000;0.000000;0.041726;0.138492;0.004079;0.857430;0.196025;0.000090;0.803880;0.087700;0.000030;0.912275;0.119203;0.047426;0.268941;0.880797;0.006693;0.268941;0.119203;0.997527;0.119203;0.002473;0.006693;0.731059;0.006693;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.006693;0.496000;0.054630;0.636684;0.726910;0.000000;0.253317;0.317128;0.922155;0.470285;0.000000;0.024578;0.628083;0.178873;0.091704;0.588072;0.521736;0.029284;0.387223;0.236855;0.000000;0.062460;0.029654;0.907886;0.018005;0.000440;0.981555;0.030765;0.000300;0.968935;0.119203;0.997527;0.119203;0.731059;0.017986;0.731059;0.731059;0.047426;0.047426;0.006693;0.006693;0.982014;0.017986;0.006693;0.017986;0.268941;0.119203;0.006693;0.017986;0.006693;0.205707;0.949789;0.495250;0.752688;0.197024;0.621048;0.133889;0.435855;0.209490;0.081735;0.000000;0.752688;0.171647;0.215345;0.459092;0.505250;0.106786;0.000000;0.103308;0.000000;0.093854;0.047998;0.858149;0.015895;0.069520;0.914585;0.010330;0.032030;0.957645;0.500000;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.006693;0.880797;0.880797;0.017986;0.880797;0.500000;0.017986;0.047426;0.268941;0.017986;0.047426;0.993307;0.630881;0.000000;0.259225;0.188620;0.522984;0.392695;0.063685;0.319515;0.000000;0.742691;0.613963;0.553050;0.615384;0.663069;0.000000;0.000000;0.591701;0.000000;0.077988;0.859120;0.053473;0.234791;0.711736;0.006910;0.338445;0.654645;0.001320;0.278440;0.720240;0.268941;0.268941;0.119203;0.500000;0.017986;0.119203;0.119203;0.047426;0.119203;0.047426;0.017986;0.880797;0.017986;0.006693;0.997527;0.268941;0.952574;0.006693;0.017986;0.047426;0.345699;0.466052;0.325853;0.244530;0.000000;0.417754;0.457602;0.225133;0.288434;0.329378;0.363779;0.666856;0.520239;0.115169;0.955511;0.000000;0.540163;0.000000;0.199727;0.162465;0.063754;0.565260;0.370986;0.006550;0.470550;0.522900;0.001190;0.823895;0.174915
0.268941;0.006693;0.017986;0.006693;0.268941;0.017986;0.017986;0.006693;0.006693;0.880797;0.119203;0.017986;0.119203;0.047426;0.017986;0.119203;0.952574;0.006693;0.017986;0.997527;0.628783;0.000000;0.000000;0.000000;0.710127;0.000000;0.000000;0.000000;0.000000;0.881843;0.321912;0.000000;0.152129;0.148426;0.181384;0.359854;0.744977;0.000000;0.000000;0.915212;0.047884;0.559049;0.393068;0.010895;0.675015;0.314090;0.015465;0.487660;0.496875;0.731059;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.999089;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.006693;0.047426;0.017986;0.006693;0.002473;0.002473;0.704329;0.067295;0.685680;0.084401;0.415567;0.256546;0.045957;0.908877;0.000000;0.470534;0.240306;0.000000;0.350236;0.207510;0.106977;0.866458;0.370750;0.000000;0.067989;0.035503;0.052830;0.269208;0.677961;0.011010;0.440205;0.548785;0.018980;0.234275;0.746745;0.952574;0.017986;0.119203;0.268941;0.999089;0.047426;0.047426;0.268941;0.017986;0.047426;0.047426;0.047426;0.500000;0.017986;0.047426;0.982014;0.731059;0.006693;0.017986;0.268941;0.824625;0.380365;0.000000;0.694236;0.832994;0.213829;0.586375;0.651809;0.698044;0.000000;0.063032;0.125100;0.000000;0.343215;0.182426;0.827213;0.558481;0.000000;0.090627;0.101744;0.109800;0.162099;0.728101;0.069340;0.352710;0.577950;0.088540;0.098595;0.812865;0.119203;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.017986;0.047426;0.952574;0.731059;0.047426;0.268941;0.268941;0.880797;0.119203;0.500000;0.017986;0.268941;0.731059;0.619871;0.034858;0.848000;0.489751;0.644970;0.629716;0.448681;0.348645;0.079732;0.297548;0.451652;0.134238;0.737110;0.522984;0.747628;0.641527;0.571996;0.228465;0.459092;0.074468;0.135617;0.018052;0.846332;0.076695;0.028395;0.894915;0.127275;0.008785;0.863940;0.500000;0.119203;0.993307;0.731059;0.731059;0.119203;0.119203;0.500000;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.017986;0.982014;0.268941;0.006693;0.017986;0.017986;0.391265;0.348872;0.792490;0.746872;0.752315;0.691470;0.035230;0.374959;0.000000;0.111948;0.020674;0.057432;0.000000;0.060768;0.378246;0.944012;0.658361;0.286591;0.000000;0.167006;0.154747;0.004530;0.840724;0.079950;0.002060;0.917990;0.193580;0.002415;0.804010;0.119203;0.017986;0.047426;0.017986;0.017986;0.500000;0.017986;0.006693;0.017986;0.268941;0.880797;0.047426;0.119203;0.017986;0.017986;0.119203;0.999089;0.006693;0.017986;0.268941;0.199887;0.000000;0.057921;0.000000;0.000000;0.000000;0.293178;0.039506;0.230942;0.691683;0.729285;0.000000;0.203591;0.603244;0.587345;0.241037;0.904132;0.500250;0.340515;0.654527;0.830071;0.004381;0.165549;0.817050;0.000575;0.182380;0.826345;0.000420;0.173235;0.731059;0.952574;0.731059;0.500000;0.047426;0.731059;0.731059;0.119203;0.880797;0.047426;0.047426;0.952574;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.731059;0.119203;0.670843;0.786507;0.464560;0.782960;0.295879;0.745926;0.729483;0.215684;0.599168;0.255593;0.081286;0.655883;0.000000;0.086432;0.575909;0.575176;0.123575;0.000000;0.286182;0.034323;0.934032;0.018045;0.047924;0.948000;0.000015;0.051985;0.971760;0.000010;0.028230;0.119203;0.119203;0.119203;0.993307;0.002473;0.500000;0.997527;0.017986;0.731059;0.006693;0.047426;0.268941;0.017986;0.002473;0.017986;0.119203;0.119203;0.002473;0.017986;0.006693;0.431925;0.597005;0.426780;0.898621;0.000000;0.677652;0.906362;0.105081;0.066920;0.130335;0.169806;0.364473;0.000000;0.000000;0.063388;0.452147;0.446703;0.000000;0.000000;0.211818;0.939742;0.023436;0.036824;0.961055;0.000005;0.038945;0.992960;0.000000;0.007040;0.982014;0.047426;0.119203;0.119203;0.500000;0.047426;0.047426;0.268941;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.006693;0.017986;0.500000;0.889240;0.000000;0.328274;0.138357;0.421407;0.628783;0.000000;0.000000;0.000000;0.339169;0.194348;0.000000;0.824190;0.000000;0.000000;0.816078;0.792654;0.000000;0.000000;0.696989;0.960923;0.025347;0.013730;0.997800;0.000010;0.002190;0.998745;0.000000;0.001255;0.268941;0.119203;0.017986;0.017986;0.500000;0.500000;0.119203;0.006693;0.017986;0.993307;0.500000;0.268941;0.880797;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.952574;0.408299;0.465057;0.000000;0.000000;0.208664;0.194192;0.041846;0.000000;0.180051;0.924492;0.769413;0.257501;0.359163;0.172930;0.000000;0.057867;0.074124;0.000000;0.156303;0.857172;0.966604;0.021389;0.012007;0.999910;0.000010;0.000080;0.999995;0.000000;0.000005;0.500000;0.731059;0.119203;0.731059;0.119203;0.731059;0.997527;0.047426;0.119203;0.119203;0.017986;0.500000;0.047426;0.268941;0.047426;0.268941;0.119203;0.006693;0.268941;0.119203;0.725916;0.708477;0.381072;0.604679;0.000000;0.613963;0.919753;0.000000;0.373554;0.054064;0.178433;0.671726;0.419701;0.068881;0.000000;0.275679;0.205380;0.000000;0.226532;0.193879;0.966512;0.006495;0.026993;0.999915;0.000010;0.000075;1.000.000;0.000000;0.000000
0.731059;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.999089;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.006693;0.047426;0.017986;0.006693;0.002473;0.002473;0.704329;0.067295;0.685680;0.084401;0.415567;0.256546;0.045957;0.908877;0.000000;0.470534;0.240306;0.000000;0.350236;0.207510;0.106977;0.866458;0.370750;0.000000;0.067989;0.035503;0.052830;0.269208;0.677961;0.011010;0.440205;0.548785;0.018980;0.234275;0.746745;0.952574;0.017986;0.119203;0.268941;0.999089;0.047426;0.047426;0.268941;0.017986;0.047426;0.047426;0.047426;0.500000;0.017986;0.047426;0.982014;0.731059;0.006693;0.017986;0.268941;0.824625;0.380365;0.000000;0.694236;0.832994;0.213829;0.586375;0.651809;0.698044;0.000000;0.063032;0.125100;0.000000;0.343215;0.182426;0.827213;0.558481;0.000000;0.090627;0.101744;0.109800;0.162099;0.728101;0.069340;0.352710;0.577950;0.088540;0.098595;0.812865;0.119203;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.017986;0.047426;0.952574;0.731059;0.047426;0.268941;0.268941;0.880797;0.119203;0.500000;0.017986;0.268941;0.731059;0.619871;0.034858;0.848000;0.489751;0.644970;0.629716;0.448681;0.348645;0.079732;0.297548;0.451652;0.134238;0.737110;0.522984;0.747628;0.641527;0.571996;0.228465;0.459092;0.074468;0.135617;0.018052;0.846332;0.076695;0.028395;0.894915;0.127275;0.008785;0.863940;0.500000;0.119203;0.993307;0.731059;0.731059;0.119203;0.119203;0.500000;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.017986;0.982014;0.268941;0.006693;0.017986;0.017986;0.391265;0.348872;0.792490;0.746872;0.752315;0.691470;0.035230;0.374959;0.000000;0.111948;0.020674;0.057432;0.000000;0.060768;0.378246;0.944012;0.658361;0.286591;0.000000;0.167006;0.154747;0.004530;0.840724;0.079950;0.002060;0.917990;0.193580;0.002415;0.804010;0.119203;0.017986;0.047426;0.017986;0.017986;0.500000;0.017986;0.006693;0.017986;0.268941;0.880797;0.047426;0.119203;0.017986;0.017986;0.119203;0.999089;0.006693;0.017986;0.268941;0.199887;0.000000;0.057921;0.000000;0.000000;0.000000;0.293178;0.039506;0.230942;0.691683;0.729285;0.000000;0.203591;0.603244;0.587345;0.241037;0.904132;0.500250;0.340515;0.654527;0.830071;0.004381;0.165549;0.817050;0.000575;0.182380;0.826345;0.000420;0.173235;0.731059;0.952574;0.731059;0.500000;0.047426;0.731059;0.731059;0.119203;0.880797;0.047426;0.047426;0.952574;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.731059;0.119203;0.670843;0.786507;0.464560;0.782960;0.295879;0.745926;0.729483;0.215684;0.599168;0.255593;0.081286;0.655883;0.000000;0.086432;0.575909;0.575176;0.123575;0.000000;0.286182;0.034323;0.934032;0.018045;0.047924;0.948000;0.000015;0.051985;0.971760;0.000010;0.028230;0.119203;0.119203;0.119203;0.993307;0.002473;0.500000;0.997527;0.017986;0.731059;0.006693;0.047426;0.268941;0.017986;0.002473;0.017986;0.119203;0.119203;0.002473;0.017986;0.006693;0.431925;0.597005;0.426780;0.898621;0.000000;0.677652;0.906362;0.105081;0.066920;0.130335;0.169806;0.364473;0.000000;0.000000;0.063388;0.452147;0.446703;0.000000;0.000000;0.211818;0.939742;0.023436;0.036824;0.961055;0.000005;0.038945;0.992960;0.000000;0.007040;0.982014;0.047426;0.119203;0.119203;0.500000;0.047426;0.047426;0.268941;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.006693;0.017986;0.500000;0.889240;0.000000;0.328274;0.138357;0.421407;0.628783;0.000000;0.000000;0.000000;0.339169;0.194348;0.000000;0.824190;0.000000;0.000000;0.816078;0.792654;0.000000;0.000000;0.696989;0.960923;0.025347;0.013730;0.997800;0.000010;0.002190;0.998745;0.000000;0.001255;0.268941;0.119203;0.017986;0.017986;0.500000;0.500000;0.119203;0.006693;0.017986;0.993307;0.500000;0.268941;0.880797;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.952574;0.408299;0.465057;0.000000;0.000000;0.208664;0.194192;0.041846;0.000000;0.180051;0.924492;0.769413;0.257501;0.359163;0.172930;0.000000;0.057867;0.074124;0.000000;0.156303;0.857172;0.966604;0.021389;0.012007;0.999910;0.000010;0.000080;0.999995;0.000000;0.000005;0.500000;0.731059;0.119203;0.731059;0.119203;0.731059;0.997527;0.047426;0.119203;0.119203;0.017986;0.500000;0.047426;0.268941;0.047426;0.268941;0.119203;0.006693;0.268941;0.119203;0.725916;0.708477;0.381072;0.604679;0.000000;0.613963;0.919753;0.000000;0.373554;0.054064;0.178433;0.671726;0.419701;0.068881;0.000000;0.275679;0.205380;0.000000;0.226532;0.193879;0.966512;0.006495;0.026993;0.999915;0.000010;0.000075;1.000.000;0.000000;0.000000;0.017986;0.017986;0.002473;0.002473;0.017986;0.268941;0.006693;0.002473;0.119203;0.268941;0.997527;0.006693;0.952574;0.119203;0.002473;0.006693;0.017986;0.017986;0.268941;0.119203;0.269335;0.736334;0.315183;0.000000;0.000000;0.807834;0.498000;0.000000;0.526725;0.288434;0.852457;0.258649;0.895388;0.678088;0.000000;0.101926;0.090710;0.684602;0.490751;0.078710;0.968138;0.017423;0.014439;0.999920;0.000010;0.000070;0.999985;0.000000;0.000015
0.952574;0.017986;0.119203;0.268941;0.999089;0.047426;0.047426;0.268941;0.017986;0.047426;0.047426;0.047426;0.500000;0.017986;0.047426;0.982014;0.731059;0.006693;0.017986;0.268941;0.824625;0.380365;0.000000;0.694236;0.832994;0.213829;0.586375;0.651809;0.698044;0.000000;0.063032;0.125100;0.000000;0.343215;0.182426;0.827213;0.558481;0.000000;0.090627;0.101744;0.109800;0.162099;0.728101;0.069340;0.352710;0.577950;0.088540;0.098595;0.812865;0.119203;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.017986;0.047426;0.952574;0.731059;0.047426;0.268941;0.268941;0.880797;0.119203;0.500000;0.017986;0.268941;0.731059;0.619871;0.034858;0.848000;0.489751;0.644970;0.629716;0.448681;0.348645;0.079732;0.297548;0.451652;0.134238;0.737110;0.522984;0.747628;0.641527;0.571996;0.228465;0.459092;0.074468;0.135617;0.018052;0.846332;0.076695;0.028395;0.894915;0.127275;0.008785;0.863940;0.500000;0.119203;0.993307;0.731059;0.731059;0.119203;0.119203;0.500000;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.017986;0.982014;0.268941;0.006693;0.017986;0.017986;0.391265;0.348872;0.792490;0.746872;0.752315;0.691470;0.035230;0.374959;0.000000;0.111948;0.020674;0.057432;0.000000;0.060768;0.378246;0.944012;0.658361;0.286591;0.000000;0.167006;0.154747;0.004530;0.840724;0.079950;0.002060;0.917990;0.193580;0.002415;0.804010;0.119203;0.017986;0.047426;0.017986;0.017986;0.500000;0.017986;0.006693;0.017986;0.268941;0.880797;0.047426;0.119203;0.017986;0.017986;0.119203;0.999089;0.006693;0.017986;0.268941;0.199887;0.000000;0.057921;0.000000;0.000000;0.000000;0.293178;0.039506;0.230942;0.691683;0.729285;0.000000;0.203591;0.603244;0.587345;0.241037;0.904132;0.500250;0.340515;0.654527;0.830071;0.004381;0.165549;0.817050;0.000575;0.182380;0.826345;0.000420;0.173235;0.731059;0.952574;0.731059;0.500000;0.047426;0.731059;0.731059;0.119203;0.880797;0.047426;0.047426;0.952574;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.731059;0.119203;0.670843;0.786507;0.464560;0.782960;0.295879;0.745926;0.729483;0.215684;0.599168;0.255593;0.081286;0.655883;0.000000;0.086432;0.575909;0.575176;0.123575;0.000000;0.286182;0.034323;0.934032;0.018045;0.047924;0.948000;0.000015;0.051985;0.971760;0.000010;0.028230;0.119203;0.119203;0.119203;0.993307;0.002473;0.500000;0.997527;0.017986;0.731059;0.006693;0.047426;0.268941;0.017986;0.002473;0.017986;0.119203;0.119203;0.002473;0.017986;0.006693;0.431925;0.597005;0.426780;0.898621;0.000000;0.677652;0.906362;0.105081;0.066920;0.130335;0.169806;0.364473;0.000000;0.000000;0.063388;0.452147;0.446703;0.000000;0.000000;0.211818;0.939742;0.023436;0.036824;0.961055;0.000005;0.038945;0.992960;0.000000;0.007040;0.982014;0.047426;0.119203;0.119203;0.500000;0.047426;0.047426;0.268941;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.006693;0.017986;0.500000;0.889240;0.000000;0.328274;0.138357;0.421407;0.628783;0.000000;0.000000;0.000000;0.339169;0.194348;0.000000;0.824190;0.000000;0.000000;0.816078;0.792654;0.000000;0.000000;0.696989;0.960923;0.025347;0.013730;0.997800;0.000010;0.002190;0.998745;0.000000;0.001255;0.268941;0.119203;0.017986;0.017986;0.500000;0.500000;0.119203;0.006693;0.017986;0.993307;0.500000;0.268941;0.880797;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.952574;0.408299;0.465057;0.000000;0.000000;0.208664;0.194192;0.041846;0.000000;0.180051;0.924492;0.769413;0.257501;0.359163;0.172930;0.000000;0.057867;0.074124;0.000000;0.156303;0.857172;0.966604;0.021389;0.012007;0.999910;0.000010;0.000080;0.999995;0.000000;0.000005;0.500000;0.731059;0.119203;0.731059;0.119203;0.731059;0.997527;0.047426;0.119203;0.119203;0.017986;0.500000;0.047426;0.268941;0.047426;0.268941;0.119203;0.006693;0.268941;0.119203;0.725916;0.708477;0.381072;0.604679;0.000000;0.613963;0.919753;0.000000;0.373554;0.054064;0.178433;0.671726;0.419701;0.068881;0.000000;0.275679;0.205380;0.000000;0.226532;0.193879;0.966512;0.006495;0.026993;0.999915;0.000010;0.000075;1.000.000;0.000000;0.000000;0.017986;0.017986;0.002473;0.002473;0.017986;0.268941;0.006693;0.002473;0.119203;0.268941;0.997527;0.006693;0.952574;0.119203;0.002473;0.006693;0.017986;0.017986;0.268941;0.119203;0.269335;0.736334;0.315183;0.000000;0.000000;0.807834;0.498000;0.000000;0.526725;0.288434;0.852457;0.258649;0.895388;0.678088;0.000000;0.101926;0.090710;0.684602;0.490751;0.078710;0.968138;0.017423;0.014439;0.999920;0.000010;0.000070;0.999985;0.000000;0.000015;0.993307;0.017986;0.500000;0.017986;0.268941;0.047426;0.047426;0.731059;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.047426;0.880797;0.731059;0.006693;0.017986;0.047426;0.921796;0.000000;0.000000;0.000000;0.410960;0.000000;0.000000;0.420676;0.000000;0.737884;0.546366;0.000000;0.546119;0.083478;0.000000;0.688690;0.607067;0.000000;0.000000;0.513996;0.974356;0.017534;0.008110;0.999825;0.000000;0.000175;0.999990;0.000000;0.000010
0.119203;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.017986;0.047426;0.952574;0.731059;0.047426;0.268941;0.268941;0.880797;0.119203;0.500000;0.017986;0.268941;0.731059;0.619871;0.034858;0.848000;0.489751;0.644970;0.629716;0.448681;0.348645;0.079732;0.297548;0.451652;0.134238;0.737110;0.522984;0.747628;0.641527;0.571996;0.228465;0.459092;0.074468;0.135617;0.018052;0.846332;0.076695;0.028395;0.894915;0.127275;0.008785;0.863940;0.500000;0.119203;0.993307;0.731059;0.731059;0.119203;0.119203;0.500000;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.017986;0.982014;0.268941;0.006693;0.017986;0.017986;0.391265;0.348872;0.792490;0.746872;0.752315;0.691470;0.035230;0.374959;0.000000;0.111948;0.020674;0.057432;0.000000;0.060768;0.378246;0.944012;0.658361;0.286591;0.000000;0.167006;0.154747;0.004530;0.840724;0.079950;0.002060;0.917990;0.193580;0.002415;0.804010;0.119203;0.017986;0.047426;0.017986;0.017986;0.500000;0.017986;0.006693;0.017986;0.268941;0.880797;0.047426;0.119203;0.017986;0.017986;0.119203;0.999089;0.006693;0.017986;0.268941;0.199887;0.000000;0.057921;0.000000;0.000000;0.000000;0.293178;0.039506;0.230942;0.691683;0.729285;0.000000;0.203591;0.603244;0.587345;0.241037;0.904132;0.500250;0.340515;0.654527;0.830071;0.004381;0.165549;0.817050;0.000575;0.182380;0.826345;0.000420;0.173235;0.731059;0.952574;0.731059;0.500000;0.047426;0.731059;0.731059;0.119203;0.880797;0.047426;0.047426;0.952574;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.731059;0.119203;0.670843;0.786507;0.464560;0.782960;0.295879;0.745926;0.729483;0.215684;0.599168;0.255593;0.081286;0.655883;0.000000;0.086432;0.575909;0.575176;0.123575;0.000000;0.286182;0.034323;0.934032;0.018045;0.047924;0.948000;0.000015;0.051985;0.971760;0.000010;0.028230;0.119203;0.119203;0.119203;0.993307;0.002473;0.500000;0.997527;0.017986;0.731059;0.006693;0.047426;0.268941;0.017986;0.002473;0.017986;0.119203;0.119203;0.002473;0.017986;0.006693;0.431925;0.597005;0.426780;0.898621;0.000000;0.677652;0.906362;0.105081;0.066920;0.130335;0.169806;0.364473;0.000000;0.000000;0.063388;0.452147;0.446703;0.000000;0.000000;0.211818;0.939742;0.023436;0.036824;0.961055;0.000005;0.038945;0.992960;0.000000;0.007040;0.982014;0.047426;0.119203;0.119203;0.500000;0.047426;0.047426;0.268941;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.006693;0.017986;0.500000;0.889240;0.000000;0.328274;0.138357;0.421407;0.628783;0.000000;0.000000;0.000000;0.339169;0.194348;0.000000;0.824190;0.000000;0.000000;0.816078;0.792654;0.000000;0.000000;0.696989;0.960923;0.025347;0.013730;0.997800;0.000010;0.002190;0.998745;0.000000;0.001255;0.268941;0.119203;0.017986;0.017986;0.500000;0.500000;0.119203;0.006693;0.017986;0.993307;0.500000;0.268941;0.880797;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.952574;0.408299;0.465057;0.000000;0.000000;0.208664;0.194192;0.041846;0.000000;0.180051;0.924492;0.769413;0.257501;0.359163;0.172930;0.000000;0.057867;0.074124;0.000000;0.156303;0.857172;0.966604;0.021389;0.012007;0.999910;0.000010;0.000080;0.999995;0.000000;0.000005;0.500000;0.731059;0.119203;0.731059;0.119203;0.731059;0.997527;0.047426;0.119203;0.119203;0.017986;0.500000;0.047426;0.268941;0.047426;0.268941;0.119203;0.006693;0.268941;0.119203;0.725916;0.708477;0.381072;0.604679;0.000000;0.613963;0.919753;0.000000;0.373554;0.054064;0.178433;0.671726;0.419701;0.068881;0.000000;0.275679;0.205380;0.000000;0.226532;0.193879;0.966512;0.006495;0.026993;0.999915;0.000010;0.000075;1.000.000;0.000000;0.000000;0.017986;0.017986;0.002473;0.002473;0.017986;0.268941;0.006693;0.002473;0.119203;0.268941;0.997527;0.006693;0.952574;0.119203;0.002473;0.006693;0.017986;0.017986;0.268941;0.119203;0.269335;0.736334;0.315183;0.000000;0.000000;0.807834;0.498000;0.000000;0.526725;0.288434;0.852457;0.258649;0.895388;0.678088;0.000000;0.101926;0.090710;0.684602;0.490751;0.078710;0.968138;0.017423;0.014439;0.999920;0.000010;0.000070;0.999985;0.000000;0.000015;0.993307;0.017986;0.500000;0.017986;0.268941;0.047426;0.047426;0.731059;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.047426;0.880797;0.731059;0.006693;0.017986;0.047426;0.921796;0.000000;0.000000;0.000000;0.410960;0.000000;0.000000;0.420676;0.000000;0.737884;0.546366;0.000000;0.546119;0.083478;0.000000;0.688690;0.607067;0.000000;0.000000;0.513996;0.974356;0.017534;0.008110;0.999825;0.000000;0.000175;0.999990;0.000000;0.000010;0.500000;0.982014;0.268941;0.268941;0.047426;0.880797;0.500000;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.006693;0.047426;0.119203;0.119203;0.006693;0.017986;0.047426;0.456361;0.922012;0.467795;0.420432;0.000000;0.784147;0.790012;0.041766;0.188927;0.314320;0.226707;0.853460;0.000000;0.110269;0.078855;0.054992;0.000000;0.000000;0.000000;0.128532;0.974939;0.015475;0.009584;0.999120;0.000000;0.000875;0.999980;0.000000;0.000020
0.500000;0.119203;0.993307;0.731059;0.731059;0.119203;0.119203;0.500000;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.017986;0.982014;0.268941;0.006693;0.017986;0.017986;0.391265;0.348872;0.792490;0.746872;0.752315;0.691470;0.035230;0.374959;0.000000;0.111948;0.020674;0.057432;0.000000;0.060768;0.378246;0.944012;0.658361;0.286591;0.000000;0.167006;0.154747;0.004530;0.840724;0.079950;0.002060;0.917990;0.193580;0.002415;0.804010;0.119203;0.017986;0.047426;0.017986;0.017986;0.500000;0.017986;0.006693;0.017986;0.268941;0.880797;0.047426;0.119203;0.017986;0.017986;0.119203;0.999089;0.006693;0.017986;0.268941;0.199887;0.000000;0.057921;0.000000;0.000000;0.000000;0.293178;0.039506;0.230942;0.691683;0.729285;0.000000;0.203591;0.603244;0.587345;0.241037;0.904132;0.500250;0.340515;0.654527;0.830071;0.004381;0.165549;0.817050;0.000575;0.182380;0.826345;0.000420;0.173235;0.731059;0.952574;0.731059;0.500000;0.047426;0.731059;0.731059;0.119203;0.880797;0.047426;0.047426;0.952574;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.731059;0.119203;0.670843;0.786507;0.464560;0.782960;0.295879;0.745926;0.729483;0.215684;0.599168;0.255593;0.081286;0.655883;0.000000;0.086432;0.575909;0.575176;0.123575;0.000000;0.286182;0.034323;0.934032;0.018045;0.047924;0.948000;0.000015;0.051985;0.971760;0.000010;0.028230;0.119203;0.119203;0.119203;0.993307;0.002473;0.500000;0.997527;0.017986;0.731059;0.006693;0.047426;0.268941;0.017986;0.002473;0.017986;0.119203;0.119203;0.002473;0.017986;0.006693;0.431925;0.597005;0.426780;0.898621;0.000000;0.677652;0.906362;0.105081;0.066920;0.130335;0.169806;0.364473;0.000000;0.000000;0.063388;0.452147;0.446703;0.000000;0.000000;0.211818;0.939742;0.023436;0.036824;0.961055;0.000005;0.038945;0.992960;0.000000;0.007040;0.982014;0.047426;0.119203;0.119203;0.500000;0.047426;0.047426;0.268941;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.006693;0.017986;0.500000;0.889240;0.000000;0.328274;0.138357;0.421407;0.628783;0.000000;0.000000;0.000000;0.339169;0.194348;0.000000;0.824190;0.000000;0.000000;0.816078;0.792654;0.000000;0.000000;0.696989;0.960923;0.025347;0.013730;0.997800;0.000010;0.002190;0.998745;0.000000;0.001255;0.268941;0.119203;0.017986;0.017986;0.500000;0.500000;0.119203;0.006693;0.017986;0.993307;0.500000;0.268941;0.880797;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.952574;0.408299;0.465057;0.000000;0.000000;0.208664;0.194192;0.041846;0.000000;0.180051;0.924492;0.769413;0.257501;0.359163;0.172930;0.000000;0.057867;0.074124;0.000000;0.156303;0.857172;0.966604;0.021389;0.012007;0.999910;0.000010;0.000080;0.999995;0.000000;0.000005;0.500000;0.731059;0.119203;0.731059;0.119203;0.731059;0.997527;0.047426;0.119203;0.119203;0.017986;0.500000;0.047426;0.268941;0.047426;0.268941;0.119203;0.006693;0.268941;0.119203;0.725916;0.708477;0.381072;0.604679;0.000000;0.613963;0.919753;0.000000;0.373554;0.054064;0.178433;0.671726;0.419701;0.068881;0.000000;0.275679;0.205380;0.000000;0.226532;0.193879;0.966512;0.006495;0.026993;0.999915;0.000010;0.000075;1.000.000;0.000000;0.000000;0.017986;0.017986;0.002473;0.002473;0.017986;0.268941;0.006693;0.002473;0.119203;0.268941;0.997527;0.006693;0.952574;0.119203;0.002473;0.006693;0.017986;0.017986;0.268941;0.119203;0.269335;0.736334;0.315183;0.000000;0.000000;0.807834;0.498000;0.000000;0.526725;0.288434;0.852457;0.258649;0.895388;0.678088;0.000000;0.101926;0.090710;0.684602;0.490751;0.078710;0.968138;0.017423;0.014439;0.999920;0.000010;0.000070;0.999985;0.000000;0.000015;0.993307;0.017986;0.500000;0.017986;0.268941;0.047426;0.047426;0.731059;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.047426;0.880797;0.731059;0.006693;0.017986;0.047426;0.921796;0.000000;0.000000;0.000000;0.410960;0.000000;0.000000;0.420676;0.000000;0.737884;0.546366;0.000000;0.546119;0.083478;0.000000;0.688690;0.607067;0.000000;0.000000;0.513996;0.974356;0.017534;0.008110;0.999825;0.000000;0.000175;0.999990;0.000000;0.000010;0.500000;0.982014;0.268941;0.268941;0.047426;0.880797;0.500000;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.006693;0.047426;0.119203;0.119203;0.006693;0.017986;0.047426;0.456361;0.922012;0.467795;0.420432;0.000000;0.784147;0.790012;0.041766;0.188927;0.314320;0.226707;0.853460;0.000000;0.110269;0.078855;0.054992;0.000000;0.000000;0.000000;0.128532;0.974939;0.015475;0.009584;0.999120;0.000000;0.000875;0.999980;0.000000;0.000020;0.500000;0.500000;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.999665;0.017986;0.119203;0.731059;0.500000;0.731059;0.017986;0.119203;0.119203;0.047426;0.982014;0.047426;0.715653;0.550576;0.000000;0.647941;0.000000;0.691470;0.599888;0.085099;0.892832;0.330262;0.471282;0.599648;0.524231;0.524979;0.000000;0.360314;0.160569;0.259033;0.627615;0.158691;0.974142;0.016481;0.009377;0.999010;0.000000;0.000990;0.999980;0.000000;0.000020
0.119203;0.017986;0.047426;0.017986;0.017986;0.500000;0.017986;0.006693;0.017986;0.268941;0.880797;0.047426;0.119203;0.017986;0.017986;0.119203;0.999089;0.006693;0.017986;0.268941;0.199887;0.000000;0.057921;0.000000;0.000000;0.000000;0.293178;0.039506;0.230942;0.691683;0.729285;0.000000;0.203591;0.603244;0.587345;0.241037;0.904132;0.500250;0.340515;0.654527;0.830071;0.004381;0.165549;0.817050;0.000575;0.182380;0.826345;0.000420;0.173235;0.731059;0.952574;0.731059;0.500000;0.047426;0.731059;0.731059;0.119203;0.880797;0.047426;0.047426;0.952574;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.731059;0.119203;0.670843;0.786507;0.464560;0.782960;0.295879;0.745926;0.729483;0.215684;0.599168;0.255593;0.081286;0.655883;0.000000;0.086432;0.575909;0.575176;0.123575;0.000000;0.286182;0.034323;0.934032;0.018045;0.047924;0.948000;0.000015;0.051985;0.971760;0.000010;0.028230;0.119203;0.119203;0.119203;0.993307;0.002473;0.500000;0.997527;0.017986;0.731059;0.006693;0.047426;0.268941;0.017986;0.002473;0.017986;0.119203;0.119203;0.002473;0.017986;0.006693;0.431925;0.597005;0.426780;0.898621;0.000000;0.677652;0.906362;0.105081;0.066920;0.130335;0.169806;0.364473;0.000000;0.000000;0.063388;0.452147;0.446703;0.000000;0.000000;0.211818;0.939742;0.023436;0.036824;0.961055;0.000005;0.038945;0.992960;0.000000;0.007040;0.982014;0.047426;0.119203;0.119203;0.500000;0.047426;0.047426;0.268941;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.006693;0.017986;0.500000;0.889240;0.000000;0.328274;0.138357;0.421407;0.628783;0.000000;0.000000;0.000000;0.339169;0.194348;0.000000;0.824190;0.000000;0.000000;0.816078;0.792654;0.000000;0.000000;0.696989;0.960923;0.025347;0.013730;0.997800;0.000010;0.002190;0.998745;0.000000;0.001255;0.268941;0.119203;0.017986;0.017986;0.500000;0.500000;0.119203;0.006693;0.017986;0.993307;0.500000;0.268941;0.880797;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.952574;0.408299;0.465057;0.000000;0.000000;0.208664;0.194192;0.041846;0.000000;0.180051;0.924492;0.769413;0.257501;0.359163;0.172930;0.000000;0.057867;0.074124;0.000000;0.156303;0.857172;0.966604;0.021389;0.012007;0.999910;0.000010;0.000080;0.999995;0.000000;0.000005;0.500000;0.731059;0.119203;0.731059;0.119203;0.731059;0.997527;0.047426;0.119203;0.119203;0.017986;0.500000;0.047426;0.268941;0.047426;0.268941;0.119203;0.006693;0.268941;0.119203;0.725916;0.708477;0.381072;0.604679;0.000000;0.613963;0.919753;0.000000;0.373554;0.054064;0.178433;0.671726;0.419701;0.068881;0.000000;0.275679;0.205380;0.000000;0.226532;0.193879;0.966512;0.006495;0.026993;0.999915;0.000010;0.000075;1.000.000;0.000000;0.000000;0.017986;0.017986;0.002473;0.002473;0.017986;0.268941;0.006693;0.002473;0.119203;0.268941;0.997527;0.006693;0.952574;0.119203;0.002473;0.006693;0.017986;0.017986;0.268941;0.119203;0.269335;0.736334;0.315183;0.000000;0.000000;0.807834;0.498000;0.000000;0.526725;0.288434;0.852457;0.258649;0.895388;0.678088;0.000000;0.101926;0.090710;0.684602;0.490751;0.078710;0.968138;0.017423;0.014439;0.999920;0.000010;0.000070;0.999985;0.000000;0.000015;0.993307;0.017986;0.500000;0.017986;0.268941;0.047426;0.047426;0.731059;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.047426;0.880797;0.731059;0.006693;0.017986;0.047426;0.921796;0.000000;0.000000;0.000000;0.410960;0.000000;0.000000;0.420676;0.000000;0.737884;0.546366;0.000000;0.546119;0.083478;0.000000;0.688690;0.607067;0.000000;0.000000;0.513996;0.974356;0.017534;0.008110;0.999825;0.000000;0.000175;0.999990;0.000000;0.000010;0.500000;0.982014;0.268941;0.268941;0.047426;0.880797;0.500000;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.006693;0.047426;0.119203;0.119203;0.006693;0.017986;0.047426;0.456361;0.922012;0.467795;0.420432;0.000000;0.784147;0.790012;0.041766;0.188927;0.314320;0.226707;0.853460;0.000000;0.110269;0.078855;0.054992;0.000000;0.000000;0.000000;0.128532;0.974939;0.015475;0.009584;0.999120;0.000000;0.000875;0.999980;0.000000;0.000020;0.500000;0.500000;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.999665;0.017986;0.119203;0.731059;0.500000;0.731059;0.017986;0.119203;0.119203;0.047426;0.982014;0.047426;0.715653;0.550576;0.000000;0.647941;0.000000;0.691470;0.599888;0.085099;0.892832;0.330262;0.471282;0.599648;0.524231;0.524979;0.000000;0.360314;0.160569;0.259033;0.627615;0.158691;0.974142;0.016481;0.009377;0.999010;0.000000;0.000990;0.999980;0.000000;0.000020;0.997527;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.880797;0.006693;0.017986;0.500000;0.119203;0.006693;0.006693;0.268941;0.947100;0.000000;0.066670;0.000000;0.541901;0.088911;0.066174;0.025111;0.000000;0.446456;0.412413;0.000000;0.328274;0.338273;0.000000;0.328054;0.176245;0.000000;0.703704;0.622694;0.971107;0.016597;0.012296;0.999085;0.000000;0.000915;0.999955;0.000000;0.000045
0.731059;0.952574;0.731059;0.500000;0.047426;0.731059;0.731059;0.119203;0.880797;0.047426;0.047426;0.952574;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.731059;0.119203;0.670843;0.786507;0.464560;0.782960;0.295879;0.745926;0.729483;0.215684;0.599168;0.255593;0.081286;0.655883;0.000000;0.086432;0.575909;0.575176;0.123575;0.000000;0.286182;0.034323;0.934032;0.018045;0.047924;0.948000;0.000015;0.051985;0.971760;0.000010;0.028230;0.119203;0.119203;0.119203;0.993307;0.002473;0.500000;0.997527;0.017986;0.731059;0.006693;0.047426;0.268941;0.017986;0.002473;0.017986;0.119203;0.119203;0.002473;0.017986;0.006693;0.431925;0.597005;0.426780;0.898621;0.000000;0.677652;0.906362;0.105081;0.066920;0.130335;0.169806;0.364473;0.000000;0.000000;0.063388;0.452147;0.446703;0.000000;0.000000;0.211818;0.939742;0.023436;0.036824;0.961055;0.000005;0.038945;0.992960;0.000000;0.007040;0.982014;0.047426;0.119203;0.119203;0.500000;0.047426;0.047426;0.268941;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.006693;0.017986;0.500000;0.889240;0.000000;0.328274;0.138357;0.421407;0.628783;0.000000;0.000000;0.000000;0.339169;0.194348;0.000000;0.824190;0.000000;0.000000;0.816078;0.792654;0.000000;0.000000;0.696989;0.960923;0.025347;0.013730;0.997800;0.000010;0.002190;0.998745;0.000000;0.001255;0.268941;0.119203;0.017986;0.017986;0.500000;0.500000;0.119203;0.006693;0.017986;0.993307;0.500000;0.268941;0.880797;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.952574;0.408299;0.465057;0.000000;0.000000;0.208664;0.194192;0.041846;0.000000;0.180051;0.924492;0.769413;0.257501;0.359163;0.172930;0.000000;0.057867;0.074124;0.000000;0.156303;0.857172;0.966604;0.021389;0.012007;0.999910;0.000010;0.000080;0.999995;0.000000;0.000005;0.500000;0.731059;0.119203;0.731059;0.119203;0.731059;0.997527;0.047426;0.119203;0.119203;0.017986;0.500000;0.047426;0.268941;0.047426;0.268941;0.119203;0.006693;0.268941;0.119203;0.725916;0.708477;0.381072;0.604679;0.000000;0.613963;0.919753;0.000000;0.373554;0.054064;0.178433;0.671726;0.419701;0.068881;0.000000;0.275679;0.205380;0.000000;0.226532;0.193879;0.966512;0.006495;0.026993;0.999915;0.000010;0.000075;1.000.000;0.000000;0.000000;0.017986;0.017986;0.002473;0.002473;0.017986;0.268941;0.006693;0.002473;0.119203;0.268941;0.997527;0.006693;0.952574;0.119203;0.002473;0.006693;0.017986;0.017986;0.268941;0.119203;0.269335;0.736334;0.315183;0.000000;0.000000;0.807834;0.498000;0.000000;0.526725;0.288434;0.852457;0.258649;0.895388;0.678088;0.000000;0.101926;0.090710;0.684602;0.490751;0.078710;0.968138;0.017423;0.014439;0.999920;0.000010;0.000070;0.999985;0.000000;0.000015;0.993307;0.017986;0.500000;0.017986;0.268941;0.047426;0.047426;0.731059;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.047426;0.880797;0.731059;0.006693;0.017986;0.047426;0.921796;0.000000;0.000000;0.000000;0.410960;0.000000;0.000000;0.420676;0.000000;0.737884;0.546366;0.000000;0.546119;0.083478;0.000000;0.688690;0.607067;0.000000;0.000000;0.513996;0.974356;0.017534;0.008110;0.999825;0.000000;0.000175;0.999990;0.000000;0.000010;0.500000;0.982014;0.268941;0.268941;0.047426;0.880797;0.500000;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.006693;0.047426;0.119203;0.119203;0.006693;0.017986;0.047426;0.456361;0.922012;0.467795;0.420432;0.000000;0.784147;0.790012;0.041766;0.188927;0.314320;0.226707;0.853460;0.000000;0.110269;0.078855;0.054992;0.000000;0.000000;0.000000;0.128532;0.974939;0.015475;0.009584;0.999120;0.000000;0.000875;0.999980;0.000000;0.000020;0.500000;0.500000;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.999665;0.017986;0.119203;0.731059;0.500000;0.731059;0.017986;0.119203;0.119203;0.047426;0.982014;0.047426;0.715653;0.550576;0.000000;0.647941;0.000000;0.691470;0.599888;0.085099;0.892832;0.330262;0.471282;0.599648;0.524231;0.524979;0.000000;0.360314;0.160569;0.259033;0.627615;0.158691;0.974142;0.016481;0.009377;0.999010;0.000000;0.000990;0.999980;0.000000;0.000020;0.997527;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.880797;0.006693;0.017986;0.500000;0.119203;0.006693;0.006693;0.268941;0.947100;0.000000;0.066670;0.000000;0.541901;0.088911;0.066174;0.025111;0.000000;0.446456;0.412413;0.000000;0.328274;0.338273;0.000000;0.328054;0.176245;0.000000;0.703704;0.622694;0.971107;0.016597;0.012296;0.999085;0.000000;0.000915;0.999955;0.000000;0.000045;0.500000;0.268941;0.119203;0.268941;0.017986;0.952574;0.993307;0.047426;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.047426;0.268941;0.880797;0.017986;0.268941;0.119203;0.732629;0.507249;0.073782;0.221146;0.000000;0.863421;0.867955;0.080394;0.065682;0.273885;0.325414;0.807213;0.380601;0.078421;0.000000;0.195604;0.076633;0.000000;0.312169;0.556014;0.964697;0.017304;0.017999;0.998635;0.000000;0.001365;0.999710;0.000000;0.000290
0.119203;0.119203;0.119203;0.993307;0.002473;0.500000;0.997527;0.017986;0.731059;0.006693;0.047426;0.268941;0.017986;0.002473;0.017986;0.119203;0.119203;0.002473;0.017986;0.006693;0.431925;0.597005;0.426780;0.898621;0.000000;0.677652;0.906362;0.105081;0.066920;0.130335;0.169806;0.364473;0.000000;0.000000;0.063388;0.452147;0.446703;0.000000;0.000000;0.211818;0.939742;0.023436;0.036824;0.961055;0.000005;0.038945;0.992960;0.000000;0.007040;0.982014;0.047426;0.119203;0.119203;0.500000;0.047426;0.047426;0.268941;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.006693;0.017986;0.500000;0.889240;0.000000;0.328274;0.138357;0.421407;0.628783;0.000000;0.000000;0.000000;0.339169;0.194348;0.000000;0.824190;0.000000;0.000000;0.816078;0.792654;0.000000;0.000000;0.696989;0.960923;0.025347;0.013730;0.997800;0.000010;0.002190;0.998745;0.000000;0.001255;0.268941;0.119203;0.017986;0.017986;0.500000;0.500000;0.119203;0.006693;0.017986;0.993307;0.500000;0.268941;0.880797;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.952574;0.408299;0.465057;0.000000;0.000000;0.208664;0.194192;0.041846;0.000000;0.180051;0.924492;0.769413;0.257501;0.359163;0.172930;0.000000;0.057867;0.074124;0.000000;0.156303;0.857172;0.966604;0.021389;0.012007;0.999910;0.000010;0.000080;0.999995;0.000000;0.000005;0.500000;0.731059;0.119203;0.731059;0.119203;0.731059;0.997527;0.047426;0.119203;0.119203;0.017986;0.500000;0.047426;0.268941;0.047426;0.268941;0.119203;0.006693;0.268941;0.119203;0.725916;0.708477;0.381072;0.604679;0.000000;0.613963;0.919753;0.000000;0.373554;0.054064;0.178433;0.671726;0.419701;0.068881;0.000000;0.275679;0.205380;0.000000;0.226532;0.193879;0.966512;0.006495;0.026993;0.999915;0.000010;0.000075;1.000.000;0.000000;0.000000;0.017986;0.017986;0.002473;0.002473;0.017986;0.268941;0.006693;0.002473;0.119203;0.268941;0.997527;0.006693;0.952574;0.119203;0.002473;0.006693;0.017986;0.017986;0.268941;0.119203;0.269335;0.736334;0.315183;0.000000;0.000000;0.807834;0.498000;0.000000;0.526725;0.288434;0.852457;0.258649;0.895388;0.678088;0.000000;0.101926;0.090710;0.684602;0.490751;0.078710;0.968138;0.017423;0.014439;0.999920;0.000010;0.000070;0.999985;0.000000;0.000015;0.993307;0.017986;0.500000;0.017986;0.268941;0.047426;0.047426;0.731059;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.047426;0.880797;0.731059;0.006693;0.017986;0.047426;0.921796;0.000000;0.000000;0.000000;0.410960;0.000000;0.000000;0.420676;0.000000;0.737884;0.546366;0.000000;0.546119;0.083478;0.000000;0.688690;0.607067;0.000000;0.000000;0.513996;0.974356;0.017534;0.008110;0.999825;0.000000;0.000175;0.999990;0.000000;0.000010;0.500000;0.982014;0.268941;0.268941;0.047426;0.880797;0.500000;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.006693;0.047426;0.119203;0.119203;0.006693;0.017986;0.047426;0.456361;0.922012;0.467795;0.420432;0.000000;0.784147;0.790012;0.041766;0.188927;0.314320;0.226707;0.853460;0.000000;0.110269;0.078855;0.054992;0.000000;0.000000;0.000000;0.128532;0.974939;0.015475;0.009584;0.999120;0.000000;0.000875;0.999980;0.000000;0.000020;0.500000;0.500000;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.999665;0.017986;0.119203;0.731059;0.500000;0.731059;0.017986;0.119203;0.119203;0.047426;0.982014;0.047426;0.715653;0.550576;0.000000;0.647941;0.000000;0.691470;0.599888;0.085099;0.892832;0.330262;0.471282;0.599648;0.524231;0.524979;0.000000;0.360314;0.160569;0.259033;0.627615;0.158691;0.974142;0.016481;0.009377;0.999010;0.000000;0.000990;0.999980;0.000000;0.000020;0.997527;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.880797;0.006693;0.017986;0.500000;0.119203;0.006693;0.006693;0.268941;0.947100;0.000000;0.066670;0.000000;0.541901;0.088911;0.066174;0.025111;0.000000;0.446456;0.412413;0.000000;0.328274;0.338273;0.000000;0.328054;0.176245;0.000000;0.703704;0.622694;0.971107;0.016597;0.012296;0.999085;0.000000;0.000915;0.999955;0.000000;0.000045;0.500000;0.268941;0.119203;0.268941;0.017986;0.952574;0.993307;0.047426;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.047426;0.268941;0.880797;0.017986;0.268941;0.119203;0.732629;0.507249;0.073782;0.221146;0.000000;0.863421;0.867955;0.080394;0.065682;0.273885;0.325414;0.807213;0.380601;0.078421;0.000000;0.195604;0.076633;0.000000;0.312169;0.556014;0.964697;0.017304;0.017999;0.998635;0.000000;0.001365;0.999710;0.000000;0.000290;0.500000;0.731059;0.268941;0.880797;0.017986;0.731059;0.952574;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.880797;0.268941;0.006693;0.017986;0.017986;0.673487;0.585890;0.558481;0.879531;0.000000;0.569791;0.814270;0.183472;0.455617;0.182276;0.000000;0.784823;0.131359;0.000000;0.000000;0.721718;0.036969;0.000000;0.000000;0.082111;0.954993;0.004230;0.040777;0.992645;0.000045;0.007310;0.996640;0.000000;0.003360
0.982014;0.047426;0.119203;0.119203;0.500000;0.047426;0.047426;0.268941;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.006693;0.017986;0.500000;0.889240;0.000000;0.328274;0.138357;0.421407;0.628783;0.000000;0.000000;0.000000;0.339169;0.194348;0.000000;0.824190;0.000000;0.000000;0.816078;0.792654;0.000000;0.000000;0.696989;0.960923;0.025347;0.013730;0.997800;0.000010;0.002190;0.998745;0.000000;0.001255;0.268941;0.119203;0.017986;0.017986;0.500000;0.500000;0.119203;0.006693;0.017986;0.993307;0.500000;0.268941;0.880797;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.952574;0.408299;0.465057;0.000000;0.000000;0.208664;0.194192;0.041846;0.000000;0.180051;0.924492;0.769413;0.257501;0.359163;0.172930;0.000000;0.057867;0.074124;0.000000;0.156303;0.857172;0.966604;0.021389;0.012007;0.999910;0.000010;0.000080;0.999995;0.000000;0.000005;0.500000;0.731059;0.119203;0.731059;0.119203;0.731059;0.997527;0.047426;0.119203;0.119203;0.017986;0.500000;0.047426;0.268941;0.047426;0.268941;0.119203;0.006693;0.268941;0.119203;0.725916;0.708477;0.381072;0.604679;0.000000;0.613963;0.919753;0.000000;0.373554;0.054064;0.178433;0.671726;0.419701;0.068881;0.000000;0.275679;0.205380;0.000000;0.226532;0.193879;0.966512;0.006495;0.026993;0.999915;0.000010;0.000075;1.000.000;0.000000;0.000000;0.017986;0.017986;0.002473;0.002473;0.017986;0.268941;0.006693;0.002473;0.119203;0.268941;0.997527;0.006693;0.952574;0.119203;0.002473;0.006693;0.017986;0.017986;0.268941;0.119203;0.269335;0.736334;0.315183;0.000000;0.000000;0.807834;0.498000;0.000000;0.526725;0.288434;0.852457;0.258649;0.895388;0.678088;0.000000;0.101926;0.090710;0.684602;0.490751;0.078710;0.968138;0.017423;0.014439;0.999920;0.000010;0.000070;0.999985;0.000000;0.000015;0.993307;0.017986;0.500000;0.017986;0.268941;0.047426;0.047426;0.731059;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.047426;0.880797;0.731059;0.006693;0.017986;0.047426;0.921796;0.000000;0.000000;0.000000;0.410960;0.000000;0.000000;0.420676;0.000000;0.737884;0.546366;0.000000;0.546119;0.083478;0.000000;0.688690;0.607067;0.000000;0.000000;0.513996;0.974356;0.017534;0.008110;0.999825;0.000000;0.000175;0.999990;0.000000;0.000010;0.500000;0.982014;0.268941;0.268941;0.047426;0.880797;0.500000;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.006693;0.047426;0.119203;0.119203;0.006693;0.017986;0.047426;0.456361;0.922012;0.467795;0.420432;0.000000;0.784147;0.790012;0.041766;0.188927;0.314320;0.226707;0.853460;0.000000;0.110269;0.078855;0.054992;0.000000;0.000000;0.000000;0.128532;0.974939;0.015475;0.009584;0.999120;0.000000;0.000875;0.999980;0.000000;0.000020;0.500000;0.500000;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.999665;0.017986;0.119203;0.731059;0.500000;0.731059;0.017986;0.119203;0.119203;0.047426;0.982014;0.047426;0.715653;0.550576;0.000000;0.647941;0.000000;0.691470;0.599888;0.085099;0.892832;0.330262;0.471282;0.599648;0.524231;0.524979;0.000000;0.360314;0.160569;0.259033;0.627615;0.158691;0.974142;0.016481;0.009377;0.999010;0.000000;0.000990;0.999980;0.000000;0.000020;0.997527;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.880797;0.006693;0.017986;0.500000;0.119203;0.006693;0.006693;0.268941;0.947100;0.000000;0.066670;0.000000;0.541901;0.088911;0.066174;0.025111;0.000000;0.446456;0.412413;0.000000;0.328274;0.338273;0.000000;0.328054;0.176245;0.000000;0.703704;0.622694;0.971107;0.016597;0.012296;0.999085;0.000000;0.000915;0.999955;0.000000;0.000045;0.500000;0.268941;0.119203;0.268941;0.017986;0.952574;0.993307;0.047426;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.047426;0.268941;0.880797;0.017986;0.268941;0.119203;0.732629;0.507249;0.073782;0.221146;0.000000;0.863421;0.867955;0.080394;0.065682;0.273885;0.325414;0.807213;0.380601;0.078421;0.000000;0.195604;0.076633;0.000000;0.312169;0.556014;0.964697;0.017304;0.017999;0.998635;0.000000;0.001365;0.999710;0.000000;0.000290;0.500000;0.731059;0.268941;0.880797;0.017986;0.731059;0.952574;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.880797;0.268941;0.006693;0.017986;0.017986;0.673487;0.585890;0.558481;0.879531;0.000000;0.569791;0.814270;0.183472;0.455617;0.182276;0.000000;0.784823;0.131359;0.000000;0.000000;0.721718;0.036969;0.000000;0.000000;0.082111;0.954993;0.004230;0.040777;0.992645;0.000045;0.007310;0.996640;0.000000;0.003360;0.880797;0.017986;0.017986;0.047426;0.500000;0.119203;0.047426;0.017986;0.017986;0.731059;0.982014;0.047426;0.880797;0.119203;0.017986;0.119203;0.268941;0.119203;0.500000;0.880797;0.853460;0.067170;0.093130;0.000000;0.733998;0.518991;0.107840;0.080616;0.594114;0.524231;0.788849;0.234154;0.665299;0.565619;0.079952;0.588798;0.094662;0.288640;0.279690;0.422139;0.617668;0.005207;0.377123;0.642650;0.000100;0.357250;0.811455;0.000000;0.188540
0.268941;0.119203;0.017986;0.017986;0.500000;0.500000;0.119203;0.006693;0.017986;0.993307;0.500000;0.268941;0.880797;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.952574;0.408299;0.465057;0.000000;0.000000;0.208664;0.194192;0.041846;0.000000;0.180051;0.924492;0.769413;0.257501;0.359163;0.172930;0.000000;0.057867;0.074124;0.000000;0.156303;0.857172;0.966604;0.021389;0.012007;0.999910;0.000010;0.000080;0.999995;0.000000;0.000005;0.500000;0.731059;0.119203;0.731059;0.119203;0.731059;0.997527;0.047426;0.119203;0.119203;0.017986;0.500000;0.047426;0.268941;0.047426;0.268941;0.119203;0.006693;0.268941;0.119203;0.725916;0.708477;0.381072;0.604679;0.000000;0.613963;0.919753;0.000000;0.373554;0.054064;0.178433;0.671726;0.419701;0.068881;0.000000;0.275679;0.205380;0.000000;0.226532;0.193879;0.966512;0.006495;0.026993;0.999915;0.000010;0.000075;1.000.000;0.000000;0.000000;0.017986;0.017986;0.002473;0.002473;0.017986;0.268941;0.006693;0.002473;0.119203;0.268941;0.997527;0.006693;0.952574;0.119203;0.002473;0.006693;0.017986;0.017986;0.268941;0.119203;0.269335;0.736334;0.315183;0.000000;0.000000;0.807834;0.498000;0.000000;0.526725;0.288434;0.852457;0.258649;0.895388;0.678088;0.000000;0.101926;0.090710;0.684602;0.490751;0.078710;0.968138;0.017423;0.014439;0.999920;0.000010;0.000070;0.999985;0.000000;0.000015;0.993307;0.017986;0.500000;0.017986;0.268941;0.047426;0.047426;0.731059;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.047426;0.880797;0.731059;0.006693;0.017986;0.047426;0.921796;0.000000;0.000000;0.000000;0.410960;0.000000;0.000000;0.420676;0.000000;0.737884;0.546366;0.000000;0.546119;0.083478;0.000000;0.688690;0.607067;0.000000;0.000000;0.513996;0.974356;0.017534;0.008110;0.999825;0.000000;0.000175;0.999990;0.000000;0.000010;0.500000;0.982014;0.268941;0.268941;0.047426;0.880797;0.500000;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.006693;0.047426;0.119203;0.119203;0.006693;0.017986;0.047426;0.456361;0.922012;0.467795;0.420432;0.000000;0.784147;0.790012;0.041766;0.188927;0.314320;0.226707;0.853460;0.000000;0.110269;0.078855;0.054992;0.000000;0.000000;0.000000;0.128532;0.974939;0.015475;0.009584;0.999120;0.000000;0.000875;0.999980;0.000000;0.000020;0.500000;0.500000;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.999665;0.017986;0.119203;0.731059;0.500000;0.731059;0.017986;0.119203;0.119203;0.047426;0.982014;0.047426;0.715653;0.550576;0.000000;0.647941;0.000000;0.691470;0.599888;0.085099;0.892832;0.330262;0.471282;0.599648;0.524231;0.524979;0.000000;0.360314;0.160569;0.259033;0.627615;0.158691;0.974142;0.016481;0.009377;0.999010;0.000000;0.000990;0.999980;0.000000;0.000020;0.997527;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.880797;0.006693;0.017986;0.500000;0.119203;0.006693;0.006693;0.268941;0.947100;0.000000;0.066670;0.000000;0.541901;0.088911;0.066174;0.025111;0.000000;0.446456;0.412413;0.000000;0.328274;0.338273;0.000000;0.328054;0.176245;0.000000;0.703704;0.622694;0.971107;0.016597;0.012296;0.999085;0.000000;0.000915;0.999955;0.000000;0.000045;0.500000;0.268941;0.119203;0.268941;0.017986;0.952574;0.993307;0.047426;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.047426;0.268941;0.880797;0.017986;0.268941;0.119203;0.732629;0.507249;0.073782;0.221146;0.000000;0.863421;0.867955;0.080394;0.065682;0.273885;0.325414;0.807213;0.380601;0.078421;0.000000;0.195604;0.076633;0.000000;0.312169;0.556014;0.964697;0.017304;0.017999;0.998635;0.000000;0.001365;0.999710;0.000000;0.000290;0.500000;0.731059;0.268941;0.880797;0.017986;0.731059;0.952574;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.880797;0.268941;0.006693;0.017986;0.017986;0.673487;0.585890;0.558481;0.879531;0.000000;0.569791;0.814270;0.183472;0.455617;0.182276;0.000000;0.784823;0.131359;0.000000;0.000000;0.721718;0.036969;0.000000;0.000000;0.082111;0.954993;0.004230;0.040777;0.992645;0.000045;0.007310;0.996640;0.000000;0.003360;0.880797;0.017986;0.017986;0.047426;0.500000;0.119203;0.047426;0.017986;0.017986;0.731059;0.982014;0.047426;0.880797;0.119203;0.017986;0.119203;0.268941;0.119203;0.500000;0.880797;0.853460;0.067170;0.093130;0.000000;0.733998;0.518991;0.107840;0.080616;0.594114;0.524231;0.788849;0.234154;0.665299;0.565619;0.079952;0.588798;0.094662;0.288640;0.279690;0.422139;0.617668;0.005207;0.377123;0.642650;0.000100;0.357250;0.811455;0.000000;0.188540;0.047426;0.006693;0.119203;0.047426;0.002473;0.017986;0.047426;0.999089;0.047426;0.000911;0.000911;0.119203;0.002473;0.002473;0.017986;0.047426;0.006693;0.002473;0.002473;0.002473;0.261536;0.261150;0.217040;0.524480;0.243977;0.094576;0.147166;0.964566;0.097089;0.000000;0.000000;0.301535;0.000000;0.000000;0.219771;0.296087;0.000000;0.000000;0.000000;0.000000;0.032794;0.005342;0.961861;0.063760;0.000430;0.935810;0.000015;0.000010;0.999965
0.500000;0.731059;0.119203;0.731059;0.119203;0.731059;0.997527;0.047426;0.119203;0.119203;0.017986;0.500000;0.047426;0.268941;0.047426;0.268941;0.119203;0.006693;0.268941;0.119203;0.725916;0.708477;0.381072;0.604679;0.000000;0.613963;0.919753;0.000000;0.373554;0.054064;0.178433;0.671726;0.419701;0.068881;0.000000;0.275679;0.205380;0.000000;0.226532;0.193879;0.966512;0.006495;0.026993;0.999915;0.000010;0.000075;1.000.000;0.000000;0.000000;0.017986;0.017986;0.002473;0.002473;0.017986;0.268941;0.006693;0.002473;0.119203;0.268941;0.997527;0.006693;0.952574;0.119203;0.002473;0.006693;0.017986;0.017986;0.268941;0.119203;0.269335;0.736334;0.315183;0.000000;0.000000;0.807834;0.498000;0.000000;0.526725;0.288434;0.852457;0.258649;0.895388;0.678088;0.000000;0.101926;0.090710;0.684602;0.490751;0.078710;0.968138;0.017423;0.014439;0.999920;0.000010;0.000070;0.999985;0.000000;0.000015;0.993307;0.017986;0.500000;0.017986;0.268941;0.047426;0.047426;0.731059;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.047426;0.880797;0.731059;0.006693;0.017986;0.047426;0.921796;0.000000;0.000000;0.000000;0.410960;0.000000;0.000000;0.420676;0.000000;0.737884;0.546366;0.000000;0.546119;0.083478;0.000000;0.688690;0.607067;0.000000;0.000000;0.513996;0.974356;0.017534;0.008110;0.999825;0.000000;0.000175;0.999990;0.000000;0.000010;0.500000;0.982014;0.268941;0.268941;0.047426;0.880797;0.500000;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.006693;0.047426;0.119203;0.119203;0.006693;0.017986;0.047426;0.456361;0.922012;0.467795;0.420432;0.000000;0.784147;0.790012;0.041766;0.188927;0.314320;0.226707;0.853460;0.000000;0.110269;0.078855;0.054992;0.000000;0.000000;0.000000;0.128532;0.974939;0.015475;0.009584;0.999120;0.000000;0.000875;0.999980;0.000000;0.000020;0.500000;0.500000;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.999665;0.017986;0.119203;0.731059;0.500000;0.731059;0.017986;0.119203;0.119203;0.047426;0.982014;0.047426;0.715653;0.550576;0.000000;0.647941;0.000000;0.691470;0.599888;0.085099;0.892832;0.330262;0.471282;0.599648;0.524231;0.524979;0.000000;0.360314;0.160569;0.259033;0.627615;0.158691;0.974142;0.016481;0.009377;0.999010;0.000000;0.000990;0.999980;0.000000;0.000020;0.997527;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.880797;0.006693;0.017986;0.500000;0.119203;0.006693;0.006693;0.268941;0.947100;0.000000;0.066670;0.000000;0.541901;0.088911;0.066174;0.025111;0.000000;0.446456;0.412413;0.000000;0.328274;0.338273;0.000000;0.328054;0.176245;0.000000;0.703704;0.622694;0.971107;0.016597;0.012296;0.999085;0.000000;0.000915;0.999955;0.000000;0.000045;0.500000;0.268941;0.119203;0.268941;0.017986;0.952574;0.993307;0.047426;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.047426;0.268941;0.880797;0.017986;0.268941;0.119203;0.732629;0.507249;0.073782;0.221146;0.000000;0.863421;0.867955;0.080394;0.065682;0.273885;0.325414;0.807213;0.380601;0.078421;0.000000;0.195604;0.076633;0.000000;0.312169;0.556014;0.964697;0.017304;0.017999;0.998635;0.000000;0.001365;0.999710;0.000000;0.000290;0.500000;0.731059;0.268941;0.880797;0.017986;0.731059;0.952574;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.880797;0.268941;0.006693;0.017986;0.017986;0.673487;0.585890;0.558481;0.879531;0.000000;0.569791;0.814270;0.183472;0.455617;0.182276;0.000000;0.784823;0.131359;0.000000;0.000000;0.721718;0.036969;0.000000;0.000000;0.082111;0.954993;0.004230;0.040777;0.992645;0.000045;0.007310;0.996640;0.000000;0.003360;0.880797;0.017986;0.017986;0.047426;0.500000;0.119203;0.047426;0.017986;0.017986;0.731059;0.982014;0.047426;0.880797;0.119203;0.017986;0.119203;0.268941;0.119203;0.500000;0.880797;0.853460;0.067170;0.093130;0.000000;0.733998;0.518991;0.107840;0.080616;0.594114;0.524231;0.788849;0.234154;0.665299;0.565619;0.079952;0.588798;0.094662;0.288640;0.279690;0.422139;0.617668;0.005207;0.377123;0.642650;0.000100;0.357250;0.811455;0.000000;0.188540;0.047426;0.006693;0.119203;0.047426;0.002473;0.017986;0.047426;0.999089;0.047426;0.000911;0.000911;0.119203;0.002473;0.002473;0.017986;0.047426;0.006693;0.002473;0.002473;0.002473;0.261536;0.261150;0.217040;0.524480;0.243977;0.094576;0.147166;0.964566;0.097089;0.000000;0.000000;0.301535;0.000000;0.000000;0.219771;0.296087;0.000000;0.000000;0.000000;0.000000;0.032794;0.005342;0.961861;0.063760;0.000430;0.935810;0.000015;0.000010;0.999965;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.731059;0.017986;0.047426;0.047426;0.119203;0.997527;0.982014;0.930345;0.073169;0.000000;0.000000;0.643595;0.000000;0.000000;0.236494;0.000000;0.746494;0.162874;0.000000;0.179462;0.737497;0.376836;0.000000;0.000000;0.000000;0.466301;0.789182;0.029904;0.011609;0.958485;0.075590;0.006565;0.917845;0.000035;0.001395;0.998565
0.017986;0.017986;0.002473;0.002473;0.017986;0.268941;0.006693;0.002473;0.119203;0.268941;0.997527;0.006693;0.952574;0.119203;0.002473;0.006693;0.017986;0.017986;0.268941;0.119203;0.269335;0.736334;0.315183;0.000000;0.000000;0.807834;0.498000;0.000000;0.526725;0.288434;0.852457;0.258649;0.895388;0.678088;0.000000;0.101926;0.090710;0.684602;0.490751;0.078710;0.968138;0.017423;0.014439;0.999920;0.000010;0.000070;0.999985;0.000000;0.000015;0.993307;0.017986;0.500000;0.017986;0.268941;0.047426;0.047426;0.731059;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.047426;0.880797;0.731059;0.006693;0.017986;0.047426;0.921796;0.000000;0.000000;0.000000;0.410960;0.000000;0.000000;0.420676;0.000000;0.737884;0.546366;0.000000;0.546119;0.083478;0.000000;0.688690;0.607067;0.000000;0.000000;0.513996;0.974356;0.017534;0.008110;0.999825;0.000000;0.000175;0.999990;0.000000;0.000010;0.500000;0.982014;0.268941;0.268941;0.047426;0.880797;0.500000;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.006693;0.047426;0.119203;0.119203;0.006693;0.017986;0.047426;0.456361;0.922012;0.467795;0.420432;0.000000;0.784147;0.790012;0.041766;0.188927;0.314320;0.226707;0.853460;0.000000;0.110269;0.078855;0.054992;0.000000;0.000000;0.000000;0.128532;0.974939;0.015475;0.009584;0.999120;0.000000;0.000875;0.999980;0.000000;0.000020;0.500000;0.500000;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.999665;0.017986;0.119203;0.731059;0.500000;0.731059;0.017986;0.119203;0.119203;0.047426;0.982014;0.047426;0.715653;0.550576;0.000000;0.647941;0.000000;0.691470;0.599888;0.085099;0.892832;0.330262;0.471282;0.599648;0.524231;0.524979;0.000000;0.360314;0.160569;0.259033;0.627615;0.158691;0.974142;0.016481;0.009377;0.999010;0.000000;0.000990;0.999980;0.000000;0.000020;0.997527;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.880797;0.006693;0.017986;0.500000;0.119203;0.006693;0.006693;0.268941;0.947100;0.000000;0.066670;0.000000;0.541901;0.088911;0.066174;0.025111;0.000000;0.446456;0.412413;0.000000;0.328274;0.338273;0.000000;0.328054;0.176245;0.000000;0.703704;0.622694;0.971107;0.016597;0.012296;0.999085;0.000000;0.000915;0.999955;0.000000;0.000045;0.500000;0.268941;0.119203;0.268941;0.017986;0.952574;0.993307;0.047426;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.047426;0.268941;0.880797;0.017986;0.268941;0.119203;0.732629;0.507249;0.073782;0.221146;0.000000;0.863421;0.867955;0.080394;0.065682;0.273885;0.325414;0.807213;0.380601;0.078421;0.000000;0.195604;0.076633;0.000000;0.312169;0.556014;0.964697;0.017304;0.017999;0.998635;0.000000;0.001365;0.999710;0.000000;0.000290;0.500000;0.731059;0.268941;0.880797;0.017986;0.731059;0.952574;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.880797;0.268941;0.006693;0.017986;0.017986;0.673487;0.585890;0.558481;0.879531;0.000000;0.569791;0.814270;0.183472;0.455617;0.182276;0.000000;0.784823;0.131359;0.000000;0.000000;0.721718;0.036969;0.000000;0.000000;0.082111;0.954993;0.004230;0.040777;0.992645;0.000045;0.007310;0.996640;0.000000;0.003360;0.880797;0.017986;0.017986;0.047426;0.500000;0.119203;0.047426;0.017986;0.017986;0.731059;0.982014;0.047426;0.880797;0.119203;0.017986;0.119203;0.268941;0.119203;0.500000;0.880797;0.853460;0.067170;0.093130;0.000000;0.733998;0.518991;0.107840;0.080616;0.594114;0.524231;0.788849;0.234154;0.665299;0.565619;0.079952;0.588798;0.094662;0.288640;0.279690;0.422139;0.617668;0.005207;0.377123;0.642650;0.000100;0.357250;0.811455;0.000000;0.188540;0.047426;0.006693;0.119203;0.047426;0.002473;0.017986;0.047426;0.999089;0.047426;0.000911;0.000911;0.119203;0.002473;0.002473;0.017986;0.047426;0.006693;0.002473;0.002473;0.002473;0.261536;0.261150;0.217040;0.524480;0.243977;0.094576;0.147166;0.964566;0.097089;0.000000;0.000000;0.301535;0.000000;0.000000;0.219771;0.296087;0.000000;0.000000;0.000000;0.000000;0.032794;0.005342;0.961861;0.063760;0.000430;0.935810;0.000015;0.000010;0.999965;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.731059;0.017986;0.047426;0.047426;0.119203;0.997527;0.982014;0.930345;0.073169;0.000000;0.000000;0.643595;0.000000;0.000000;0.236494;0.000000;0.746494;0.162874;0.000000;0.179462;0.737497;0.376836;0.000000;0.000000;0.000000;0.466301;0.789182;0.029904;0.011609;0.958485;0.075590;0.006565;0.917845;0.000035;0.001395;0.998565;0.047426;0.119203;0.500000;0.999089;0.119203;0.500000;0.268941;0.017986;0.731059;0.002473;0.002473;0.268941;0.006693;0.002473;0.047426;0.500000;0.119203;0.047426;0.047426;0.002473;0.425802;0.526226;0.259417;0.965243;0.000000;0.590976;0.360545;0.114457;0.379187;0.000000;0.026988;0.493750;0.000000;0.000000;0.067989;0.688690;0.192787;0.000000;0.000000;0.086038;0.032430;0.037234;0.930336;0.075305;0.069455;0.855245;0.000060;0.010780;0.989155
0.993307;0.017986;0.500000;0.017986;0.268941;0.047426;0.047426;0.731059;0.017986;0.047426;0.017986;0.047426;0.047426;0.006693;0.047426;0.880797;0.731059;0.006693;0.017986;0.047426;0.921796;0.000000;0.000000;0.000000;0.410960;0.000000;0.000000;0.420676;0.000000;0.737884;0.546366;0.000000;0.546119;0.083478;0.000000;0.688690;0.607067;0.000000;0.000000;0.513996;0.974356;0.017534;0.008110;0.999825;0.000000;0.000175;0.999990;0.000000;0.000010;0.500000;0.982014;0.268941;0.268941;0.047426;0.880797;0.500000;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.006693;0.047426;0.119203;0.119203;0.006693;0.017986;0.047426;0.456361;0.922012;0.467795;0.420432;0.000000;0.784147;0.790012;0.041766;0.188927;0.314320;0.226707;0.853460;0.000000;0.110269;0.078855;0.054992;0.000000;0.000000;0.000000;0.128532;0.974939;0.015475;0.009584;0.999120;0.000000;0.000875;0.999980;0.000000;0.000020;0.500000;0.500000;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.999665;0.017986;0.119203;0.731059;0.500000;0.731059;0.017986;0.119203;0.119203;0.047426;0.982014;0.047426;0.715653;0.550576;0.000000;0.647941;0.000000;0.691470;0.599888;0.085099;0.892832;0.330262;0.471282;0.599648;0.524231;0.524979;0.000000;0.360314;0.160569;0.259033;0.627615;0.158691;0.974142;0.016481;0.009377;0.999010;0.000000;0.000990;0.999980;0.000000;0.000020;0.997527;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.880797;0.006693;0.017986;0.500000;0.119203;0.006693;0.006693;0.268941;0.947100;0.000000;0.066670;0.000000;0.541901;0.088911;0.066174;0.025111;0.000000;0.446456;0.412413;0.000000;0.328274;0.338273;0.000000;0.328054;0.176245;0.000000;0.703704;0.622694;0.971107;0.016597;0.012296;0.999085;0.000000;0.000915;0.999955;0.000000;0.000045;0.500000;0.268941;0.119203;0.268941;0.017986;0.952574;0.993307;0.047426;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.047426;0.268941;0.880797;0.017986;0.268941;0.119203;0.732629;0.507249;0.073782;0.221146;0.000000;0.863421;0.867955;0.080394;0.065682;0.273885;0.325414;0.807213;0.380601;0.078421;0.000000;0.195604;0.076633;0.000000;0.312169;0.556014;0.964697;0.017304;0.017999;0.998635;0.000000;0.001365;0.999710;0.000000;0.000290;0.500000;0.731059;0.268941;0.880797;0.017986;0.731059;0.952574;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.880797;0.268941;0.006693;0.017986;0.017986;0.673487;0.585890;0.558481;0.879531;0.000000;0.569791;0.814270;0.183472;0.455617;0.182276;0.000000;0.784823;0.131359;0.000000;0.000000;0.721718;0.036969;0.000000;0.000000;0.082111;0.954993;0.004230;0.040777;0.992645;0.000045;0.007310;0.996640;0.000000;0.003360;0.880797;0.017986;0.017986;0.047426;0.500000;0.119203;0.047426;0.017986;0.017986;0.731059;0.982014;0.047426;0.880797;0.119203;0.017986;0.119203;0.268941;0.119203;0.500000;0.880797;0.853460;0.067170;0.093130;0.000000;0.733998;0.518991;0.107840;0.080616;0.594114;0.524231;0.788849;0.234154;0.665299;0.565619;0.079952;0.588798;0.094662;0.288640;0.279690;0.422139;0.617668;0.005207;0.377123;0.642650;0.000100;0.357250;0.811455;0.000000;0.188540;0.047426;0.006693;0.119203;0.047426;0.002473;0.017986;0.047426;0.999089;0.047426;0.000911;0.000911;0.119203;0.002473;0.002473;0.017986;0.047426;0.006693;0.002473;0.002473;0.002473;0.261536;0.261150;0.217040;0.524480;0.243977;0.094576;0.147166;0.964566;0.097089;0.000000;0.000000;0.301535;0.000000;0.000000;0.219771;0.296087;0.000000;0.000000;0.000000;0.000000;0.032794;0.005342;0.961861;0.063760;0.000430;0.935810;0.000015;0.000010;0.999965;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.731059;0.017986;0.047426;0.047426;0.119203;0.997527;0.982014;0.930345;0.073169;0.000000;0.000000;0.643595;0.000000;0.000000;0.236494;0.000000;0.746494;0.162874;0.000000;0.179462;0.737497;0.376836;0.000000;0.000000;0.000000;0.466301;0.789182;0.029904;0.011609;0.958485;0.075590;0.006565;0.917845;0.000035;0.001395;0.998565;0.047426;0.119203;0.500000;0.999089;0.119203;0.500000;0.268941;0.017986;0.731059;0.002473;0.002473;0.268941;0.006693;0.002473;0.047426;0.500000;0.119203;0.047426;0.047426;0.002473;0.425802;0.526226;0.259417;0.965243;0.000000;0.590976;0.360545;0.114457;0.379187;0.000000;0.026988;0.493750;0.000000;0.000000;0.067989;0.688690;0.192787;0.000000;0.000000;0.086038;0.032430;0.037234;0.930336;0.075305;0.069455;0.855245;0.000060;0.010780;0.989155;0.997527;0.017986;0.268941;0.017986;0.731059;0.047426;0.047426;0.731059;0.017986;0.047426;0.047426;0.047426;0.119203;0.017986;0.047426;0.268941;0.268941;0.006693;0.047426;0.500000;0.893595;0.143073;0.273885;0.144550;0.647256;0.233080;0.000000;0.878254;0.178580;0.357323;0.143564;0.099840;0.145170;0.057162;0.242872;0.305339;0.125978;0.516244;0.572975;0.351603;0.042611;0.846626;0.110762;0.109120;0.693505;0.197375;0.000080;0.976960;0.022960
0.500000;0.982014;0.268941;0.268941;0.047426;0.880797;0.500000;0.047426;0.500000;0.017986;0.017986;0.993307;0.047426;0.006693;0.047426;0.119203;0.119203;0.006693;0.017986;0.047426;0.456361;0.922012;0.467795;0.420432;0.000000;0.784147;0.790012;0.041766;0.188927;0.314320;0.226707;0.853460;0.000000;0.110269;0.078855;0.054992;0.000000;0.000000;0.000000;0.128532;0.974939;0.015475;0.009584;0.999120;0.000000;0.000875;0.999980;0.000000;0.000020;0.500000;0.500000;0.119203;0.047426;0.119203;0.268941;0.268941;0.017986;0.999665;0.017986;0.119203;0.731059;0.500000;0.731059;0.017986;0.119203;0.119203;0.047426;0.982014;0.047426;0.715653;0.550576;0.000000;0.647941;0.000000;0.691470;0.599888;0.085099;0.892832;0.330262;0.471282;0.599648;0.524231;0.524979;0.000000;0.360314;0.160569;0.259033;0.627615;0.158691;0.974142;0.016481;0.009377;0.999010;0.000000;0.000990;0.999980;0.000000;0.000020;0.997527;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.880797;0.006693;0.017986;0.500000;0.119203;0.006693;0.006693;0.268941;0.947100;0.000000;0.066670;0.000000;0.541901;0.088911;0.066174;0.025111;0.000000;0.446456;0.412413;0.000000;0.328274;0.338273;0.000000;0.328054;0.176245;0.000000;0.703704;0.622694;0.971107;0.016597;0.012296;0.999085;0.000000;0.000915;0.999955;0.000000;0.000045;0.500000;0.268941;0.119203;0.268941;0.017986;0.952574;0.993307;0.047426;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.047426;0.268941;0.880797;0.017986;0.268941;0.119203;0.732629;0.507249;0.073782;0.221146;0.000000;0.863421;0.867955;0.080394;0.065682;0.273885;0.325414;0.807213;0.380601;0.078421;0.000000;0.195604;0.076633;0.000000;0.312169;0.556014;0.964697;0.017304;0.017999;0.998635;0.000000;0.001365;0.999710;0.000000;0.000290;0.500000;0.731059;0.268941;0.880797;0.017986;0.731059;0.952574;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.006693;0.047426;0.880797;0.268941;0.006693;0.017986;0.017986;0.673487;0.585890;0.558481;0.879531;0.000000;0.569791;0.814270;0.183472;0.455617;0.182276;0.000000;0.784823;0.131359;0.000000;0.000000;0.721718;0.036969;0.000000;0.000000;0.082111;0.954993;0.004230;0.040777;0.992645;0.000045;0.007310;0.996640;0.000000;0.003360;0.880797;0.017986;0.017986;0.047426;0.500000;0.119203;0.047426;0.017986;0.017986;0.731059;0.982014;0.047426;0.880797;0.119203;0.017986;0.119203;0.268941;0.119203;0.500000;0.880797;0.853460;0.067170;0.093130;0.000000;0.733998;0.518991;0.107840;0.080616;0.594114;0.524231;0.788849;0.234154;0.665299;0.565619;0.079952;0.588798;0.094662;0.288640;0.279690;0.422139;0.617668;0.005207;0.377123;0.642650;0.000100;0.357250;0.811455;0.000000;0.188540;0.047426;0.006693;0.119203;0.047426;0.002473;0.017986;0.047426;0.999089;0.047426;0.000911;0.000911;0.119203;0.002473;0.002473;0.017986;0.047426;0.006693;0.002473;0.002473;0.002473;0.261536;0.261150;0.217040;0.524480;0.243977;0.094576;0.147166;0.964566;0.097089;0.000000;0.000000;0.301535;0.000000;0.000000;0.219771;0.296087;0.000000;0.000000;0.000000;0.000000;0.032794;0.005342;0.961861;0.063760;0.000430;0.935810;0.000015;0.000010;0.999965;0.982014;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.500000;0.047426;0.017986;0.047426;0.731059;0.017986;0.047426;0.047426;0.119203;0.997527;0.982014;0.930345;0.073169;0.000000;0.000000;0.643595;0.000000;0.000000;0.236494;0.000000;0.746494;0.162874;0.000000;0.179462;0.737497;0.376836;0.000000;0.000000;0.000000;0.466301;0.789182;0.029904;0.011609;0.958485;0.075590;0.006565;0.917845;0.000035;0.001395;0.998565;0.047426;0.119203;0.500000;0.999089;0.119203;0.500000;0.268941;0.017986;0.731059;0.002473;0.002473;0.268941;0.006693;0.002473;0.047426;0.500000;0.119203;0.047426;0.047426;0.002473;0.425802;0.526226;0.259417;0.965243;0.000000;0.590976;0.360545;0.114457;0.379187;0.000000;0.026988;0.493750;0.000000;0.000000;0.067989;0.688690;0.192787;0.000000;0.000000;0.086038;0.032430;0.037234;0.930336;0.075305;0.069455;0.855245;0.000060;0.010780;0.989155;0.997527;0.017986;0.268941;0.017986;0.731059;0.047426;0.047426;0.731059;0.017986;0.047426;0.047426;0.047426;0.119203;0.017986;0.047426;0.268941;0.268941;0.006693;0.047426;0.500000;0.893595;0.143073;0.273885;0.144550;0.647256;0.233080;0.000000;0.878254;0.178580;0.357323;0.143564;0.099840;0.145170;0.057162;0.242872;0.305339;0.125978;0.516244;0.572975;0.351603;0.042611;0.846626;0.110762;0.109120;0.693505;0.197375;0.000080;0.976960;0.022960;0.268941;0.006693;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.006693;0.993307;0.952574;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.006693;0.047426;0.952574;0.492251;0.040816;0.000000;0.000000;0.313458;0.000000;0.000000;0.097792;0.000000;0.883706;0.739043;0.000000;0.492251;0.620813;0.051174;0.000000;0.094747;0.000000;0.554285;0.903784;0.043053;0.906644;0.050303;0.112735;0.803250;0.084015;0.000375;0.998325;0.001300
0.017986;0.006693;0.006693;0.002473;0.002473;0.006693;0.002473;0.002473;0.119203;0.017986;0.017986;0.006693;0.017986;0.982014;0.002473;0.047426;0.006693;0.268941;0.999877;0.017986;0.085802;0.205707;0.000000;0.054681;0.000000;0.147292;0.000000;0.195761;0.523732;0.153813;0.328716;0.046133;0.555520;0.881843;0.160031;0.238486;0.238849;0.896135;0.972801;0.274482;0.128788;0.096521;0.774690;0.043735;0.029660;0.926610;0.040865;0.235325;0.723805;0.268941;0.017986;0.952574;0.047426;0.006693;0.017986;0.119203;0.006693;0.119203;0.047426;0.047426;0.268941;0.047426;0.993307;0.006693;0.047426;0.017986;0.952574;0.999089;0.047426;0.431925;0.000000;0.499000;0.378246;0.152387;0.546366;0.133773;0.438316;0.479761;0.454873;0.530711;0.048939;0.347511;0.922084;0.336038;0.438562;0.198293;0.743263;0.876099;0.421651;0.096700;0.035134;0.868164;0.011885;0.009885;0.978225;0.036145;0.081810;0.882045;0.500000;0.880797;0.500000;0.119203;0.006693;0.268941;0.119203;0.500000;0.952574;0.006693;0.017986;0.982014;0.017986;0.006693;0.982014;0.268941;0.119203;0.006693;0.047426;0.017986;0.689332;0.758596;0.294215;0.165757;0.243056;0.527971;0.201170;0.391741;0.088105;0.163830;0.434872;0.844881;0.112346;0.000000;0.811991;0.519740;0.213661;0.000000;0.194505;0.480011;0.055480;0.025876;0.918646;0.001955;0.005810;0.992235;0.026965;0.051585;0.921455;0.268941;0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.047426;0.119203;0.119203;0.880797;0.017986;0.500000;0.997527;0.952574;0.047426;0.047426;0.119203;0.731059;0.268941;0.505500;0.222181;0.173934;0.049878;0.181235;0.244161;0.000000;0.506250;0.520489;0.212654;0.694024;0.000000;0.378011;0.583948;0.927304;0.221836;0.320821;0.403717;0.699307;0.533450;0.050076;0.007212;0.942711;0.003475;0.000365;0.996160;0.020535;0.006535;0.972930;0.119203;0.119203;0.731059;0.500000;0.119203;0.047426;0.047426;0.119203;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.952574;0.993307;0.952574;0.006693;0.017986;0.017986;0.229701;0.186487;0.823900;0.739043;0.000000;0.282925;0.166727;0.657236;0.085959;0.000000;0.018289;0.234693;0.000000;0.000000;0.575176;0.918340;0.822299;0.264055;0.101652;0.000000;0.046042;0.032733;0.921225;0.009140;0.000040;0.990815;0.023120;0.000340;0.976545;0.119203;0.500000;0.119203;0.731059;0.017986;0.982014;0.952574;0.017986;0.268941;0.119203;0.119203;0.268941;0.731059;0.982014;0.119203;0.119203;0.047426;0.047426;0.500000;0.268941;0.386274;0.457602;0.546862;0.855202;0.301535;0.933330;0.830335;0.079585;0.069010;0.000000;0.030384;0.277279;0.215345;0.291316;0.682655;0.462570;0.280698;0.542398;0.000000;0.108515;0.840675;0.028423;0.130903;0.841125;0.000000;0.158875;0.913670;0.000025;0.086310;0.268941;0.268941;0.731059;0.952574;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.731059;0.017986;0.047426;0.500000;0.268941;0.047426;0.017986;0.952574;0.017986;0.760969;0.671505;0.584919;0.848000;0.000000;0.619399;0.850178;0.191236;0.399152;0.067989;0.182724;0.589040;0.157095;0.000000;0.314104;0.507749;0.028415;0.000000;0.101652;0.000000;0.933433;0.026822;0.039745;0.964295;0.000000;0.035705;0.970095;0.000000;0.029905;0.731059;0.047426;0.119203;0.500000;0.006693;0.731059;0.997527;0.880797;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.047426;0.006693;0.047426;0.017986;0.682222;0.090216;0.000000;0.738850;0.000000;0.835208;0.892064;0.836717;0.088185;0.000000;0.000000;0.000000;0.164379;0.075999;0.130335;0.444233;0.397953;0.241037;0.228112;0.033022;0.941361;0.027506;0.031133;0.981700;0.000000;0.018300;0.986885;0.000000;0.013115;0.119203;0.017986;0.006693;0.006693;0.047426;0.047426;0.006693;0.006693;0.731059;0.993307;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.268941;0.017986;0.119203;0.952574;0.429473;0.000000;0.136579;0.000000;0.000000;0.349327;0.000000;0.081436;0.067926;0.908960;0.833134;0.000000;0.756944;0.429228;0.086353;0.079805;0.131017;0.483506;0.463813;0.773644;0.943930;0.004119;0.051950;0.999545;0.000010;0.000445;0.999905;0.000000;0.000090;0.731059;0.500000;0.119203;0.047426;0.731059;0.119203;0.500000;0.047426;0.500000;0.731059;0.268941;0.880797;0.268941;0.731059;0.047426;0.268941;0.268941;0.119203;0.982014;0.500000;0.483007;0.582003;0.000000;0.222181;0.603962;0.070371;0.494000;0.128085;0.206034;0.867496;0.492001;0.183023;0.170230;0.775564;0.085881;0.000000;0.192010;0.298804;0.782280;0.792325;0.959686;0.006356;0.033957;0.999940;0.000010;0.000050;0.999990;0.000000;0.000005;0.500000;0.731059;0.880797;0.880797;0.047426;0.952574;0.880797;0.500000;0.952574;0.047426;0.047426;0.731059;0.047426;0.017986;0.047426;0.500000;0.268941;0.017986;0.268941;0.047426;0.781256;0.787346;0.632742;0.861881;0.000000;0.742117;0.705370;0.104425;0.177263;0.058580;0.133773;0.613963;0.000000;0.000000;0.032202;0.622929;0.134005;0.000000;0.000000;0.163283;0.957728;0.010212;0.032058;0.999935;0.000000;0.000060;0.999995;0.000000;0.000005
0.268941;0.017986;0.952574;0.047426;0.006693;0.017986;0.119203;0.006693;0.119203;0.047426;0.047426;0.268941;0.047426;0.993307;0.006693;0.047426;0.017986;0.952574;0.999089;0.047426;0.431925;0.000000;0.499000;0.378246;0.152387;0.546366;0.133773;0.438316;0.479761;0.454873;0.530711;0.048939;0.347511;0.922084;0.336038;0.438562;0.198293;0.743263;0.876099;0.421651;0.096700;0.035134;0.868164;0.011885;0.009885;0.978225;0.036145;0.081810;0.882045;0.500000;0.880797;0.500000;0.119203;0.006693;0.268941;0.119203;0.500000;0.952574;0.006693;0.017986;0.982014;0.017986;0.006693;0.982014;0.268941;0.119203;0.006693;0.047426;0.017986;0.689332;0.758596;0.294215;0.165757;0.243056;0.527971;0.201170;0.391741;0.088105;0.163830;0.434872;0.844881;0.112346;0.000000;0.811991;0.519740;0.213661;0.000000;0.194505;0.480011;0.055480;0.025876;0.918646;0.001955;0.005810;0.992235;0.026965;0.051585;0.921455;0.268941;0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.047426;0.119203;0.119203;0.880797;0.017986;0.500000;0.997527;0.952574;0.047426;0.047426;0.119203;0.731059;0.268941;0.505500;0.222181;0.173934;0.049878;0.181235;0.244161;0.000000;0.506250;0.520489;0.212654;0.694024;0.000000;0.378011;0.583948;0.927304;0.221836;0.320821;0.403717;0.699307;0.533450;0.050076;0.007212;0.942711;0.003475;0.000365;0.996160;0.020535;0.006535;0.972930;0.119203;0.119203;0.731059;0.500000;0.119203;0.047426;0.047426;0.119203;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.952574;0.993307;0.952574;0.006693;0.017986;0.017986;0.229701;0.186487;0.823900;0.739043;0.000000;0.282925;0.166727;0.657236;0.085959;0.000000;0.018289;0.234693;0.000000;0.000000;0.575176;0.918340;0.822299;0.264055;0.101652;0.000000;0.046042;0.032733;0.921225;0.009140;0.000040;0.990815;0.023120;0.000340;0.976545;0.119203;0.500000;0.119203;0.731059;0.017986;0.982014;0.952574;0.017986;0.268941;0.119203;0.119203;0.268941;0.731059;0.982014;0.119203;0.119203;0.047426;0.047426;0.500000;0.268941;0.386274;0.457602;0.546862;0.855202;0.301535;0.933330;0.830335;0.079585;0.069010;0.000000;0.030384;0.277279;0.215345;0.291316;0.682655;0.462570;0.280698;0.542398;0.000000;0.108515;0.840675;0.028423;0.130903;0.841125;0.000000;0.158875;0.913670;0.000025;0.086310;0.268941;0.268941;0.731059;0.952574;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.731059;0.017986;0.047426;0.500000;0.268941;0.047426;0.017986;0.952574;0.017986;0.760969;0.671505;0.584919;0.848000;0.000000;0.619399;0.850178;0.191236;0.399152;0.067989;0.182724;0.589040;0.157095;0.000000;0.314104;0.507749;0.028415;0.000000;0.101652;0.000000;0.933433;0.026822;0.039745;0.964295;0.000000;0.035705;0.970095;0.000000;0.029905;0.731059;0.047426;0.119203;0.500000;0.006693;0.731059;0.997527;0.880797;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.047426;0.006693;0.047426;0.017986;0.682222;0.090216;0.000000;0.738850;0.000000;0.835208;0.892064;0.836717;0.088185;0.000000;0.000000;0.000000;0.164379;0.075999;0.130335;0.444233;0.397953;0.241037;0.228112;0.033022;0.941361;0.027506;0.031133;0.981700;0.000000;0.018300;0.986885;0.000000;0.013115;0.119203;0.017986;0.006693;0.006693;0.047426;0.047426;0.006693;0.006693;0.731059;0.993307;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.268941;0.017986;0.119203;0.952574;0.429473;0.000000;0.136579;0.000000;0.000000;0.349327;0.000000;0.081436;0.067926;0.908960;0.833134;0.000000;0.756944;0.429228;0.086353;0.079805;0.131017;0.483506;0.463813;0.773644;0.943930;0.004119;0.051950;0.999545;0.000010;0.000445;0.999905;0.000000;0.000090;0.731059;0.500000;0.119203;0.047426;0.731059;0.119203;0.500000;0.047426;0.500000;0.731059;0.268941;0.880797;0.268941;0.731059;0.047426;0.268941;0.268941;0.119203;0.982014;0.500000;0.483007;0.582003;0.000000;0.222181;0.603962;0.070371;0.494000;0.128085;0.206034;0.867496;0.492001;0.183023;0.170230;0.775564;0.085881;0.000000;0.192010;0.298804;0.782280;0.792325;0.959686;0.006356;0.033957;0.999940;0.000010;0.000050;0.999990;0.000000;0.000005;0.500000;0.731059;0.880797;0.880797;0.047426;0.952574;0.880797;0.500000;0.952574;0.047426;0.047426;0.731059;0.047426;0.017986;0.047426;0.500000;0.268941;0.017986;0.268941;0.047426;0.781256;0.787346;0.632742;0.861881;0.000000;0.742117;0.705370;0.104425;0.177263;0.058580;0.133773;0.613963;0.000000;0.000000;0.032202;0.622929;0.134005;0.000000;0.000000;0.163283;0.957728;0.010212;0.032058;0.999935;0.000000;0.000060;0.999995;0.000000;0.000005;0.006693;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.002473;0.999665;0.006693;0.017986;0.006693;0.017986;0.880797;0.002473;0.006693;0.006693;0.119203;0.999665;0.006693;0.325195;0.318863;0.165757;0.046619;0.000000;0.127639;0.000000;0.038866;0.931757;0.061284;0.155776;0.000000;0.170371;0.917132;0.000000;0.000000;0.032736;0.835208;0.960683;0.169384;0.960455;0.006466;0.033079;0.999965;0.000000;0.000035;1.000.000;0.000000;0.000000
0.500000;0.880797;0.500000;0.119203;0.006693;0.268941;0.119203;0.500000;0.952574;0.006693;0.017986;0.982014;0.017986;0.006693;0.982014;0.268941;0.119203;0.006693;0.047426;0.017986;0.689332;0.758596;0.294215;0.165757;0.243056;0.527971;0.201170;0.391741;0.088105;0.163830;0.434872;0.844881;0.112346;0.000000;0.811991;0.519740;0.213661;0.000000;0.194505;0.480011;0.055480;0.025876;0.918646;0.001955;0.005810;0.992235;0.026965;0.051585;0.921455;0.268941;0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.047426;0.119203;0.119203;0.880797;0.017986;0.500000;0.997527;0.952574;0.047426;0.047426;0.119203;0.731059;0.268941;0.505500;0.222181;0.173934;0.049878;0.181235;0.244161;0.000000;0.506250;0.520489;0.212654;0.694024;0.000000;0.378011;0.583948;0.927304;0.221836;0.320821;0.403717;0.699307;0.533450;0.050076;0.007212;0.942711;0.003475;0.000365;0.996160;0.020535;0.006535;0.972930;0.119203;0.119203;0.731059;0.500000;0.119203;0.047426;0.047426;0.119203;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.952574;0.993307;0.952574;0.006693;0.017986;0.017986;0.229701;0.186487;0.823900;0.739043;0.000000;0.282925;0.166727;0.657236;0.085959;0.000000;0.018289;0.234693;0.000000;0.000000;0.575176;0.918340;0.822299;0.264055;0.101652;0.000000;0.046042;0.032733;0.921225;0.009140;0.000040;0.990815;0.023120;0.000340;0.976545;0.119203;0.500000;0.119203;0.731059;0.017986;0.982014;0.952574;0.017986;0.268941;0.119203;0.119203;0.268941;0.731059;0.982014;0.119203;0.119203;0.047426;0.047426;0.500000;0.268941;0.386274;0.457602;0.546862;0.855202;0.301535;0.933330;0.830335;0.079585;0.069010;0.000000;0.030384;0.277279;0.215345;0.291316;0.682655;0.462570;0.280698;0.542398;0.000000;0.108515;0.840675;0.028423;0.130903;0.841125;0.000000;0.158875;0.913670;0.000025;0.086310;0.268941;0.268941;0.731059;0.952574;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.731059;0.017986;0.047426;0.500000;0.268941;0.047426;0.017986;0.952574;0.017986;0.760969;0.671505;0.584919;0.848000;0.000000;0.619399;0.850178;0.191236;0.399152;0.067989;0.182724;0.589040;0.157095;0.000000;0.314104;0.507749;0.028415;0.000000;0.101652;0.000000;0.933433;0.026822;0.039745;0.964295;0.000000;0.035705;0.970095;0.000000;0.029905;0.731059;0.047426;0.119203;0.500000;0.006693;0.731059;0.997527;0.880797;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.047426;0.006693;0.047426;0.017986;0.682222;0.090216;0.000000;0.738850;0.000000;0.835208;0.892064;0.836717;0.088185;0.000000;0.000000;0.000000;0.164379;0.075999;0.130335;0.444233;0.397953;0.241037;0.228112;0.033022;0.941361;0.027506;0.031133;0.981700;0.000000;0.018300;0.986885;0.000000;0.013115;0.119203;0.017986;0.006693;0.006693;0.047426;0.047426;0.006693;0.006693;0.731059;0.993307;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.268941;0.017986;0.119203;0.952574;0.429473;0.000000;0.136579;0.000000;0.000000;0.349327;0.000000;0.081436;0.067926;0.908960;0.833134;0.000000;0.756944;0.429228;0.086353;0.079805;0.131017;0.483506;0.463813;0.773644;0.943930;0.004119;0.051950;0.999545;0.000010;0.000445;0.999905;0.000000;0.000090;0.731059;0.500000;0.119203;0.047426;0.731059;0.119203;0.500000;0.047426;0.500000;0.731059;0.268941;0.880797;0.268941;0.731059;0.047426;0.268941;0.268941;0.119203;0.982014;0.500000;0.483007;0.582003;0.000000;0.222181;0.603962;0.070371;0.494000;0.128085;0.206034;0.867496;0.492001;0.183023;0.170230;0.775564;0.085881;0.000000;0.192010;0.298804;0.782280;0.792325;0.959686;0.006356;0.033957;0.999940;0.000010;0.000050;0.999990;0.000000;0.000005;0.500000;0.731059;0.880797;0.880797;0.047426;0.952574;0.880797;0.500000;0.952574;0.047426;0.047426;0.731059;0.047426;0.017986;0.047426;0.500000;0.268941;0.017986;0.268941;0.047426;0.781256;0.787346;0.632742;0.861881;0.000000;0.742117;0.705370;0.104425;0.177263;0.058580;0.133773;0.613963;0.000000;0.000000;0.032202;0.622929;0.134005;0.000000;0.000000;0.163283;0.957728;0.010212;0.032058;0.999935;0.000000;0.000060;0.999995;0.000000;0.000005;0.006693;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.002473;0.999665;0.006693;0.017986;0.006693;0.017986;0.880797;0.002473;0.006693;0.006693;0.119203;0.999665;0.006693;0.325195;0.318863;0.165757;0.046619;0.000000;0.127639;0.000000;0.038866;0.931757;0.061284;0.155776;0.000000;0.170371;0.917132;0.000000;0.000000;0.032736;0.835208;0.960683;0.169384;0.960455;0.006466;0.033079;0.999965;0.000000;0.000035;1.000.000;0.000000;0.000000;0.006693;0.006693;0.002473;0.000911;0.002473;0.006693;0.002473;0.002473;0.119203;0.017986;0.047426;0.006693;0.119203;0.982014;0.002473;0.006693;0.006693;0.999665;0.999877;0.017986;0.093046;0.000000;0.000000;0.000000;0.252561;0.000000;0.000000;0.000000;0.307890;0.376132;0.552061;0.000000;0.415567;0.972455;0.000000;0.000000;0.098945;0.712795;0.936374;0.532454;0.960772;0.024210;0.015019;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020
0.268941;0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.047426;0.119203;0.119203;0.880797;0.017986;0.500000;0.997527;0.952574;0.047426;0.047426;0.119203;0.731059;0.268941;0.505500;0.222181;0.173934;0.049878;0.181235;0.244161;0.000000;0.506250;0.520489;0.212654;0.694024;0.000000;0.378011;0.583948;0.927304;0.221836;0.320821;0.403717;0.699307;0.533450;0.050076;0.007212;0.942711;0.003475;0.000365;0.996160;0.020535;0.006535;0.972930;0.119203;0.119203;0.731059;0.500000;0.119203;0.047426;0.047426;0.119203;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.952574;0.993307;0.952574;0.006693;0.017986;0.017986;0.229701;0.186487;0.823900;0.739043;0.000000;0.282925;0.166727;0.657236;0.085959;0.000000;0.018289;0.234693;0.000000;0.000000;0.575176;0.918340;0.822299;0.264055;0.101652;0.000000;0.046042;0.032733;0.921225;0.009140;0.000040;0.990815;0.023120;0.000340;0.976545;0.119203;0.500000;0.119203;0.731059;0.017986;0.982014;0.952574;0.017986;0.268941;0.119203;0.119203;0.268941;0.731059;0.982014;0.119203;0.119203;0.047426;0.047426;0.500000;0.268941;0.386274;0.457602;0.546862;0.855202;0.301535;0.933330;0.830335;0.079585;0.069010;0.000000;0.030384;0.277279;0.215345;0.291316;0.682655;0.462570;0.280698;0.542398;0.000000;0.108515;0.840675;0.028423;0.130903;0.841125;0.000000;0.158875;0.913670;0.000025;0.086310;0.268941;0.268941;0.731059;0.952574;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.731059;0.017986;0.047426;0.500000;0.268941;0.047426;0.017986;0.952574;0.017986;0.760969;0.671505;0.584919;0.848000;0.000000;0.619399;0.850178;0.191236;0.399152;0.067989;0.182724;0.589040;0.157095;0.000000;0.314104;0.507749;0.028415;0.000000;0.101652;0.000000;0.933433;0.026822;0.039745;0.964295;0.000000;0.035705;0.970095;0.000000;0.029905;0.731059;0.047426;0.119203;0.500000;0.006693;0.731059;0.997527;0.880797;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.047426;0.006693;0.047426;0.017986;0.682222;0.090216;0.000000;0.738850;0.000000;0.835208;0.892064;0.836717;0.088185;0.000000;0.000000;0.000000;0.164379;0.075999;0.130335;0.444233;0.397953;0.241037;0.228112;0.033022;0.941361;0.027506;0.031133;0.981700;0.000000;0.018300;0.986885;0.000000;0.013115;0.119203;0.017986;0.006693;0.006693;0.047426;0.047426;0.006693;0.006693;0.731059;0.993307;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.268941;0.017986;0.119203;0.952574;0.429473;0.000000;0.136579;0.000000;0.000000;0.349327;0.000000;0.081436;0.067926;0.908960;0.833134;0.000000;0.756944;0.429228;0.086353;0.079805;0.131017;0.483506;0.463813;0.773644;0.943930;0.004119;0.051950;0.999545;0.000010;0.000445;0.999905;0.000000;0.000090;0.731059;0.500000;0.119203;0.047426;0.731059;0.119203;0.500000;0.047426;0.500000;0.731059;0.268941;0.880797;0.268941;0.731059;0.047426;0.268941;0.268941;0.119203;0.982014;0.500000;0.483007;0.582003;0.000000;0.222181;0.603962;0.070371;0.494000;0.128085;0.206034;0.867496;0.492001;0.183023;0.170230;0.775564;0.085881;0.000000;0.192010;0.298804;0.782280;0.792325;0.959686;0.006356;0.033957;0.999940;0.000010;0.000050;0.999990;0.000000;0.000005;0.500000;0.731059;0.880797;0.880797;0.047426;0.952574;0.880797;0.500000;0.952574;0.047426;0.047426;0.731059;0.047426;0.017986;0.047426;0.500000;0.268941;0.017986;0.268941;0.047426;0.781256;0.787346;0.632742;0.861881;0.000000;0.742117;0.705370;0.104425;0.177263;0.058580;0.133773;0.613963;0.000000;0.000000;0.032202;0.622929;0.134005;0.000000;0.000000;0.163283;0.957728;0.010212;0.032058;0.999935;0.000000;0.000060;0.999995;0.000000;0.000005;0.006693;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.002473;0.999665;0.006693;0.017986;0.006693;0.017986;0.880797;0.002473;0.006693;0.006693;0.119203;0.999665;0.006693;0.325195;0.318863;0.165757;0.046619;0.000000;0.127639;0.000000;0.038866;0.931757;0.061284;0.155776;0.000000;0.170371;0.917132;0.000000;0.000000;0.032736;0.835208;0.960683;0.169384;0.960455;0.006466;0.033079;0.999965;0.000000;0.000035;1.000.000;0.000000;0.000000;0.006693;0.006693;0.002473;0.000911;0.002473;0.006693;0.002473;0.002473;0.119203;0.017986;0.047426;0.006693;0.119203;0.982014;0.002473;0.006693;0.006693;0.999665;0.999877;0.017986;0.093046;0.000000;0.000000;0.000000;0.252561;0.000000;0.000000;0.000000;0.307890;0.376132;0.552061;0.000000;0.415567;0.972455;0.000000;0.000000;0.098945;0.712795;0.936374;0.532454;0.960772;0.024210;0.015019;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.268941;0.952574;0.952574;0.500000;0.047426;0.731059;0.880797;0.047426;0.119203;0.017986;0.047426;0.952574;0.119203;0.268941;0.047426;0.268941;0.500000;0.017986;0.500000;0.047426;0.673487;0.816828;0.000000;0.458595;0.518492;0.690188;0.688904;0.302167;0.321257;0.111848;0.176390;0.837399;0.347284;0.000000;0.000000;0.701615;0.564882;0.000000;0.182873;0.030531;0.959328;0.009978;0.030694;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005
0.119203;0.119203;0.731059;0.500000;0.119203;0.047426;0.047426;0.119203;0.047426;0.017986;0.006693;0.119203;0.017986;0.006693;0.952574;0.993307;0.952574;0.006693;0.017986;0.017986;0.229701;0.186487;0.823900;0.739043;0.000000;0.282925;0.166727;0.657236;0.085959;0.000000;0.018289;0.234693;0.000000;0.000000;0.575176;0.918340;0.822299;0.264055;0.101652;0.000000;0.046042;0.032733;0.921225;0.009140;0.000040;0.990815;0.023120;0.000340;0.976545;0.119203;0.500000;0.119203;0.731059;0.017986;0.982014;0.952574;0.017986;0.268941;0.119203;0.119203;0.268941;0.731059;0.982014;0.119203;0.119203;0.047426;0.047426;0.500000;0.268941;0.386274;0.457602;0.546862;0.855202;0.301535;0.933330;0.830335;0.079585;0.069010;0.000000;0.030384;0.277279;0.215345;0.291316;0.682655;0.462570;0.280698;0.542398;0.000000;0.108515;0.840675;0.028423;0.130903;0.841125;0.000000;0.158875;0.913670;0.000025;0.086310;0.268941;0.268941;0.731059;0.952574;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.731059;0.017986;0.047426;0.500000;0.268941;0.047426;0.017986;0.952574;0.017986;0.760969;0.671505;0.584919;0.848000;0.000000;0.619399;0.850178;0.191236;0.399152;0.067989;0.182724;0.589040;0.157095;0.000000;0.314104;0.507749;0.028415;0.000000;0.101652;0.000000;0.933433;0.026822;0.039745;0.964295;0.000000;0.035705;0.970095;0.000000;0.029905;0.731059;0.047426;0.119203;0.500000;0.006693;0.731059;0.997527;0.880797;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.047426;0.006693;0.047426;0.017986;0.682222;0.090216;0.000000;0.738850;0.000000;0.835208;0.892064;0.836717;0.088185;0.000000;0.000000;0.000000;0.164379;0.075999;0.130335;0.444233;0.397953;0.241037;0.228112;0.033022;0.941361;0.027506;0.031133;0.981700;0.000000;0.018300;0.986885;0.000000;0.013115;0.119203;0.017986;0.006693;0.006693;0.047426;0.047426;0.006693;0.006693;0.731059;0.993307;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.268941;0.017986;0.119203;0.952574;0.429473;0.000000;0.136579;0.000000;0.000000;0.349327;0.000000;0.081436;0.067926;0.908960;0.833134;0.000000;0.756944;0.429228;0.086353;0.079805;0.131017;0.483506;0.463813;0.773644;0.943930;0.004119;0.051950;0.999545;0.000010;0.000445;0.999905;0.000000;0.000090;0.731059;0.500000;0.119203;0.047426;0.731059;0.119203;0.500000;0.047426;0.500000;0.731059;0.268941;0.880797;0.268941;0.731059;0.047426;0.268941;0.268941;0.119203;0.982014;0.500000;0.483007;0.582003;0.000000;0.222181;0.603962;0.070371;0.494000;0.128085;0.206034;0.867496;0.492001;0.183023;0.170230;0.775564;0.085881;0.000000;0.192010;0.298804;0.782280;0.792325;0.959686;0.006356;0.033957;0.999940;0.000010;0.000050;0.999990;0.000000;0.000005;0.500000;0.731059;0.880797;0.880797;0.047426;0.952574;0.880797;0.500000;0.952574;0.047426;0.047426;0.731059;0.047426;0.017986;0.047426;0.500000;0.268941;0.017986;0.268941;0.047426;0.781256;0.787346;0.632742;0.861881;0.000000;0.742117;0.705370;0.104425;0.177263;0.058580;0.133773;0.613963;0.000000;0.000000;0.032202;0.622929;0.134005;0.000000;0.000000;0.163283;0.957728;0.010212;0.032058;0.999935;0.000000;0.000060;0.999995;0.000000;0.000005;0.006693;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.002473;0.999665;0.006693;0.017986;0.006693;0.017986;0.880797;0.002473;0.006693;0.006693;0.119203;0.999665;0.006693;0.325195;0.318863;0.165757;0.046619;0.000000;0.127639;0.000000;0.038866;0.931757;0.061284;0.155776;0.000000;0.170371;0.917132;0.000000;0.000000;0.032736;0.835208;0.960683;0.169384;0.960455;0.006466;0.033079;0.999965;0.000000;0.000035;1.000.000;0.000000;0.000000;0.006693;0.006693;0.002473;0.000911;0.002473;0.006693;0.002473;0.002473;0.119203;0.017986;0.047426;0.006693;0.119203;0.982014;0.002473;0.006693;0.006693;0.999665;0.999877;0.017986;0.093046;0.000000;0.000000;0.000000;0.252561;0.000000;0.000000;0.000000;0.307890;0.376132;0.552061;0.000000;0.415567;0.972455;0.000000;0.000000;0.098945;0.712795;0.936374;0.532454;0.960772;0.024210;0.015019;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.268941;0.952574;0.952574;0.500000;0.047426;0.731059;0.880797;0.047426;0.119203;0.017986;0.047426;0.952574;0.119203;0.268941;0.047426;0.268941;0.500000;0.017986;0.500000;0.047426;0.673487;0.816828;0.000000;0.458595;0.518492;0.690188;0.688904;0.302167;0.321257;0.111848;0.176390;0.837399;0.347284;0.000000;0.000000;0.701615;0.564882;0.000000;0.182873;0.030531;0.959328;0.009978;0.030694;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.952574;0.500000;0.268941;0.982014;0.047426;0.268941;0.731059;0.119203;0.119203;0.017986;0.017986;0.500000;0.119203;0.017986;0.500000;0.500000;0.880797;0.006693;0.047426;0.047426;0.816528;0.676996;0.086274;0.612777;0.000000;0.735751;0.777473;0.089317;0.227936;0.068498;0.199727;0.646799;0.303857;0.000000;0.182426;0.599648;0.671284;0.346831;0.346151;0.000000;0.961353;0.010555;0.028092;0.999895;0.000000;0.000105;0.999990;0.000000;0.000010
0.119203;0.500000;0.119203;0.731059;0.017986;0.982014;0.952574;0.017986;0.268941;0.119203;0.119203;0.268941;0.731059;0.982014;0.119203;0.119203;0.047426;0.047426;0.500000;0.268941;0.386274;0.457602;0.546862;0.855202;0.301535;0.933330;0.830335;0.079585;0.069010;0.000000;0.030384;0.277279;0.215345;0.291316;0.682655;0.462570;0.280698;0.542398;0.000000;0.108515;0.840675;0.028423;0.130903;0.841125;0.000000;0.158875;0.913670;0.000025;0.086310;0.268941;0.268941;0.731059;0.952574;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.731059;0.017986;0.047426;0.500000;0.268941;0.047426;0.017986;0.952574;0.017986;0.760969;0.671505;0.584919;0.848000;0.000000;0.619399;0.850178;0.191236;0.399152;0.067989;0.182724;0.589040;0.157095;0.000000;0.314104;0.507749;0.028415;0.000000;0.101652;0.000000;0.933433;0.026822;0.039745;0.964295;0.000000;0.035705;0.970095;0.000000;0.029905;0.731059;0.047426;0.119203;0.500000;0.006693;0.731059;0.997527;0.880797;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.047426;0.006693;0.047426;0.017986;0.682222;0.090216;0.000000;0.738850;0.000000;0.835208;0.892064;0.836717;0.088185;0.000000;0.000000;0.000000;0.164379;0.075999;0.130335;0.444233;0.397953;0.241037;0.228112;0.033022;0.941361;0.027506;0.031133;0.981700;0.000000;0.018300;0.986885;0.000000;0.013115;0.119203;0.017986;0.006693;0.006693;0.047426;0.047426;0.006693;0.006693;0.731059;0.993307;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.268941;0.017986;0.119203;0.952574;0.429473;0.000000;0.136579;0.000000;0.000000;0.349327;0.000000;0.081436;0.067926;0.908960;0.833134;0.000000;0.756944;0.429228;0.086353;0.079805;0.131017;0.483506;0.463813;0.773644;0.943930;0.004119;0.051950;0.999545;0.000010;0.000445;0.999905;0.000000;0.000090;0.731059;0.500000;0.119203;0.047426;0.731059;0.119203;0.500000;0.047426;0.500000;0.731059;0.268941;0.880797;0.268941;0.731059;0.047426;0.268941;0.268941;0.119203;0.982014;0.500000;0.483007;0.582003;0.000000;0.222181;0.603962;0.070371;0.494000;0.128085;0.206034;0.867496;0.492001;0.183023;0.170230;0.775564;0.085881;0.000000;0.192010;0.298804;0.782280;0.792325;0.959686;0.006356;0.033957;0.999940;0.000010;0.000050;0.999990;0.000000;0.000005;0.500000;0.731059;0.880797;0.880797;0.047426;0.952574;0.880797;0.500000;0.952574;0.047426;0.047426;0.731059;0.047426;0.017986;0.047426;0.500000;0.268941;0.017986;0.268941;0.047426;0.781256;0.787346;0.632742;0.861881;0.000000;0.742117;0.705370;0.104425;0.177263;0.058580;0.133773;0.613963;0.000000;0.000000;0.032202;0.622929;0.134005;0.000000;0.000000;0.163283;0.957728;0.010212;0.032058;0.999935;0.000000;0.000060;0.999995;0.000000;0.000005;0.006693;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.002473;0.999665;0.006693;0.017986;0.006693;0.017986;0.880797;0.002473;0.006693;0.006693;0.119203;0.999665;0.006693;0.325195;0.318863;0.165757;0.046619;0.000000;0.127639;0.000000;0.038866;0.931757;0.061284;0.155776;0.000000;0.170371;0.917132;0.000000;0.000000;0.032736;0.835208;0.960683;0.169384;0.960455;0.006466;0.033079;0.999965;0.000000;0.000035;1.000.000;0.000000;0.000000;0.006693;0.006693;0.002473;0.000911;0.002473;0.006693;0.002473;0.002473;0.119203;0.017986;0.047426;0.006693;0.119203;0.982014;0.002473;0.006693;0.006693;0.999665;0.999877;0.017986;0.093046;0.000000;0.000000;0.000000;0.252561;0.000000;0.000000;0.000000;0.307890;0.376132;0.552061;0.000000;0.415567;0.972455;0.000000;0.000000;0.098945;0.712795;0.936374;0.532454;0.960772;0.024210;0.015019;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.268941;0.952574;0.952574;0.500000;0.047426;0.731059;0.880797;0.047426;0.119203;0.017986;0.047426;0.952574;0.119203;0.268941;0.047426;0.268941;0.500000;0.017986;0.500000;0.047426;0.673487;0.816828;0.000000;0.458595;0.518492;0.690188;0.688904;0.302167;0.321257;0.111848;0.176390;0.837399;0.347284;0.000000;0.000000;0.701615;0.564882;0.000000;0.182873;0.030531;0.959328;0.009978;0.030694;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.952574;0.500000;0.268941;0.982014;0.047426;0.268941;0.731059;0.119203;0.119203;0.017986;0.017986;0.500000;0.119203;0.017986;0.500000;0.500000;0.880797;0.006693;0.047426;0.047426;0.816528;0.676996;0.086274;0.612777;0.000000;0.735751;0.777473;0.089317;0.227936;0.068498;0.199727;0.646799;0.303857;0.000000;0.182426;0.599648;0.671284;0.346831;0.346151;0.000000;0.961353;0.010555;0.028092;0.999895;0.000000;0.000105;0.999990;0.000000;0.000010;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.999089;0.731059;0.006693;0.880797;0.047426;0.006693;0.006693;0.047426;0.006693;0.047426;0.952574;0.000000;0.072763;0.000000;0.000000;0.391265;0.000000;0.042615;0.000000;0.000000;0.932201;0.796733;0.000000;0.572730;0.545623;0.032704;0.000000;0.057976;0.000000;0.149694;0.889927;0.959775;0.012950;0.027276;0.998895;0.000000;0.001105;0.999870;0.000000;0.000130
0.268941;0.268941;0.731059;0.952574;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.731059;0.017986;0.047426;0.500000;0.268941;0.047426;0.017986;0.952574;0.017986;0.760969;0.671505;0.584919;0.848000;0.000000;0.619399;0.850178;0.191236;0.399152;0.067989;0.182724;0.589040;0.157095;0.000000;0.314104;0.507749;0.028415;0.000000;0.101652;0.000000;0.933433;0.026822;0.039745;0.964295;0.000000;0.035705;0.970095;0.000000;0.029905;0.731059;0.047426;0.119203;0.500000;0.006693;0.731059;0.997527;0.880797;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.047426;0.006693;0.047426;0.017986;0.682222;0.090216;0.000000;0.738850;0.000000;0.835208;0.892064;0.836717;0.088185;0.000000;0.000000;0.000000;0.164379;0.075999;0.130335;0.444233;0.397953;0.241037;0.228112;0.033022;0.941361;0.027506;0.031133;0.981700;0.000000;0.018300;0.986885;0.000000;0.013115;0.119203;0.017986;0.006693;0.006693;0.047426;0.047426;0.006693;0.006693;0.731059;0.993307;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.268941;0.017986;0.119203;0.952574;0.429473;0.000000;0.136579;0.000000;0.000000;0.349327;0.000000;0.081436;0.067926;0.908960;0.833134;0.000000;0.756944;0.429228;0.086353;0.079805;0.131017;0.483506;0.463813;0.773644;0.943930;0.004119;0.051950;0.999545;0.000010;0.000445;0.999905;0.000000;0.000090;0.731059;0.500000;0.119203;0.047426;0.731059;0.119203;0.500000;0.047426;0.500000;0.731059;0.268941;0.880797;0.268941;0.731059;0.047426;0.268941;0.268941;0.119203;0.982014;0.500000;0.483007;0.582003;0.000000;0.222181;0.603962;0.070371;0.494000;0.128085;0.206034;0.867496;0.492001;0.183023;0.170230;0.775564;0.085881;0.000000;0.192010;0.298804;0.782280;0.792325;0.959686;0.006356;0.033957;0.999940;0.000010;0.000050;0.999990;0.000000;0.000005;0.500000;0.731059;0.880797;0.880797;0.047426;0.952574;0.880797;0.500000;0.952574;0.047426;0.047426;0.731059;0.047426;0.017986;0.047426;0.500000;0.268941;0.017986;0.268941;0.047426;0.781256;0.787346;0.632742;0.861881;0.000000;0.742117;0.705370;0.104425;0.177263;0.058580;0.133773;0.613963;0.000000;0.000000;0.032202;0.622929;0.134005;0.000000;0.000000;0.163283;0.957728;0.010212;0.032058;0.999935;0.000000;0.000060;0.999995;0.000000;0.000005;0.006693;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.002473;0.999665;0.006693;0.017986;0.006693;0.017986;0.880797;0.002473;0.006693;0.006693;0.119203;0.999665;0.006693;0.325195;0.318863;0.165757;0.046619;0.000000;0.127639;0.000000;0.038866;0.931757;0.061284;0.155776;0.000000;0.170371;0.917132;0.000000;0.000000;0.032736;0.835208;0.960683;0.169384;0.960455;0.006466;0.033079;0.999965;0.000000;0.000035;1.000.000;0.000000;0.000000;0.006693;0.006693;0.002473;0.000911;0.002473;0.006693;0.002473;0.002473;0.119203;0.017986;0.047426;0.006693;0.119203;0.982014;0.002473;0.006693;0.006693;0.999665;0.999877;0.017986;0.093046;0.000000;0.000000;0.000000;0.252561;0.000000;0.000000;0.000000;0.307890;0.376132;0.552061;0.000000;0.415567;0.972455;0.000000;0.000000;0.098945;0.712795;0.936374;0.532454;0.960772;0.024210;0.015019;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.268941;0.952574;0.952574;0.500000;0.047426;0.731059;0.880797;0.047426;0.119203;0.017986;0.047426;0.952574;0.119203;0.268941;0.047426;0.268941;0.500000;0.017986;0.500000;0.047426;0.673487;0.816828;0.000000;0.458595;0.518492;0.690188;0.688904;0.302167;0.321257;0.111848;0.176390;0.837399;0.347284;0.000000;0.000000;0.701615;0.564882;0.000000;0.182873;0.030531;0.959328;0.009978;0.030694;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.952574;0.500000;0.268941;0.982014;0.047426;0.268941;0.731059;0.119203;0.119203;0.017986;0.017986;0.500000;0.119203;0.017986;0.500000;0.500000;0.880797;0.006693;0.047426;0.047426;0.816528;0.676996;0.086274;0.612777;0.000000;0.735751;0.777473;0.089317;0.227936;0.068498;0.199727;0.646799;0.303857;0.000000;0.182426;0.599648;0.671284;0.346831;0.346151;0.000000;0.961353;0.010555;0.028092;0.999895;0.000000;0.000105;0.999990;0.000000;0.000010;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.999089;0.731059;0.006693;0.880797;0.047426;0.006693;0.006693;0.047426;0.006693;0.047426;0.952574;0.000000;0.072763;0.000000;0.000000;0.391265;0.000000;0.042615;0.000000;0.000000;0.932201;0.796733;0.000000;0.572730;0.545623;0.032704;0.000000;0.057976;0.000000;0.149694;0.889927;0.959775;0.012950;0.027276;0.998895;0.000000;0.001105;0.999870;0.000000;0.000130;0.982014;0.047426;0.268941;0.047426;0.500000;0.047426;0.047426;0.119203;0.119203;0.880797;0.500000;0.119203;0.500000;0.047426;0.047426;0.880797;0.268941;0.017986;0.047426;0.500000;0.908794;0.420432;0.000000;0.052253;0.858027;0.129206;0.127527;0.243240;0.296713;0.620813;0.532205;0.000000;0.698676;0.104144;0.000000;0.749885;0.112346;0.248431;0.000000;0.534197;0.948896;0.013021;0.038083;0.994870;0.000000;0.005130;0.998920;0.000000;0.001080
0.731059;0.047426;0.119203;0.500000;0.006693;0.731059;0.997527;0.880797;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.047426;0.006693;0.047426;0.017986;0.682222;0.090216;0.000000;0.738850;0.000000;0.835208;0.892064;0.836717;0.088185;0.000000;0.000000;0.000000;0.164379;0.075999;0.130335;0.444233;0.397953;0.241037;0.228112;0.033022;0.941361;0.027506;0.031133;0.981700;0.000000;0.018300;0.986885;0.000000;0.013115;0.119203;0.017986;0.006693;0.006693;0.047426;0.047426;0.006693;0.006693;0.731059;0.993307;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.268941;0.017986;0.119203;0.952574;0.429473;0.000000;0.136579;0.000000;0.000000;0.349327;0.000000;0.081436;0.067926;0.908960;0.833134;0.000000;0.756944;0.429228;0.086353;0.079805;0.131017;0.483506;0.463813;0.773644;0.943930;0.004119;0.051950;0.999545;0.000010;0.000445;0.999905;0.000000;0.000090;0.731059;0.500000;0.119203;0.047426;0.731059;0.119203;0.500000;0.047426;0.500000;0.731059;0.268941;0.880797;0.268941;0.731059;0.047426;0.268941;0.268941;0.119203;0.982014;0.500000;0.483007;0.582003;0.000000;0.222181;0.603962;0.070371;0.494000;0.128085;0.206034;0.867496;0.492001;0.183023;0.170230;0.775564;0.085881;0.000000;0.192010;0.298804;0.782280;0.792325;0.959686;0.006356;0.033957;0.999940;0.000010;0.000050;0.999990;0.000000;0.000005;0.500000;0.731059;0.880797;0.880797;0.047426;0.952574;0.880797;0.500000;0.952574;0.047426;0.047426;0.731059;0.047426;0.017986;0.047426;0.500000;0.268941;0.017986;0.268941;0.047426;0.781256;0.787346;0.632742;0.861881;0.000000;0.742117;0.705370;0.104425;0.177263;0.058580;0.133773;0.613963;0.000000;0.000000;0.032202;0.622929;0.134005;0.000000;0.000000;0.163283;0.957728;0.010212;0.032058;0.999935;0.000000;0.000060;0.999995;0.000000;0.000005;0.006693;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.002473;0.999665;0.006693;0.017986;0.006693;0.017986;0.880797;0.002473;0.006693;0.006693;0.119203;0.999665;0.006693;0.325195;0.318863;0.165757;0.046619;0.000000;0.127639;0.000000;0.038866;0.931757;0.061284;0.155776;0.000000;0.170371;0.917132;0.000000;0.000000;0.032736;0.835208;0.960683;0.169384;0.960455;0.006466;0.033079;0.999965;0.000000;0.000035;1.000.000;0.000000;0.000000;0.006693;0.006693;0.002473;0.000911;0.002473;0.006693;0.002473;0.002473;0.119203;0.017986;0.047426;0.006693;0.119203;0.982014;0.002473;0.006693;0.006693;0.999665;0.999877;0.017986;0.093046;0.000000;0.000000;0.000000;0.252561;0.000000;0.000000;0.000000;0.307890;0.376132;0.552061;0.000000;0.415567;0.972455;0.000000;0.000000;0.098945;0.712795;0.936374;0.532454;0.960772;0.024210;0.015019;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.268941;0.952574;0.952574;0.500000;0.047426;0.731059;0.880797;0.047426;0.119203;0.017986;0.047426;0.952574;0.119203;0.268941;0.047426;0.268941;0.500000;0.017986;0.500000;0.047426;0.673487;0.816828;0.000000;0.458595;0.518492;0.690188;0.688904;0.302167;0.321257;0.111848;0.176390;0.837399;0.347284;0.000000;0.000000;0.701615;0.564882;0.000000;0.182873;0.030531;0.959328;0.009978;0.030694;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.952574;0.500000;0.268941;0.982014;0.047426;0.268941;0.731059;0.119203;0.119203;0.017986;0.017986;0.500000;0.119203;0.017986;0.500000;0.500000;0.880797;0.006693;0.047426;0.047426;0.816528;0.676996;0.086274;0.612777;0.000000;0.735751;0.777473;0.089317;0.227936;0.068498;0.199727;0.646799;0.303857;0.000000;0.182426;0.599648;0.671284;0.346831;0.346151;0.000000;0.961353;0.010555;0.028092;0.999895;0.000000;0.000105;0.999990;0.000000;0.000010;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.999089;0.731059;0.006693;0.880797;0.047426;0.006693;0.006693;0.047426;0.006693;0.047426;0.952574;0.000000;0.072763;0.000000;0.000000;0.391265;0.000000;0.042615;0.000000;0.000000;0.932201;0.796733;0.000000;0.572730;0.545623;0.032704;0.000000;0.057976;0.000000;0.149694;0.889927;0.959775;0.012950;0.027276;0.998895;0.000000;0.001105;0.999870;0.000000;0.000130;0.982014;0.047426;0.268941;0.047426;0.500000;0.047426;0.047426;0.119203;0.119203;0.880797;0.500000;0.119203;0.500000;0.047426;0.047426;0.880797;0.268941;0.017986;0.047426;0.500000;0.908794;0.420432;0.000000;0.052253;0.858027;0.129206;0.127527;0.243240;0.296713;0.620813;0.532205;0.000000;0.698676;0.104144;0.000000;0.749885;0.112346;0.248431;0.000000;0.534197;0.948896;0.013021;0.038083;0.994870;0.000000;0.005130;0.998920;0.000000;0.001080;0.731059;0.500000;0.731059;0.982014;0.017986;0.731059;0.982014;0.119203;0.119203;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.664854;0.604201;0.426536;0.892832;0.000000;0.579568;0.907543;0.088427;0.336485;0.000000;0.017671;0.435855;0.163693;0.000000;0.050259;0.648397;0.228994;0.000000;0.000000;0.000000;0.903449;0.009187;0.087365;0.916585;0.000000;0.083415;0.984400;0.000000;0.015600
0.119203;0.017986;0.006693;0.006693;0.047426;0.047426;0.006693;0.006693;0.731059;0.993307;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.268941;0.017986;0.119203;0.952574;0.429473;0.000000;0.136579;0.000000;0.000000;0.349327;0.000000;0.081436;0.067926;0.908960;0.833134;0.000000;0.756944;0.429228;0.086353;0.079805;0.131017;0.483506;0.463813;0.773644;0.943930;0.004119;0.051950;0.999545;0.000010;0.000445;0.999905;0.000000;0.000090;0.731059;0.500000;0.119203;0.047426;0.731059;0.119203;0.500000;0.047426;0.500000;0.731059;0.268941;0.880797;0.268941;0.731059;0.047426;0.268941;0.268941;0.119203;0.982014;0.500000;0.483007;0.582003;0.000000;0.222181;0.603962;0.070371;0.494000;0.128085;0.206034;0.867496;0.492001;0.183023;0.170230;0.775564;0.085881;0.000000;0.192010;0.298804;0.782280;0.792325;0.959686;0.006356;0.033957;0.999940;0.000010;0.000050;0.999990;0.000000;0.000005;0.500000;0.731059;0.880797;0.880797;0.047426;0.952574;0.880797;0.500000;0.952574;0.047426;0.047426;0.731059;0.047426;0.017986;0.047426;0.500000;0.268941;0.017986;0.268941;0.047426;0.781256;0.787346;0.632742;0.861881;0.000000;0.742117;0.705370;0.104425;0.177263;0.058580;0.133773;0.613963;0.000000;0.000000;0.032202;0.622929;0.134005;0.000000;0.000000;0.163283;0.957728;0.010212;0.032058;0.999935;0.000000;0.000060;0.999995;0.000000;0.000005;0.006693;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.002473;0.999665;0.006693;0.017986;0.006693;0.017986;0.880797;0.002473;0.006693;0.006693;0.119203;0.999665;0.006693;0.325195;0.318863;0.165757;0.046619;0.000000;0.127639;0.000000;0.038866;0.931757;0.061284;0.155776;0.000000;0.170371;0.917132;0.000000;0.000000;0.032736;0.835208;0.960683;0.169384;0.960455;0.006466;0.033079;0.999965;0.000000;0.000035;1.000.000;0.000000;0.000000;0.006693;0.006693;0.002473;0.000911;0.002473;0.006693;0.002473;0.002473;0.119203;0.017986;0.047426;0.006693;0.119203;0.982014;0.002473;0.006693;0.006693;0.999665;0.999877;0.017986;0.093046;0.000000;0.000000;0.000000;0.252561;0.000000;0.000000;0.000000;0.307890;0.376132;0.552061;0.000000;0.415567;0.972455;0.000000;0.000000;0.098945;0.712795;0.936374;0.532454;0.960772;0.024210;0.015019;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.268941;0.952574;0.952574;0.500000;0.047426;0.731059;0.880797;0.047426;0.119203;0.017986;0.047426;0.952574;0.119203;0.268941;0.047426;0.268941;0.500000;0.017986;0.500000;0.047426;0.673487;0.816828;0.000000;0.458595;0.518492;0.690188;0.688904;0.302167;0.321257;0.111848;0.176390;0.837399;0.347284;0.000000;0.000000;0.701615;0.564882;0.000000;0.182873;0.030531;0.959328;0.009978;0.030694;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.952574;0.500000;0.268941;0.982014;0.047426;0.268941;0.731059;0.119203;0.119203;0.017986;0.017986;0.500000;0.119203;0.017986;0.500000;0.500000;0.880797;0.006693;0.047426;0.047426;0.816528;0.676996;0.086274;0.612777;0.000000;0.735751;0.777473;0.089317;0.227936;0.068498;0.199727;0.646799;0.303857;0.000000;0.182426;0.599648;0.671284;0.346831;0.346151;0.000000;0.961353;0.010555;0.028092;0.999895;0.000000;0.000105;0.999990;0.000000;0.000010;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.999089;0.731059;0.006693;0.880797;0.047426;0.006693;0.006693;0.047426;0.006693;0.047426;0.952574;0.000000;0.072763;0.000000;0.000000;0.391265;0.000000;0.042615;0.000000;0.000000;0.932201;0.796733;0.000000;0.572730;0.545623;0.032704;0.000000;0.057976;0.000000;0.149694;0.889927;0.959775;0.012950;0.027276;0.998895;0.000000;0.001105;0.999870;0.000000;0.000130;0.982014;0.047426;0.268941;0.047426;0.500000;0.047426;0.047426;0.119203;0.119203;0.880797;0.500000;0.119203;0.500000;0.047426;0.047426;0.880797;0.268941;0.017986;0.047426;0.500000;0.908794;0.420432;0.000000;0.052253;0.858027;0.129206;0.127527;0.243240;0.296713;0.620813;0.532205;0.000000;0.698676;0.104144;0.000000;0.749885;0.112346;0.248431;0.000000;0.534197;0.948896;0.013021;0.038083;0.994870;0.000000;0.005130;0.998920;0.000000;0.001080;0.731059;0.500000;0.731059;0.982014;0.017986;0.731059;0.982014;0.119203;0.119203;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.664854;0.604201;0.426536;0.892832;0.000000;0.579568;0.907543;0.088427;0.336485;0.000000;0.017671;0.435855;0.163693;0.000000;0.050259;0.648397;0.228994;0.000000;0.000000;0.000000;0.903449;0.009187;0.087365;0.916585;0.000000;0.083415;0.984400;0.000000;0.015600;0.993307;0.119203;0.119203;0.268941;0.047426;0.119203;0.500000;0.268941;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.047426;0.889240;0.749510;0.131244;0.093299;0.296922;0.644282;0.618220;0.042738;0.303645;0.583705;0.172930;0.545375;0.000000;0.112246;0.000000;0.735945;0.153553;0.000000;0.446950;0.347511;0.842517;0.010170;0.147313;0.829990;0.000020;0.169990;0.934210;0.000005;0.065785
0.731059;0.500000;0.119203;0.047426;0.731059;0.119203;0.500000;0.047426;0.500000;0.731059;0.268941;0.880797;0.268941;0.731059;0.047426;0.268941;0.268941;0.119203;0.982014;0.500000;0.483007;0.582003;0.000000;0.222181;0.603962;0.070371;0.494000;0.128085;0.206034;0.867496;0.492001;0.183023;0.170230;0.775564;0.085881;0.000000;0.192010;0.298804;0.782280;0.792325;0.959686;0.006356;0.033957;0.999940;0.000010;0.000050;0.999990;0.000000;0.000005;0.500000;0.731059;0.880797;0.880797;0.047426;0.952574;0.880797;0.500000;0.952574;0.047426;0.047426;0.731059;0.047426;0.017986;0.047426;0.500000;0.268941;0.017986;0.268941;0.047426;0.781256;0.787346;0.632742;0.861881;0.000000;0.742117;0.705370;0.104425;0.177263;0.058580;0.133773;0.613963;0.000000;0.000000;0.032202;0.622929;0.134005;0.000000;0.000000;0.163283;0.957728;0.010212;0.032058;0.999935;0.000000;0.000060;0.999995;0.000000;0.000005;0.006693;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.002473;0.999665;0.006693;0.017986;0.006693;0.017986;0.880797;0.002473;0.006693;0.006693;0.119203;0.999665;0.006693;0.325195;0.318863;0.165757;0.046619;0.000000;0.127639;0.000000;0.038866;0.931757;0.061284;0.155776;0.000000;0.170371;0.917132;0.000000;0.000000;0.032736;0.835208;0.960683;0.169384;0.960455;0.006466;0.033079;0.999965;0.000000;0.000035;1.000.000;0.000000;0.000000;0.006693;0.006693;0.002473;0.000911;0.002473;0.006693;0.002473;0.002473;0.119203;0.017986;0.047426;0.006693;0.119203;0.982014;0.002473;0.006693;0.006693;0.999665;0.999877;0.017986;0.093046;0.000000;0.000000;0.000000;0.252561;0.000000;0.000000;0.000000;0.307890;0.376132;0.552061;0.000000;0.415567;0.972455;0.000000;0.000000;0.098945;0.712795;0.936374;0.532454;0.960772;0.024210;0.015019;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.268941;0.952574;0.952574;0.500000;0.047426;0.731059;0.880797;0.047426;0.119203;0.017986;0.047426;0.952574;0.119203;0.268941;0.047426;0.268941;0.500000;0.017986;0.500000;0.047426;0.673487;0.816828;0.000000;0.458595;0.518492;0.690188;0.688904;0.302167;0.321257;0.111848;0.176390;0.837399;0.347284;0.000000;0.000000;0.701615;0.564882;0.000000;0.182873;0.030531;0.959328;0.009978;0.030694;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.952574;0.500000;0.268941;0.982014;0.047426;0.268941;0.731059;0.119203;0.119203;0.017986;0.017986;0.500000;0.119203;0.017986;0.500000;0.500000;0.880797;0.006693;0.047426;0.047426;0.816528;0.676996;0.086274;0.612777;0.000000;0.735751;0.777473;0.089317;0.227936;0.068498;0.199727;0.646799;0.303857;0.000000;0.182426;0.599648;0.671284;0.346831;0.346151;0.000000;0.961353;0.010555;0.028092;0.999895;0.000000;0.000105;0.999990;0.000000;0.000010;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.999089;0.731059;0.006693;0.880797;0.047426;0.006693;0.006693;0.047426;0.006693;0.047426;0.952574;0.000000;0.072763;0.000000;0.000000;0.391265;0.000000;0.042615;0.000000;0.000000;0.932201;0.796733;0.000000;0.572730;0.545623;0.032704;0.000000;0.057976;0.000000;0.149694;0.889927;0.959775;0.012950;0.027276;0.998895;0.000000;0.001105;0.999870;0.000000;0.000130;0.982014;0.047426;0.268941;0.047426;0.500000;0.047426;0.047426;0.119203;0.119203;0.880797;0.500000;0.119203;0.500000;0.047426;0.047426;0.880797;0.268941;0.017986;0.047426;0.500000;0.908794;0.420432;0.000000;0.052253;0.858027;0.129206;0.127527;0.243240;0.296713;0.620813;0.532205;0.000000;0.698676;0.104144;0.000000;0.749885;0.112346;0.248431;0.000000;0.534197;0.948896;0.013021;0.038083;0.994870;0.000000;0.005130;0.998920;0.000000;0.001080;0.731059;0.500000;0.731059;0.982014;0.017986;0.731059;0.982014;0.119203;0.119203;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.664854;0.604201;0.426536;0.892832;0.000000;0.579568;0.907543;0.088427;0.336485;0.000000;0.017671;0.435855;0.163693;0.000000;0.050259;0.648397;0.228994;0.000000;0.000000;0.000000;0.903449;0.009187;0.087365;0.916585;0.000000;0.083415;0.984400;0.000000;0.015600;0.993307;0.119203;0.119203;0.268941;0.047426;0.119203;0.500000;0.268941;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.047426;0.889240;0.749510;0.131244;0.093299;0.296922;0.644282;0.618220;0.042738;0.303645;0.583705;0.172930;0.545375;0.000000;0.112246;0.000000;0.735945;0.153553;0.000000;0.446950;0.347511;0.842517;0.010170;0.147313;0.829990;0.000020;0.169990;0.934210;0.000005;0.065785;0.952574;0.017986;0.047426;0.017986;0.500000;0.047426;0.047426;0.047426;0.017986;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.268941;0.952574;0.006693;0.017986;0.982014;0.809382;0.000000;0.000000;0.000000;0.920635;0.000000;0.000000;0.165757;0.000000;0.717684;0.376601;0.000000;0.594355;0.647256;0.000000;0.731255;0.621284;0.000000;0.000000;0.833134;0.535190;0.002456;0.462351;0.396370;0.000795;0.602825;0.574415;0.000370;0.425215
0.500000;0.731059;0.880797;0.880797;0.047426;0.952574;0.880797;0.500000;0.952574;0.047426;0.047426;0.731059;0.047426;0.017986;0.047426;0.500000;0.268941;0.017986;0.268941;0.047426;0.781256;0.787346;0.632742;0.861881;0.000000;0.742117;0.705370;0.104425;0.177263;0.058580;0.133773;0.613963;0.000000;0.000000;0.032202;0.622929;0.134005;0.000000;0.000000;0.163283;0.957728;0.010212;0.032058;0.999935;0.000000;0.000060;0.999995;0.000000;0.000005;0.006693;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.002473;0.999665;0.006693;0.017986;0.006693;0.017986;0.880797;0.002473;0.006693;0.006693;0.119203;0.999665;0.006693;0.325195;0.318863;0.165757;0.046619;0.000000;0.127639;0.000000;0.038866;0.931757;0.061284;0.155776;0.000000;0.170371;0.917132;0.000000;0.000000;0.032736;0.835208;0.960683;0.169384;0.960455;0.006466;0.033079;0.999965;0.000000;0.000035;1.000.000;0.000000;0.000000;0.006693;0.006693;0.002473;0.000911;0.002473;0.006693;0.002473;0.002473;0.119203;0.017986;0.047426;0.006693;0.119203;0.982014;0.002473;0.006693;0.006693;0.999665;0.999877;0.017986;0.093046;0.000000;0.000000;0.000000;0.252561;0.000000;0.000000;0.000000;0.307890;0.376132;0.552061;0.000000;0.415567;0.972455;0.000000;0.000000;0.098945;0.712795;0.936374;0.532454;0.960772;0.024210;0.015019;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.268941;0.952574;0.952574;0.500000;0.047426;0.731059;0.880797;0.047426;0.119203;0.017986;0.047426;0.952574;0.119203;0.268941;0.047426;0.268941;0.500000;0.017986;0.500000;0.047426;0.673487;0.816828;0.000000;0.458595;0.518492;0.690188;0.688904;0.302167;0.321257;0.111848;0.176390;0.837399;0.347284;0.000000;0.000000;0.701615;0.564882;0.000000;0.182873;0.030531;0.959328;0.009978;0.030694;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.952574;0.500000;0.268941;0.982014;0.047426;0.268941;0.731059;0.119203;0.119203;0.017986;0.017986;0.500000;0.119203;0.017986;0.500000;0.500000;0.880797;0.006693;0.047426;0.047426;0.816528;0.676996;0.086274;0.612777;0.000000;0.735751;0.777473;0.089317;0.227936;0.068498;0.199727;0.646799;0.303857;0.000000;0.182426;0.599648;0.671284;0.346831;0.346151;0.000000;0.961353;0.010555;0.028092;0.999895;0.000000;0.000105;0.999990;0.000000;0.000010;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.999089;0.731059;0.006693;0.880797;0.047426;0.006693;0.006693;0.047426;0.006693;0.047426;0.952574;0.000000;0.072763;0.000000;0.000000;0.391265;0.000000;0.042615;0.000000;0.000000;0.932201;0.796733;0.000000;0.572730;0.545623;0.032704;0.000000;0.057976;0.000000;0.149694;0.889927;0.959775;0.012950;0.027276;0.998895;0.000000;0.001105;0.999870;0.000000;0.000130;0.982014;0.047426;0.268941;0.047426;0.500000;0.047426;0.047426;0.119203;0.119203;0.880797;0.500000;0.119203;0.500000;0.047426;0.047426;0.880797;0.268941;0.017986;0.047426;0.500000;0.908794;0.420432;0.000000;0.052253;0.858027;0.129206;0.127527;0.243240;0.296713;0.620813;0.532205;0.000000;0.698676;0.104144;0.000000;0.749885;0.112346;0.248431;0.000000;0.534197;0.948896;0.013021;0.038083;0.994870;0.000000;0.005130;0.998920;0.000000;0.001080;0.731059;0.500000;0.731059;0.982014;0.017986;0.731059;0.982014;0.119203;0.119203;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.664854;0.604201;0.426536;0.892832;0.000000;0.579568;0.907543;0.088427;0.336485;0.000000;0.017671;0.435855;0.163693;0.000000;0.050259;0.648397;0.228994;0.000000;0.000000;0.000000;0.903449;0.009187;0.087365;0.916585;0.000000;0.083415;0.984400;0.000000;0.015600;0.993307;0.119203;0.119203;0.268941;0.047426;0.119203;0.500000;0.268941;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.047426;0.889240;0.749510;0.131244;0.093299;0.296922;0.644282;0.618220;0.042738;0.303645;0.583705;0.172930;0.545375;0.000000;0.112246;0.000000;0.735945;0.153553;0.000000;0.446950;0.347511;0.842517;0.010170;0.147313;0.829990;0.000020;0.169990;0.934210;0.000005;0.065785;0.952574;0.017986;0.047426;0.017986;0.500000;0.047426;0.047426;0.047426;0.017986;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.268941;0.952574;0.006693;0.017986;0.982014;0.809382;0.000000;0.000000;0.000000;0.920635;0.000000;0.000000;0.165757;0.000000;0.717684;0.376601;0.000000;0.594355;0.647256;0.000000;0.731255;0.621284;0.000000;0.000000;0.833134;0.535190;0.002456;0.462351;0.396370;0.000795;0.602825;0.574415;0.000370;0.425215;0.268941;0.119203;0.500000;0.982014;0.047426;0.500000;0.500000;0.268941;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.982014;0.880797;0.268941;0.017986;0.047426;0.047426;0.542646;0.090052;0.250115;0.049313;0.612540;0.080988;0.041447;0.259802;0.000000;0.570527;0.434135;0.070175;0.000000;0.105836;0.783469;0.780057;0.852834;0.470036;0.111551;0.751383;0.246301;0.011604;0.742095;0.100815;0.000130;0.899055;0.227780;0.000890;0.771330
0.006693;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.002473;0.999665;0.006693;0.017986;0.006693;0.017986;0.880797;0.002473;0.006693;0.006693;0.119203;0.999665;0.006693;0.325195;0.318863;0.165757;0.046619;0.000000;0.127639;0.000000;0.038866;0.931757;0.061284;0.155776;0.000000;0.170371;0.917132;0.000000;0.000000;0.032736;0.835208;0.960683;0.169384;0.960455;0.006466;0.033079;0.999965;0.000000;0.000035;1.000.000;0.000000;0.000000;0.006693;0.006693;0.002473;0.000911;0.002473;0.006693;0.002473;0.002473;0.119203;0.017986;0.047426;0.006693;0.119203;0.982014;0.002473;0.006693;0.006693;0.999665;0.999877;0.017986;0.093046;0.000000;0.000000;0.000000;0.252561;0.000000;0.000000;0.000000;0.307890;0.376132;0.552061;0.000000;0.415567;0.972455;0.000000;0.000000;0.098945;0.712795;0.936374;0.532454;0.960772;0.024210;0.015019;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.268941;0.952574;0.952574;0.500000;0.047426;0.731059;0.880797;0.047426;0.119203;0.017986;0.047426;0.952574;0.119203;0.268941;0.047426;0.268941;0.500000;0.017986;0.500000;0.047426;0.673487;0.816828;0.000000;0.458595;0.518492;0.690188;0.688904;0.302167;0.321257;0.111848;0.176390;0.837399;0.347284;0.000000;0.000000;0.701615;0.564882;0.000000;0.182873;0.030531;0.959328;0.009978;0.030694;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.952574;0.500000;0.268941;0.982014;0.047426;0.268941;0.731059;0.119203;0.119203;0.017986;0.017986;0.500000;0.119203;0.017986;0.500000;0.500000;0.880797;0.006693;0.047426;0.047426;0.816528;0.676996;0.086274;0.612777;0.000000;0.735751;0.777473;0.089317;0.227936;0.068498;0.199727;0.646799;0.303857;0.000000;0.182426;0.599648;0.671284;0.346831;0.346151;0.000000;0.961353;0.010555;0.028092;0.999895;0.000000;0.000105;0.999990;0.000000;0.000010;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.999089;0.731059;0.006693;0.880797;0.047426;0.006693;0.006693;0.047426;0.006693;0.047426;0.952574;0.000000;0.072763;0.000000;0.000000;0.391265;0.000000;0.042615;0.000000;0.000000;0.932201;0.796733;0.000000;0.572730;0.545623;0.032704;0.000000;0.057976;0.000000;0.149694;0.889927;0.959775;0.012950;0.027276;0.998895;0.000000;0.001105;0.999870;0.000000;0.000130;0.982014;0.047426;0.268941;0.047426;0.500000;0.047426;0.047426;0.119203;0.119203;0.880797;0.500000;0.119203;0.500000;0.047426;0.047426;0.880797;0.268941;0.017986;0.047426;0.500000;0.908794;0.420432;0.000000;0.052253;0.858027;0.129206;0.127527;0.243240;0.296713;0.620813;0.532205;0.000000;0.698676;0.104144;0.000000;0.749885;0.112346;0.248431;0.000000;0.534197;0.948896;0.013021;0.038083;0.994870;0.000000;0.005130;0.998920;0.000000;0.001080;0.731059;0.500000;0.731059;0.982014;0.017986;0.731059;0.982014;0.119203;0.119203;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.664854;0.604201;0.426536;0.892832;0.000000;0.579568;0.907543;0.088427;0.336485;0.000000;0.017671;0.435855;0.163693;0.000000;0.050259;0.648397;0.228994;0.000000;0.000000;0.000000;0.903449;0.009187;0.087365;0.916585;0.000000;0.083415;0.984400;0.000000;0.015600;0.993307;0.119203;0.119203;0.268941;0.047426;0.119203;0.500000;0.268941;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.047426;0.889240;0.749510;0.131244;0.093299;0.296922;0.644282;0.618220;0.042738;0.303645;0.583705;0.172930;0.545375;0.000000;0.112246;0.000000;0.735945;0.153553;0.000000;0.446950;0.347511;0.842517;0.010170;0.147313;0.829990;0.000020;0.169990;0.934210;0.000005;0.065785;0.952574;0.017986;0.047426;0.017986;0.500000;0.047426;0.047426;0.047426;0.017986;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.268941;0.952574;0.006693;0.017986;0.982014;0.809382;0.000000;0.000000;0.000000;0.920635;0.000000;0.000000;0.165757;0.000000;0.717684;0.376601;0.000000;0.594355;0.647256;0.000000;0.731255;0.621284;0.000000;0.000000;0.833134;0.535190;0.002456;0.462351;0.396370;0.000795;0.602825;0.574415;0.000370;0.425215;0.268941;0.119203;0.500000;0.982014;0.047426;0.500000;0.500000;0.268941;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.982014;0.880797;0.268941;0.017986;0.047426;0.047426;0.542646;0.090052;0.250115;0.049313;0.612540;0.080988;0.041447;0.259802;0.000000;0.570527;0.434135;0.070175;0.000000;0.105836;0.783469;0.780057;0.852834;0.470036;0.111551;0.751383;0.246301;0.011604;0.742095;0.100815;0.000130;0.899055;0.227780;0.000890;0.771330;0.500000;0.268941;0.952574;0.731059;0.119203;0.500000;0.500000;0.880797;0.500000;0.268941;0.119203;0.500000;0.268941;0.119203;0.500000;0.500000;0.268941;0.119203;0.268941;0.268941;0.214839;0.117949;0.794783;0.914433;0.000000;0.451899;0.678961;0.728297;0.172787;0.000000;0.000000;0.515995;0.000000;0.000000;0.758047;0.780400;0.049689;0.000000;0.000000;0.000000;0.037746;0.022487;0.939767;0.069175;0.003840;0.926985;0.016355;0.001460;0.982185
0.006693;0.006693;0.002473;0.000911;0.002473;0.006693;0.002473;0.002473;0.119203;0.017986;0.047426;0.006693;0.119203;0.982014;0.002473;0.006693;0.006693;0.999665;0.999877;0.017986;0.093046;0.000000;0.000000;0.000000;0.252561;0.000000;0.000000;0.000000;0.307890;0.376132;0.552061;0.000000;0.415567;0.972455;0.000000;0.000000;0.098945;0.712795;0.936374;0.532454;0.960772;0.024210;0.015019;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.268941;0.952574;0.952574;0.500000;0.047426;0.731059;0.880797;0.047426;0.119203;0.017986;0.047426;0.952574;0.119203;0.268941;0.047426;0.268941;0.500000;0.017986;0.500000;0.047426;0.673487;0.816828;0.000000;0.458595;0.518492;0.690188;0.688904;0.302167;0.321257;0.111848;0.176390;0.837399;0.347284;0.000000;0.000000;0.701615;0.564882;0.000000;0.182873;0.030531;0.959328;0.009978;0.030694;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.952574;0.500000;0.268941;0.982014;0.047426;0.268941;0.731059;0.119203;0.119203;0.017986;0.017986;0.500000;0.119203;0.017986;0.500000;0.500000;0.880797;0.006693;0.047426;0.047426;0.816528;0.676996;0.086274;0.612777;0.000000;0.735751;0.777473;0.089317;0.227936;0.068498;0.199727;0.646799;0.303857;0.000000;0.182426;0.599648;0.671284;0.346831;0.346151;0.000000;0.961353;0.010555;0.028092;0.999895;0.000000;0.000105;0.999990;0.000000;0.000010;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.999089;0.731059;0.006693;0.880797;0.047426;0.006693;0.006693;0.047426;0.006693;0.047426;0.952574;0.000000;0.072763;0.000000;0.000000;0.391265;0.000000;0.042615;0.000000;0.000000;0.932201;0.796733;0.000000;0.572730;0.545623;0.032704;0.000000;0.057976;0.000000;0.149694;0.889927;0.959775;0.012950;0.027276;0.998895;0.000000;0.001105;0.999870;0.000000;0.000130;0.982014;0.047426;0.268941;0.047426;0.500000;0.047426;0.047426;0.119203;0.119203;0.880797;0.500000;0.119203;0.500000;0.047426;0.047426;0.880797;0.268941;0.017986;0.047426;0.500000;0.908794;0.420432;0.000000;0.052253;0.858027;0.129206;0.127527;0.243240;0.296713;0.620813;0.532205;0.000000;0.698676;0.104144;0.000000;0.749885;0.112346;0.248431;0.000000;0.534197;0.948896;0.013021;0.038083;0.994870;0.000000;0.005130;0.998920;0.000000;0.001080;0.731059;0.500000;0.731059;0.982014;0.017986;0.731059;0.982014;0.119203;0.119203;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.664854;0.604201;0.426536;0.892832;0.000000;0.579568;0.907543;0.088427;0.336485;0.000000;0.017671;0.435855;0.163693;0.000000;0.050259;0.648397;0.228994;0.000000;0.000000;0.000000;0.903449;0.009187;0.087365;0.916585;0.000000;0.083415;0.984400;0.000000;0.015600;0.993307;0.119203;0.119203;0.268941;0.047426;0.119203;0.500000;0.268941;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.047426;0.889240;0.749510;0.131244;0.093299;0.296922;0.644282;0.618220;0.042738;0.303645;0.583705;0.172930;0.545375;0.000000;0.112246;0.000000;0.735945;0.153553;0.000000;0.446950;0.347511;0.842517;0.010170;0.147313;0.829990;0.000020;0.169990;0.934210;0.000005;0.065785;0.952574;0.017986;0.047426;0.017986;0.500000;0.047426;0.047426;0.047426;0.017986;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.268941;0.952574;0.006693;0.017986;0.982014;0.809382;0.000000;0.000000;0.000000;0.920635;0.000000;0.000000;0.165757;0.000000;0.717684;0.376601;0.000000;0.594355;0.647256;0.000000;0.731255;0.621284;0.000000;0.000000;0.833134;0.535190;0.002456;0.462351;0.396370;0.000795;0.602825;0.574415;0.000370;0.425215;0.268941;0.119203;0.500000;0.982014;0.047426;0.500000;0.500000;0.268941;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.982014;0.880797;0.268941;0.017986;0.047426;0.047426;0.542646;0.090052;0.250115;0.049313;0.612540;0.080988;0.041447;0.259802;0.000000;0.570527;0.434135;0.070175;0.000000;0.105836;0.783469;0.780057;0.852834;0.470036;0.111551;0.751383;0.246301;0.011604;0.742095;0.100815;0.000130;0.899055;0.227780;0.000890;0.771330;0.500000;0.268941;0.952574;0.731059;0.119203;0.500000;0.500000;0.880797;0.500000;0.268941;0.119203;0.500000;0.268941;0.119203;0.500000;0.500000;0.268941;0.119203;0.268941;0.268941;0.214839;0.117949;0.794783;0.914433;0.000000;0.451899;0.678961;0.728297;0.172787;0.000000;0.000000;0.515995;0.000000;0.000000;0.758047;0.780400;0.049689;0.000000;0.000000;0.000000;0.037746;0.022487;0.939767;0.069175;0.003840;0.926985;0.016355;0.001460;0.982185;0.119203;0.119203;0.268941;0.017986;0.047426;0.119203;0.047426;0.017986;0.047426;0.880797;0.982014;0.119203;0.880797;0.268941;0.268941;0.119203;0.880797;0.047426;0.119203;0.500000;0.309812;0.653169;0.145418;0.050594;0.666189;0.130222;0.000000;0.123792;0.311310;0.855820;0.856313;0.503250;0.851448;0.060030;0.032578;0.085567;0.136697;0.287819;0.101015;0.499500;0.034014;0.056335;0.909650;0.067105;0.048035;0.884860;0.013460;0.033995;0.952545
0.268941;0.952574;0.952574;0.500000;0.047426;0.731059;0.880797;0.047426;0.119203;0.017986;0.047426;0.952574;0.119203;0.268941;0.047426;0.268941;0.500000;0.017986;0.500000;0.047426;0.673487;0.816828;0.000000;0.458595;0.518492;0.690188;0.688904;0.302167;0.321257;0.111848;0.176390;0.837399;0.347284;0.000000;0.000000;0.701615;0.564882;0.000000;0.182873;0.030531;0.959328;0.009978;0.030694;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.952574;0.500000;0.268941;0.982014;0.047426;0.268941;0.731059;0.119203;0.119203;0.017986;0.017986;0.500000;0.119203;0.017986;0.500000;0.500000;0.880797;0.006693;0.047426;0.047426;0.816528;0.676996;0.086274;0.612777;0.000000;0.735751;0.777473;0.089317;0.227936;0.068498;0.199727;0.646799;0.303857;0.000000;0.182426;0.599648;0.671284;0.346831;0.346151;0.000000;0.961353;0.010555;0.028092;0.999895;0.000000;0.000105;0.999990;0.000000;0.000010;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.999089;0.731059;0.006693;0.880797;0.047426;0.006693;0.006693;0.047426;0.006693;0.047426;0.952574;0.000000;0.072763;0.000000;0.000000;0.391265;0.000000;0.042615;0.000000;0.000000;0.932201;0.796733;0.000000;0.572730;0.545623;0.032704;0.000000;0.057976;0.000000;0.149694;0.889927;0.959775;0.012950;0.027276;0.998895;0.000000;0.001105;0.999870;0.000000;0.000130;0.982014;0.047426;0.268941;0.047426;0.500000;0.047426;0.047426;0.119203;0.119203;0.880797;0.500000;0.119203;0.500000;0.047426;0.047426;0.880797;0.268941;0.017986;0.047426;0.500000;0.908794;0.420432;0.000000;0.052253;0.858027;0.129206;0.127527;0.243240;0.296713;0.620813;0.532205;0.000000;0.698676;0.104144;0.000000;0.749885;0.112346;0.248431;0.000000;0.534197;0.948896;0.013021;0.038083;0.994870;0.000000;0.005130;0.998920;0.000000;0.001080;0.731059;0.500000;0.731059;0.982014;0.017986;0.731059;0.982014;0.119203;0.119203;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.664854;0.604201;0.426536;0.892832;0.000000;0.579568;0.907543;0.088427;0.336485;0.000000;0.017671;0.435855;0.163693;0.000000;0.050259;0.648397;0.228994;0.000000;0.000000;0.000000;0.903449;0.009187;0.087365;0.916585;0.000000;0.083415;0.984400;0.000000;0.015600;0.993307;0.119203;0.119203;0.268941;0.047426;0.119203;0.500000;0.268941;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.952574;0.268941;0.017986;0.119203;0.047426;0.889240;0.749510;0.131244;0.093299;0.296922;0.644282;0.618220;0.042738;0.303645;0.583705;0.172930;0.545375;0.000000;0.112246;0.000000;0.735945;0.153553;0.000000;0.446950;0.347511;0.842517;0.010170;0.147313;0.829990;0.000020;0.169990;0.934210;0.000005;0.065785;0.952574;0.017986;0.047426;0.017986;0.500000;0.047426;0.047426;0.047426;0.017986;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.268941;0.952574;0.006693;0.017986;0.982014;0.809382;0.000000;0.000000;0.000000;0.920635;0.000000;0.000000;0.165757;0.000000;0.717684;0.376601;0.000000;0.594355;0.647256;0.000000;0.731255;0.621284;0.000000;0.000000;0.833134;0.535190;0.002456;0.462351;0.396370;0.000795;0.602825;0.574415;0.000370;0.425215;0.268941;0.119203;0.500000;0.982014;0.047426;0.500000;0.500000;0.268941;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.982014;0.880797;0.268941;0.017986;0.047426;0.047426;0.542646;0.090052;0.250115;0.049313;0.612540;0.080988;0.041447;0.259802;0.000000;0.570527;0.434135;0.070175;0.000000;0.105836;0.783469;0.780057;0.852834;0.470036;0.111551;0.751383;0.246301;0.011604;0.742095;0.100815;0.000130;0.899055;0.227780;0.000890;0.771330;0.500000;0.268941;0.952574;0.731059;0.119203;0.500000;0.500000;0.880797;0.500000;0.268941;0.119203;0.500000;0.268941;0.119203;0.500000;0.500000;0.268941;0.119203;0.268941;0.268941;0.214839;0.117949;0.794783;0.914433;0.000000;0.451899;0.678961;0.728297;0.172787;0.000000;0.000000;0.515995;0.000000;0.000000;0.758047;0.780400;0.049689;0.000000;0.000000;0.000000;0.037746;0.022487;0.939767;0.069175;0.003840;0.926985;0.016355;0.001460;0.982185;0.119203;0.119203;0.268941;0.017986;0.047426;0.119203;0.047426;0.017986;0.047426;0.880797;0.982014;0.119203;0.880797;0.268941;0.268941;0.119203;0.880797;0.047426;0.119203;0.500000;0.309812;0.653169;0.145418;0.050594;0.666189;0.130222;0.000000;0.123792;0.311310;0.855820;0.856313;0.503250;0.851448;0.060030;0.032578;0.085567;0.136697;0.287819;0.101015;0.499500;0.034014;0.056335;0.909650;0.067105;0.048035;0.884860;0.013460;0.033995;0.952545;0.047426;0.047426;0.500000;0.952574;0.006693;0.119203;0.119203;0.119203;0.017986;0.119203;0.006693;0.268941;0.006693;0.002473;0.999089;0.047426;0.047426;0.002473;0.006693;0.006693;0.316479;0.134121;0.396277;0.480260;0.000000;0.310026;0.324537;0.369584;0.000000;0.000000;0.000000;0.299853;0.000000;0.000000;0.981016;0.251618;0.000000;0.000000;0.000000;0.000000;0.032622;0.255144;0.712231;0.066520;0.142290;0.791180;0.010740;0.321710;0.667550
0.047426;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.002473;0.017986;0.993307;0.731059;0.006693;0.952574;0.500000;0.017986;0.017986;0.047426;0.017986;0.880797;0.952574;0.244900;0.000000;0.000000;0.000000;0.462322;0.000000;0.000000;0.334256;0.000000;0.895294;0.542894;0.000000;0.944486;0.732041;0.000000;0.064828;0.036792;0.507749;0.824769;0.806590;0.043455;0.857659;0.098884;0.103175;0.735745;0.161075;0.017445;0.974730;0.007825;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.017986;0.993307;0.880797;0.017986;0.500000;0.119203;0.047426;0.017986;0.119203;0.017986;0.880797;0.952574;0.215008;0.000000;0.000000;0.000000;0.000000;0.127639;0.000000;0.058195;0.241770;0.920195;0.860686;0.000000;0.336485;0.542398;0.143441;0.000000;0.000000;0.000000;0.678306;0.776607;0.044491;0.832010;0.123500;0.104015;0.746360;0.149630;0.017635;0.972520;0.009845;0.006693;0.006693;0.006693;0.002473;0.002473;0.006693;0.006693;0.002473;0.119203;0.006693;0.017986;0.006693;0.017986;0.500000;0.002473;0.006693;0.006693;0.268941;0.999955;0.006693;0.035094;0.090216;0.000000;0.000000;0.000000;0.799953;0.074124;0.000000;0.746494;0.000000;0.000000;0.000000;0.000000;0.751009;0.000000;0.076139;0.000000;0.576153;0.984783;0.000000;0.064036;0.799411;0.136552;0.090665;0.698425;0.210910;0.017565;0.929230;0.053205;0.119203;0.047426;0.999665;0.119203;0.006693;0.047426;0.268941;0.047426;0.880797;0.002473;0.002473;0.047426;0.006693;0.119203;0.006693;0.731059;0.268941;0.006693;0.500000;0.006693;0.144180;0.095349;0.966039;0.830757;0.000000;0.658811;0.401072;0.000000;0.763326;0.046133;0.279891;0.050498;0.000000;0.147166;0.218403;0.394126;0.252372;0.752688;0.276278;0.026753;0.093673;0.601374;0.304951;0.086730;0.439425;0.473840;0.018210;0.685265;0.296525;0.017986;0.006693;0.017986;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.731059;0.006693;0.006693;0.047426;0.006693;0.119203;0.880797;0.428249;0.000000;0.884831;0.150332;0.649536;0.272892;0.201491;0.000000;0.446950;0.887455;0.296922;0.171221;0.703704;0.800592;0.203429;0.464062;0.258266;0.577129;0.713205;0.399152;0.051892;0.264807;0.683301;0.100430;0.263490;0.636080;0.021240;0.410825;0.567935;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.002473;0.006693;0.017986;0.002473;0.000911;0.999877;0.017986;0.017986;0.000911;0.002473;0.002473;0.253128;0.000000;0.073101;0.144303;0.000000;0.000000;0.239759;0.182873;0.000000;0.000000;0.039849;0.210985;0.000000;0.142583;0.982993;0.562915;0.125538;0.000000;0.000000;0.089480;0.270288;0.083079;0.646635;0.172610;0.122280;0.705110;0.112165;0.071325;0.816515;0.880797;0.119203;0.268941;0.268941;0.047426;0.982014;0.268941;0.880797;0.119203;0.047426;0.047426;0.268941;0.119203;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.119203;0.766025;0.375428;0.063328;0.297548;0.125648;0.849923;0.364010;0.682872;0.101197;0.419945;0.201009;0.540908;0.000000;0.316695;0.371217;0.848643;0.248431;0.487253;0.498250;0.196234;0.312872;0.061277;0.625851;0.185080;0.084020;0.730900;0.122925;0.075180;0.801895;0.268941;0.952574;0.047426;0.017986;0.047426;0.119203;0.047426;0.017986;0.047426;0.268941;0.982014;0.500000;0.880797;0.731059;0.017986;0.119203;0.500000;0.017986;0.119203;0.268941;0.605396;0.840774;0.064344;0.238486;0.453138;0.198452;0.153813;0.332034;0.373320;0.134121;0.547605;0.491751;0.670401;0.771359;0.452890;0.270517;0.487752;0.347057;0.460334;0.632975;0.302842;0.066186;0.630971;0.196025;0.083930;0.720045;0.123875;0.084260;0.791865;0.952574;0.017986;0.119203;0.017986;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.017986;0.047426;0.047426;0.006693;0.017986;0.880797;0.997527;0.006693;0.017986;0.119203;0.493750;0.303011;0.063626;0.050068;0.569056;0.288229;0.141122;0.329820;0.000000;0.219086;0.000000;0.000000;0.404199;0.372385;0.513247;0.894448;0.900250;0.587102;0.618928;0.473525;0.247363;0.024203;0.728434;0.107055;0.016195;0.876755;0.056995;0.038200;0.904800;0.119203;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.999089;0.500000;0.017986;0.002473;0.017986;0.006693;0.002473;0.006693;0.268941;0.017986;0.006693;0.006693;0.268941;0.232723;0.466550;0.567584;0.362854;0.000000;0.487503;0.139674;0.947200;0.567584;0.059357;0.013321;0.660831;0.000000;0.000000;0.220114;0.285162;0.086195;0.000000;0.100652;0.061456;0.083417;0.020501;0.896084;0.039210;0.014810;0.945980;0.020875;0.031495;0.947635;0.119203;0.500000;0.731059;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.880797;0.268941;0.047426;0.731059;0.500000;0.017986;0.119203;0.268941;0.017986;0.500000;0.993307;0.437577;0.661055;0.623399;0.067736;0.500750;0.202781;0.075160;0.041967;0.085959;0.714226;0.477016;0.489751;0.590734;0.646571;0.137644;0.561684;0.523982;0.000000;0.787680;0.758413;0.067581;0.037221;0.895196;0.030000;0.012260;0.957740;0.024640;0.062465;0.912890
0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.017986;0.993307;0.880797;0.017986;0.500000;0.119203;0.047426;0.017986;0.119203;0.017986;0.880797;0.952574;0.215008;0.000000;0.000000;0.000000;0.000000;0.127639;0.000000;0.058195;0.241770;0.920195;0.860686;0.000000;0.336485;0.542398;0.143441;0.000000;0.000000;0.000000;0.678306;0.776607;0.044491;0.832010;0.123500;0.104015;0.746360;0.149630;0.017635;0.972520;0.009845;0.006693;0.006693;0.006693;0.002473;0.002473;0.006693;0.006693;0.002473;0.119203;0.006693;0.017986;0.006693;0.017986;0.500000;0.002473;0.006693;0.006693;0.268941;0.999955;0.006693;0.035094;0.090216;0.000000;0.000000;0.000000;0.799953;0.074124;0.000000;0.746494;0.000000;0.000000;0.000000;0.000000;0.751009;0.000000;0.076139;0.000000;0.576153;0.984783;0.000000;0.064036;0.799411;0.136552;0.090665;0.698425;0.210910;0.017565;0.929230;0.053205;0.119203;0.047426;0.999665;0.119203;0.006693;0.047426;0.268941;0.047426;0.880797;0.002473;0.002473;0.047426;0.006693;0.119203;0.006693;0.731059;0.268941;0.006693;0.500000;0.006693;0.144180;0.095349;0.966039;0.830757;0.000000;0.658811;0.401072;0.000000;0.763326;0.046133;0.279891;0.050498;0.000000;0.147166;0.218403;0.394126;0.252372;0.752688;0.276278;0.026753;0.093673;0.601374;0.304951;0.086730;0.439425;0.473840;0.018210;0.685265;0.296525;0.017986;0.006693;0.017986;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.731059;0.006693;0.006693;0.047426;0.006693;0.119203;0.880797;0.428249;0.000000;0.884831;0.150332;0.649536;0.272892;0.201491;0.000000;0.446950;0.887455;0.296922;0.171221;0.703704;0.800592;0.203429;0.464062;0.258266;0.577129;0.713205;0.399152;0.051892;0.264807;0.683301;0.100430;0.263490;0.636080;0.021240;0.410825;0.567935;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.002473;0.006693;0.017986;0.002473;0.000911;0.999877;0.017986;0.017986;0.000911;0.002473;0.002473;0.253128;0.000000;0.073101;0.144303;0.000000;0.000000;0.239759;0.182873;0.000000;0.000000;0.039849;0.210985;0.000000;0.142583;0.982993;0.562915;0.125538;0.000000;0.000000;0.089480;0.270288;0.083079;0.646635;0.172610;0.122280;0.705110;0.112165;0.071325;0.816515;0.880797;0.119203;0.268941;0.268941;0.047426;0.982014;0.268941;0.880797;0.119203;0.047426;0.047426;0.268941;0.119203;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.119203;0.766025;0.375428;0.063328;0.297548;0.125648;0.849923;0.364010;0.682872;0.101197;0.419945;0.201009;0.540908;0.000000;0.316695;0.371217;0.848643;0.248431;0.487253;0.498250;0.196234;0.312872;0.061277;0.625851;0.185080;0.084020;0.730900;0.122925;0.075180;0.801895;0.268941;0.952574;0.047426;0.017986;0.047426;0.119203;0.047426;0.017986;0.047426;0.268941;0.982014;0.500000;0.880797;0.731059;0.017986;0.119203;0.500000;0.017986;0.119203;0.268941;0.605396;0.840774;0.064344;0.238486;0.453138;0.198452;0.153813;0.332034;0.373320;0.134121;0.547605;0.491751;0.670401;0.771359;0.452890;0.270517;0.487752;0.347057;0.460334;0.632975;0.302842;0.066186;0.630971;0.196025;0.083930;0.720045;0.123875;0.084260;0.791865;0.952574;0.017986;0.119203;0.017986;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.017986;0.047426;0.047426;0.006693;0.017986;0.880797;0.997527;0.006693;0.017986;0.119203;0.493750;0.303011;0.063626;0.050068;0.569056;0.288229;0.141122;0.329820;0.000000;0.219086;0.000000;0.000000;0.404199;0.372385;0.513247;0.894448;0.900250;0.587102;0.618928;0.473525;0.247363;0.024203;0.728434;0.107055;0.016195;0.876755;0.056995;0.038200;0.904800;0.119203;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.999089;0.500000;0.017986;0.002473;0.017986;0.006693;0.002473;0.006693;0.268941;0.017986;0.006693;0.006693;0.268941;0.232723;0.466550;0.567584;0.362854;0.000000;0.487503;0.139674;0.947200;0.567584;0.059357;0.013321;0.660831;0.000000;0.000000;0.220114;0.285162;0.086195;0.000000;0.100652;0.061456;0.083417;0.020501;0.896084;0.039210;0.014810;0.945980;0.020875;0.031495;0.947635;0.119203;0.500000;0.731059;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.880797;0.268941;0.047426;0.731059;0.500000;0.017986;0.119203;0.268941;0.017986;0.500000;0.993307;0.437577;0.661055;0.623399;0.067736;0.500750;0.202781;0.075160;0.041967;0.085959;0.714226;0.477016;0.489751;0.590734;0.646571;0.137644;0.561684;0.523982;0.000000;0.787680;0.758413;0.067581;0.037221;0.895196;0.030000;0.012260;0.957740;0.024640;0.062465;0.912890;0.880797;0.119203;0.982014;0.731059;0.047426;0.268941;0.731059;0.119203;0.119203;0.047426;0.017986;0.731059;0.119203;0.047426;0.500000;0.880797;0.731059;0.017986;0.047426;0.047426;0.450909;0.092625;0.777473;0.842772;0.000000;0.221836;0.481009;0.417997;0.254833;0.364242;0.253317;0.713409;0.346151;0.346604;0.640377;0.623399;0.521986;0.249927;0.333144;0.271505;0.097049;0.045830;0.857118;0.030195;0.011525;0.958275;0.023655;0.053425;0.922915
0.006693;0.006693;0.006693;0.002473;0.002473;0.006693;0.006693;0.002473;0.119203;0.006693;0.017986;0.006693;0.017986;0.500000;0.002473;0.006693;0.006693;0.268941;0.999955;0.006693;0.035094;0.090216;0.000000;0.000000;0.000000;0.799953;0.074124;0.000000;0.746494;0.000000;0.000000;0.000000;0.000000;0.751009;0.000000;0.076139;0.000000;0.576153;0.984783;0.000000;0.064036;0.799411;0.136552;0.090665;0.698425;0.210910;0.017565;0.929230;0.053205;0.119203;0.047426;0.999665;0.119203;0.006693;0.047426;0.268941;0.047426;0.880797;0.002473;0.002473;0.047426;0.006693;0.119203;0.006693;0.731059;0.268941;0.006693;0.500000;0.006693;0.144180;0.095349;0.966039;0.830757;0.000000;0.658811;0.401072;0.000000;0.763326;0.046133;0.279891;0.050498;0.000000;0.147166;0.218403;0.394126;0.252372;0.752688;0.276278;0.026753;0.093673;0.601374;0.304951;0.086730;0.439425;0.473840;0.018210;0.685265;0.296525;0.017986;0.006693;0.017986;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.731059;0.006693;0.006693;0.047426;0.006693;0.119203;0.880797;0.428249;0.000000;0.884831;0.150332;0.649536;0.272892;0.201491;0.000000;0.446950;0.887455;0.296922;0.171221;0.703704;0.800592;0.203429;0.464062;0.258266;0.577129;0.713205;0.399152;0.051892;0.264807;0.683301;0.100430;0.263490;0.636080;0.021240;0.410825;0.567935;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.002473;0.006693;0.017986;0.002473;0.000911;0.999877;0.017986;0.017986;0.000911;0.002473;0.002473;0.253128;0.000000;0.073101;0.144303;0.000000;0.000000;0.239759;0.182873;0.000000;0.000000;0.039849;0.210985;0.000000;0.142583;0.982993;0.562915;0.125538;0.000000;0.000000;0.089480;0.270288;0.083079;0.646635;0.172610;0.122280;0.705110;0.112165;0.071325;0.816515;0.880797;0.119203;0.268941;0.268941;0.047426;0.982014;0.268941;0.880797;0.119203;0.047426;0.047426;0.268941;0.119203;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.119203;0.766025;0.375428;0.063328;0.297548;0.125648;0.849923;0.364010;0.682872;0.101197;0.419945;0.201009;0.540908;0.000000;0.316695;0.371217;0.848643;0.248431;0.487253;0.498250;0.196234;0.312872;0.061277;0.625851;0.185080;0.084020;0.730900;0.122925;0.075180;0.801895;0.268941;0.952574;0.047426;0.017986;0.047426;0.119203;0.047426;0.017986;0.047426;0.268941;0.982014;0.500000;0.880797;0.731059;0.017986;0.119203;0.500000;0.017986;0.119203;0.268941;0.605396;0.840774;0.064344;0.238486;0.453138;0.198452;0.153813;0.332034;0.373320;0.134121;0.547605;0.491751;0.670401;0.771359;0.452890;0.270517;0.487752;0.347057;0.460334;0.632975;0.302842;0.066186;0.630971;0.196025;0.083930;0.720045;0.123875;0.084260;0.791865;0.952574;0.017986;0.119203;0.017986;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.017986;0.047426;0.047426;0.006693;0.017986;0.880797;0.997527;0.006693;0.017986;0.119203;0.493750;0.303011;0.063626;0.050068;0.569056;0.288229;0.141122;0.329820;0.000000;0.219086;0.000000;0.000000;0.404199;0.372385;0.513247;0.894448;0.900250;0.587102;0.618928;0.473525;0.247363;0.024203;0.728434;0.107055;0.016195;0.876755;0.056995;0.038200;0.904800;0.119203;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.999089;0.500000;0.017986;0.002473;0.017986;0.006693;0.002473;0.006693;0.268941;0.017986;0.006693;0.006693;0.268941;0.232723;0.466550;0.567584;0.362854;0.000000;0.487503;0.139674;0.947200;0.567584;0.059357;0.013321;0.660831;0.000000;0.000000;0.220114;0.285162;0.086195;0.000000;0.100652;0.061456;0.083417;0.020501;0.896084;0.039210;0.014810;0.945980;0.020875;0.031495;0.947635;0.119203;0.500000;0.731059;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.880797;0.268941;0.047426;0.731059;0.500000;0.017986;0.119203;0.268941;0.017986;0.500000;0.993307;0.437577;0.661055;0.623399;0.067736;0.500750;0.202781;0.075160;0.041967;0.085959;0.714226;0.477016;0.489751;0.590734;0.646571;0.137644;0.561684;0.523982;0.000000;0.787680;0.758413;0.067581;0.037221;0.895196;0.030000;0.012260;0.957740;0.024640;0.062465;0.912890;0.880797;0.119203;0.982014;0.731059;0.047426;0.268941;0.731059;0.119203;0.119203;0.047426;0.017986;0.731059;0.119203;0.047426;0.500000;0.880797;0.731059;0.017986;0.047426;0.047426;0.450909;0.092625;0.777473;0.842772;0.000000;0.221836;0.481009;0.417997;0.254833;0.364242;0.253317;0.713409;0.346151;0.346604;0.640377;0.623399;0.521986;0.249927;0.333144;0.271505;0.097049;0.045830;0.857118;0.030195;0.011525;0.958275;0.023655;0.053425;0.922915;0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.006693;0.982014;0.952574;0.006693;0.006693;0.047426;0.047426;0.119203;0.500000;0.181830;0.000000;0.124990;0.000000;0.188162;0.126640;0.057487;0.000000;0.000000;0.893690;0.867266;0.000000;0.861643;0.716263;0.304492;0.000000;0.077059;0.365401;0.601088;0.636684;0.084231;0.050373;0.865397;0.056485;0.011255;0.932260;0.047420;0.077020;0.875560
0.119203;0.047426;0.999665;0.119203;0.006693;0.047426;0.268941;0.047426;0.880797;0.002473;0.002473;0.047426;0.006693;0.119203;0.006693;0.731059;0.268941;0.006693;0.500000;0.006693;0.144180;0.095349;0.966039;0.830757;0.000000;0.658811;0.401072;0.000000;0.763326;0.046133;0.279891;0.050498;0.000000;0.147166;0.218403;0.394126;0.252372;0.752688;0.276278;0.026753;0.093673;0.601374;0.304951;0.086730;0.439425;0.473840;0.018210;0.685265;0.296525;0.017986;0.006693;0.017986;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.731059;0.006693;0.006693;0.047426;0.006693;0.119203;0.880797;0.428249;0.000000;0.884831;0.150332;0.649536;0.272892;0.201491;0.000000;0.446950;0.887455;0.296922;0.171221;0.703704;0.800592;0.203429;0.464062;0.258266;0.577129;0.713205;0.399152;0.051892;0.264807;0.683301;0.100430;0.263490;0.636080;0.021240;0.410825;0.567935;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.002473;0.006693;0.017986;0.002473;0.000911;0.999877;0.017986;0.017986;0.000911;0.002473;0.002473;0.253128;0.000000;0.073101;0.144303;0.000000;0.000000;0.239759;0.182873;0.000000;0.000000;0.039849;0.210985;0.000000;0.142583;0.982993;0.562915;0.125538;0.000000;0.000000;0.089480;0.270288;0.083079;0.646635;0.172610;0.122280;0.705110;0.112165;0.071325;0.816515;0.880797;0.119203;0.268941;0.268941;0.047426;0.982014;0.268941;0.880797;0.119203;0.047426;0.047426;0.268941;0.119203;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.119203;0.766025;0.375428;0.063328;0.297548;0.125648;0.849923;0.364010;0.682872;0.101197;0.419945;0.201009;0.540908;0.000000;0.316695;0.371217;0.848643;0.248431;0.487253;0.498250;0.196234;0.312872;0.061277;0.625851;0.185080;0.084020;0.730900;0.122925;0.075180;0.801895;0.268941;0.952574;0.047426;0.017986;0.047426;0.119203;0.047426;0.017986;0.047426;0.268941;0.982014;0.500000;0.880797;0.731059;0.017986;0.119203;0.500000;0.017986;0.119203;0.268941;0.605396;0.840774;0.064344;0.238486;0.453138;0.198452;0.153813;0.332034;0.373320;0.134121;0.547605;0.491751;0.670401;0.771359;0.452890;0.270517;0.487752;0.347057;0.460334;0.632975;0.302842;0.066186;0.630971;0.196025;0.083930;0.720045;0.123875;0.084260;0.791865;0.952574;0.017986;0.119203;0.017986;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.017986;0.047426;0.047426;0.006693;0.017986;0.880797;0.997527;0.006693;0.017986;0.119203;0.493750;0.303011;0.063626;0.050068;0.569056;0.288229;0.141122;0.329820;0.000000;0.219086;0.000000;0.000000;0.404199;0.372385;0.513247;0.894448;0.900250;0.587102;0.618928;0.473525;0.247363;0.024203;0.728434;0.107055;0.016195;0.876755;0.056995;0.038200;0.904800;0.119203;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.999089;0.500000;0.017986;0.002473;0.017986;0.006693;0.002473;0.006693;0.268941;0.017986;0.006693;0.006693;0.268941;0.232723;0.466550;0.567584;0.362854;0.000000;0.487503;0.139674;0.947200;0.567584;0.059357;0.013321;0.660831;0.000000;0.000000;0.220114;0.285162;0.086195;0.000000;0.100652;0.061456;0.083417;0.020501;0.896084;0.039210;0.014810;0.945980;0.020875;0.031495;0.947635;0.119203;0.500000;0.731059;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.880797;0.268941;0.047426;0.731059;0.500000;0.017986;0.119203;0.268941;0.017986;0.500000;0.993307;0.437577;0.661055;0.623399;0.067736;0.500750;0.202781;0.075160;0.041967;0.085959;0.714226;0.477016;0.489751;0.590734;0.646571;0.137644;0.561684;0.523982;0.000000;0.787680;0.758413;0.067581;0.037221;0.895196;0.030000;0.012260;0.957740;0.024640;0.062465;0.912890;0.880797;0.119203;0.982014;0.731059;0.047426;0.268941;0.731059;0.119203;0.119203;0.047426;0.017986;0.731059;0.119203;0.047426;0.500000;0.880797;0.731059;0.017986;0.047426;0.047426;0.450909;0.092625;0.777473;0.842772;0.000000;0.221836;0.481009;0.417997;0.254833;0.364242;0.253317;0.713409;0.346151;0.346604;0.640377;0.623399;0.521986;0.249927;0.333144;0.271505;0.097049;0.045830;0.857118;0.030195;0.011525;0.958275;0.023655;0.053425;0.922915;0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.006693;0.982014;0.952574;0.006693;0.006693;0.047426;0.047426;0.119203;0.500000;0.181830;0.000000;0.124990;0.000000;0.188162;0.126640;0.057487;0.000000;0.000000;0.893690;0.867266;0.000000;0.861643;0.716263;0.304492;0.000000;0.077059;0.365401;0.601088;0.636684;0.084231;0.050373;0.865397;0.056485;0.011255;0.932260;0.047420;0.077020;0.875560;0.500000;0.047426;0.731059;0.500000;0.047426;0.268941;0.268941;0.500000;0.047426;0.017986;0.119203;0.119203;0.119203;0.017986;0.731059;0.982014;0.982014;0.006693;0.017986;0.047426;0.460334;0.334478;0.361929;0.707857;0.000000;0.000000;0.558974;0.163147;0.072225;0.093046;0.053809;0.192787;0.000000;0.000000;0.831459;0.937086;0.799793;0.000000;0.000000;0.000000;0.075264;0.013277;0.911454;0.057180;0.001750;0.941060;0.050985;0.015500;0.933510
0.119203;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.999089;0.500000;0.017986;0.002473;0.017986;0.006693;0.002473;0.006693;0.268941;0.017986;0.006693;0.006693;0.268941;0.232723;0.466550;0.567584;0.362854;0.000000;0.487503;0.139674;0.947200;0.567584;0.059357;0.013321;0.660831;0.000000;0.000000;0.220114;0.285162;0.086195;0.000000;0.100652;0.061456;0.083417;0.020501;0.896084;0.039210;0.014810;0.945980;0.020875;0.031495;0.947635;0.119203;0.500000;0.731059;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.880797;0.268941;0.047426;0.731059;0.500000;0.017986;0.119203;0.268941;0.017986;0.500000;0.993307;0.437577;0.661055;0.623399;0.067736;0.500750;0.202781;0.075160;0.041967;0.085959;0.714226;0.477016;0.489751;0.590734;0.646571;0.137644;0.561684;0.523982;0.000000;0.787680;0.758413;0.067581;0.037221;0.895196;0.030000;0.012260;0.957740;0.024640;0.062465;0.912890;0.880797;0.119203;0.982014;0.731059;0.047426;0.268941;0.731059;0.119203;0.119203;0.047426;0.017986;0.731059;0.119203;0.047426;0.500000;0.880797;0.731059;0.017986;0.047426;0.047426;0.450909;0.092625;0.777473;0.842772;0.000000;0.221836;0.481009;0.417997;0.254833;0.364242;0.253317;0.713409;0.346151;0.346604;0.640377;0.623399;0.521986;0.249927;0.333144;0.271505;0.097049;0.045830;0.857118;0.030195;0.011525;0.958275;0.023655;0.053425;0.922915;0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.006693;0.982014;0.952574;0.006693;0.006693;0.047426;0.047426;0.119203;0.500000;0.181830;0.000000;0.124990;0.000000;0.188162;0.126640;0.057487;0.000000;0.000000;0.893690;0.867266;0.000000;0.861643;0.716263;0.304492;0.000000;0.077059;0.365401;0.601088;0.636684;0.084231;0.050373;0.865397;0.056485;0.011255;0.932260;0.047420;0.077020;0.875560;0.500000;0.047426;0.731059;0.500000;0.047426;0.268941;0.268941;0.500000;0.047426;0.017986;0.119203;0.119203;0.119203;0.017986;0.731059;0.982014;0.982014;0.006693;0.017986;0.047426;0.460334;0.334478;0.361929;0.707857;0.000000;0.000000;0.558974;0.163147;0.072225;0.093046;0.053809;0.192787;0.000000;0.000000;0.831459;0.937086;0.799793;0.000000;0.000000;0.000000;0.075264;0.013277;0.911454;0.057180;0.001750;0.941060;0.050985;0.015500;0.933510;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.119203;0.047426;0.268941;0.731059;0.731059;0.119203;0.952574;0.268941;0.982014;0.268941;0.268941;0.017986;0.119203;0.880797;0.669074;0.000000;0.069915;0.471032;0.000000;0.000000;0.368188;0.025407;0.436101;0.685249;0.587102;0.000000;0.638994;0.111155;0.915676;0.471282;0.342089;0.450414;0.539418;0.632975;0.924899;0.005610;0.069491;0.982630;0.000045;0.017325;0.954235;0.000015;0.045750;0.500000;0.119203;0.731059;0.982014;0.047426;0.500000;0.982014;0.268941;0.268941;0.017986;0.017986;0.268941;0.017986;0.006693;0.500000;0.880797;0.268941;0.006693;0.017986;0.017986;0.710333;0.071293;0.593632;0.858149;0.000000;0.582246;0.907795;0.281305;0.208169;0.000000;0.000000;0.538673;0.000000;0.111848;0.408541;0.627382;0.098856;0.000000;0.077845;0.155119;0.978576;0.006164;0.015258;0.988110;0.000030;0.011860;0.991110;0.000000;0.008885;0.268941;0.119203;0.268941;0.500000;0.047426;0.982014;0.500000;0.017986;0.047426;0.268941;0.880797;0.119203;0.268941;0.268941;0.047426;0.268941;0.982014;0.017986;0.047426;0.119203;0.428738;0.000000;0.000000;0.448929;0.249927;0.597245;0.545871;0.000000;0.218915;0.281709;0.786675;0.000000;0.708271;0.742882;0.000000;0.520988;0.770653;0.000000;0.000000;0.748382;0.980858;0.006239;0.012903;0.995900;0.000055;0.004045;0.998580;0.000000;0.001420;0.119203;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.006693;0.047426;0.880797;0.880797;0.017986;0.731059;0.993307;0.006693;0.017986;0.047426;0.119203;0.952574;0.952574;0.298385;0.000000;0.000000;0.000000;0.241404;0.104706;0.000000;0.000000;0.000000;0.864362;0.839026;0.000000;0.771006;0.828353;0.000000;0.081137;0.227585;0.743835;0.622459;0.772767;0.981309;0.007822;0.010869;0.998560;0.000300;0.001140;0.999955;0.000000;0.000045;0.880797;0.731059;0.500000;0.268941;0.268941;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.119203;0.047426;0.119203;0.500000;0.268941;0.017986;0.047426;0.268941;0.705577;0.665967;0.283331;0.331369;0.573220;0.547110;0.774692;0.484005;0.163557;0.625041;0.550824;0.772767;0.207017;0.100291;0.000000;0.069526;0.082489;0.000000;0.065010;0.473774;0.981230;0.006906;0.011861;0.995070;0.000255;0.004670;0.999960;0.000000;0.000035;0.268941;0.982014;0.119203;0.268941;0.006693;0.731059;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.119203;0.268941;0.500000;0.006693;0.017986;0.047426;0.537678;0.899890;0.381544;0.334701;0.000000;0.792819;0.816378;0.116603;0.000000;0.038383;0.032768;0.836443;0.301956;0.103308;0.000000;0.349327;0.517992;0.000000;0.000000;0.163967;0.979571;0.004297;0.016132;0.988045;0.000245;0.011715;0.999740;0.000000;0.000255
0.119203;0.500000;0.731059;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.880797;0.268941;0.047426;0.731059;0.500000;0.017986;0.119203;0.268941;0.017986;0.500000;0.993307;0.437577;0.661055;0.623399;0.067736;0.500750;0.202781;0.075160;0.041967;0.085959;0.714226;0.477016;0.489751;0.590734;0.646571;0.137644;0.561684;0.523982;0.000000;0.787680;0.758413;0.067581;0.037221;0.895196;0.030000;0.012260;0.957740;0.024640;0.062465;0.912890;0.880797;0.119203;0.982014;0.731059;0.047426;0.268941;0.731059;0.119203;0.119203;0.047426;0.017986;0.731059;0.119203;0.047426;0.500000;0.880797;0.731059;0.017986;0.047426;0.047426;0.450909;0.092625;0.777473;0.842772;0.000000;0.221836;0.481009;0.417997;0.254833;0.364242;0.253317;0.713409;0.346151;0.346604;0.640377;0.623399;0.521986;0.249927;0.333144;0.271505;0.097049;0.045830;0.857118;0.030195;0.011525;0.958275;0.023655;0.053425;0.922915;0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.006693;0.982014;0.952574;0.006693;0.006693;0.047426;0.047426;0.119203;0.500000;0.181830;0.000000;0.124990;0.000000;0.188162;0.126640;0.057487;0.000000;0.000000;0.893690;0.867266;0.000000;0.861643;0.716263;0.304492;0.000000;0.077059;0.365401;0.601088;0.636684;0.084231;0.050373;0.865397;0.056485;0.011255;0.932260;0.047420;0.077020;0.875560;0.500000;0.047426;0.731059;0.500000;0.047426;0.268941;0.268941;0.500000;0.047426;0.017986;0.119203;0.119203;0.119203;0.017986;0.731059;0.982014;0.982014;0.006693;0.017986;0.047426;0.460334;0.334478;0.361929;0.707857;0.000000;0.000000;0.558974;0.163147;0.072225;0.093046;0.053809;0.192787;0.000000;0.000000;0.831459;0.937086;0.799793;0.000000;0.000000;0.000000;0.075264;0.013277;0.911454;0.057180;0.001750;0.941060;0.050985;0.015500;0.933510;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.119203;0.047426;0.268941;0.731059;0.731059;0.119203;0.952574;0.268941;0.982014;0.268941;0.268941;0.017986;0.119203;0.880797;0.669074;0.000000;0.069915;0.471032;0.000000;0.000000;0.368188;0.025407;0.436101;0.685249;0.587102;0.000000;0.638994;0.111155;0.915676;0.471282;0.342089;0.450414;0.539418;0.632975;0.924899;0.005610;0.069491;0.982630;0.000045;0.017325;0.954235;0.000015;0.045750;0.500000;0.119203;0.731059;0.982014;0.047426;0.500000;0.982014;0.268941;0.268941;0.017986;0.017986;0.268941;0.017986;0.006693;0.500000;0.880797;0.268941;0.006693;0.017986;0.017986;0.710333;0.071293;0.593632;0.858149;0.000000;0.582246;0.907795;0.281305;0.208169;0.000000;0.000000;0.538673;0.000000;0.111848;0.408541;0.627382;0.098856;0.000000;0.077845;0.155119;0.978576;0.006164;0.015258;0.988110;0.000030;0.011860;0.991110;0.000000;0.008885;0.268941;0.119203;0.268941;0.500000;0.047426;0.982014;0.500000;0.017986;0.047426;0.268941;0.880797;0.119203;0.268941;0.268941;0.047426;0.268941;0.982014;0.017986;0.047426;0.119203;0.428738;0.000000;0.000000;0.448929;0.249927;0.597245;0.545871;0.000000;0.218915;0.281709;0.786675;0.000000;0.708271;0.742882;0.000000;0.520988;0.770653;0.000000;0.000000;0.748382;0.980858;0.006239;0.012903;0.995900;0.000055;0.004045;0.998580;0.000000;0.001420;0.119203;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.006693;0.047426;0.880797;0.880797;0.017986;0.731059;0.993307;0.006693;0.017986;0.047426;0.119203;0.952574;0.952574;0.298385;0.000000;0.000000;0.000000;0.241404;0.104706;0.000000;0.000000;0.000000;0.864362;0.839026;0.000000;0.771006;0.828353;0.000000;0.081137;0.227585;0.743835;0.622459;0.772767;0.981309;0.007822;0.010869;0.998560;0.000300;0.001140;0.999955;0.000000;0.000045;0.880797;0.731059;0.500000;0.268941;0.268941;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.119203;0.047426;0.119203;0.500000;0.268941;0.017986;0.047426;0.268941;0.705577;0.665967;0.283331;0.331369;0.573220;0.547110;0.774692;0.484005;0.163557;0.625041;0.550824;0.772767;0.207017;0.100291;0.000000;0.069526;0.082489;0.000000;0.065010;0.473774;0.981230;0.006906;0.011861;0.995070;0.000255;0.004670;0.999960;0.000000;0.000035;0.268941;0.982014;0.119203;0.268941;0.006693;0.731059;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.119203;0.268941;0.500000;0.006693;0.017986;0.047426;0.537678;0.899890;0.381544;0.334701;0.000000;0.792819;0.816378;0.116603;0.000000;0.038383;0.032768;0.836443;0.301956;0.103308;0.000000;0.349327;0.517992;0.000000;0.000000;0.163967;0.979571;0.004297;0.016132;0.988045;0.000245;0.011715;0.999740;0.000000;0.000255;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.993307;0.268941;0.997527;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.143195;0.000000;0.000000;0.000000;0.371684;0.274283;0.000000;0.026339;0.000000;0.818170;0.936849;0.061399;0.824914;0.246568;0.000000;0.000000;0.000000;0.000000;0.203591;0.340740;0.964686;0.003596;0.031716;0.971605;0.000195;0.028195;0.996070;0.000000;0.003930
0.880797;0.119203;0.982014;0.731059;0.047426;0.268941;0.731059;0.119203;0.119203;0.047426;0.017986;0.731059;0.119203;0.047426;0.500000;0.880797;0.731059;0.017986;0.047426;0.047426;0.450909;0.092625;0.777473;0.842772;0.000000;0.221836;0.481009;0.417997;0.254833;0.364242;0.253317;0.713409;0.346151;0.346604;0.640377;0.623399;0.521986;0.249927;0.333144;0.271505;0.097049;0.045830;0.857118;0.030195;0.011525;0.958275;0.023655;0.053425;0.922915;0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.006693;0.982014;0.952574;0.006693;0.006693;0.047426;0.047426;0.119203;0.500000;0.181830;0.000000;0.124990;0.000000;0.188162;0.126640;0.057487;0.000000;0.000000;0.893690;0.867266;0.000000;0.861643;0.716263;0.304492;0.000000;0.077059;0.365401;0.601088;0.636684;0.084231;0.050373;0.865397;0.056485;0.011255;0.932260;0.047420;0.077020;0.875560;0.500000;0.047426;0.731059;0.500000;0.047426;0.268941;0.268941;0.500000;0.047426;0.017986;0.119203;0.119203;0.119203;0.017986;0.731059;0.982014;0.982014;0.006693;0.017986;0.047426;0.460334;0.334478;0.361929;0.707857;0.000000;0.000000;0.558974;0.163147;0.072225;0.093046;0.053809;0.192787;0.000000;0.000000;0.831459;0.937086;0.799793;0.000000;0.000000;0.000000;0.075264;0.013277;0.911454;0.057180;0.001750;0.941060;0.050985;0.015500;0.933510;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.119203;0.047426;0.268941;0.731059;0.731059;0.119203;0.952574;0.268941;0.982014;0.268941;0.268941;0.017986;0.119203;0.880797;0.669074;0.000000;0.069915;0.471032;0.000000;0.000000;0.368188;0.025407;0.436101;0.685249;0.587102;0.000000;0.638994;0.111155;0.915676;0.471282;0.342089;0.450414;0.539418;0.632975;0.924899;0.005610;0.069491;0.982630;0.000045;0.017325;0.954235;0.000015;0.045750;0.500000;0.119203;0.731059;0.982014;0.047426;0.500000;0.982014;0.268941;0.268941;0.017986;0.017986;0.268941;0.017986;0.006693;0.500000;0.880797;0.268941;0.006693;0.017986;0.017986;0.710333;0.071293;0.593632;0.858149;0.000000;0.582246;0.907795;0.281305;0.208169;0.000000;0.000000;0.538673;0.000000;0.111848;0.408541;0.627382;0.098856;0.000000;0.077845;0.155119;0.978576;0.006164;0.015258;0.988110;0.000030;0.011860;0.991110;0.000000;0.008885;0.268941;0.119203;0.268941;0.500000;0.047426;0.982014;0.500000;0.017986;0.047426;0.268941;0.880797;0.119203;0.268941;0.268941;0.047426;0.268941;0.982014;0.017986;0.047426;0.119203;0.428738;0.000000;0.000000;0.448929;0.249927;0.597245;0.545871;0.000000;0.218915;0.281709;0.786675;0.000000;0.708271;0.742882;0.000000;0.520988;0.770653;0.000000;0.000000;0.748382;0.980858;0.006239;0.012903;0.995900;0.000055;0.004045;0.998580;0.000000;0.001420;0.119203;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.006693;0.047426;0.880797;0.880797;0.017986;0.731059;0.993307;0.006693;0.017986;0.047426;0.119203;0.952574;0.952574;0.298385;0.000000;0.000000;0.000000;0.241404;0.104706;0.000000;0.000000;0.000000;0.864362;0.839026;0.000000;0.771006;0.828353;0.000000;0.081137;0.227585;0.743835;0.622459;0.772767;0.981309;0.007822;0.010869;0.998560;0.000300;0.001140;0.999955;0.000000;0.000045;0.880797;0.731059;0.500000;0.268941;0.268941;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.119203;0.047426;0.119203;0.500000;0.268941;0.017986;0.047426;0.268941;0.705577;0.665967;0.283331;0.331369;0.573220;0.547110;0.774692;0.484005;0.163557;0.625041;0.550824;0.772767;0.207017;0.100291;0.000000;0.069526;0.082489;0.000000;0.065010;0.473774;0.981230;0.006906;0.011861;0.995070;0.000255;0.004670;0.999960;0.000000;0.000035;0.268941;0.982014;0.119203;0.268941;0.006693;0.731059;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.119203;0.268941;0.500000;0.006693;0.017986;0.047426;0.537678;0.899890;0.381544;0.334701;0.000000;0.792819;0.816378;0.116603;0.000000;0.038383;0.032768;0.836443;0.301956;0.103308;0.000000;0.349327;0.517992;0.000000;0.000000;0.163967;0.979571;0.004297;0.016132;0.988045;0.000245;0.011715;0.999740;0.000000;0.000255;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.993307;0.268941;0.997527;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.143195;0.000000;0.000000;0.000000;0.371684;0.274283;0.000000;0.026339;0.000000;0.818170;0.936849;0.061399;0.824914;0.246568;0.000000;0.000000;0.000000;0.000000;0.203591;0.340740;0.964686;0.003596;0.031716;0.971605;0.000195;0.028195;0.996070;0.000000;0.003930;0.880797;0.500000;0.047426;0.017986;0.047426;0.119203;0.047426;0.119203;0.047426;0.268941;0.880797;0.500000;0.731059;0.952574;0.047426;0.731059;0.268941;0.047426;0.500000;0.500000;0.897707;0.399392;0.167284;0.048846;0.596042;0.000000;0.044024;0.156963;0.000000;0.558974;0.538424;0.273885;0.605396;0.094234;0.157228;0.757680;0.098856;0.000000;0.196076;0.750260;0.822204;0.001319;0.176477;0.774800;0.000180;0.225015;0.939760;0.000005;0.060240
0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.993307;0.006693;0.982014;0.952574;0.006693;0.006693;0.047426;0.047426;0.119203;0.500000;0.181830;0.000000;0.124990;0.000000;0.188162;0.126640;0.057487;0.000000;0.000000;0.893690;0.867266;0.000000;0.861643;0.716263;0.304492;0.000000;0.077059;0.365401;0.601088;0.636684;0.084231;0.050373;0.865397;0.056485;0.011255;0.932260;0.047420;0.077020;0.875560;0.500000;0.047426;0.731059;0.500000;0.047426;0.268941;0.268941;0.500000;0.047426;0.017986;0.119203;0.119203;0.119203;0.017986;0.731059;0.982014;0.982014;0.006693;0.017986;0.047426;0.460334;0.334478;0.361929;0.707857;0.000000;0.000000;0.558974;0.163147;0.072225;0.093046;0.053809;0.192787;0.000000;0.000000;0.831459;0.937086;0.799793;0.000000;0.000000;0.000000;0.075264;0.013277;0.911454;0.057180;0.001750;0.941060;0.050985;0.015500;0.933510;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.119203;0.047426;0.268941;0.731059;0.731059;0.119203;0.952574;0.268941;0.982014;0.268941;0.268941;0.017986;0.119203;0.880797;0.669074;0.000000;0.069915;0.471032;0.000000;0.000000;0.368188;0.025407;0.436101;0.685249;0.587102;0.000000;0.638994;0.111155;0.915676;0.471282;0.342089;0.450414;0.539418;0.632975;0.924899;0.005610;0.069491;0.982630;0.000045;0.017325;0.954235;0.000015;0.045750;0.500000;0.119203;0.731059;0.982014;0.047426;0.500000;0.982014;0.268941;0.268941;0.017986;0.017986;0.268941;0.017986;0.006693;0.500000;0.880797;0.268941;0.006693;0.017986;0.017986;0.710333;0.071293;0.593632;0.858149;0.000000;0.582246;0.907795;0.281305;0.208169;0.000000;0.000000;0.538673;0.000000;0.111848;0.408541;0.627382;0.098856;0.000000;0.077845;0.155119;0.978576;0.006164;0.015258;0.988110;0.000030;0.011860;0.991110;0.000000;0.008885;0.268941;0.119203;0.268941;0.500000;0.047426;0.982014;0.500000;0.017986;0.047426;0.268941;0.880797;0.119203;0.268941;0.268941;0.047426;0.268941;0.982014;0.017986;0.047426;0.119203;0.428738;0.000000;0.000000;0.448929;0.249927;0.597245;0.545871;0.000000;0.218915;0.281709;0.786675;0.000000;0.708271;0.742882;0.000000;0.520988;0.770653;0.000000;0.000000;0.748382;0.980858;0.006239;0.012903;0.995900;0.000055;0.004045;0.998580;0.000000;0.001420;0.119203;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.006693;0.047426;0.880797;0.880797;0.017986;0.731059;0.993307;0.006693;0.017986;0.047426;0.119203;0.952574;0.952574;0.298385;0.000000;0.000000;0.000000;0.241404;0.104706;0.000000;0.000000;0.000000;0.864362;0.839026;0.000000;0.771006;0.828353;0.000000;0.081137;0.227585;0.743835;0.622459;0.772767;0.981309;0.007822;0.010869;0.998560;0.000300;0.001140;0.999955;0.000000;0.000045;0.880797;0.731059;0.500000;0.268941;0.268941;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.119203;0.047426;0.119203;0.500000;0.268941;0.017986;0.047426;0.268941;0.705577;0.665967;0.283331;0.331369;0.573220;0.547110;0.774692;0.484005;0.163557;0.625041;0.550824;0.772767;0.207017;0.100291;0.000000;0.069526;0.082489;0.000000;0.065010;0.473774;0.981230;0.006906;0.011861;0.995070;0.000255;0.004670;0.999960;0.000000;0.000035;0.268941;0.982014;0.119203;0.268941;0.006693;0.731059;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.119203;0.268941;0.500000;0.006693;0.017986;0.047426;0.537678;0.899890;0.381544;0.334701;0.000000;0.792819;0.816378;0.116603;0.000000;0.038383;0.032768;0.836443;0.301956;0.103308;0.000000;0.349327;0.517992;0.000000;0.000000;0.163967;0.979571;0.004297;0.016132;0.988045;0.000245;0.011715;0.999740;0.000000;0.000255;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.993307;0.268941;0.997527;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.143195;0.000000;0.000000;0.000000;0.371684;0.274283;0.000000;0.026339;0.000000;0.818170;0.936849;0.061399;0.824914;0.246568;0.000000;0.000000;0.000000;0.000000;0.203591;0.340740;0.964686;0.003596;0.031716;0.971605;0.000195;0.028195;0.996070;0.000000;0.003930;0.880797;0.500000;0.047426;0.017986;0.047426;0.119203;0.047426;0.119203;0.047426;0.268941;0.880797;0.500000;0.731059;0.952574;0.047426;0.731059;0.268941;0.047426;0.500000;0.500000;0.897707;0.399392;0.167284;0.048846;0.596042;0.000000;0.044024;0.156963;0.000000;0.558974;0.538424;0.273885;0.605396;0.094234;0.157228;0.757680;0.098856;0.000000;0.196076;0.750260;0.822204;0.001319;0.176477;0.774800;0.000180;0.225015;0.939760;0.000005;0.060240;0.500000;0.500000;0.500000;0.731059;0.119203;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.952574;0.119203;0.006693;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.634599;0.688904;0.571996;0.719100;0.207346;0.872138;0.863892;0.179756;0.374725;0.000000;0.017533;0.797219;0.000000;0.000000;0.000000;0.572486;0.177701;0.000000;0.062327;0.000000;0.560902;0.003184;0.435913;0.474305;0.000165;0.525530;0.533290;0.000010;0.466700
0.500000;0.047426;0.731059;0.500000;0.047426;0.268941;0.268941;0.500000;0.047426;0.017986;0.119203;0.119203;0.119203;0.017986;0.731059;0.982014;0.982014;0.006693;0.017986;0.047426;0.460334;0.334478;0.361929;0.707857;0.000000;0.000000;0.558974;0.163147;0.072225;0.093046;0.053809;0.192787;0.000000;0.000000;0.831459;0.937086;0.799793;0.000000;0.000000;0.000000;0.075264;0.013277;0.911454;0.057180;0.001750;0.941060;0.050985;0.015500;0.933510;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.119203;0.047426;0.268941;0.731059;0.731059;0.119203;0.952574;0.268941;0.982014;0.268941;0.268941;0.017986;0.119203;0.880797;0.669074;0.000000;0.069915;0.471032;0.000000;0.000000;0.368188;0.025407;0.436101;0.685249;0.587102;0.000000;0.638994;0.111155;0.915676;0.471282;0.342089;0.450414;0.539418;0.632975;0.924899;0.005610;0.069491;0.982630;0.000045;0.017325;0.954235;0.000015;0.045750;0.500000;0.119203;0.731059;0.982014;0.047426;0.500000;0.982014;0.268941;0.268941;0.017986;0.017986;0.268941;0.017986;0.006693;0.500000;0.880797;0.268941;0.006693;0.017986;0.017986;0.710333;0.071293;0.593632;0.858149;0.000000;0.582246;0.907795;0.281305;0.208169;0.000000;0.000000;0.538673;0.000000;0.111848;0.408541;0.627382;0.098856;0.000000;0.077845;0.155119;0.978576;0.006164;0.015258;0.988110;0.000030;0.011860;0.991110;0.000000;0.008885;0.268941;0.119203;0.268941;0.500000;0.047426;0.982014;0.500000;0.017986;0.047426;0.268941;0.880797;0.119203;0.268941;0.268941;0.047426;0.268941;0.982014;0.017986;0.047426;0.119203;0.428738;0.000000;0.000000;0.448929;0.249927;0.597245;0.545871;0.000000;0.218915;0.281709;0.786675;0.000000;0.708271;0.742882;0.000000;0.520988;0.770653;0.000000;0.000000;0.748382;0.980858;0.006239;0.012903;0.995900;0.000055;0.004045;0.998580;0.000000;0.001420;0.119203;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.006693;0.047426;0.880797;0.880797;0.017986;0.731059;0.993307;0.006693;0.017986;0.047426;0.119203;0.952574;0.952574;0.298385;0.000000;0.000000;0.000000;0.241404;0.104706;0.000000;0.000000;0.000000;0.864362;0.839026;0.000000;0.771006;0.828353;0.000000;0.081137;0.227585;0.743835;0.622459;0.772767;0.981309;0.007822;0.010869;0.998560;0.000300;0.001140;0.999955;0.000000;0.000045;0.880797;0.731059;0.500000;0.268941;0.268941;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.119203;0.047426;0.119203;0.500000;0.268941;0.017986;0.047426;0.268941;0.705577;0.665967;0.283331;0.331369;0.573220;0.547110;0.774692;0.484005;0.163557;0.625041;0.550824;0.772767;0.207017;0.100291;0.000000;0.069526;0.082489;0.000000;0.065010;0.473774;0.981230;0.006906;0.011861;0.995070;0.000255;0.004670;0.999960;0.000000;0.000035;0.268941;0.982014;0.119203;0.268941;0.006693;0.731059;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.119203;0.268941;0.500000;0.006693;0.017986;0.047426;0.537678;0.899890;0.381544;0.334701;0.000000;0.792819;0.816378;0.116603;0.000000;0.038383;0.032768;0.836443;0.301956;0.103308;0.000000;0.349327;0.517992;0.000000;0.000000;0.163967;0.979571;0.004297;0.016132;0.988045;0.000245;0.011715;0.999740;0.000000;0.000255;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.993307;0.268941;0.997527;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.143195;0.000000;0.000000;0.000000;0.371684;0.274283;0.000000;0.026339;0.000000;0.818170;0.936849;0.061399;0.824914;0.246568;0.000000;0.000000;0.000000;0.000000;0.203591;0.340740;0.964686;0.003596;0.031716;0.971605;0.000195;0.028195;0.996070;0.000000;0.003930;0.880797;0.500000;0.047426;0.017986;0.047426;0.119203;0.047426;0.119203;0.047426;0.268941;0.880797;0.500000;0.731059;0.952574;0.047426;0.731059;0.268941;0.047426;0.500000;0.500000;0.897707;0.399392;0.167284;0.048846;0.596042;0.000000;0.044024;0.156963;0.000000;0.558974;0.538424;0.273885;0.605396;0.094234;0.157228;0.757680;0.098856;0.000000;0.196076;0.750260;0.822204;0.001319;0.176477;0.774800;0.000180;0.225015;0.939760;0.000005;0.060240;0.500000;0.500000;0.500000;0.731059;0.119203;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.952574;0.119203;0.006693;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.634599;0.688904;0.571996;0.719100;0.207346;0.872138;0.863892;0.179756;0.374725;0.000000;0.017533;0.797219;0.000000;0.000000;0.000000;0.572486;0.177701;0.000000;0.062327;0.000000;0.560902;0.003184;0.435913;0.474305;0.000165;0.525530;0.533290;0.000010;0.466700;0.047426;0.047426;0.993307;0.268941;0.017986;0.119203;0.047426;0.017986;0.952574;0.982014;0.731059;0.119203;0.731059;0.268941;0.017986;0.268941;0.119203;0.017986;0.119203;0.500000;0.228994;0.524730;0.190002;0.692323;0.680485;0.122067;0.555026;0.040117;0.908545;0.850687;0.540163;0.203105;0.167702;0.307464;0.000000;0.617275;0.269138;0.255784;0.330926;0.314751;0.274235;0.007076;0.718691;0.179300;0.000180;0.820520;0.405440;0.002460;0.592105
0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.119203;0.047426;0.268941;0.731059;0.731059;0.119203;0.952574;0.268941;0.982014;0.268941;0.268941;0.017986;0.119203;0.880797;0.669074;0.000000;0.069915;0.471032;0.000000;0.000000;0.368188;0.025407;0.436101;0.685249;0.587102;0.000000;0.638994;0.111155;0.915676;0.471282;0.342089;0.450414;0.539418;0.632975;0.924899;0.005610;0.069491;0.982630;0.000045;0.017325;0.954235;0.000015;0.045750;0.500000;0.119203;0.731059;0.982014;0.047426;0.500000;0.982014;0.268941;0.268941;0.017986;0.017986;0.268941;0.017986;0.006693;0.500000;0.880797;0.268941;0.006693;0.017986;0.017986;0.710333;0.071293;0.593632;0.858149;0.000000;0.582246;0.907795;0.281305;0.208169;0.000000;0.000000;0.538673;0.000000;0.111848;0.408541;0.627382;0.098856;0.000000;0.077845;0.155119;0.978576;0.006164;0.015258;0.988110;0.000030;0.011860;0.991110;0.000000;0.008885;0.268941;0.119203;0.268941;0.500000;0.047426;0.982014;0.500000;0.017986;0.047426;0.268941;0.880797;0.119203;0.268941;0.268941;0.047426;0.268941;0.982014;0.017986;0.047426;0.119203;0.428738;0.000000;0.000000;0.448929;0.249927;0.597245;0.545871;0.000000;0.218915;0.281709;0.786675;0.000000;0.708271;0.742882;0.000000;0.520988;0.770653;0.000000;0.000000;0.748382;0.980858;0.006239;0.012903;0.995900;0.000055;0.004045;0.998580;0.000000;0.001420;0.119203;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.006693;0.047426;0.880797;0.880797;0.017986;0.731059;0.993307;0.006693;0.017986;0.047426;0.119203;0.952574;0.952574;0.298385;0.000000;0.000000;0.000000;0.241404;0.104706;0.000000;0.000000;0.000000;0.864362;0.839026;0.000000;0.771006;0.828353;0.000000;0.081137;0.227585;0.743835;0.622459;0.772767;0.981309;0.007822;0.010869;0.998560;0.000300;0.001140;0.999955;0.000000;0.000045;0.880797;0.731059;0.500000;0.268941;0.268941;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.119203;0.047426;0.119203;0.500000;0.268941;0.017986;0.047426;0.268941;0.705577;0.665967;0.283331;0.331369;0.573220;0.547110;0.774692;0.484005;0.163557;0.625041;0.550824;0.772767;0.207017;0.100291;0.000000;0.069526;0.082489;0.000000;0.065010;0.473774;0.981230;0.006906;0.011861;0.995070;0.000255;0.004670;0.999960;0.000000;0.000035;0.268941;0.982014;0.119203;0.268941;0.006693;0.731059;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.119203;0.268941;0.500000;0.006693;0.017986;0.047426;0.537678;0.899890;0.381544;0.334701;0.000000;0.792819;0.816378;0.116603;0.000000;0.038383;0.032768;0.836443;0.301956;0.103308;0.000000;0.349327;0.517992;0.000000;0.000000;0.163967;0.979571;0.004297;0.016132;0.988045;0.000245;0.011715;0.999740;0.000000;0.000255;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.993307;0.268941;0.997527;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.143195;0.000000;0.000000;0.000000;0.371684;0.274283;0.000000;0.026339;0.000000;0.818170;0.936849;0.061399;0.824914;0.246568;0.000000;0.000000;0.000000;0.000000;0.203591;0.340740;0.964686;0.003596;0.031716;0.971605;0.000195;0.028195;0.996070;0.000000;0.003930;0.880797;0.500000;0.047426;0.017986;0.047426;0.119203;0.047426;0.119203;0.047426;0.268941;0.880797;0.500000;0.731059;0.952574;0.047426;0.731059;0.268941;0.047426;0.500000;0.500000;0.897707;0.399392;0.167284;0.048846;0.596042;0.000000;0.044024;0.156963;0.000000;0.558974;0.538424;0.273885;0.605396;0.094234;0.157228;0.757680;0.098856;0.000000;0.196076;0.750260;0.822204;0.001319;0.176477;0.774800;0.000180;0.225015;0.939760;0.000005;0.060240;0.500000;0.500000;0.500000;0.731059;0.119203;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.952574;0.119203;0.006693;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.634599;0.688904;0.571996;0.719100;0.207346;0.872138;0.863892;0.179756;0.374725;0.000000;0.017533;0.797219;0.000000;0.000000;0.000000;0.572486;0.177701;0.000000;0.062327;0.000000;0.560902;0.003184;0.435913;0.474305;0.000165;0.525530;0.533290;0.000010;0.466700;0.047426;0.047426;0.993307;0.268941;0.017986;0.119203;0.047426;0.017986;0.952574;0.982014;0.731059;0.119203;0.731059;0.268941;0.017986;0.268941;0.119203;0.017986;0.119203;0.500000;0.228994;0.524730;0.190002;0.692323;0.680485;0.122067;0.555026;0.040117;0.908545;0.850687;0.540163;0.203105;0.167702;0.307464;0.000000;0.617275;0.269138;0.255784;0.330926;0.314751;0.274235;0.007076;0.718691;0.179300;0.000180;0.820520;0.405440;0.002460;0.592105;0.047426;0.119203;0.119203;0.880797;0.047426;0.119203;0.952574;0.119203;0.047426;0.006693;0.006693;0.880797;0.017986;0.002473;0.997527;0.268941;0.047426;0.002473;0.006693;0.017986;0.302167;0.116603;0.209822;0.763867;0.167842;0.084092;0.735557;0.658811;0.064646;0.000000;0.000000;0.185276;0.000000;0.000000;0.965007;0.482257;0.089562;0.000000;0.000000;0.105364;0.066159;0.011336;0.922507;0.009235;0.000505;0.990265;0.032215;0.009885;0.957900
0.500000;0.119203;0.731059;0.982014;0.047426;0.500000;0.982014;0.268941;0.268941;0.017986;0.017986;0.268941;0.017986;0.006693;0.500000;0.880797;0.268941;0.006693;0.017986;0.017986;0.710333;0.071293;0.593632;0.858149;0.000000;0.582246;0.907795;0.281305;0.208169;0.000000;0.000000;0.538673;0.000000;0.111848;0.408541;0.627382;0.098856;0.000000;0.077845;0.155119;0.978576;0.006164;0.015258;0.988110;0.000030;0.011860;0.991110;0.000000;0.008885;0.268941;0.119203;0.268941;0.500000;0.047426;0.982014;0.500000;0.017986;0.047426;0.268941;0.880797;0.119203;0.268941;0.268941;0.047426;0.268941;0.982014;0.017986;0.047426;0.119203;0.428738;0.000000;0.000000;0.448929;0.249927;0.597245;0.545871;0.000000;0.218915;0.281709;0.786675;0.000000;0.708271;0.742882;0.000000;0.520988;0.770653;0.000000;0.000000;0.748382;0.980858;0.006239;0.012903;0.995900;0.000055;0.004045;0.998580;0.000000;0.001420;0.119203;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.006693;0.047426;0.880797;0.880797;0.017986;0.731059;0.993307;0.006693;0.017986;0.047426;0.119203;0.952574;0.952574;0.298385;0.000000;0.000000;0.000000;0.241404;0.104706;0.000000;0.000000;0.000000;0.864362;0.839026;0.000000;0.771006;0.828353;0.000000;0.081137;0.227585;0.743835;0.622459;0.772767;0.981309;0.007822;0.010869;0.998560;0.000300;0.001140;0.999955;0.000000;0.000045;0.880797;0.731059;0.500000;0.268941;0.268941;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.119203;0.047426;0.119203;0.500000;0.268941;0.017986;0.047426;0.268941;0.705577;0.665967;0.283331;0.331369;0.573220;0.547110;0.774692;0.484005;0.163557;0.625041;0.550824;0.772767;0.207017;0.100291;0.000000;0.069526;0.082489;0.000000;0.065010;0.473774;0.981230;0.006906;0.011861;0.995070;0.000255;0.004670;0.999960;0.000000;0.000035;0.268941;0.982014;0.119203;0.268941;0.006693;0.731059;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.119203;0.268941;0.500000;0.006693;0.017986;0.047426;0.537678;0.899890;0.381544;0.334701;0.000000;0.792819;0.816378;0.116603;0.000000;0.038383;0.032768;0.836443;0.301956;0.103308;0.000000;0.349327;0.517992;0.000000;0.000000;0.163967;0.979571;0.004297;0.016132;0.988045;0.000245;0.011715;0.999740;0.000000;0.000255;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.993307;0.268941;0.997527;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.143195;0.000000;0.000000;0.000000;0.371684;0.274283;0.000000;0.026339;0.000000;0.818170;0.936849;0.061399;0.824914;0.246568;0.000000;0.000000;0.000000;0.000000;0.203591;0.340740;0.964686;0.003596;0.031716;0.971605;0.000195;0.028195;0.996070;0.000000;0.003930;0.880797;0.500000;0.047426;0.017986;0.047426;0.119203;0.047426;0.119203;0.047426;0.268941;0.880797;0.500000;0.731059;0.952574;0.047426;0.731059;0.268941;0.047426;0.500000;0.500000;0.897707;0.399392;0.167284;0.048846;0.596042;0.000000;0.044024;0.156963;0.000000;0.558974;0.538424;0.273885;0.605396;0.094234;0.157228;0.757680;0.098856;0.000000;0.196076;0.750260;0.822204;0.001319;0.176477;0.774800;0.000180;0.225015;0.939760;0.000005;0.060240;0.500000;0.500000;0.500000;0.731059;0.119203;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.952574;0.119203;0.006693;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.634599;0.688904;0.571996;0.719100;0.207346;0.872138;0.863892;0.179756;0.374725;0.000000;0.017533;0.797219;0.000000;0.000000;0.000000;0.572486;0.177701;0.000000;0.062327;0.000000;0.560902;0.003184;0.435913;0.474305;0.000165;0.525530;0.533290;0.000010;0.466700;0.047426;0.047426;0.993307;0.268941;0.017986;0.119203;0.047426;0.017986;0.952574;0.982014;0.731059;0.119203;0.731059;0.268941;0.017986;0.268941;0.119203;0.017986;0.119203;0.500000;0.228994;0.524730;0.190002;0.692323;0.680485;0.122067;0.555026;0.040117;0.908545;0.850687;0.540163;0.203105;0.167702;0.307464;0.000000;0.617275;0.269138;0.255784;0.330926;0.314751;0.274235;0.007076;0.718691;0.179300;0.000180;0.820520;0.405440;0.002460;0.592105;0.047426;0.119203;0.119203;0.880797;0.047426;0.119203;0.952574;0.119203;0.047426;0.006693;0.006693;0.880797;0.017986;0.002473;0.997527;0.268941;0.047426;0.002473;0.006693;0.017986;0.302167;0.116603;0.209822;0.763867;0.167842;0.084092;0.735557;0.658811;0.064646;0.000000;0.000000;0.185276;0.000000;0.000000;0.965007;0.482257;0.089562;0.000000;0.000000;0.105364;0.066159;0.011336;0.922507;0.009235;0.000505;0.990265;0.032215;0.009885;0.957900;0.119203;0.952574;0.997527;0.119203;0.006693;0.731059;0.119203;0.731059;0.500000;0.006693;0.006693;0.952574;0.047426;0.006693;0.017986;0.119203;0.119203;0.006693;0.017986;0.006693;0.312813;0.777819;0.964326;0.175955;0.000000;0.754545;0.324975;0.474771;0.492251;0.043355;0.111352;0.188620;0.000000;0.201813;0.000000;0.409024;0.476018;0.000000;0.000000;0.296504;0.051571;0.117781;0.830648;0.007945;0.100980;0.891075;0.032825;0.098090;0.869085
0.268941;0.119203;0.268941;0.500000;0.047426;0.982014;0.500000;0.017986;0.047426;0.268941;0.880797;0.119203;0.268941;0.268941;0.047426;0.268941;0.982014;0.017986;0.047426;0.119203;0.428738;0.000000;0.000000;0.448929;0.249927;0.597245;0.545871;0.000000;0.218915;0.281709;0.786675;0.000000;0.708271;0.742882;0.000000;0.520988;0.770653;0.000000;0.000000;0.748382;0.980858;0.006239;0.012903;0.995900;0.000055;0.004045;0.998580;0.000000;0.001420;0.119203;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.006693;0.047426;0.880797;0.880797;0.017986;0.731059;0.993307;0.006693;0.017986;0.047426;0.119203;0.952574;0.952574;0.298385;0.000000;0.000000;0.000000;0.241404;0.104706;0.000000;0.000000;0.000000;0.864362;0.839026;0.000000;0.771006;0.828353;0.000000;0.081137;0.227585;0.743835;0.622459;0.772767;0.981309;0.007822;0.010869;0.998560;0.000300;0.001140;0.999955;0.000000;0.000045;0.880797;0.731059;0.500000;0.268941;0.268941;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.119203;0.047426;0.119203;0.500000;0.268941;0.017986;0.047426;0.268941;0.705577;0.665967;0.283331;0.331369;0.573220;0.547110;0.774692;0.484005;0.163557;0.625041;0.550824;0.772767;0.207017;0.100291;0.000000;0.069526;0.082489;0.000000;0.065010;0.473774;0.981230;0.006906;0.011861;0.995070;0.000255;0.004670;0.999960;0.000000;0.000035;0.268941;0.982014;0.119203;0.268941;0.006693;0.731059;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.119203;0.268941;0.500000;0.006693;0.017986;0.047426;0.537678;0.899890;0.381544;0.334701;0.000000;0.792819;0.816378;0.116603;0.000000;0.038383;0.032768;0.836443;0.301956;0.103308;0.000000;0.349327;0.517992;0.000000;0.000000;0.163967;0.979571;0.004297;0.016132;0.988045;0.000245;0.011715;0.999740;0.000000;0.000255;0.017986;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.993307;0.268941;0.997527;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.143195;0.000000;0.000000;0.000000;0.371684;0.274283;0.000000;0.026339;0.000000;0.818170;0.936849;0.061399;0.824914;0.246568;0.000000;0.000000;0.000000;0.000000;0.203591;0.340740;0.964686;0.003596;0.031716;0.971605;0.000195;0.028195;0.996070;0.000000;0.003930;0.880797;0.500000;0.047426;0.017986;0.047426;0.119203;0.047426;0.119203;0.047426;0.268941;0.880797;0.500000;0.731059;0.952574;0.047426;0.731059;0.268941;0.047426;0.500000;0.500000;0.897707;0.399392;0.167284;0.048846;0.596042;0.000000;0.044024;0.156963;0.000000;0.558974;0.538424;0.273885;0.605396;0.094234;0.157228;0.757680;0.098856;0.000000;0.196076;0.750260;0.822204;0.001319;0.176477;0.774800;0.000180;0.225015;0.939760;0.000005;0.060240;0.500000;0.500000;0.500000;0.731059;0.119203;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.952574;0.119203;0.006693;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.634599;0.688904;0.571996;0.719100;0.207346;0.872138;0.863892;0.179756;0.374725;0.000000;0.017533;0.797219;0.000000;0.000000;0.000000;0.572486;0.177701;0.000000;0.062327;0.000000;0.560902;0.003184;0.435913;0.474305;0.000165;0.525530;0.533290;0.000010;0.466700;0.047426;0.047426;0.993307;0.268941;0.017986;0.119203;0.047426;0.017986;0.952574;0.982014;0.731059;0.119203;0.731059;0.268941;0.017986;0.268941;0.119203;0.017986;0.119203;0.500000;0.228994;0.524730;0.190002;0.692323;0.680485;0.122067;0.555026;0.040117;0.908545;0.850687;0.540163;0.203105;0.167702;0.307464;0.000000;0.617275;0.269138;0.255784;0.330926;0.314751;0.274235;0.007076;0.718691;0.179300;0.000180;0.820520;0.405440;0.002460;0.592105;0.047426;0.119203;0.119203;0.880797;0.047426;0.119203;0.952574;0.119203;0.047426;0.006693;0.006693;0.880797;0.017986;0.002473;0.997527;0.268941;0.047426;0.002473;0.006693;0.017986;0.302167;0.116603;0.209822;0.763867;0.167842;0.084092;0.735557;0.658811;0.064646;0.000000;0.000000;0.185276;0.000000;0.000000;0.965007;0.482257;0.089562;0.000000;0.000000;0.105364;0.066159;0.011336;0.922507;0.009235;0.000505;0.990265;0.032215;0.009885;0.957900;0.119203;0.952574;0.997527;0.119203;0.006693;0.731059;0.119203;0.731059;0.500000;0.006693;0.006693;0.952574;0.047426;0.006693;0.017986;0.119203;0.119203;0.006693;0.017986;0.006693;0.312813;0.777819;0.964326;0.175955;0.000000;0.754545;0.324975;0.474771;0.492251;0.043355;0.111352;0.188620;0.000000;0.201813;0.000000;0.409024;0.476018;0.000000;0.000000;0.296504;0.051571;0.117781;0.830648;0.007945;0.100980;0.891075;0.032825;0.098090;0.869085;0.047426;0.006693;0.002473;0.002473;0.268941;0.006693;0.006693;0.002473;0.002473;0.997527;0.500000;0.006693;0.268941;0.119203;0.006693;0.017986;0.047426;0.006693;0.017986;0.993307;0.017040;0.000000;0.000000;0.000000;0.490251;0.000000;0.000000;0.000000;0.000000;0.942892;0.607305;0.115577;0.202943;0.873581;0.000000;0.068817;0.000000;0.000000;0.000000;0.896785;0.023139;0.711177;0.265685;0.007970;0.798885;0.193145;0.037685;0.813755;0.148560
0.017986;0.047426;0.952574;0.952574;0.500000;0.731059;0.731059;0.017986;0.982014;0.017986;0.017986;0.047426;0.119203;0.982014;0.017986;0.047426;0.047426;0.047426;0.982014;0.017986;0.220630;0.000000;0.410960;0.918039;0.557741;0.531707;0.841576;0.025481;0.425802;0.398433;0.368420;0.000000;0.379423;0.556261;0.256927;0.076209;0.147669;0.367722;0.728693;0.451899;0.029298;0.454570;0.516129;0.010955;0.424500;0.564540;0.037280;0.401885;0.560830;0.731059;0.017986;0.119203;0.047426;0.047426;0.047426;0.047426;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.006693;0.017986;0.982014;0.997527;0.006693;0.017986;0.047426;0.751943;0.139674;0.078132;0.064044;0.567093;0.000000;0.703913;0.437085;0.113247;0.000000;0.083249;0.000000;0.226532;0.216531;0.323004;0.955084;0.696778;0.000000;0.000000;0.103493;0.025455;0.125750;0.848793;0.001180;0.043930;0.954890;0.030640;0.180045;0.789310;0.880797;0.047426;0.731059;0.268941;0.047426;0.119203;0.047426;0.500000;0.731059;0.017986;0.006693;0.047426;0.017986;0.006693;0.047426;0.993307;0.880797;0.006693;0.017986;0.017986;0.578105;0.000000;0.385327;0.465555;0.399872;0.396517;0.305339;0.597486;0.511498;0.142583;0.278081;0.141244;0.356176;0.000000;0.145667;0.936553;0.590250;0.000000;0.248057;0.595078;0.044618;0.030078;0.925304;0.004950;0.001305;0.993745;0.078850;0.074750;0.846400;0.731059;0.119203;0.731059;0.119203;0.047426;0.119203;0.268941;0.982014;0.268941;0.119203;0.268941;0.268941;0.982014;0.047426;0.500000;0.268941;0.731059;0.017986;0.119203;0.119203;0.528220;0.479262;0.595078;0.332922;0.449424;0.000000;0.192632;0.893595;0.185427;0.051174;0.383433;0.358473;0.479511;0.372385;0.713818;0.408783;0.342089;0.710538;0.113146;0.288229;0.126947;0.023875;0.849177;0.015890;0.000380;0.983725;0.133490;0.022970;0.843540;0.047426;0.017986;0.993307;0.993307;0.047426;0.047426;0.119203;0.047426;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.731059;0.119203;0.002473;0.006693;0.006693;0.165757;0.311310;0.873802;0.952755;0.198293;0.516744;0.291936;0.068434;0.210818;0.000000;0.061920;0.112246;0.000000;0.000000;0.748005;0.714022;0.135287;0.000000;0.213493;0.045390;0.201075;0.005583;0.793343;0.041275;0.000085;0.958640;0.219055;0.006290;0.774655;0.119203;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.500000;0.500000;0.952574;0.017986;0.880797;0.993307;0.017986;0.047426;0.500000;0.731059;0.500000;0.880797;0.577129;0.447939;0.083555;0.414595;0.381544;0.000000;0.116912;0.071094;0.227585;0.776607;0.727901;0.315831;0.776433;0.759328;0.582489;0.305127;0.439055;0.514996;0.096913;0.636915;0.885370;0.004612;0.110016;0.963175;0.000685;0.036135;0.769960;0.000320;0.229720;0.119203;0.047426;0.119203;0.880797;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.119203;0.119203;0.880797;0.982014;0.500000;0.119203;0.268941;0.119203;0.993307;0.047426;0.603483;0.398912;0.480011;0.456361;0.000000;0.651582;0.774343;0.519740;0.174078;0.201009;0.389836;0.335815;0.613251;0.351147;0.581516;0.735167;0.429473;0.000000;0.551319;0.381072;0.923184;0.005405;0.071412;0.992110;0.000635;0.007260;0.860380;0.000080;0.139540;0.500000;0.731059;0.731059;0.952574;0.017986;0.952574;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.268941;0.119203;0.047426;0.268941;0.268941;0.731059;0.047426;0.047426;0.562669;0.849923;0.592667;0.645427;0.000000;0.720511;0.502750;0.229347;0.717481;0.074675;0.290285;0.600848;0.377071;0.369584;0.000000;0.219086;0.515495;0.717886;0.707029;0.033602;0.974630;0.005297;0.020073;0.997925;0.000665;0.001410;0.991285;0.000015;0.008700;0.268941;0.017986;0.017986;0.006693;0.047426;0.017986;0.006693;0.047426;0.017986;0.982014;0.952574;0.017986;0.993307;0.731059;0.006693;0.017986;0.119203;0.017986;0.268941;0.731059;0.271307;0.075230;0.208664;0.000000;0.376836;0.422383;0.181532;0.088830;0.366793;0.836717;0.623868;0.115781;0.684602;0.881843;0.175375;0.488002;0.518741;0.737884;0.670180;0.669959;0.984191;0.004490;0.011319;0.998470;0.000630;0.000900;0.998040;0.000020;0.001940;0.268941;0.268941;0.119203;0.268941;0.017986;0.982014;0.993307;0.119203;0.268941;0.047426;0.500000;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.778164;0.767099;0.453634;0.413382;0.244530;0.647713;0.562177;0.213325;0.557741;0.610877;0.517743;0.174509;0.388410;0.069074;0.249927;0.598207;0.486004;0.000000;0.303857;0.217040;0.978400;0.005795;0.015804;0.998625;0.000635;0.000740;0.999745;0.000020;0.000235;0.119203;0.993307;0.119203;0.047426;0.880797;0.993307;0.731059;0.047426;0.119203;0.047426;0.119203;0.268941;0.952574;0.047426;0.017986;0.119203;0.268941;0.119203;0.119203;0.047426;0.720310;0.831879;0.552802;0.548596;0.208004;0.844881;0.702661;0.196234;0.353658;0.117326;0.319298;0.650673;0.548348;0.060939;0.151100;0.519989;0.377541;0.326293;0.000000;0.000000;0.977095;0.003392;0.019513;0.998740;0.000635;0.000625;0.999840;0.000025;0.000135
0.731059;0.017986;0.119203;0.047426;0.047426;0.047426;0.047426;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.006693;0.017986;0.982014;0.997527;0.006693;0.017986;0.047426;0.751943;0.139674;0.078132;0.064044;0.567093;0.000000;0.703913;0.437085;0.113247;0.000000;0.083249;0.000000;0.226532;0.216531;0.323004;0.955084;0.696778;0.000000;0.000000;0.103493;0.025455;0.125750;0.848793;0.001180;0.043930;0.954890;0.030640;0.180045;0.789310;0.880797;0.047426;0.731059;0.268941;0.047426;0.119203;0.047426;0.500000;0.731059;0.017986;0.006693;0.047426;0.017986;0.006693;0.047426;0.993307;0.880797;0.006693;0.017986;0.017986;0.578105;0.000000;0.385327;0.465555;0.399872;0.396517;0.305339;0.597486;0.511498;0.142583;0.278081;0.141244;0.356176;0.000000;0.145667;0.936553;0.590250;0.000000;0.248057;0.595078;0.044618;0.030078;0.925304;0.004950;0.001305;0.993745;0.078850;0.074750;0.846400;0.731059;0.119203;0.731059;0.119203;0.047426;0.119203;0.268941;0.982014;0.268941;0.119203;0.268941;0.268941;0.982014;0.047426;0.500000;0.268941;0.731059;0.017986;0.119203;0.119203;0.528220;0.479262;0.595078;0.332922;0.449424;0.000000;0.192632;0.893595;0.185427;0.051174;0.383433;0.358473;0.479511;0.372385;0.713818;0.408783;0.342089;0.710538;0.113146;0.288229;0.126947;0.023875;0.849177;0.015890;0.000380;0.983725;0.133490;0.022970;0.843540;0.047426;0.017986;0.993307;0.993307;0.047426;0.047426;0.119203;0.047426;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.731059;0.119203;0.002473;0.006693;0.006693;0.165757;0.311310;0.873802;0.952755;0.198293;0.516744;0.291936;0.068434;0.210818;0.000000;0.061920;0.112246;0.000000;0.000000;0.748005;0.714022;0.135287;0.000000;0.213493;0.045390;0.201075;0.005583;0.793343;0.041275;0.000085;0.958640;0.219055;0.006290;0.774655;0.119203;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.500000;0.500000;0.952574;0.017986;0.880797;0.993307;0.017986;0.047426;0.500000;0.731059;0.500000;0.880797;0.577129;0.447939;0.083555;0.414595;0.381544;0.000000;0.116912;0.071094;0.227585;0.776607;0.727901;0.315831;0.776433;0.759328;0.582489;0.305127;0.439055;0.514996;0.096913;0.636915;0.885370;0.004612;0.110016;0.963175;0.000685;0.036135;0.769960;0.000320;0.229720;0.119203;0.047426;0.119203;0.880797;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.119203;0.119203;0.880797;0.982014;0.500000;0.119203;0.268941;0.119203;0.993307;0.047426;0.603483;0.398912;0.480011;0.456361;0.000000;0.651582;0.774343;0.519740;0.174078;0.201009;0.389836;0.335815;0.613251;0.351147;0.581516;0.735167;0.429473;0.000000;0.551319;0.381072;0.923184;0.005405;0.071412;0.992110;0.000635;0.007260;0.860380;0.000080;0.139540;0.500000;0.731059;0.731059;0.952574;0.017986;0.952574;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.268941;0.119203;0.047426;0.268941;0.268941;0.731059;0.047426;0.047426;0.562669;0.849923;0.592667;0.645427;0.000000;0.720511;0.502750;0.229347;0.717481;0.074675;0.290285;0.600848;0.377071;0.369584;0.000000;0.219086;0.515495;0.717886;0.707029;0.033602;0.974630;0.005297;0.020073;0.997925;0.000665;0.001410;0.991285;0.000015;0.008700;0.268941;0.017986;0.017986;0.006693;0.047426;0.017986;0.006693;0.047426;0.017986;0.982014;0.952574;0.017986;0.993307;0.731059;0.006693;0.017986;0.119203;0.017986;0.268941;0.731059;0.271307;0.075230;0.208664;0.000000;0.376836;0.422383;0.181532;0.088830;0.366793;0.836717;0.623868;0.115781;0.684602;0.881843;0.175375;0.488002;0.518741;0.737884;0.670180;0.669959;0.984191;0.004490;0.011319;0.998470;0.000630;0.000900;0.998040;0.000020;0.001940;0.268941;0.268941;0.119203;0.268941;0.017986;0.982014;0.993307;0.119203;0.268941;0.047426;0.500000;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.778164;0.767099;0.453634;0.413382;0.244530;0.647713;0.562177;0.213325;0.557741;0.610877;0.517743;0.174509;0.388410;0.069074;0.249927;0.598207;0.486004;0.000000;0.303857;0.217040;0.978400;0.005795;0.015804;0.998625;0.000635;0.000740;0.999745;0.000020;0.000235;0.119203;0.993307;0.119203;0.047426;0.880797;0.993307;0.731059;0.047426;0.119203;0.047426;0.119203;0.268941;0.952574;0.047426;0.017986;0.119203;0.268941;0.119203;0.119203;0.047426;0.720310;0.831879;0.552802;0.548596;0.208004;0.844881;0.702661;0.196234;0.353658;0.117326;0.319298;0.650673;0.548348;0.060939;0.151100;0.519989;0.377541;0.326293;0.000000;0.000000;0.977095;0.003392;0.019513;0.998740;0.000635;0.000625;0.999840;0.000025;0.000135;0.119203;0.047426;0.006693;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.982014;0.952574;0.017986;0.952574;0.982014;0.006693;0.017986;0.047426;0.731059;0.880797;0.731059;0.366793;0.067232;0.000000;0.000000;0.577373;0.000000;0.000000;0.036792;0.092709;0.867266;0.848643;0.051661;0.864127;0.514746;0.000000;0.184523;0.179167;0.595078;0.786003;0.634368;0.973754;0.005078;0.021170;0.998375;0.000570;0.001060;0.999805;0.000025;0.000170
0.880797;0.047426;0.731059;0.268941;0.047426;0.119203;0.047426;0.500000;0.731059;0.017986;0.006693;0.047426;0.017986;0.006693;0.047426;0.993307;0.880797;0.006693;0.017986;0.017986;0.578105;0.000000;0.385327;0.465555;0.399872;0.396517;0.305339;0.597486;0.511498;0.142583;0.278081;0.141244;0.356176;0.000000;0.145667;0.936553;0.590250;0.000000;0.248057;0.595078;0.044618;0.030078;0.925304;0.004950;0.001305;0.993745;0.078850;0.074750;0.846400;0.731059;0.119203;0.731059;0.119203;0.047426;0.119203;0.268941;0.982014;0.268941;0.119203;0.268941;0.268941;0.982014;0.047426;0.500000;0.268941;0.731059;0.017986;0.119203;0.119203;0.528220;0.479262;0.595078;0.332922;0.449424;0.000000;0.192632;0.893595;0.185427;0.051174;0.383433;0.358473;0.479511;0.372385;0.713818;0.408783;0.342089;0.710538;0.113146;0.288229;0.126947;0.023875;0.849177;0.015890;0.000380;0.983725;0.133490;0.022970;0.843540;0.047426;0.017986;0.993307;0.993307;0.047426;0.047426;0.119203;0.047426;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.731059;0.119203;0.002473;0.006693;0.006693;0.165757;0.311310;0.873802;0.952755;0.198293;0.516744;0.291936;0.068434;0.210818;0.000000;0.061920;0.112246;0.000000;0.000000;0.748005;0.714022;0.135287;0.000000;0.213493;0.045390;0.201075;0.005583;0.793343;0.041275;0.000085;0.958640;0.219055;0.006290;0.774655;0.119203;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.500000;0.500000;0.952574;0.017986;0.880797;0.993307;0.017986;0.047426;0.500000;0.731059;0.500000;0.880797;0.577129;0.447939;0.083555;0.414595;0.381544;0.000000;0.116912;0.071094;0.227585;0.776607;0.727901;0.315831;0.776433;0.759328;0.582489;0.305127;0.439055;0.514996;0.096913;0.636915;0.885370;0.004612;0.110016;0.963175;0.000685;0.036135;0.769960;0.000320;0.229720;0.119203;0.047426;0.119203;0.880797;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.119203;0.119203;0.880797;0.982014;0.500000;0.119203;0.268941;0.119203;0.993307;0.047426;0.603483;0.398912;0.480011;0.456361;0.000000;0.651582;0.774343;0.519740;0.174078;0.201009;0.389836;0.335815;0.613251;0.351147;0.581516;0.735167;0.429473;0.000000;0.551319;0.381072;0.923184;0.005405;0.071412;0.992110;0.000635;0.007260;0.860380;0.000080;0.139540;0.500000;0.731059;0.731059;0.952574;0.017986;0.952574;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.268941;0.119203;0.047426;0.268941;0.268941;0.731059;0.047426;0.047426;0.562669;0.849923;0.592667;0.645427;0.000000;0.720511;0.502750;0.229347;0.717481;0.074675;0.290285;0.600848;0.377071;0.369584;0.000000;0.219086;0.515495;0.717886;0.707029;0.033602;0.974630;0.005297;0.020073;0.997925;0.000665;0.001410;0.991285;0.000015;0.008700;0.268941;0.017986;0.017986;0.006693;0.047426;0.017986;0.006693;0.047426;0.017986;0.982014;0.952574;0.017986;0.993307;0.731059;0.006693;0.017986;0.119203;0.017986;0.268941;0.731059;0.271307;0.075230;0.208664;0.000000;0.376836;0.422383;0.181532;0.088830;0.366793;0.836717;0.623868;0.115781;0.684602;0.881843;0.175375;0.488002;0.518741;0.737884;0.670180;0.669959;0.984191;0.004490;0.011319;0.998470;0.000630;0.000900;0.998040;0.000020;0.001940;0.268941;0.268941;0.119203;0.268941;0.017986;0.982014;0.993307;0.119203;0.268941;0.047426;0.500000;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.778164;0.767099;0.453634;0.413382;0.244530;0.647713;0.562177;0.213325;0.557741;0.610877;0.517743;0.174509;0.388410;0.069074;0.249927;0.598207;0.486004;0.000000;0.303857;0.217040;0.978400;0.005795;0.015804;0.998625;0.000635;0.000740;0.999745;0.000020;0.000235;0.119203;0.993307;0.119203;0.047426;0.880797;0.993307;0.731059;0.047426;0.119203;0.047426;0.119203;0.268941;0.952574;0.047426;0.017986;0.119203;0.268941;0.119203;0.119203;0.047426;0.720310;0.831879;0.552802;0.548596;0.208004;0.844881;0.702661;0.196234;0.353658;0.117326;0.319298;0.650673;0.548348;0.060939;0.151100;0.519989;0.377541;0.326293;0.000000;0.000000;0.977095;0.003392;0.019513;0.998740;0.000635;0.000625;0.999840;0.000025;0.000135;0.119203;0.047426;0.006693;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.982014;0.952574;0.017986;0.952574;0.982014;0.006693;0.017986;0.047426;0.731059;0.880797;0.731059;0.366793;0.067232;0.000000;0.000000;0.577373;0.000000;0.000000;0.036792;0.092709;0.867266;0.848643;0.051661;0.864127;0.514746;0.000000;0.184523;0.179167;0.595078;0.786003;0.634368;0.973754;0.005078;0.021170;0.998375;0.000570;0.001060;0.999805;0.000025;0.000170;0.268941;0.993307;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.500000;0.952574;0.119203;0.952574;0.268941;0.017986;0.017986;0.119203;0.119203;0.006693;0.047426;0.268941;0.553050;0.806745;0.000000;0.054423;0.000000;0.625509;0.149059;0.073577;0.617984;0.823900;0.604918;0.675244;0.767099;0.088507;0.036474;0.296296;0.324975;0.000000;0.293385;0.629017;0.971897;0.002402;0.025701;0.998185;0.000465;0.001350;0.992965;0.000025;0.007010
0.731059;0.119203;0.731059;0.119203;0.047426;0.119203;0.268941;0.982014;0.268941;0.119203;0.268941;0.268941;0.982014;0.047426;0.500000;0.268941;0.731059;0.017986;0.119203;0.119203;0.528220;0.479262;0.595078;0.332922;0.449424;0.000000;0.192632;0.893595;0.185427;0.051174;0.383433;0.358473;0.479511;0.372385;0.713818;0.408783;0.342089;0.710538;0.113146;0.288229;0.126947;0.023875;0.849177;0.015890;0.000380;0.983725;0.133490;0.022970;0.843540;0.047426;0.017986;0.993307;0.993307;0.047426;0.047426;0.119203;0.047426;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.731059;0.119203;0.002473;0.006693;0.006693;0.165757;0.311310;0.873802;0.952755;0.198293;0.516744;0.291936;0.068434;0.210818;0.000000;0.061920;0.112246;0.000000;0.000000;0.748005;0.714022;0.135287;0.000000;0.213493;0.045390;0.201075;0.005583;0.793343;0.041275;0.000085;0.958640;0.219055;0.006290;0.774655;0.119203;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.500000;0.500000;0.952574;0.017986;0.880797;0.993307;0.017986;0.047426;0.500000;0.731059;0.500000;0.880797;0.577129;0.447939;0.083555;0.414595;0.381544;0.000000;0.116912;0.071094;0.227585;0.776607;0.727901;0.315831;0.776433;0.759328;0.582489;0.305127;0.439055;0.514996;0.096913;0.636915;0.885370;0.004612;0.110016;0.963175;0.000685;0.036135;0.769960;0.000320;0.229720;0.119203;0.047426;0.119203;0.880797;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.119203;0.119203;0.880797;0.982014;0.500000;0.119203;0.268941;0.119203;0.993307;0.047426;0.603483;0.398912;0.480011;0.456361;0.000000;0.651582;0.774343;0.519740;0.174078;0.201009;0.389836;0.335815;0.613251;0.351147;0.581516;0.735167;0.429473;0.000000;0.551319;0.381072;0.923184;0.005405;0.071412;0.992110;0.000635;0.007260;0.860380;0.000080;0.139540;0.500000;0.731059;0.731059;0.952574;0.017986;0.952574;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.268941;0.119203;0.047426;0.268941;0.268941;0.731059;0.047426;0.047426;0.562669;0.849923;0.592667;0.645427;0.000000;0.720511;0.502750;0.229347;0.717481;0.074675;0.290285;0.600848;0.377071;0.369584;0.000000;0.219086;0.515495;0.717886;0.707029;0.033602;0.974630;0.005297;0.020073;0.997925;0.000665;0.001410;0.991285;0.000015;0.008700;0.268941;0.017986;0.017986;0.006693;0.047426;0.017986;0.006693;0.047426;0.017986;0.982014;0.952574;0.017986;0.993307;0.731059;0.006693;0.017986;0.119203;0.017986;0.268941;0.731059;0.271307;0.075230;0.208664;0.000000;0.376836;0.422383;0.181532;0.088830;0.366793;0.836717;0.623868;0.115781;0.684602;0.881843;0.175375;0.488002;0.518741;0.737884;0.670180;0.669959;0.984191;0.004490;0.011319;0.998470;0.000630;0.000900;0.998040;0.000020;0.001940;0.268941;0.268941;0.119203;0.268941;0.017986;0.982014;0.993307;0.119203;0.268941;0.047426;0.500000;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.778164;0.767099;0.453634;0.413382;0.244530;0.647713;0.562177;0.213325;0.557741;0.610877;0.517743;0.174509;0.388410;0.069074;0.249927;0.598207;0.486004;0.000000;0.303857;0.217040;0.978400;0.005795;0.015804;0.998625;0.000635;0.000740;0.999745;0.000020;0.000235;0.119203;0.993307;0.119203;0.047426;0.880797;0.993307;0.731059;0.047426;0.119203;0.047426;0.119203;0.268941;0.952574;0.047426;0.017986;0.119203;0.268941;0.119203;0.119203;0.047426;0.720310;0.831879;0.552802;0.548596;0.208004;0.844881;0.702661;0.196234;0.353658;0.117326;0.319298;0.650673;0.548348;0.060939;0.151100;0.519989;0.377541;0.326293;0.000000;0.000000;0.977095;0.003392;0.019513;0.998740;0.000635;0.000625;0.999840;0.000025;0.000135;0.119203;0.047426;0.006693;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.982014;0.952574;0.017986;0.952574;0.982014;0.006693;0.017986;0.047426;0.731059;0.880797;0.731059;0.366793;0.067232;0.000000;0.000000;0.577373;0.000000;0.000000;0.036792;0.092709;0.867266;0.848643;0.051661;0.864127;0.514746;0.000000;0.184523;0.179167;0.595078;0.786003;0.634368;0.973754;0.005078;0.021170;0.998375;0.000570;0.001060;0.999805;0.000025;0.000170;0.268941;0.993307;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.500000;0.952574;0.119203;0.952574;0.268941;0.017986;0.017986;0.119203;0.119203;0.006693;0.047426;0.268941;0.553050;0.806745;0.000000;0.054423;0.000000;0.625509;0.149059;0.073577;0.617984;0.823900;0.604918;0.675244;0.767099;0.088507;0.036474;0.296296;0.324975;0.000000;0.293385;0.629017;0.971897;0.002402;0.025701;0.998185;0.000465;0.001350;0.992965;0.000025;0.007010;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.731059;0.119203;0.952574;0.047426;0.268941;0.880797;0.119203;0.119203;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.773468;0.861881;0.690616;0.559960;0.209822;0.616330;0.648169;0.040582;0.602526;0.000000;0.239759;0.634136;0.149949;0.000000;0.085881;0.623634;0.315614;0.000000;0.445221;0.079805;0.838782;0.003681;0.157533;0.977235;0.000235;0.022525;0.887430;0.000015;0.112550
0.047426;0.017986;0.993307;0.993307;0.047426;0.047426;0.119203;0.047426;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.731059;0.119203;0.002473;0.006693;0.006693;0.165757;0.311310;0.873802;0.952755;0.198293;0.516744;0.291936;0.068434;0.210818;0.000000;0.061920;0.112246;0.000000;0.000000;0.748005;0.714022;0.135287;0.000000;0.213493;0.045390;0.201075;0.005583;0.793343;0.041275;0.000085;0.958640;0.219055;0.006290;0.774655;0.119203;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.500000;0.500000;0.952574;0.017986;0.880797;0.993307;0.017986;0.047426;0.500000;0.731059;0.500000;0.880797;0.577129;0.447939;0.083555;0.414595;0.381544;0.000000;0.116912;0.071094;0.227585;0.776607;0.727901;0.315831;0.776433;0.759328;0.582489;0.305127;0.439055;0.514996;0.096913;0.636915;0.885370;0.004612;0.110016;0.963175;0.000685;0.036135;0.769960;0.000320;0.229720;0.119203;0.047426;0.119203;0.880797;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.119203;0.119203;0.880797;0.982014;0.500000;0.119203;0.268941;0.119203;0.993307;0.047426;0.603483;0.398912;0.480011;0.456361;0.000000;0.651582;0.774343;0.519740;0.174078;0.201009;0.389836;0.335815;0.613251;0.351147;0.581516;0.735167;0.429473;0.000000;0.551319;0.381072;0.923184;0.005405;0.071412;0.992110;0.000635;0.007260;0.860380;0.000080;0.139540;0.500000;0.731059;0.731059;0.952574;0.017986;0.952574;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.268941;0.119203;0.047426;0.268941;0.268941;0.731059;0.047426;0.047426;0.562669;0.849923;0.592667;0.645427;0.000000;0.720511;0.502750;0.229347;0.717481;0.074675;0.290285;0.600848;0.377071;0.369584;0.000000;0.219086;0.515495;0.717886;0.707029;0.033602;0.974630;0.005297;0.020073;0.997925;0.000665;0.001410;0.991285;0.000015;0.008700;0.268941;0.017986;0.017986;0.006693;0.047426;0.017986;0.006693;0.047426;0.017986;0.982014;0.952574;0.017986;0.993307;0.731059;0.006693;0.017986;0.119203;0.017986;0.268941;0.731059;0.271307;0.075230;0.208664;0.000000;0.376836;0.422383;0.181532;0.088830;0.366793;0.836717;0.623868;0.115781;0.684602;0.881843;0.175375;0.488002;0.518741;0.737884;0.670180;0.669959;0.984191;0.004490;0.011319;0.998470;0.000630;0.000900;0.998040;0.000020;0.001940;0.268941;0.268941;0.119203;0.268941;0.017986;0.982014;0.993307;0.119203;0.268941;0.047426;0.500000;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.778164;0.767099;0.453634;0.413382;0.244530;0.647713;0.562177;0.213325;0.557741;0.610877;0.517743;0.174509;0.388410;0.069074;0.249927;0.598207;0.486004;0.000000;0.303857;0.217040;0.978400;0.005795;0.015804;0.998625;0.000635;0.000740;0.999745;0.000020;0.000235;0.119203;0.993307;0.119203;0.047426;0.880797;0.993307;0.731059;0.047426;0.119203;0.047426;0.119203;0.268941;0.952574;0.047426;0.017986;0.119203;0.268941;0.119203;0.119203;0.047426;0.720310;0.831879;0.552802;0.548596;0.208004;0.844881;0.702661;0.196234;0.353658;0.117326;0.319298;0.650673;0.548348;0.060939;0.151100;0.519989;0.377541;0.326293;0.000000;0.000000;0.977095;0.003392;0.019513;0.998740;0.000635;0.000625;0.999840;0.000025;0.000135;0.119203;0.047426;0.006693;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.982014;0.952574;0.017986;0.952574;0.982014;0.006693;0.017986;0.047426;0.731059;0.880797;0.731059;0.366793;0.067232;0.000000;0.000000;0.577373;0.000000;0.000000;0.036792;0.092709;0.867266;0.848643;0.051661;0.864127;0.514746;0.000000;0.184523;0.179167;0.595078;0.786003;0.634368;0.973754;0.005078;0.021170;0.998375;0.000570;0.001060;0.999805;0.000025;0.000170;0.268941;0.993307;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.500000;0.952574;0.119203;0.952574;0.268941;0.017986;0.017986;0.119203;0.119203;0.006693;0.047426;0.268941;0.553050;0.806745;0.000000;0.054423;0.000000;0.625509;0.149059;0.073577;0.617984;0.823900;0.604918;0.675244;0.767099;0.088507;0.036474;0.296296;0.324975;0.000000;0.293385;0.629017;0.971897;0.002402;0.025701;0.998185;0.000465;0.001350;0.992965;0.000025;0.007010;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.731059;0.119203;0.952574;0.047426;0.268941;0.880797;0.119203;0.119203;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.773468;0.861881;0.690616;0.559960;0.209822;0.616330;0.648169;0.040582;0.602526;0.000000;0.239759;0.634136;0.149949;0.000000;0.085881;0.623634;0.315614;0.000000;0.445221;0.079805;0.838782;0.003681;0.157533;0.977235;0.000235;0.022525;0.887430;0.000015;0.112550;0.880797;0.880797;0.500000;0.500000;0.268941;0.500000;0.731059;0.500000;0.500000;0.268941;0.268941;0.500000;0.268941;0.047426;0.119203;0.500000;0.500000;0.047426;0.119203;0.268941;0.787848;0.728495;0.518242;0.450414;0.000000;0.547605;0.549339;0.136461;0.453881;0.443492;0.665522;0.565619;0.540412;0.289873;0.000000;0.462819;0.167563;0.000000;0.162057;0.446209;0.552971;0.004521;0.442509;0.614100;0.000015;0.385890;0.497430;0.000005;0.502565
0.119203;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.500000;0.500000;0.952574;0.017986;0.880797;0.993307;0.017986;0.047426;0.500000;0.731059;0.500000;0.880797;0.577129;0.447939;0.083555;0.414595;0.381544;0.000000;0.116912;0.071094;0.227585;0.776607;0.727901;0.315831;0.776433;0.759328;0.582489;0.305127;0.439055;0.514996;0.096913;0.636915;0.885370;0.004612;0.110016;0.963175;0.000685;0.036135;0.769960;0.000320;0.229720;0.119203;0.047426;0.119203;0.880797;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.119203;0.119203;0.880797;0.982014;0.500000;0.119203;0.268941;0.119203;0.993307;0.047426;0.603483;0.398912;0.480011;0.456361;0.000000;0.651582;0.774343;0.519740;0.174078;0.201009;0.389836;0.335815;0.613251;0.351147;0.581516;0.735167;0.429473;0.000000;0.551319;0.381072;0.923184;0.005405;0.071412;0.992110;0.000635;0.007260;0.860380;0.000080;0.139540;0.500000;0.731059;0.731059;0.952574;0.017986;0.952574;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.268941;0.119203;0.047426;0.268941;0.268941;0.731059;0.047426;0.047426;0.562669;0.849923;0.592667;0.645427;0.000000;0.720511;0.502750;0.229347;0.717481;0.074675;0.290285;0.600848;0.377071;0.369584;0.000000;0.219086;0.515495;0.717886;0.707029;0.033602;0.974630;0.005297;0.020073;0.997925;0.000665;0.001410;0.991285;0.000015;0.008700;0.268941;0.017986;0.017986;0.006693;0.047426;0.017986;0.006693;0.047426;0.017986;0.982014;0.952574;0.017986;0.993307;0.731059;0.006693;0.017986;0.119203;0.017986;0.268941;0.731059;0.271307;0.075230;0.208664;0.000000;0.376836;0.422383;0.181532;0.088830;0.366793;0.836717;0.623868;0.115781;0.684602;0.881843;0.175375;0.488002;0.518741;0.737884;0.670180;0.669959;0.984191;0.004490;0.011319;0.998470;0.000630;0.000900;0.998040;0.000020;0.001940;0.268941;0.268941;0.119203;0.268941;0.017986;0.982014;0.993307;0.119203;0.268941;0.047426;0.500000;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.778164;0.767099;0.453634;0.413382;0.244530;0.647713;0.562177;0.213325;0.557741;0.610877;0.517743;0.174509;0.388410;0.069074;0.249927;0.598207;0.486004;0.000000;0.303857;0.217040;0.978400;0.005795;0.015804;0.998625;0.000635;0.000740;0.999745;0.000020;0.000235;0.119203;0.993307;0.119203;0.047426;0.880797;0.993307;0.731059;0.047426;0.119203;0.047426;0.119203;0.268941;0.952574;0.047426;0.017986;0.119203;0.268941;0.119203;0.119203;0.047426;0.720310;0.831879;0.552802;0.548596;0.208004;0.844881;0.702661;0.196234;0.353658;0.117326;0.319298;0.650673;0.548348;0.060939;0.151100;0.519989;0.377541;0.326293;0.000000;0.000000;0.977095;0.003392;0.019513;0.998740;0.000635;0.000625;0.999840;0.000025;0.000135;0.119203;0.047426;0.006693;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.982014;0.952574;0.017986;0.952574;0.982014;0.006693;0.017986;0.047426;0.731059;0.880797;0.731059;0.366793;0.067232;0.000000;0.000000;0.577373;0.000000;0.000000;0.036792;0.092709;0.867266;0.848643;0.051661;0.864127;0.514746;0.000000;0.184523;0.179167;0.595078;0.786003;0.634368;0.973754;0.005078;0.021170;0.998375;0.000570;0.001060;0.999805;0.000025;0.000170;0.268941;0.993307;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.500000;0.952574;0.119203;0.952574;0.268941;0.017986;0.017986;0.119203;0.119203;0.006693;0.047426;0.268941;0.553050;0.806745;0.000000;0.054423;0.000000;0.625509;0.149059;0.073577;0.617984;0.823900;0.604918;0.675244;0.767099;0.088507;0.036474;0.296296;0.324975;0.000000;0.293385;0.629017;0.971897;0.002402;0.025701;0.998185;0.000465;0.001350;0.992965;0.000025;0.007010;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.731059;0.119203;0.952574;0.047426;0.268941;0.880797;0.119203;0.119203;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.773468;0.861881;0.690616;0.559960;0.209822;0.616330;0.648169;0.040582;0.602526;0.000000;0.239759;0.634136;0.149949;0.000000;0.085881;0.623634;0.315614;0.000000;0.445221;0.079805;0.838782;0.003681;0.157533;0.977235;0.000235;0.022525;0.887430;0.000015;0.112550;0.880797;0.880797;0.500000;0.500000;0.268941;0.500000;0.731059;0.500000;0.500000;0.268941;0.268941;0.500000;0.268941;0.047426;0.119203;0.500000;0.500000;0.047426;0.119203;0.268941;0.787848;0.728495;0.518242;0.450414;0.000000;0.547605;0.549339;0.136461;0.453881;0.443492;0.665522;0.565619;0.540412;0.289873;0.000000;0.462819;0.167563;0.000000;0.162057;0.446209;0.552971;0.004521;0.442509;0.614100;0.000015;0.385890;0.497430;0.000005;0.502565;0.119203;0.500000;0.731059;0.268941;0.880797;0.268941;0.047426;0.952574;0.952574;0.047426;0.119203;0.119203;0.119203;0.952574;0.047426;0.268941;0.268941;0.119203;0.952574;0.047426;0.429964;0.714430;0.657010;0.564882;0.276278;0.473275;0.460334;0.790012;0.582975;0.066298;0.135990;0.613726;0.295462;0.543639;0.840908;0.491001;0.097264;0.000000;0.119308;0.000000;0.034022;0.008489;0.957489;0.019360;0.000070;0.980570;0.017540;0.000070;0.982390
0.119203;0.047426;0.119203;0.880797;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.119203;0.119203;0.880797;0.982014;0.500000;0.119203;0.268941;0.119203;0.993307;0.047426;0.603483;0.398912;0.480011;0.456361;0.000000;0.651582;0.774343;0.519740;0.174078;0.201009;0.389836;0.335815;0.613251;0.351147;0.581516;0.735167;0.429473;0.000000;0.551319;0.381072;0.923184;0.005405;0.071412;0.992110;0.000635;0.007260;0.860380;0.000080;0.139540;0.500000;0.731059;0.731059;0.952574;0.017986;0.952574;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.268941;0.119203;0.047426;0.268941;0.268941;0.731059;0.047426;0.047426;0.562669;0.849923;0.592667;0.645427;0.000000;0.720511;0.502750;0.229347;0.717481;0.074675;0.290285;0.600848;0.377071;0.369584;0.000000;0.219086;0.515495;0.717886;0.707029;0.033602;0.974630;0.005297;0.020073;0.997925;0.000665;0.001410;0.991285;0.000015;0.008700;0.268941;0.017986;0.017986;0.006693;0.047426;0.017986;0.006693;0.047426;0.017986;0.982014;0.952574;0.017986;0.993307;0.731059;0.006693;0.017986;0.119203;0.017986;0.268941;0.731059;0.271307;0.075230;0.208664;0.000000;0.376836;0.422383;0.181532;0.088830;0.366793;0.836717;0.623868;0.115781;0.684602;0.881843;0.175375;0.488002;0.518741;0.737884;0.670180;0.669959;0.984191;0.004490;0.011319;0.998470;0.000630;0.000900;0.998040;0.000020;0.001940;0.268941;0.268941;0.119203;0.268941;0.017986;0.982014;0.993307;0.119203;0.268941;0.047426;0.500000;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.778164;0.767099;0.453634;0.413382;0.244530;0.647713;0.562177;0.213325;0.557741;0.610877;0.517743;0.174509;0.388410;0.069074;0.249927;0.598207;0.486004;0.000000;0.303857;0.217040;0.978400;0.005795;0.015804;0.998625;0.000635;0.000740;0.999745;0.000020;0.000235;0.119203;0.993307;0.119203;0.047426;0.880797;0.993307;0.731059;0.047426;0.119203;0.047426;0.119203;0.268941;0.952574;0.047426;0.017986;0.119203;0.268941;0.119203;0.119203;0.047426;0.720310;0.831879;0.552802;0.548596;0.208004;0.844881;0.702661;0.196234;0.353658;0.117326;0.319298;0.650673;0.548348;0.060939;0.151100;0.519989;0.377541;0.326293;0.000000;0.000000;0.977095;0.003392;0.019513;0.998740;0.000635;0.000625;0.999840;0.000025;0.000135;0.119203;0.047426;0.006693;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.982014;0.952574;0.017986;0.952574;0.982014;0.006693;0.017986;0.047426;0.731059;0.880797;0.731059;0.366793;0.067232;0.000000;0.000000;0.577373;0.000000;0.000000;0.036792;0.092709;0.867266;0.848643;0.051661;0.864127;0.514746;0.000000;0.184523;0.179167;0.595078;0.786003;0.634368;0.973754;0.005078;0.021170;0.998375;0.000570;0.001060;0.999805;0.000025;0.000170;0.268941;0.993307;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.500000;0.952574;0.119203;0.952574;0.268941;0.017986;0.017986;0.119203;0.119203;0.006693;0.047426;0.268941;0.553050;0.806745;0.000000;0.054423;0.000000;0.625509;0.149059;0.073577;0.617984;0.823900;0.604918;0.675244;0.767099;0.088507;0.036474;0.296296;0.324975;0.000000;0.293385;0.629017;0.971897;0.002402;0.025701;0.998185;0.000465;0.001350;0.992965;0.000025;0.007010;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.731059;0.119203;0.952574;0.047426;0.268941;0.880797;0.119203;0.119203;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.773468;0.861881;0.690616;0.559960;0.209822;0.616330;0.648169;0.040582;0.602526;0.000000;0.239759;0.634136;0.149949;0.000000;0.085881;0.623634;0.315614;0.000000;0.445221;0.079805;0.838782;0.003681;0.157533;0.977235;0.000235;0.022525;0.887430;0.000015;0.112550;0.880797;0.880797;0.500000;0.500000;0.268941;0.500000;0.731059;0.500000;0.500000;0.268941;0.268941;0.500000;0.268941;0.047426;0.119203;0.500000;0.500000;0.047426;0.119203;0.268941;0.787848;0.728495;0.518242;0.450414;0.000000;0.547605;0.549339;0.136461;0.453881;0.443492;0.665522;0.565619;0.540412;0.289873;0.000000;0.462819;0.167563;0.000000;0.162057;0.446209;0.552971;0.004521;0.442509;0.614100;0.000015;0.385890;0.497430;0.000005;0.502565;0.119203;0.500000;0.731059;0.268941;0.880797;0.268941;0.047426;0.952574;0.952574;0.047426;0.119203;0.119203;0.119203;0.952574;0.047426;0.268941;0.268941;0.119203;0.952574;0.047426;0.429964;0.714430;0.657010;0.564882;0.276278;0.473275;0.460334;0.790012;0.582975;0.066298;0.135990;0.613726;0.295462;0.543639;0.840908;0.491001;0.097264;0.000000;0.119308;0.000000;0.034022;0.008489;0.957489;0.019360;0.000070;0.980570;0.017540;0.000070;0.982390;0.119203;0.047426;0.119203;0.731059;0.006693;0.119203;0.731059;0.952574;0.119203;0.006693;0.006693;0.500000;0.006693;0.002473;0.997527;0.268941;0.047426;0.002473;0.006693;0.006693;0.417997;0.127305;0.683737;0.860206;0.000000;0.365169;0.572975;0.708477;0.425313;0.191545;0.048246;0.540163;0.134587;0.000000;0.866343;0.739814;0.149567;0.000000;0.000000;0.094234;0.091821;0.014014;0.894163;0.004095;0.000105;0.995800;0.005770;0.000345;0.993880
0.500000;0.731059;0.731059;0.952574;0.017986;0.952574;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.268941;0.119203;0.047426;0.268941;0.268941;0.731059;0.047426;0.047426;0.562669;0.849923;0.592667;0.645427;0.000000;0.720511;0.502750;0.229347;0.717481;0.074675;0.290285;0.600848;0.377071;0.369584;0.000000;0.219086;0.515495;0.717886;0.707029;0.033602;0.974630;0.005297;0.020073;0.997925;0.000665;0.001410;0.991285;0.000015;0.008700;0.268941;0.017986;0.017986;0.006693;0.047426;0.017986;0.006693;0.047426;0.017986;0.982014;0.952574;0.017986;0.993307;0.731059;0.006693;0.017986;0.119203;0.017986;0.268941;0.731059;0.271307;0.075230;0.208664;0.000000;0.376836;0.422383;0.181532;0.088830;0.366793;0.836717;0.623868;0.115781;0.684602;0.881843;0.175375;0.488002;0.518741;0.737884;0.670180;0.669959;0.984191;0.004490;0.011319;0.998470;0.000630;0.000900;0.998040;0.000020;0.001940;0.268941;0.268941;0.119203;0.268941;0.017986;0.982014;0.993307;0.119203;0.268941;0.047426;0.500000;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.778164;0.767099;0.453634;0.413382;0.244530;0.647713;0.562177;0.213325;0.557741;0.610877;0.517743;0.174509;0.388410;0.069074;0.249927;0.598207;0.486004;0.000000;0.303857;0.217040;0.978400;0.005795;0.015804;0.998625;0.000635;0.000740;0.999745;0.000020;0.000235;0.119203;0.993307;0.119203;0.047426;0.880797;0.993307;0.731059;0.047426;0.119203;0.047426;0.119203;0.268941;0.952574;0.047426;0.017986;0.119203;0.268941;0.119203;0.119203;0.047426;0.720310;0.831879;0.552802;0.548596;0.208004;0.844881;0.702661;0.196234;0.353658;0.117326;0.319298;0.650673;0.548348;0.060939;0.151100;0.519989;0.377541;0.326293;0.000000;0.000000;0.977095;0.003392;0.019513;0.998740;0.000635;0.000625;0.999840;0.000025;0.000135;0.119203;0.047426;0.006693;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.982014;0.952574;0.017986;0.952574;0.982014;0.006693;0.017986;0.047426;0.731059;0.880797;0.731059;0.366793;0.067232;0.000000;0.000000;0.577373;0.000000;0.000000;0.036792;0.092709;0.867266;0.848643;0.051661;0.864127;0.514746;0.000000;0.184523;0.179167;0.595078;0.786003;0.634368;0.973754;0.005078;0.021170;0.998375;0.000570;0.001060;0.999805;0.000025;0.000170;0.268941;0.993307;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.500000;0.952574;0.119203;0.952574;0.268941;0.017986;0.017986;0.119203;0.119203;0.006693;0.047426;0.268941;0.553050;0.806745;0.000000;0.054423;0.000000;0.625509;0.149059;0.073577;0.617984;0.823900;0.604918;0.675244;0.767099;0.088507;0.036474;0.296296;0.324975;0.000000;0.293385;0.629017;0.971897;0.002402;0.025701;0.998185;0.000465;0.001350;0.992965;0.000025;0.007010;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.731059;0.119203;0.952574;0.047426;0.268941;0.880797;0.119203;0.119203;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.773468;0.861881;0.690616;0.559960;0.209822;0.616330;0.648169;0.040582;0.602526;0.000000;0.239759;0.634136;0.149949;0.000000;0.085881;0.623634;0.315614;0.000000;0.445221;0.079805;0.838782;0.003681;0.157533;0.977235;0.000235;0.022525;0.887430;0.000015;0.112550;0.880797;0.880797;0.500000;0.500000;0.268941;0.500000;0.731059;0.500000;0.500000;0.268941;0.268941;0.500000;0.268941;0.047426;0.119203;0.500000;0.500000;0.047426;0.119203;0.268941;0.787848;0.728495;0.518242;0.450414;0.000000;0.547605;0.549339;0.136461;0.453881;0.443492;0.665522;0.565619;0.540412;0.289873;0.000000;0.462819;0.167563;0.000000;0.162057;0.446209;0.552971;0.004521;0.442509;0.614100;0.000015;0.385890;0.497430;0.000005;0.502565;0.119203;0.500000;0.731059;0.268941;0.880797;0.268941;0.047426;0.952574;0.952574;0.047426;0.119203;0.119203;0.119203;0.952574;0.047426;0.268941;0.268941;0.119203;0.952574;0.047426;0.429964;0.714430;0.657010;0.564882;0.276278;0.473275;0.460334;0.790012;0.582975;0.066298;0.135990;0.613726;0.295462;0.543639;0.840908;0.491001;0.097264;0.000000;0.119308;0.000000;0.034022;0.008489;0.957489;0.019360;0.000070;0.980570;0.017540;0.000070;0.982390;0.119203;0.047426;0.119203;0.731059;0.006693;0.119203;0.731059;0.952574;0.119203;0.006693;0.006693;0.500000;0.006693;0.002473;0.997527;0.268941;0.047426;0.002473;0.006693;0.006693;0.417997;0.127305;0.683737;0.860206;0.000000;0.365169;0.572975;0.708477;0.425313;0.191545;0.048246;0.540163;0.134587;0.000000;0.866343;0.739814;0.149567;0.000000;0.000000;0.094234;0.091821;0.014014;0.894163;0.004095;0.000105;0.995800;0.005770;0.000345;0.993880;0.047426;0.268941;0.880797;0.999089;0.002473;0.268941;0.952574;0.119203;0.047426;0.002473;0.002473;0.268941;0.006693;0.002473;0.017986;0.119203;0.119203;0.002473;0.006693;0.006693;0.146790;0.786171;0.742691;0.887355;0.000000;0.474023;0.663739;0.672387;0.300903;0.077701;0.020654;0.685896;0.000000;0.057649;0.504500;0.588072;0.082413;0.000000;0.107936;0.128420;0.009168;0.041219;0.949613;0.004550;0.005015;0.990435;0.003945;0.022470;0.973585
0.268941;0.017986;0.017986;0.006693;0.047426;0.017986;0.006693;0.047426;0.017986;0.982014;0.952574;0.017986;0.993307;0.731059;0.006693;0.017986;0.119203;0.017986;0.268941;0.731059;0.271307;0.075230;0.208664;0.000000;0.376836;0.422383;0.181532;0.088830;0.366793;0.836717;0.623868;0.115781;0.684602;0.881843;0.175375;0.488002;0.518741;0.737884;0.670180;0.669959;0.984191;0.004490;0.011319;0.998470;0.000630;0.000900;0.998040;0.000020;0.001940;0.268941;0.268941;0.119203;0.268941;0.017986;0.982014;0.993307;0.119203;0.268941;0.047426;0.500000;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.778164;0.767099;0.453634;0.413382;0.244530;0.647713;0.562177;0.213325;0.557741;0.610877;0.517743;0.174509;0.388410;0.069074;0.249927;0.598207;0.486004;0.000000;0.303857;0.217040;0.978400;0.005795;0.015804;0.998625;0.000635;0.000740;0.999745;0.000020;0.000235;0.119203;0.993307;0.119203;0.047426;0.880797;0.993307;0.731059;0.047426;0.119203;0.047426;0.119203;0.268941;0.952574;0.047426;0.017986;0.119203;0.268941;0.119203;0.119203;0.047426;0.720310;0.831879;0.552802;0.548596;0.208004;0.844881;0.702661;0.196234;0.353658;0.117326;0.319298;0.650673;0.548348;0.060939;0.151100;0.519989;0.377541;0.326293;0.000000;0.000000;0.977095;0.003392;0.019513;0.998740;0.000635;0.000625;0.999840;0.000025;0.000135;0.119203;0.047426;0.006693;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.982014;0.952574;0.017986;0.952574;0.982014;0.006693;0.017986;0.047426;0.731059;0.880797;0.731059;0.366793;0.067232;0.000000;0.000000;0.577373;0.000000;0.000000;0.036792;0.092709;0.867266;0.848643;0.051661;0.864127;0.514746;0.000000;0.184523;0.179167;0.595078;0.786003;0.634368;0.973754;0.005078;0.021170;0.998375;0.000570;0.001060;0.999805;0.000025;0.000170;0.268941;0.993307;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.500000;0.952574;0.119203;0.952574;0.268941;0.017986;0.017986;0.119203;0.119203;0.006693;0.047426;0.268941;0.553050;0.806745;0.000000;0.054423;0.000000;0.625509;0.149059;0.073577;0.617984;0.823900;0.604918;0.675244;0.767099;0.088507;0.036474;0.296296;0.324975;0.000000;0.293385;0.629017;0.971897;0.002402;0.025701;0.998185;0.000465;0.001350;0.992965;0.000025;0.007010;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.731059;0.119203;0.952574;0.047426;0.268941;0.880797;0.119203;0.119203;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.773468;0.861881;0.690616;0.559960;0.209822;0.616330;0.648169;0.040582;0.602526;0.000000;0.239759;0.634136;0.149949;0.000000;0.085881;0.623634;0.315614;0.000000;0.445221;0.079805;0.838782;0.003681;0.157533;0.977235;0.000235;0.022525;0.887430;0.000015;0.112550;0.880797;0.880797;0.500000;0.500000;0.268941;0.500000;0.731059;0.500000;0.500000;0.268941;0.268941;0.500000;0.268941;0.047426;0.119203;0.500000;0.500000;0.047426;0.119203;0.268941;0.787848;0.728495;0.518242;0.450414;0.000000;0.547605;0.549339;0.136461;0.453881;0.443492;0.665522;0.565619;0.540412;0.289873;0.000000;0.462819;0.167563;0.000000;0.162057;0.446209;0.552971;0.004521;0.442509;0.614100;0.000015;0.385890;0.497430;0.000005;0.502565;0.119203;0.500000;0.731059;0.268941;0.880797;0.268941;0.047426;0.952574;0.952574;0.047426;0.119203;0.119203;0.119203;0.952574;0.047426;0.268941;0.268941;0.119203;0.952574;0.047426;0.429964;0.714430;0.657010;0.564882;0.276278;0.473275;0.460334;0.790012;0.582975;0.066298;0.135990;0.613726;0.295462;0.543639;0.840908;0.491001;0.097264;0.000000;0.119308;0.000000;0.034022;0.008489;0.957489;0.019360;0.000070;0.980570;0.017540;0.000070;0.982390;0.119203;0.047426;0.119203;0.731059;0.006693;0.119203;0.731059;0.952574;0.119203;0.006693;0.006693;0.500000;0.006693;0.002473;0.997527;0.268941;0.047426;0.002473;0.006693;0.006693;0.417997;0.127305;0.683737;0.860206;0.000000;0.365169;0.572975;0.708477;0.425313;0.191545;0.048246;0.540163;0.134587;0.000000;0.866343;0.739814;0.149567;0.000000;0.000000;0.094234;0.091821;0.014014;0.894163;0.004095;0.000105;0.995800;0.005770;0.000345;0.993880;0.047426;0.268941;0.880797;0.999089;0.002473;0.268941;0.952574;0.119203;0.047426;0.002473;0.002473;0.268941;0.006693;0.002473;0.017986;0.119203;0.119203;0.002473;0.006693;0.006693;0.146790;0.786171;0.742691;0.887355;0.000000;0.474023;0.663739;0.672387;0.300903;0.077701;0.020654;0.685896;0.000000;0.057649;0.504500;0.588072;0.082413;0.000000;0.107936;0.128420;0.009168;0.041219;0.949613;0.004550;0.005015;0.990435;0.003945;0.022470;0.973585;0.119203;0.268941;0.047426;0.017986;0.047426;0.047426;0.047426;0.017986;0.952574;0.500000;0.500000;0.952574;0.268941;0.997527;0.017986;0.119203;0.047426;0.119203;0.880797;0.268941;0.289667;0.051809;0.113649;0.000000;0.000000;0.000000;0.000000;0.106977;0.204891;0.708271;0.762059;0.136815;0.619399;0.969201;0.291729;0.000000;0.093469;0.000000;0.162737;0.652489;0.028657;0.527018;0.444323;0.066185;0.764870;0.168940;0.000620;0.620810;0.378570
0.268941;0.268941;0.119203;0.268941;0.017986;0.982014;0.993307;0.119203;0.268941;0.047426;0.500000;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.006693;0.017986;0.047426;0.778164;0.767099;0.453634;0.413382;0.244530;0.647713;0.562177;0.213325;0.557741;0.610877;0.517743;0.174509;0.388410;0.069074;0.249927;0.598207;0.486004;0.000000;0.303857;0.217040;0.978400;0.005795;0.015804;0.998625;0.000635;0.000740;0.999745;0.000020;0.000235;0.119203;0.993307;0.119203;0.047426;0.880797;0.993307;0.731059;0.047426;0.119203;0.047426;0.119203;0.268941;0.952574;0.047426;0.017986;0.119203;0.268941;0.119203;0.119203;0.047426;0.720310;0.831879;0.552802;0.548596;0.208004;0.844881;0.702661;0.196234;0.353658;0.117326;0.319298;0.650673;0.548348;0.060939;0.151100;0.519989;0.377541;0.326293;0.000000;0.000000;0.977095;0.003392;0.019513;0.998740;0.000635;0.000625;0.999840;0.000025;0.000135;0.119203;0.047426;0.006693;0.006693;0.047426;0.119203;0.017986;0.017986;0.017986;0.982014;0.952574;0.017986;0.952574;0.982014;0.006693;0.017986;0.047426;0.731059;0.880797;0.731059;0.366793;0.067232;0.000000;0.000000;0.577373;0.000000;0.000000;0.036792;0.092709;0.867266;0.848643;0.051661;0.864127;0.514746;0.000000;0.184523;0.179167;0.595078;0.786003;0.634368;0.973754;0.005078;0.021170;0.998375;0.000570;0.001060;0.999805;0.000025;0.000170;0.268941;0.993307;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.500000;0.952574;0.119203;0.952574;0.268941;0.017986;0.017986;0.119203;0.119203;0.006693;0.047426;0.268941;0.553050;0.806745;0.000000;0.054423;0.000000;0.625509;0.149059;0.073577;0.617984;0.823900;0.604918;0.675244;0.767099;0.088507;0.036474;0.296296;0.324975;0.000000;0.293385;0.629017;0.971897;0.002402;0.025701;0.998185;0.000465;0.001350;0.992965;0.000025;0.007010;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.731059;0.119203;0.952574;0.047426;0.268941;0.880797;0.119203;0.119203;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.773468;0.861881;0.690616;0.559960;0.209822;0.616330;0.648169;0.040582;0.602526;0.000000;0.239759;0.634136;0.149949;0.000000;0.085881;0.623634;0.315614;0.000000;0.445221;0.079805;0.838782;0.003681;0.157533;0.977235;0.000235;0.022525;0.887430;0.000015;0.112550;0.880797;0.880797;0.500000;0.500000;0.268941;0.500000;0.731059;0.500000;0.500000;0.268941;0.268941;0.500000;0.268941;0.047426;0.119203;0.500000;0.500000;0.047426;0.119203;0.268941;0.787848;0.728495;0.518242;0.450414;0.000000;0.547605;0.549339;0.136461;0.453881;0.443492;0.665522;0.565619;0.540412;0.289873;0.000000;0.462819;0.167563;0.000000;0.162057;0.446209;0.552971;0.004521;0.442509;0.614100;0.000015;0.385890;0.497430;0.000005;0.502565;0.119203;0.500000;0.731059;0.268941;0.880797;0.268941;0.047426;0.952574;0.952574;0.047426;0.119203;0.119203;0.119203;0.952574;0.047426;0.268941;0.268941;0.119203;0.952574;0.047426;0.429964;0.714430;0.657010;0.564882;0.276278;0.473275;0.460334;0.790012;0.582975;0.066298;0.135990;0.613726;0.295462;0.543639;0.840908;0.491001;0.097264;0.000000;0.119308;0.000000;0.034022;0.008489;0.957489;0.019360;0.000070;0.980570;0.017540;0.000070;0.982390;0.119203;0.047426;0.119203;0.731059;0.006693;0.119203;0.731059;0.952574;0.119203;0.006693;0.006693;0.500000;0.006693;0.002473;0.997527;0.268941;0.047426;0.002473;0.006693;0.006693;0.417997;0.127305;0.683737;0.860206;0.000000;0.365169;0.572975;0.708477;0.425313;0.191545;0.048246;0.540163;0.134587;0.000000;0.866343;0.739814;0.149567;0.000000;0.000000;0.094234;0.091821;0.014014;0.894163;0.004095;0.000105;0.995800;0.005770;0.000345;0.993880;0.047426;0.268941;0.880797;0.999089;0.002473;0.268941;0.952574;0.119203;0.047426;0.002473;0.002473;0.268941;0.006693;0.002473;0.017986;0.119203;0.119203;0.002473;0.006693;0.006693;0.146790;0.786171;0.742691;0.887355;0.000000;0.474023;0.663739;0.672387;0.300903;0.077701;0.020654;0.685896;0.000000;0.057649;0.504500;0.588072;0.082413;0.000000;0.107936;0.128420;0.009168;0.041219;0.949613;0.004550;0.005015;0.990435;0.003945;0.022470;0.973585;0.119203;0.268941;0.047426;0.017986;0.047426;0.047426;0.047426;0.017986;0.952574;0.500000;0.500000;0.952574;0.268941;0.997527;0.017986;0.119203;0.047426;0.119203;0.880797;0.268941;0.289667;0.051809;0.113649;0.000000;0.000000;0.000000;0.000000;0.106977;0.204891;0.708271;0.762059;0.136815;0.619399;0.969201;0.291729;0.000000;0.093469;0.000000;0.162737;0.652489;0.028657;0.527018;0.444323;0.066185;0.764870;0.168940;0.000620;0.620810;0.378570;0.731059;0.119203;0.047426;0.119203;0.119203;0.119203;0.268941;0.017986;0.047426;0.952574;0.880797;0.268941;0.880797;0.119203;0.047426;0.268941;0.731059;0.017986;0.119203;0.880797;0.758047;0.794293;0.244161;0.429964;0.000000;0.551566;0.520239;0.147166;0.070110;0.567338;0.213325;0.557988;0.000000;0.274681;0.445468;0.763145;0.546862;0.315398;0.088346;0.529964;0.031320;0.839880;0.128801;0.069585;0.806800;0.123615;0.000990;0.961715;0.037295
0.119203;0.017986;0.006693;0.006693;0.500000;0.119203;0.017986;0.006693;0.006693;0.982014;0.731059;0.017986;0.500000;0.731059;0.006693;0.017986;0.268941;0.268941;0.268941;0.993307;0.131816;0.000000;0.138596;0.000000;0.672387;0.077845;0.000000;0.000000;0.300693;0.898439;0.611115;0.000000;0.609450;0.765307;0.150844;0.000000;0.000000;0.683305;0.300063;0.915522;0.031467;0.902550;0.065986;0.070200;0.811910;0.117890;0.001435;0.987880;0.010695;0.017986;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.002473;0.047426;0.268941;0.880797;0.006693;0.731059;0.999089;0.002473;0.006693;0.017986;0.952574;0.993307;0.047426;0.175231;0.000000;0.000000;0.000000;0.409508;0.000000;0.000000;0.244530;0.071824;0.613251;0.789182;0.000000;0.838214;0.941530;0.000000;0.335592;0.117637;0.692961;0.902560;0.281709;0.029400;0.900069;0.070531;0.070120;0.805010;0.124870;0.001415;0.974640;0.023945;0.731059;0.047426;0.993307;0.119203;0.017986;0.119203;0.047426;0.268941;0.880797;0.268941;0.017986;0.047426;0.047426;0.500000;0.017986;0.952574;0.268941;0.017986;0.500000;0.119203;0.681354;0.062973;0.680050;0.447939;0.861762;0.606112;0.334478;0.497500;0.067232;0.253506;0.330705;0.000000;0.672607;0.340290;0.189540;0.835346;0.704746;0.000000;0.278282;0.460582;0.026493;0.728338;0.245172;0.065060;0.682900;0.252040;0.001020;0.766455;0.232535;0.119203;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.006693;0.002473;0.002473;0.006693;0.047426;0.006693;0.002473;0.002473;0.002473;0.658811;0.000000;0.000000;0.000000;0.588556;0.000000;0.079658;0.963771;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.394126;0.523732;0.136226;0.000000;0.084556;0.000000;0.037884;0.371860;0.590257;0.074970;0.419440;0.505590;0.001125;0.489275;0.509605;0.119203;0.047426;0.500000;0.731059;0.268941;0.119203;0.268941;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.982014;0.268941;0.500000;0.982014;0.952574;0.047426;0.282519;0.239031;0.705577;0.727703;0.399632;0.435855;0.544631;0.389836;0.568320;0.313889;0.269335;0.133310;0.373320;0.597486;0.653169;0.798991;0.552061;0.850178;0.453634;0.302589;0.152309;0.040371;0.807322;0.259210;0.056880;0.683915;0.164810;0.041605;0.793585;0.006693;0.006693;0.119203;0.999665;0.000911;0.047426;0.500000;0.006693;0.017986;0.000911;0.000911;0.017986;0.000911;0.000911;0.006693;0.017986;0.017986;0.000335;0.000911;0.000911;0.592908;0.000000;0.409024;0.954653;0.000000;0.000000;0.826066;0.578349;0.000000;0.000000;0.099930;0.139794;0.163420;0.407333;0.146040;0.396756;0.112147;0.000000;0.205870;0.000000;0.436930;0.021253;0.541816;0.477835;0.050555;0.471600;0.419400;0.001180;0.579425;0.119203;0.047426;0.119203;0.268941;0.006693;0.268941;0.997527;0.047426;0.268941;0.006693;0.006693;0.119203;0.268941;0.268941;0.119203;0.880797;0.268941;0.006693;0.017986;0.047426;0.506250;0.332034;0.077201;0.614673;0.000000;0.550824;0.811073;0.746305;0.745167;0.035366;0.215684;0.223047;0.170654;0.322130;0.612065;0.748382;0.328936;0.267959;0.178726;0.342314;0.577547;0.068596;0.353858;0.600950;0.189705;0.209350;0.616635;0.001030;0.382335;0.119203;0.047426;0.017986;0.017986;0.500000;0.982014;0.047426;0.006693;0.047426;0.952574;0.880797;0.047426;0.997527;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.268941;0.179756;0.446703;0.665077;0.450661;0.162193;0.789348;0.199089;0.034623;0.509249;0.662175;0.757496;0.275679;0.893690;0.639916;0.000000;0.178873;0.412413;0.676339;0.568075;0.315183;0.709767;0.073993;0.216242;0.715555;0.210005;0.074440;0.845450;0.002600;0.151955;0.500000;0.017986;0.017986;0.006693;0.500000;0.047426;0.017986;0.017986;0.047426;0.880797;0.952574;0.017986;0.880797;0.982014;0.017986;0.047426;0.500000;0.268941;0.952574;0.268941;0.537430;0.000000;0.203105;0.210818;0.000000;0.251807;0.000000;0.161922;0.222181;0.784147;0.834519;0.000000;0.719907;0.849028;0.344795;0.125209;0.282722;0.783978;0.716669;0.374725;0.794543;0.075656;0.129800;0.741115;0.216875;0.042005;0.936275;0.003760;0.059965;0.500000;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.880797;0.982014;0.017986;0.731059;0.731059;0.017986;0.047426;0.119203;0.500000;0.731059;0.880797;0.686542;0.068817;0.000000;0.316479;0.571262;0.232544;0.000000;0.296296;0.000000;0.617748;0.852582;0.000000;0.758963;0.746115;0.550082;0.121532;0.063924;0.610639;0.447198;0.589040;0.849128;0.071620;0.079254;0.741315;0.211195;0.047495;0.958360;0.003515;0.038125;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.119203;0.500000;0.047426;0.017986;0.047426;0.119203;0.119203;0.047426;0.952574;0.952574;0.500000;0.993307;0.500000;0.047426;0.513747;0.303434;0.363085;0.689332;0.000000;0.650219;0.772064;0.488002;0.415081;0.204566;0.154074;0.059468;0.154727;0.068306;0.893975;0.632510;0.175665;0.586375;0.487503;0.446950;0.847080;0.067319;0.085599;0.743375;0.193645;0.062980;0.965165;0.002935;0.031895
0.017986;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.002473;0.047426;0.268941;0.880797;0.006693;0.731059;0.999089;0.002473;0.006693;0.017986;0.952574;0.993307;0.047426;0.175231;0.000000;0.000000;0.000000;0.409508;0.000000;0.000000;0.244530;0.071824;0.613251;0.789182;0.000000;0.838214;0.941530;0.000000;0.335592;0.117637;0.692961;0.902560;0.281709;0.029400;0.900069;0.070531;0.070120;0.805010;0.124870;0.001415;0.974640;0.023945;0.731059;0.047426;0.993307;0.119203;0.017986;0.119203;0.047426;0.268941;0.880797;0.268941;0.017986;0.047426;0.047426;0.500000;0.017986;0.952574;0.268941;0.017986;0.500000;0.119203;0.681354;0.062973;0.680050;0.447939;0.861762;0.606112;0.334478;0.497500;0.067232;0.253506;0.330705;0.000000;0.672607;0.340290;0.189540;0.835346;0.704746;0.000000;0.278282;0.460582;0.026493;0.728338;0.245172;0.065060;0.682900;0.252040;0.001020;0.766455;0.232535;0.119203;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.006693;0.002473;0.002473;0.006693;0.047426;0.006693;0.002473;0.002473;0.002473;0.658811;0.000000;0.000000;0.000000;0.588556;0.000000;0.079658;0.963771;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.394126;0.523732;0.136226;0.000000;0.084556;0.000000;0.037884;0.371860;0.590257;0.074970;0.419440;0.505590;0.001125;0.489275;0.509605;0.119203;0.047426;0.500000;0.731059;0.268941;0.119203;0.268941;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.982014;0.268941;0.500000;0.982014;0.952574;0.047426;0.282519;0.239031;0.705577;0.727703;0.399632;0.435855;0.544631;0.389836;0.568320;0.313889;0.269335;0.133310;0.373320;0.597486;0.653169;0.798991;0.552061;0.850178;0.453634;0.302589;0.152309;0.040371;0.807322;0.259210;0.056880;0.683915;0.164810;0.041605;0.793585;0.006693;0.006693;0.119203;0.999665;0.000911;0.047426;0.500000;0.006693;0.017986;0.000911;0.000911;0.017986;0.000911;0.000911;0.006693;0.017986;0.017986;0.000335;0.000911;0.000911;0.592908;0.000000;0.409024;0.954653;0.000000;0.000000;0.826066;0.578349;0.000000;0.000000;0.099930;0.139794;0.163420;0.407333;0.146040;0.396756;0.112147;0.000000;0.205870;0.000000;0.436930;0.021253;0.541816;0.477835;0.050555;0.471600;0.419400;0.001180;0.579425;0.119203;0.047426;0.119203;0.268941;0.006693;0.268941;0.997527;0.047426;0.268941;0.006693;0.006693;0.119203;0.268941;0.268941;0.119203;0.880797;0.268941;0.006693;0.017986;0.047426;0.506250;0.332034;0.077201;0.614673;0.000000;0.550824;0.811073;0.746305;0.745167;0.035366;0.215684;0.223047;0.170654;0.322130;0.612065;0.748382;0.328936;0.267959;0.178726;0.342314;0.577547;0.068596;0.353858;0.600950;0.189705;0.209350;0.616635;0.001030;0.382335;0.119203;0.047426;0.017986;0.017986;0.500000;0.982014;0.047426;0.006693;0.047426;0.952574;0.880797;0.047426;0.997527;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.268941;0.179756;0.446703;0.665077;0.450661;0.162193;0.789348;0.199089;0.034623;0.509249;0.662175;0.757496;0.275679;0.893690;0.639916;0.000000;0.178873;0.412413;0.676339;0.568075;0.315183;0.709767;0.073993;0.216242;0.715555;0.210005;0.074440;0.845450;0.002600;0.151955;0.500000;0.017986;0.017986;0.006693;0.500000;0.047426;0.017986;0.017986;0.047426;0.880797;0.952574;0.017986;0.880797;0.982014;0.017986;0.047426;0.500000;0.268941;0.952574;0.268941;0.537430;0.000000;0.203105;0.210818;0.000000;0.251807;0.000000;0.161922;0.222181;0.784147;0.834519;0.000000;0.719907;0.849028;0.344795;0.125209;0.282722;0.783978;0.716669;0.374725;0.794543;0.075656;0.129800;0.741115;0.216875;0.042005;0.936275;0.003760;0.059965;0.500000;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.880797;0.982014;0.017986;0.731059;0.731059;0.017986;0.047426;0.119203;0.500000;0.731059;0.880797;0.686542;0.068817;0.000000;0.316479;0.571262;0.232544;0.000000;0.296296;0.000000;0.617748;0.852582;0.000000;0.758963;0.746115;0.550082;0.121532;0.063924;0.610639;0.447198;0.589040;0.849128;0.071620;0.079254;0.741315;0.211195;0.047495;0.958360;0.003515;0.038125;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.119203;0.500000;0.047426;0.017986;0.047426;0.119203;0.119203;0.047426;0.952574;0.952574;0.500000;0.993307;0.500000;0.047426;0.513747;0.303434;0.363085;0.689332;0.000000;0.650219;0.772064;0.488002;0.415081;0.204566;0.154074;0.059468;0.154727;0.068306;0.893975;0.632510;0.175665;0.586375;0.487503;0.446950;0.847080;0.067319;0.085599;0.743375;0.193645;0.062980;0.965165;0.002935;0.031895;0.952574;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.268941;0.500000;0.017986;0.500000;0.500000;0.017986;0.268941;0.119203;0.756944;0.000000;0.502750;0.548348;0.575909;0.238486;0.334256;0.673267;0.293385;0.053252;0.410718;0.054888;0.765128;0.398433;0.049642;0.851953;0.527971;0.502500;0.421651;0.414595;0.847507;0.036615;0.115877;0.759620;0.098585;0.141795;0.965615;0.002405;0.031975
0.731059;0.047426;0.993307;0.119203;0.017986;0.119203;0.047426;0.268941;0.880797;0.268941;0.017986;0.047426;0.047426;0.500000;0.017986;0.952574;0.268941;0.017986;0.500000;0.119203;0.681354;0.062973;0.680050;0.447939;0.861762;0.606112;0.334478;0.497500;0.067232;0.253506;0.330705;0.000000;0.672607;0.340290;0.189540;0.835346;0.704746;0.000000;0.278282;0.460582;0.026493;0.728338;0.245172;0.065060;0.682900;0.252040;0.001020;0.766455;0.232535;0.119203;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.006693;0.002473;0.002473;0.006693;0.047426;0.006693;0.002473;0.002473;0.002473;0.658811;0.000000;0.000000;0.000000;0.588556;0.000000;0.079658;0.963771;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.394126;0.523732;0.136226;0.000000;0.084556;0.000000;0.037884;0.371860;0.590257;0.074970;0.419440;0.505590;0.001125;0.489275;0.509605;0.119203;0.047426;0.500000;0.731059;0.268941;0.119203;0.268941;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.982014;0.268941;0.500000;0.982014;0.952574;0.047426;0.282519;0.239031;0.705577;0.727703;0.399632;0.435855;0.544631;0.389836;0.568320;0.313889;0.269335;0.133310;0.373320;0.597486;0.653169;0.798991;0.552061;0.850178;0.453634;0.302589;0.152309;0.040371;0.807322;0.259210;0.056880;0.683915;0.164810;0.041605;0.793585;0.006693;0.006693;0.119203;0.999665;0.000911;0.047426;0.500000;0.006693;0.017986;0.000911;0.000911;0.017986;0.000911;0.000911;0.006693;0.017986;0.017986;0.000335;0.000911;0.000911;0.592908;0.000000;0.409024;0.954653;0.000000;0.000000;0.826066;0.578349;0.000000;0.000000;0.099930;0.139794;0.163420;0.407333;0.146040;0.396756;0.112147;0.000000;0.205870;0.000000;0.436930;0.021253;0.541816;0.477835;0.050555;0.471600;0.419400;0.001180;0.579425;0.119203;0.047426;0.119203;0.268941;0.006693;0.268941;0.997527;0.047426;0.268941;0.006693;0.006693;0.119203;0.268941;0.268941;0.119203;0.880797;0.268941;0.006693;0.017986;0.047426;0.506250;0.332034;0.077201;0.614673;0.000000;0.550824;0.811073;0.746305;0.745167;0.035366;0.215684;0.223047;0.170654;0.322130;0.612065;0.748382;0.328936;0.267959;0.178726;0.342314;0.577547;0.068596;0.353858;0.600950;0.189705;0.209350;0.616635;0.001030;0.382335;0.119203;0.047426;0.017986;0.017986;0.500000;0.982014;0.047426;0.006693;0.047426;0.952574;0.880797;0.047426;0.997527;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.268941;0.179756;0.446703;0.665077;0.450661;0.162193;0.789348;0.199089;0.034623;0.509249;0.662175;0.757496;0.275679;0.893690;0.639916;0.000000;0.178873;0.412413;0.676339;0.568075;0.315183;0.709767;0.073993;0.216242;0.715555;0.210005;0.074440;0.845450;0.002600;0.151955;0.500000;0.017986;0.017986;0.006693;0.500000;0.047426;0.017986;0.017986;0.047426;0.880797;0.952574;0.017986;0.880797;0.982014;0.017986;0.047426;0.500000;0.268941;0.952574;0.268941;0.537430;0.000000;0.203105;0.210818;0.000000;0.251807;0.000000;0.161922;0.222181;0.784147;0.834519;0.000000;0.719907;0.849028;0.344795;0.125209;0.282722;0.783978;0.716669;0.374725;0.794543;0.075656;0.129800;0.741115;0.216875;0.042005;0.936275;0.003760;0.059965;0.500000;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.880797;0.982014;0.017986;0.731059;0.731059;0.017986;0.047426;0.119203;0.500000;0.731059;0.880797;0.686542;0.068817;0.000000;0.316479;0.571262;0.232544;0.000000;0.296296;0.000000;0.617748;0.852582;0.000000;0.758963;0.746115;0.550082;0.121532;0.063924;0.610639;0.447198;0.589040;0.849128;0.071620;0.079254;0.741315;0.211195;0.047495;0.958360;0.003515;0.038125;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.119203;0.500000;0.047426;0.017986;0.047426;0.119203;0.119203;0.047426;0.952574;0.952574;0.500000;0.993307;0.500000;0.047426;0.513747;0.303434;0.363085;0.689332;0.000000;0.650219;0.772064;0.488002;0.415081;0.204566;0.154074;0.059468;0.154727;0.068306;0.893975;0.632510;0.175665;0.586375;0.487503;0.446950;0.847080;0.067319;0.085599;0.743375;0.193645;0.062980;0.965165;0.002935;0.031895;0.952574;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.268941;0.500000;0.017986;0.500000;0.500000;0.017986;0.268941;0.119203;0.756944;0.000000;0.502750;0.548348;0.575909;0.238486;0.334256;0.673267;0.293385;0.053252;0.410718;0.054888;0.765128;0.398433;0.049642;0.851953;0.527971;0.502500;0.421651;0.414595;0.847507;0.036615;0.115877;0.759620;0.098585;0.141795;0.965615;0.002405;0.031975;0.500000;0.880797;0.017986;0.006693;0.268941;0.047426;0.017986;0.047426;0.047426;0.500000;0.982014;0.047426;0.952574;0.268941;0.017986;0.119203;0.268941;0.017986;0.119203;0.500000;0.443986;0.303857;0.066982;0.044066;0.520489;0.103123;0.219257;0.039166;0.000000;0.699727;0.897062;0.000000;0.909373;0.707650;0.086432;0.219943;0.082036;0.374256;0.421895;0.286795;0.848999;0.036873;0.114128;0.769660;0.097680;0.132660;0.962040;0.002630;0.035330
0.119203;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.006693;0.002473;0.002473;0.006693;0.047426;0.006693;0.002473;0.002473;0.002473;0.658811;0.000000;0.000000;0.000000;0.588556;0.000000;0.079658;0.963771;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.394126;0.523732;0.136226;0.000000;0.084556;0.000000;0.037884;0.371860;0.590257;0.074970;0.419440;0.505590;0.001125;0.489275;0.509605;0.119203;0.047426;0.500000;0.731059;0.268941;0.119203;0.268941;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.982014;0.268941;0.500000;0.982014;0.952574;0.047426;0.282519;0.239031;0.705577;0.727703;0.399632;0.435855;0.544631;0.389836;0.568320;0.313889;0.269335;0.133310;0.373320;0.597486;0.653169;0.798991;0.552061;0.850178;0.453634;0.302589;0.152309;0.040371;0.807322;0.259210;0.056880;0.683915;0.164810;0.041605;0.793585;0.006693;0.006693;0.119203;0.999665;0.000911;0.047426;0.500000;0.006693;0.017986;0.000911;0.000911;0.017986;0.000911;0.000911;0.006693;0.017986;0.017986;0.000335;0.000911;0.000911;0.592908;0.000000;0.409024;0.954653;0.000000;0.000000;0.826066;0.578349;0.000000;0.000000;0.099930;0.139794;0.163420;0.407333;0.146040;0.396756;0.112147;0.000000;0.205870;0.000000;0.436930;0.021253;0.541816;0.477835;0.050555;0.471600;0.419400;0.001180;0.579425;0.119203;0.047426;0.119203;0.268941;0.006693;0.268941;0.997527;0.047426;0.268941;0.006693;0.006693;0.119203;0.268941;0.268941;0.119203;0.880797;0.268941;0.006693;0.017986;0.047426;0.506250;0.332034;0.077201;0.614673;0.000000;0.550824;0.811073;0.746305;0.745167;0.035366;0.215684;0.223047;0.170654;0.322130;0.612065;0.748382;0.328936;0.267959;0.178726;0.342314;0.577547;0.068596;0.353858;0.600950;0.189705;0.209350;0.616635;0.001030;0.382335;0.119203;0.047426;0.017986;0.017986;0.500000;0.982014;0.047426;0.006693;0.047426;0.952574;0.880797;0.047426;0.997527;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.268941;0.179756;0.446703;0.665077;0.450661;0.162193;0.789348;0.199089;0.034623;0.509249;0.662175;0.757496;0.275679;0.893690;0.639916;0.000000;0.178873;0.412413;0.676339;0.568075;0.315183;0.709767;0.073993;0.216242;0.715555;0.210005;0.074440;0.845450;0.002600;0.151955;0.500000;0.017986;0.017986;0.006693;0.500000;0.047426;0.017986;0.017986;0.047426;0.880797;0.952574;0.017986;0.880797;0.982014;0.017986;0.047426;0.500000;0.268941;0.952574;0.268941;0.537430;0.000000;0.203105;0.210818;0.000000;0.251807;0.000000;0.161922;0.222181;0.784147;0.834519;0.000000;0.719907;0.849028;0.344795;0.125209;0.282722;0.783978;0.716669;0.374725;0.794543;0.075656;0.129800;0.741115;0.216875;0.042005;0.936275;0.003760;0.059965;0.500000;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.880797;0.982014;0.017986;0.731059;0.731059;0.017986;0.047426;0.119203;0.500000;0.731059;0.880797;0.686542;0.068817;0.000000;0.316479;0.571262;0.232544;0.000000;0.296296;0.000000;0.617748;0.852582;0.000000;0.758963;0.746115;0.550082;0.121532;0.063924;0.610639;0.447198;0.589040;0.849128;0.071620;0.079254;0.741315;0.211195;0.047495;0.958360;0.003515;0.038125;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.119203;0.500000;0.047426;0.017986;0.047426;0.119203;0.119203;0.047426;0.952574;0.952574;0.500000;0.993307;0.500000;0.047426;0.513747;0.303434;0.363085;0.689332;0.000000;0.650219;0.772064;0.488002;0.415081;0.204566;0.154074;0.059468;0.154727;0.068306;0.893975;0.632510;0.175665;0.586375;0.487503;0.446950;0.847080;0.067319;0.085599;0.743375;0.193645;0.062980;0.965165;0.002935;0.031895;0.952574;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.268941;0.500000;0.017986;0.500000;0.500000;0.017986;0.268941;0.119203;0.756944;0.000000;0.502750;0.548348;0.575909;0.238486;0.334256;0.673267;0.293385;0.053252;0.410718;0.054888;0.765128;0.398433;0.049642;0.851953;0.527971;0.502500;0.421651;0.414595;0.847507;0.036615;0.115877;0.759620;0.098585;0.141795;0.965615;0.002405;0.031975;0.500000;0.880797;0.017986;0.006693;0.268941;0.047426;0.017986;0.047426;0.047426;0.500000;0.982014;0.047426;0.952574;0.268941;0.017986;0.119203;0.268941;0.017986;0.119203;0.500000;0.443986;0.303857;0.066982;0.044066;0.520489;0.103123;0.219257;0.039166;0.000000;0.699727;0.897062;0.000000;0.909373;0.707650;0.086432;0.219943;0.082036;0.374256;0.421895;0.286795;0.848999;0.036873;0.114128;0.769660;0.097680;0.132660;0.962040;0.002630;0.035330;0.952574;0.047426;0.047426;0.017986;0.500000;0.268941;0.119203;0.047426;0.047426;0.731059;0.880797;0.119203;0.880797;0.119203;0.119203;0.731059;0.268941;0.017986;0.119203;0.880797;0.697833;0.643595;0.640837;0.333811;0.392456;0.631347;0.485754;0.090545;0.234513;0.470036;0.627615;0.644512;0.790344;0.530960;0.346378;0.556508;0.263666;0.000000;0.150716;0.286386;0.817557;0.035652;0.146788;0.743990;0.093180;0.162825;0.931600;0.002645;0.065750
0.119203;0.047426;0.500000;0.731059;0.268941;0.119203;0.268941;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.982014;0.268941;0.500000;0.982014;0.952574;0.047426;0.282519;0.239031;0.705577;0.727703;0.399632;0.435855;0.544631;0.389836;0.568320;0.313889;0.269335;0.133310;0.373320;0.597486;0.653169;0.798991;0.552061;0.850178;0.453634;0.302589;0.152309;0.040371;0.807322;0.259210;0.056880;0.683915;0.164810;0.041605;0.793585;0.006693;0.006693;0.119203;0.999665;0.000911;0.047426;0.500000;0.006693;0.017986;0.000911;0.000911;0.017986;0.000911;0.000911;0.006693;0.017986;0.017986;0.000335;0.000911;0.000911;0.592908;0.000000;0.409024;0.954653;0.000000;0.000000;0.826066;0.578349;0.000000;0.000000;0.099930;0.139794;0.163420;0.407333;0.146040;0.396756;0.112147;0.000000;0.205870;0.000000;0.436930;0.021253;0.541816;0.477835;0.050555;0.471600;0.419400;0.001180;0.579425;0.119203;0.047426;0.119203;0.268941;0.006693;0.268941;0.997527;0.047426;0.268941;0.006693;0.006693;0.119203;0.268941;0.268941;0.119203;0.880797;0.268941;0.006693;0.017986;0.047426;0.506250;0.332034;0.077201;0.614673;0.000000;0.550824;0.811073;0.746305;0.745167;0.035366;0.215684;0.223047;0.170654;0.322130;0.612065;0.748382;0.328936;0.267959;0.178726;0.342314;0.577547;0.068596;0.353858;0.600950;0.189705;0.209350;0.616635;0.001030;0.382335;0.119203;0.047426;0.017986;0.017986;0.500000;0.982014;0.047426;0.006693;0.047426;0.952574;0.880797;0.047426;0.997527;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.268941;0.179756;0.446703;0.665077;0.450661;0.162193;0.789348;0.199089;0.034623;0.509249;0.662175;0.757496;0.275679;0.893690;0.639916;0.000000;0.178873;0.412413;0.676339;0.568075;0.315183;0.709767;0.073993;0.216242;0.715555;0.210005;0.074440;0.845450;0.002600;0.151955;0.500000;0.017986;0.017986;0.006693;0.500000;0.047426;0.017986;0.017986;0.047426;0.880797;0.952574;0.017986;0.880797;0.982014;0.017986;0.047426;0.500000;0.268941;0.952574;0.268941;0.537430;0.000000;0.203105;0.210818;0.000000;0.251807;0.000000;0.161922;0.222181;0.784147;0.834519;0.000000;0.719907;0.849028;0.344795;0.125209;0.282722;0.783978;0.716669;0.374725;0.794543;0.075656;0.129800;0.741115;0.216875;0.042005;0.936275;0.003760;0.059965;0.500000;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.880797;0.982014;0.017986;0.731059;0.731059;0.017986;0.047426;0.119203;0.500000;0.731059;0.880797;0.686542;0.068817;0.000000;0.316479;0.571262;0.232544;0.000000;0.296296;0.000000;0.617748;0.852582;0.000000;0.758963;0.746115;0.550082;0.121532;0.063924;0.610639;0.447198;0.589040;0.849128;0.071620;0.079254;0.741315;0.211195;0.047495;0.958360;0.003515;0.038125;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.119203;0.500000;0.047426;0.017986;0.047426;0.119203;0.119203;0.047426;0.952574;0.952574;0.500000;0.993307;0.500000;0.047426;0.513747;0.303434;0.363085;0.689332;0.000000;0.650219;0.772064;0.488002;0.415081;0.204566;0.154074;0.059468;0.154727;0.068306;0.893975;0.632510;0.175665;0.586375;0.487503;0.446950;0.847080;0.067319;0.085599;0.743375;0.193645;0.062980;0.965165;0.002935;0.031895;0.952574;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.268941;0.500000;0.017986;0.500000;0.500000;0.017986;0.268941;0.119203;0.756944;0.000000;0.502750;0.548348;0.575909;0.238486;0.334256;0.673267;0.293385;0.053252;0.410718;0.054888;0.765128;0.398433;0.049642;0.851953;0.527971;0.502500;0.421651;0.414595;0.847507;0.036615;0.115877;0.759620;0.098585;0.141795;0.965615;0.002405;0.031975;0.500000;0.880797;0.017986;0.006693;0.268941;0.047426;0.017986;0.047426;0.047426;0.500000;0.982014;0.047426;0.952574;0.268941;0.017986;0.119203;0.268941;0.017986;0.119203;0.500000;0.443986;0.303857;0.066982;0.044066;0.520489;0.103123;0.219257;0.039166;0.000000;0.699727;0.897062;0.000000;0.909373;0.707650;0.086432;0.219943;0.082036;0.374256;0.421895;0.286795;0.848999;0.036873;0.114128;0.769660;0.097680;0.132660;0.962040;0.002630;0.035330;0.952574;0.047426;0.047426;0.017986;0.500000;0.268941;0.119203;0.047426;0.047426;0.731059;0.880797;0.119203;0.880797;0.119203;0.119203;0.731059;0.268941;0.017986;0.119203;0.880797;0.697833;0.643595;0.640837;0.333811;0.392456;0.631347;0.485754;0.090545;0.234513;0.470036;0.627615;0.644512;0.790344;0.530960;0.346378;0.556508;0.263666;0.000000;0.150716;0.286386;0.817557;0.035652;0.146788;0.743990;0.093180;0.162825;0.931600;0.002645;0.065750;0.880797;0.047426;0.047426;0.017986;0.500000;0.047426;0.119203;0.047426;0.047426;0.880797;0.880797;0.047426;0.993307;0.731059;0.017986;0.500000;0.119203;0.047426;0.500000;0.500000;0.809998;0.613489;0.379187;0.136579;0.531707;0.497500;0.125319;0.139074;0.393649;0.594114;0.696989;0.033343;0.845404;0.445221;0.146165;0.625978;0.091206;0.654301;0.619164;0.293385;0.554390;0.042314;0.403296;0.469385;0.077170;0.453445;0.685135;0.002415;0.312450
0.006693;0.006693;0.119203;0.999665;0.000911;0.047426;0.500000;0.006693;0.017986;0.000911;0.000911;0.017986;0.000911;0.000911;0.006693;0.017986;0.017986;0.000335;0.000911;0.000911;0.592908;0.000000;0.409024;0.954653;0.000000;0.000000;0.826066;0.578349;0.000000;0.000000;0.099930;0.139794;0.163420;0.407333;0.146040;0.396756;0.112147;0.000000;0.205870;0.000000;0.436930;0.021253;0.541816;0.477835;0.050555;0.471600;0.419400;0.001180;0.579425;0.119203;0.047426;0.119203;0.268941;0.006693;0.268941;0.997527;0.047426;0.268941;0.006693;0.006693;0.119203;0.268941;0.268941;0.119203;0.880797;0.268941;0.006693;0.017986;0.047426;0.506250;0.332034;0.077201;0.614673;0.000000;0.550824;0.811073;0.746305;0.745167;0.035366;0.215684;0.223047;0.170654;0.322130;0.612065;0.748382;0.328936;0.267959;0.178726;0.342314;0.577547;0.068596;0.353858;0.600950;0.189705;0.209350;0.616635;0.001030;0.382335;0.119203;0.047426;0.017986;0.017986;0.500000;0.982014;0.047426;0.006693;0.047426;0.952574;0.880797;0.047426;0.997527;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.268941;0.179756;0.446703;0.665077;0.450661;0.162193;0.789348;0.199089;0.034623;0.509249;0.662175;0.757496;0.275679;0.893690;0.639916;0.000000;0.178873;0.412413;0.676339;0.568075;0.315183;0.709767;0.073993;0.216242;0.715555;0.210005;0.074440;0.845450;0.002600;0.151955;0.500000;0.017986;0.017986;0.006693;0.500000;0.047426;0.017986;0.017986;0.047426;0.880797;0.952574;0.017986;0.880797;0.982014;0.017986;0.047426;0.500000;0.268941;0.952574;0.268941;0.537430;0.000000;0.203105;0.210818;0.000000;0.251807;0.000000;0.161922;0.222181;0.784147;0.834519;0.000000;0.719907;0.849028;0.344795;0.125209;0.282722;0.783978;0.716669;0.374725;0.794543;0.075656;0.129800;0.741115;0.216875;0.042005;0.936275;0.003760;0.059965;0.500000;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.880797;0.982014;0.017986;0.731059;0.731059;0.017986;0.047426;0.119203;0.500000;0.731059;0.880797;0.686542;0.068817;0.000000;0.316479;0.571262;0.232544;0.000000;0.296296;0.000000;0.617748;0.852582;0.000000;0.758963;0.746115;0.550082;0.121532;0.063924;0.610639;0.447198;0.589040;0.849128;0.071620;0.079254;0.741315;0.211195;0.047495;0.958360;0.003515;0.038125;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.119203;0.500000;0.047426;0.017986;0.047426;0.119203;0.119203;0.047426;0.952574;0.952574;0.500000;0.993307;0.500000;0.047426;0.513747;0.303434;0.363085;0.689332;0.000000;0.650219;0.772064;0.488002;0.415081;0.204566;0.154074;0.059468;0.154727;0.068306;0.893975;0.632510;0.175665;0.586375;0.487503;0.446950;0.847080;0.067319;0.085599;0.743375;0.193645;0.062980;0.965165;0.002935;0.031895;0.952574;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.268941;0.500000;0.017986;0.500000;0.500000;0.017986;0.268941;0.119203;0.756944;0.000000;0.502750;0.548348;0.575909;0.238486;0.334256;0.673267;0.293385;0.053252;0.410718;0.054888;0.765128;0.398433;0.049642;0.851953;0.527971;0.502500;0.421651;0.414595;0.847507;0.036615;0.115877;0.759620;0.098585;0.141795;0.965615;0.002405;0.031975;0.500000;0.880797;0.017986;0.006693;0.268941;0.047426;0.017986;0.047426;0.047426;0.500000;0.982014;0.047426;0.952574;0.268941;0.017986;0.119203;0.268941;0.017986;0.119203;0.500000;0.443986;0.303857;0.066982;0.044066;0.520489;0.103123;0.219257;0.039166;0.000000;0.699727;0.897062;0.000000;0.909373;0.707650;0.086432;0.219943;0.082036;0.374256;0.421895;0.286795;0.848999;0.036873;0.114128;0.769660;0.097680;0.132660;0.962040;0.002630;0.035330;0.952574;0.047426;0.047426;0.017986;0.500000;0.268941;0.119203;0.047426;0.047426;0.731059;0.880797;0.119203;0.880797;0.119203;0.119203;0.731059;0.268941;0.017986;0.119203;0.880797;0.697833;0.643595;0.640837;0.333811;0.392456;0.631347;0.485754;0.090545;0.234513;0.470036;0.627615;0.644512;0.790344;0.530960;0.346378;0.556508;0.263666;0.000000;0.150716;0.286386;0.817557;0.035652;0.146788;0.743990;0.093180;0.162825;0.931600;0.002645;0.065750;0.880797;0.047426;0.047426;0.017986;0.500000;0.047426;0.119203;0.047426;0.047426;0.880797;0.880797;0.047426;0.993307;0.731059;0.017986;0.500000;0.119203;0.047426;0.500000;0.500000;0.809998;0.613489;0.379187;0.136579;0.531707;0.497500;0.125319;0.139074;0.393649;0.594114;0.696989;0.033343;0.845404;0.445221;0.146165;0.625978;0.091206;0.654301;0.619164;0.293385;0.554390;0.042314;0.403296;0.469385;0.077170;0.453445;0.685135;0.002415;0.312450;0.047426;0.006693;0.268941;0.047426;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.017986;0.002473;0.002473;0.006693;0.047426;0.006693;0.002473;0.002473;0.002473;0.038126;0.154988;0.221318;0.064949;0.000000;0.000000;0.135170;0.971502;0.199887;0.000000;0.000000;0.124335;0.000000;0.116397;0.000000;0.058635;0.076492;0.259225;0.000000;0.000000;0.291436;0.027638;0.680925;0.397190;0.034320;0.568485;0.335535;0.001005;0.663460
0.119203;0.047426;0.119203;0.268941;0.006693;0.268941;0.997527;0.047426;0.268941;0.006693;0.006693;0.119203;0.268941;0.268941;0.119203;0.880797;0.268941;0.006693;0.017986;0.047426;0.506250;0.332034;0.077201;0.614673;0.000000;0.550824;0.811073;0.746305;0.745167;0.035366;0.215684;0.223047;0.170654;0.322130;0.612065;0.748382;0.328936;0.267959;0.178726;0.342314;0.577547;0.068596;0.353858;0.600950;0.189705;0.209350;0.616635;0.001030;0.382335;0.119203;0.047426;0.017986;0.017986;0.500000;0.982014;0.047426;0.006693;0.047426;0.952574;0.880797;0.047426;0.997527;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.268941;0.179756;0.446703;0.665077;0.450661;0.162193;0.789348;0.199089;0.034623;0.509249;0.662175;0.757496;0.275679;0.893690;0.639916;0.000000;0.178873;0.412413;0.676339;0.568075;0.315183;0.709767;0.073993;0.216242;0.715555;0.210005;0.074440;0.845450;0.002600;0.151955;0.500000;0.017986;0.017986;0.006693;0.500000;0.047426;0.017986;0.017986;0.047426;0.880797;0.952574;0.017986;0.880797;0.982014;0.017986;0.047426;0.500000;0.268941;0.952574;0.268941;0.537430;0.000000;0.203105;0.210818;0.000000;0.251807;0.000000;0.161922;0.222181;0.784147;0.834519;0.000000;0.719907;0.849028;0.344795;0.125209;0.282722;0.783978;0.716669;0.374725;0.794543;0.075656;0.129800;0.741115;0.216875;0.042005;0.936275;0.003760;0.059965;0.500000;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.880797;0.982014;0.017986;0.731059;0.731059;0.017986;0.047426;0.119203;0.500000;0.731059;0.880797;0.686542;0.068817;0.000000;0.316479;0.571262;0.232544;0.000000;0.296296;0.000000;0.617748;0.852582;0.000000;0.758963;0.746115;0.550082;0.121532;0.063924;0.610639;0.447198;0.589040;0.849128;0.071620;0.079254;0.741315;0.211195;0.047495;0.958360;0.003515;0.038125;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.119203;0.500000;0.047426;0.017986;0.047426;0.119203;0.119203;0.047426;0.952574;0.952574;0.500000;0.993307;0.500000;0.047426;0.513747;0.303434;0.363085;0.689332;0.000000;0.650219;0.772064;0.488002;0.415081;0.204566;0.154074;0.059468;0.154727;0.068306;0.893975;0.632510;0.175665;0.586375;0.487503;0.446950;0.847080;0.067319;0.085599;0.743375;0.193645;0.062980;0.965165;0.002935;0.031895;0.952574;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.268941;0.500000;0.017986;0.500000;0.500000;0.017986;0.268941;0.119203;0.756944;0.000000;0.502750;0.548348;0.575909;0.238486;0.334256;0.673267;0.293385;0.053252;0.410718;0.054888;0.765128;0.398433;0.049642;0.851953;0.527971;0.502500;0.421651;0.414595;0.847507;0.036615;0.115877;0.759620;0.098585;0.141795;0.965615;0.002405;0.031975;0.500000;0.880797;0.017986;0.006693;0.268941;0.047426;0.017986;0.047426;0.047426;0.500000;0.982014;0.047426;0.952574;0.268941;0.017986;0.119203;0.268941;0.017986;0.119203;0.500000;0.443986;0.303857;0.066982;0.044066;0.520489;0.103123;0.219257;0.039166;0.000000;0.699727;0.897062;0.000000;0.909373;0.707650;0.086432;0.219943;0.082036;0.374256;0.421895;0.286795;0.848999;0.036873;0.114128;0.769660;0.097680;0.132660;0.962040;0.002630;0.035330;0.952574;0.047426;0.047426;0.017986;0.500000;0.268941;0.119203;0.047426;0.047426;0.731059;0.880797;0.119203;0.880797;0.119203;0.119203;0.731059;0.268941;0.017986;0.119203;0.880797;0.697833;0.643595;0.640837;0.333811;0.392456;0.631347;0.485754;0.090545;0.234513;0.470036;0.627615;0.644512;0.790344;0.530960;0.346378;0.556508;0.263666;0.000000;0.150716;0.286386;0.817557;0.035652;0.146788;0.743990;0.093180;0.162825;0.931600;0.002645;0.065750;0.880797;0.047426;0.047426;0.017986;0.500000;0.047426;0.119203;0.047426;0.047426;0.880797;0.880797;0.047426;0.993307;0.731059;0.017986;0.500000;0.119203;0.047426;0.500000;0.500000;0.809998;0.613489;0.379187;0.136579;0.531707;0.497500;0.125319;0.139074;0.393649;0.594114;0.696989;0.033343;0.845404;0.445221;0.146165;0.625978;0.091206;0.654301;0.619164;0.293385;0.554390;0.042314;0.403296;0.469385;0.077170;0.453445;0.685135;0.002415;0.312450;0.047426;0.006693;0.268941;0.047426;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.017986;0.002473;0.002473;0.006693;0.047426;0.006693;0.002473;0.002473;0.002473;0.038126;0.154988;0.221318;0.064949;0.000000;0.000000;0.135170;0.971502;0.199887;0.000000;0.000000;0.124335;0.000000;0.116397;0.000000;0.058635;0.076492;0.259225;0.000000;0.000000;0.291436;0.027638;0.680925;0.397190;0.034320;0.568485;0.335535;0.001005;0.663460;0.993307;0.017986;0.017986;0.017986;0.880797;0.047426;0.017986;0.952574;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.880797;0.889829;0.187551;0.000000;0.048430;0.892449;0.000000;0.045564;0.801548;0.090380;0.211151;0.151357;0.000000;0.211318;0.705370;0.000000;0.668188;0.229524;0.611827;0.370051;0.532703;0.292625;0.037251;0.670120;0.394425;0.011615;0.593955;0.334120;0.001610;0.664265
0.119203;0.047426;0.017986;0.017986;0.500000;0.982014;0.047426;0.006693;0.047426;0.952574;0.880797;0.047426;0.997527;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.268941;0.179756;0.446703;0.665077;0.450661;0.162193;0.789348;0.199089;0.034623;0.509249;0.662175;0.757496;0.275679;0.893690;0.639916;0.000000;0.178873;0.412413;0.676339;0.568075;0.315183;0.709767;0.073993;0.216242;0.715555;0.210005;0.074440;0.845450;0.002600;0.151955;0.500000;0.017986;0.017986;0.006693;0.500000;0.047426;0.017986;0.017986;0.047426;0.880797;0.952574;0.017986;0.880797;0.982014;0.017986;0.047426;0.500000;0.268941;0.952574;0.268941;0.537430;0.000000;0.203105;0.210818;0.000000;0.251807;0.000000;0.161922;0.222181;0.784147;0.834519;0.000000;0.719907;0.849028;0.344795;0.125209;0.282722;0.783978;0.716669;0.374725;0.794543;0.075656;0.129800;0.741115;0.216875;0.042005;0.936275;0.003760;0.059965;0.500000;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.880797;0.982014;0.017986;0.731059;0.731059;0.017986;0.047426;0.119203;0.500000;0.731059;0.880797;0.686542;0.068817;0.000000;0.316479;0.571262;0.232544;0.000000;0.296296;0.000000;0.617748;0.852582;0.000000;0.758963;0.746115;0.550082;0.121532;0.063924;0.610639;0.447198;0.589040;0.849128;0.071620;0.079254;0.741315;0.211195;0.047495;0.958360;0.003515;0.038125;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.119203;0.500000;0.047426;0.017986;0.047426;0.119203;0.119203;0.047426;0.952574;0.952574;0.500000;0.993307;0.500000;0.047426;0.513747;0.303434;0.363085;0.689332;0.000000;0.650219;0.772064;0.488002;0.415081;0.204566;0.154074;0.059468;0.154727;0.068306;0.893975;0.632510;0.175665;0.586375;0.487503;0.446950;0.847080;0.067319;0.085599;0.743375;0.193645;0.062980;0.965165;0.002935;0.031895;0.952574;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.268941;0.500000;0.017986;0.500000;0.500000;0.017986;0.268941;0.119203;0.756944;0.000000;0.502750;0.548348;0.575909;0.238486;0.334256;0.673267;0.293385;0.053252;0.410718;0.054888;0.765128;0.398433;0.049642;0.851953;0.527971;0.502500;0.421651;0.414595;0.847507;0.036615;0.115877;0.759620;0.098585;0.141795;0.965615;0.002405;0.031975;0.500000;0.880797;0.017986;0.006693;0.268941;0.047426;0.017986;0.047426;0.047426;0.500000;0.982014;0.047426;0.952574;0.268941;0.017986;0.119203;0.268941;0.017986;0.119203;0.500000;0.443986;0.303857;0.066982;0.044066;0.520489;0.103123;0.219257;0.039166;0.000000;0.699727;0.897062;0.000000;0.909373;0.707650;0.086432;0.219943;0.082036;0.374256;0.421895;0.286795;0.848999;0.036873;0.114128;0.769660;0.097680;0.132660;0.962040;0.002630;0.035330;0.952574;0.047426;0.047426;0.017986;0.500000;0.268941;0.119203;0.047426;0.047426;0.731059;0.880797;0.119203;0.880797;0.119203;0.119203;0.731059;0.268941;0.017986;0.119203;0.880797;0.697833;0.643595;0.640837;0.333811;0.392456;0.631347;0.485754;0.090545;0.234513;0.470036;0.627615;0.644512;0.790344;0.530960;0.346378;0.556508;0.263666;0.000000;0.150716;0.286386;0.817557;0.035652;0.146788;0.743990;0.093180;0.162825;0.931600;0.002645;0.065750;0.880797;0.047426;0.047426;0.017986;0.500000;0.047426;0.119203;0.047426;0.047426;0.880797;0.880797;0.047426;0.993307;0.731059;0.017986;0.500000;0.119203;0.047426;0.500000;0.500000;0.809998;0.613489;0.379187;0.136579;0.531707;0.497500;0.125319;0.139074;0.393649;0.594114;0.696989;0.033343;0.845404;0.445221;0.146165;0.625978;0.091206;0.654301;0.619164;0.293385;0.554390;0.042314;0.403296;0.469385;0.077170;0.453445;0.685135;0.002415;0.312450;0.047426;0.006693;0.268941;0.047426;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.017986;0.002473;0.002473;0.006693;0.047426;0.006693;0.002473;0.002473;0.002473;0.038126;0.154988;0.221318;0.064949;0.000000;0.000000;0.135170;0.971502;0.199887;0.000000;0.000000;0.124335;0.000000;0.116397;0.000000;0.058635;0.076492;0.259225;0.000000;0.000000;0.291436;0.027638;0.680925;0.397190;0.034320;0.568485;0.335535;0.001005;0.663460;0.993307;0.017986;0.017986;0.017986;0.880797;0.047426;0.017986;0.952574;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.880797;0.889829;0.187551;0.000000;0.048430;0.892449;0.000000;0.045564;0.801548;0.090380;0.211151;0.151357;0.000000;0.211318;0.705370;0.000000;0.668188;0.229524;0.611827;0.370051;0.532703;0.292625;0.037251;0.670120;0.394425;0.011615;0.593955;0.334120;0.001610;0.664265;0.500000;0.500000;0.500000;0.993307;0.047426;0.500000;0.731059;0.119203;0.731059;0.047426;0.017986;0.880797;0.017986;0.006693;0.047426;0.500000;0.500000;0.006693;0.017986;0.119203;0.533948;0.522485;0.682438;0.890514;0.158558;0.409024;0.095782;0.254643;0.718493;0.354115;0.000000;0.635527;0.122282;0.000000;0.425802;0.809228;0.513747;0.000000;0.000000;0.355030;0.294394;0.039437;0.666171;0.399600;0.010350;0.590055;0.339190;0.005535;0.655275
0.500000;0.017986;0.017986;0.006693;0.500000;0.047426;0.017986;0.017986;0.047426;0.880797;0.952574;0.017986;0.880797;0.982014;0.017986;0.047426;0.500000;0.268941;0.952574;0.268941;0.537430;0.000000;0.203105;0.210818;0.000000;0.251807;0.000000;0.161922;0.222181;0.784147;0.834519;0.000000;0.719907;0.849028;0.344795;0.125209;0.282722;0.783978;0.716669;0.374725;0.794543;0.075656;0.129800;0.741115;0.216875;0.042005;0.936275;0.003760;0.059965;0.500000;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.880797;0.982014;0.017986;0.731059;0.731059;0.017986;0.047426;0.119203;0.500000;0.731059;0.880797;0.686542;0.068817;0.000000;0.316479;0.571262;0.232544;0.000000;0.296296;0.000000;0.617748;0.852582;0.000000;0.758963;0.746115;0.550082;0.121532;0.063924;0.610639;0.447198;0.589040;0.849128;0.071620;0.079254;0.741315;0.211195;0.047495;0.958360;0.003515;0.038125;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.119203;0.500000;0.047426;0.017986;0.047426;0.119203;0.119203;0.047426;0.952574;0.952574;0.500000;0.993307;0.500000;0.047426;0.513747;0.303434;0.363085;0.689332;0.000000;0.650219;0.772064;0.488002;0.415081;0.204566;0.154074;0.059468;0.154727;0.068306;0.893975;0.632510;0.175665;0.586375;0.487503;0.446950;0.847080;0.067319;0.085599;0.743375;0.193645;0.062980;0.965165;0.002935;0.031895;0.952574;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.268941;0.500000;0.017986;0.500000;0.500000;0.017986;0.268941;0.119203;0.756944;0.000000;0.502750;0.548348;0.575909;0.238486;0.334256;0.673267;0.293385;0.053252;0.410718;0.054888;0.765128;0.398433;0.049642;0.851953;0.527971;0.502500;0.421651;0.414595;0.847507;0.036615;0.115877;0.759620;0.098585;0.141795;0.965615;0.002405;0.031975;0.500000;0.880797;0.017986;0.006693;0.268941;0.047426;0.017986;0.047426;0.047426;0.500000;0.982014;0.047426;0.952574;0.268941;0.017986;0.119203;0.268941;0.017986;0.119203;0.500000;0.443986;0.303857;0.066982;0.044066;0.520489;0.103123;0.219257;0.039166;0.000000;0.699727;0.897062;0.000000;0.909373;0.707650;0.086432;0.219943;0.082036;0.374256;0.421895;0.286795;0.848999;0.036873;0.114128;0.769660;0.097680;0.132660;0.962040;0.002630;0.035330;0.952574;0.047426;0.047426;0.017986;0.500000;0.268941;0.119203;0.047426;0.047426;0.731059;0.880797;0.119203;0.880797;0.119203;0.119203;0.731059;0.268941;0.017986;0.119203;0.880797;0.697833;0.643595;0.640837;0.333811;0.392456;0.631347;0.485754;0.090545;0.234513;0.470036;0.627615;0.644512;0.790344;0.530960;0.346378;0.556508;0.263666;0.000000;0.150716;0.286386;0.817557;0.035652;0.146788;0.743990;0.093180;0.162825;0.931600;0.002645;0.065750;0.880797;0.047426;0.047426;0.017986;0.500000;0.047426;0.119203;0.047426;0.047426;0.880797;0.880797;0.047426;0.993307;0.731059;0.017986;0.500000;0.119203;0.047426;0.500000;0.500000;0.809998;0.613489;0.379187;0.136579;0.531707;0.497500;0.125319;0.139074;0.393649;0.594114;0.696989;0.033343;0.845404;0.445221;0.146165;0.625978;0.091206;0.654301;0.619164;0.293385;0.554390;0.042314;0.403296;0.469385;0.077170;0.453445;0.685135;0.002415;0.312450;0.047426;0.006693;0.268941;0.047426;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.017986;0.002473;0.002473;0.006693;0.047426;0.006693;0.002473;0.002473;0.002473;0.038126;0.154988;0.221318;0.064949;0.000000;0.000000;0.135170;0.971502;0.199887;0.000000;0.000000;0.124335;0.000000;0.116397;0.000000;0.058635;0.076492;0.259225;0.000000;0.000000;0.291436;0.027638;0.680925;0.397190;0.034320;0.568485;0.335535;0.001005;0.663460;0.993307;0.017986;0.017986;0.017986;0.880797;0.047426;0.017986;0.952574;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.880797;0.889829;0.187551;0.000000;0.048430;0.892449;0.000000;0.045564;0.801548;0.090380;0.211151;0.151357;0.000000;0.211318;0.705370;0.000000;0.668188;0.229524;0.611827;0.370051;0.532703;0.292625;0.037251;0.670120;0.394425;0.011615;0.593955;0.334120;0.001610;0.664265;0.500000;0.500000;0.500000;0.993307;0.047426;0.500000;0.731059;0.119203;0.731059;0.047426;0.017986;0.880797;0.017986;0.006693;0.047426;0.500000;0.500000;0.006693;0.017986;0.119203;0.533948;0.522485;0.682438;0.890514;0.158558;0.409024;0.095782;0.254643;0.718493;0.354115;0.000000;0.635527;0.122282;0.000000;0.425802;0.809228;0.513747;0.000000;0.000000;0.355030;0.294394;0.039437;0.666171;0.399600;0.010350;0.590055;0.339190;0.005535;0.655275;0.880797;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.999089;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.006693;0.268941;0.047426;0.006693;0.002473;0.006693;0.514746;0.049454;0.000000;0.053962;0.470783;0.000000;0.209325;0.966625;0.000000;0.060540;0.028086;0.000000;0.229171;0.000000;0.000000;0.390788;0.108322;0.000000;0.000000;0.060426;0.302214;0.320549;0.377235;0.395175;0.139870;0.464955;0.375960;0.123970;0.500065
0.500000;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.017986;0.047426;0.880797;0.982014;0.017986;0.731059;0.731059;0.017986;0.047426;0.119203;0.500000;0.731059;0.880797;0.686542;0.068817;0.000000;0.316479;0.571262;0.232544;0.000000;0.296296;0.000000;0.617748;0.852582;0.000000;0.758963;0.746115;0.550082;0.121532;0.063924;0.610639;0.447198;0.589040;0.849128;0.071620;0.079254;0.741315;0.211195;0.047495;0.958360;0.003515;0.038125;0.880797;0.047426;0.119203;0.047426;0.731059;0.500000;0.119203;0.500000;0.047426;0.017986;0.047426;0.119203;0.119203;0.047426;0.952574;0.952574;0.500000;0.993307;0.500000;0.047426;0.513747;0.303434;0.363085;0.689332;0.000000;0.650219;0.772064;0.488002;0.415081;0.204566;0.154074;0.059468;0.154727;0.068306;0.893975;0.632510;0.175665;0.586375;0.487503;0.446950;0.847080;0.067319;0.085599;0.743375;0.193645;0.062980;0.965165;0.002935;0.031895;0.952574;0.017986;0.500000;0.047426;0.047426;0.047426;0.047426;0.993307;0.119203;0.047426;0.119203;0.047426;0.268941;0.500000;0.017986;0.500000;0.500000;0.017986;0.268941;0.119203;0.756944;0.000000;0.502750;0.548348;0.575909;0.238486;0.334256;0.673267;0.293385;0.053252;0.410718;0.054888;0.765128;0.398433;0.049642;0.851953;0.527971;0.502500;0.421651;0.414595;0.847507;0.036615;0.115877;0.759620;0.098585;0.141795;0.965615;0.002405;0.031975;0.500000;0.880797;0.017986;0.006693;0.268941;0.047426;0.017986;0.047426;0.047426;0.500000;0.982014;0.047426;0.952574;0.268941;0.017986;0.119203;0.268941;0.017986;0.119203;0.500000;0.443986;0.303857;0.066982;0.044066;0.520489;0.103123;0.219257;0.039166;0.000000;0.699727;0.897062;0.000000;0.909373;0.707650;0.086432;0.219943;0.082036;0.374256;0.421895;0.286795;0.848999;0.036873;0.114128;0.769660;0.097680;0.132660;0.962040;0.002630;0.035330;0.952574;0.047426;0.047426;0.017986;0.500000;0.268941;0.119203;0.047426;0.047426;0.731059;0.880797;0.119203;0.880797;0.119203;0.119203;0.731059;0.268941;0.017986;0.119203;0.880797;0.697833;0.643595;0.640837;0.333811;0.392456;0.631347;0.485754;0.090545;0.234513;0.470036;0.627615;0.644512;0.790344;0.530960;0.346378;0.556508;0.263666;0.000000;0.150716;0.286386;0.817557;0.035652;0.146788;0.743990;0.093180;0.162825;0.931600;0.002645;0.065750;0.880797;0.047426;0.047426;0.017986;0.500000;0.047426;0.119203;0.047426;0.047426;0.880797;0.880797;0.047426;0.993307;0.731059;0.017986;0.500000;0.119203;0.047426;0.500000;0.500000;0.809998;0.613489;0.379187;0.136579;0.531707;0.497500;0.125319;0.139074;0.393649;0.594114;0.696989;0.033343;0.845404;0.445221;0.146165;0.625978;0.091206;0.654301;0.619164;0.293385;0.554390;0.042314;0.403296;0.469385;0.077170;0.453445;0.685135;0.002415;0.312450;0.047426;0.006693;0.268941;0.047426;0.002473;0.006693;0.006693;0.999089;0.006693;0.000911;0.000911;0.017986;0.002473;0.002473;0.006693;0.047426;0.006693;0.002473;0.002473;0.002473;0.038126;0.154988;0.221318;0.064949;0.000000;0.000000;0.135170;0.971502;0.199887;0.000000;0.000000;0.124335;0.000000;0.116397;0.000000;0.058635;0.076492;0.259225;0.000000;0.000000;0.291436;0.027638;0.680925;0.397190;0.034320;0.568485;0.335535;0.001005;0.663460;0.993307;0.017986;0.017986;0.017986;0.880797;0.047426;0.017986;0.952574;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.880797;0.889829;0.187551;0.000000;0.048430;0.892449;0.000000;0.045564;0.801548;0.090380;0.211151;0.151357;0.000000;0.211318;0.705370;0.000000;0.668188;0.229524;0.611827;0.370051;0.532703;0.292625;0.037251;0.670120;0.394425;0.011615;0.593955;0.334120;0.001610;0.664265;0.500000;0.500000;0.500000;0.993307;0.047426;0.500000;0.731059;0.119203;0.731059;0.047426;0.017986;0.880797;0.017986;0.006693;0.047426;0.500000;0.500000;0.006693;0.017986;0.119203;0.533948;0.522485;0.682438;0.890514;0.158558;0.409024;0.095782;0.254643;0.718493;0.354115;0.000000;0.635527;0.122282;0.000000;0.425802;0.809228;0.513747;0.000000;0.000000;0.355030;0.294394;0.039437;0.666171;0.399600;0.010350;0.590055;0.339190;0.005535;0.655275;0.880797;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.999089;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.006693;0.268941;0.047426;0.006693;0.002473;0.006693;0.514746;0.049454;0.000000;0.053962;0.470783;0.000000;0.209325;0.966625;0.000000;0.060540;0.028086;0.000000;0.229171;0.000000;0.000000;0.390788;0.108322;0.000000;0.000000;0.060426;0.302214;0.320549;0.377235;0.395175;0.139870;0.464955;0.375960;0.123970;0.500065;0.952574;0.017986;0.268941;0.017986;0.731059;0.047426;0.017986;0.982014;0.017986;0.268941;0.047426;0.047426;0.047426;0.500000;0.017986;0.268941;0.500000;0.017986;0.047426;0.731059;0.737691;0.071425;0.078493;0.000000;0.694236;0.391503;0.000000;0.594114;0.465306;0.715246;0.352287;0.000000;0.465306;0.756576;0.000000;0.676339;0.346831;0.920122;0.578349;0.720511;0.444487;0.366423;0.189091;0.418450;0.168040;0.413510;0.744815;0.136715;0.118470
0.952574;0.017986;0.268941;0.017986;0.731059;0.047426;0.017986;0.982014;0.017986;0.268941;0.047426;0.047426;0.047426;0.500000;0.017986;0.268941;0.500000;0.017986;0.047426;0.731059;0.737691;0.071425;0.078493;0.000000;0.694236;0.391503;0.000000;0.594114;0.465306;0.715246;0.352287;0.000000;0.465306;0.756576;0.000000;0.676339;0.346831;0.920122;0.578349;0.720511;0.444487;0.366423;0.189091;0.418450;0.168040;0.413510;0.744815;0.136715;0.118470;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999089;0.268941;0.006693;0.731059;0.047426;0.002473;0.006693;0.047426;0.002473;0.017986;0.952574;0.128420;0.000000;0.090216;0.000000;0.177118;0.089725;0.000000;0.075508;0.111551;0.916827;0.724122;0.000000;0.872027;0.253506;0.000000;0.428249;0.497750;0.771535;0.411444;0.819061;0.518092;0.371144;0.110763;0.556900;0.184605;0.258490;0.820010;0.138575;0.041420;0.731059;0.017986;0.047426;0.017986;0.047426;0.017986;0.017986;0.997527;0.017986;0.017986;0.002473;0.017986;0.006693;0.006693;0.017986;0.880797;0.119203;0.268941;0.006693;0.006693;0.482257;0.090792;0.486753;0.332922;0.808919;0.000000;0.000000;0.644970;0.000000;0.444974;0.294630;0.000000;0.549834;0.154857;0.656109;0.939970;0.621048;0.289050;0.000000;0.393888;0.543351;0.293912;0.162735;0.594650;0.183790;0.221555;0.838165;0.125360;0.036475;0.731059;0.017986;0.119203;0.047426;0.047426;0.047426;0.047426;0.982014;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.731059;0.006693;0.017986;0.731059;0.813513;0.174653;0.443246;0.000000;0.248431;0.000000;0.305976;0.900070;0.000000;0.355030;0.134470;0.000000;0.196076;0.101744;0.240124;0.800911;0.267371;0.000000;0.000000;0.584191;0.614178;0.106379;0.279441;0.595340;0.179225;0.225430;0.838855;0.117910;0.043235;0.500000;0.017986;0.119203;0.017986;0.880797;0.017986;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.119203;0.500000;0.017986;0.268941;0.999089;0.006693;0.017986;0.500000;0.487503;0.044362;0.274482;0.072158;0.597245;0.115679;0.000000;0.444974;0.118157;0.726910;0.760241;0.000000;0.703496;0.536187;0.545871;0.739814;0.714634;0.614673;0.067989;0.523982;0.758065;0.082497;0.159443;0.539290;0.134680;0.326035;0.848415;0.104265;0.047330;0.880797;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.047426;0.047426;0.017986;0.047426;0.982014;0.006693;0.500000;0.268941;0.268941;0.999665;0.268941;0.858756;0.202297;0.213157;0.363547;0.264443;0.000000;0.136461;0.749134;0.000000;0.319298;0.102018;0.000000;0.391265;0.216022;0.517243;0.864127;0.302800;0.398912;0.700987;0.396277;0.715974;0.031526;0.252499;0.378910;0.045880;0.575210;0.849450;0.046145;0.104405;0.268941;0.017986;0.999665;0.119203;0.002473;0.047426;0.047426;0.880797;0.731059;0.002473;0.002473;0.047426;0.006693;0.002473;0.006693;0.119203;0.047426;0.000911;0.006693;0.002473;0.649764;0.000000;0.968385;0.063745;0.874791;0.312598;0.075160;0.563653;0.326733;0.057216;0.101744;0.000000;0.208829;0.346378;0.160300;0.640607;0.281507;0.583219;0.102569;0.166450;0.688638;0.025346;0.286014;0.300690;0.026960;0.672345;0.838610;0.037530;0.123860;0.731059;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.017986;0.017986;0.952574;0.731059;0.017986;0.500000;0.880797;0.017986;0.047426;0.119203;0.017986;0.731059;0.993307;0.583948;0.000000;0.140035;0.000000;0.730074;0.000000;0.000000;0.086195;0.243240;0.872806;0.721919;0.000000;0.530213;0.840908;0.165205;0.249365;0.034026;0.626446;0.288640;0.831879;0.548117;0.013632;0.438253;0.366915;0.005440;0.627650;0.833715;0.035255;0.131030;0.500000;0.017986;0.952574;0.017986;0.500000;0.268941;0.017986;0.017986;0.047426;0.731059;0.500000;0.047426;0.999089;0.731059;0.006693;0.119203;0.119203;0.017986;0.500000;0.731059;0.748758;0.126640;0.332700;0.409992;0.625744;0.129995;0.110269;0.044362;0.329599;0.609688;0.646571;0.083785;0.732433;0.914901;0.060768;0.246197;0.110171;0.813816;0.637146;0.534943;0.492667;0.006373;0.500962;0.362865;0.000930;0.636205;0.650740;0.007260;0.342005;0.731059;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.999089;0.119203;0.017986;0.002473;0.006693;0.006693;0.508749;0.358473;0.000000;0.000000;0.000000;0.000000;0.000000;0.401312;0.089155;0.000000;0.143318;0.074261;0.000000;0.000000;0.981035;0.280698;0.286591;0.000000;0.103030;0.086038;0.814741;0.003558;0.181702;0.791455;0.000145;0.208400;0.787275;0.000900;0.211830;0.268941;0.731059;0.500000;0.731059;0.017986;0.731059;0.982014;0.268941;0.500000;0.119203;0.047426;0.880797;0.047426;0.017986;0.731059;0.268941;0.119203;0.880797;0.047426;0.119203;0.645656;0.618220;0.282722;0.751009;0.000000;0.558728;0.888350;0.150077;0.510249;0.056626;0.097176;0.774867;0.252372;0.310239;0.290285;0.464311;0.091123;0.692536;0.174365;0.044617;0.896262;0.000084;0.103652;0.985615;0.000000;0.014380;0.981035;0.000005;0.018960
0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999089;0.268941;0.006693;0.731059;0.047426;0.002473;0.006693;0.047426;0.002473;0.017986;0.952574;0.128420;0.000000;0.090216;0.000000;0.177118;0.089725;0.000000;0.075508;0.111551;0.916827;0.724122;0.000000;0.872027;0.253506;0.000000;0.428249;0.497750;0.771535;0.411444;0.819061;0.518092;0.371144;0.110763;0.556900;0.184605;0.258490;0.820010;0.138575;0.041420;0.731059;0.017986;0.047426;0.017986;0.047426;0.017986;0.017986;0.997527;0.017986;0.017986;0.002473;0.017986;0.006693;0.006693;0.017986;0.880797;0.119203;0.268941;0.006693;0.006693;0.482257;0.090792;0.486753;0.332922;0.808919;0.000000;0.000000;0.644970;0.000000;0.444974;0.294630;0.000000;0.549834;0.154857;0.656109;0.939970;0.621048;0.289050;0.000000;0.393888;0.543351;0.293912;0.162735;0.594650;0.183790;0.221555;0.838165;0.125360;0.036475;0.731059;0.017986;0.119203;0.047426;0.047426;0.047426;0.047426;0.982014;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.731059;0.006693;0.017986;0.731059;0.813513;0.174653;0.443246;0.000000;0.248431;0.000000;0.305976;0.900070;0.000000;0.355030;0.134470;0.000000;0.196076;0.101744;0.240124;0.800911;0.267371;0.000000;0.000000;0.584191;0.614178;0.106379;0.279441;0.595340;0.179225;0.225430;0.838855;0.117910;0.043235;0.500000;0.017986;0.119203;0.017986;0.880797;0.017986;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.119203;0.500000;0.017986;0.268941;0.999089;0.006693;0.017986;0.500000;0.487503;0.044362;0.274482;0.072158;0.597245;0.115679;0.000000;0.444974;0.118157;0.726910;0.760241;0.000000;0.703496;0.536187;0.545871;0.739814;0.714634;0.614673;0.067989;0.523982;0.758065;0.082497;0.159443;0.539290;0.134680;0.326035;0.848415;0.104265;0.047330;0.880797;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.047426;0.047426;0.017986;0.047426;0.982014;0.006693;0.500000;0.268941;0.268941;0.999665;0.268941;0.858756;0.202297;0.213157;0.363547;0.264443;0.000000;0.136461;0.749134;0.000000;0.319298;0.102018;0.000000;0.391265;0.216022;0.517243;0.864127;0.302800;0.398912;0.700987;0.396277;0.715974;0.031526;0.252499;0.378910;0.045880;0.575210;0.849450;0.046145;0.104405;0.268941;0.017986;0.999665;0.119203;0.002473;0.047426;0.047426;0.880797;0.731059;0.002473;0.002473;0.047426;0.006693;0.002473;0.006693;0.119203;0.047426;0.000911;0.006693;0.002473;0.649764;0.000000;0.968385;0.063745;0.874791;0.312598;0.075160;0.563653;0.326733;0.057216;0.101744;0.000000;0.208829;0.346378;0.160300;0.640607;0.281507;0.583219;0.102569;0.166450;0.688638;0.025346;0.286014;0.300690;0.026960;0.672345;0.838610;0.037530;0.123860;0.731059;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.017986;0.017986;0.952574;0.731059;0.017986;0.500000;0.880797;0.017986;0.047426;0.119203;0.017986;0.731059;0.993307;0.583948;0.000000;0.140035;0.000000;0.730074;0.000000;0.000000;0.086195;0.243240;0.872806;0.721919;0.000000;0.530213;0.840908;0.165205;0.249365;0.034026;0.626446;0.288640;0.831879;0.548117;0.013632;0.438253;0.366915;0.005440;0.627650;0.833715;0.035255;0.131030;0.500000;0.017986;0.952574;0.017986;0.500000;0.268941;0.017986;0.017986;0.047426;0.731059;0.500000;0.047426;0.999089;0.731059;0.006693;0.119203;0.119203;0.017986;0.500000;0.731059;0.748758;0.126640;0.332700;0.409992;0.625744;0.129995;0.110269;0.044362;0.329599;0.609688;0.646571;0.083785;0.732433;0.914901;0.060768;0.246197;0.110171;0.813816;0.637146;0.534943;0.492667;0.006373;0.500962;0.362865;0.000930;0.636205;0.650740;0.007260;0.342005;0.731059;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.999089;0.119203;0.017986;0.002473;0.006693;0.006693;0.508749;0.358473;0.000000;0.000000;0.000000;0.000000;0.000000;0.401312;0.089155;0.000000;0.143318;0.074261;0.000000;0.000000;0.981035;0.280698;0.286591;0.000000;0.103030;0.086038;0.814741;0.003558;0.181702;0.791455;0.000145;0.208400;0.787275;0.000900;0.211830;0.268941;0.731059;0.500000;0.731059;0.017986;0.731059;0.982014;0.268941;0.500000;0.119203;0.047426;0.880797;0.047426;0.017986;0.731059;0.268941;0.119203;0.880797;0.047426;0.119203;0.645656;0.618220;0.282722;0.751009;0.000000;0.558728;0.888350;0.150077;0.510249;0.056626;0.097176;0.774867;0.252372;0.310239;0.290285;0.464311;0.091123;0.692536;0.174365;0.044617;0.896262;0.000084;0.103652;0.985615;0.000000;0.014380;0.981035;0.000005;0.018960;0.119203;0.952574;0.119203;0.119203;0.047426;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.731059;0.500000;0.119203;0.119203;0.119203;0.500000;0.017986;0.047426;0.731059;0.674586;0.129882;0.060654;0.117741;0.000000;0.780057;0.705785;0.159628;0.000000;0.777819;0.801389;0.285570;0.163420;0.393172;0.530213;0.200047;0.387223;0.528469;0.375428;0.135873;0.914279;0.000087;0.085636;0.987360;0.000000;0.012640;0.984855;0.000010;0.015140
0.731059;0.017986;0.047426;0.017986;0.047426;0.017986;0.017986;0.997527;0.017986;0.017986;0.002473;0.017986;0.006693;0.006693;0.017986;0.880797;0.119203;0.268941;0.006693;0.006693;0.482257;0.090792;0.486753;0.332922;0.808919;0.000000;0.000000;0.644970;0.000000;0.444974;0.294630;0.000000;0.549834;0.154857;0.656109;0.939970;0.621048;0.289050;0.000000;0.393888;0.543351;0.293912;0.162735;0.594650;0.183790;0.221555;0.838165;0.125360;0.036475;0.731059;0.017986;0.119203;0.047426;0.047426;0.047426;0.047426;0.982014;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.731059;0.006693;0.017986;0.731059;0.813513;0.174653;0.443246;0.000000;0.248431;0.000000;0.305976;0.900070;0.000000;0.355030;0.134470;0.000000;0.196076;0.101744;0.240124;0.800911;0.267371;0.000000;0.000000;0.584191;0.614178;0.106379;0.279441;0.595340;0.179225;0.225430;0.838855;0.117910;0.043235;0.500000;0.017986;0.119203;0.017986;0.880797;0.017986;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.119203;0.500000;0.017986;0.268941;0.999089;0.006693;0.017986;0.500000;0.487503;0.044362;0.274482;0.072158;0.597245;0.115679;0.000000;0.444974;0.118157;0.726910;0.760241;0.000000;0.703496;0.536187;0.545871;0.739814;0.714634;0.614673;0.067989;0.523982;0.758065;0.082497;0.159443;0.539290;0.134680;0.326035;0.848415;0.104265;0.047330;0.880797;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.047426;0.047426;0.017986;0.047426;0.982014;0.006693;0.500000;0.268941;0.268941;0.999665;0.268941;0.858756;0.202297;0.213157;0.363547;0.264443;0.000000;0.136461;0.749134;0.000000;0.319298;0.102018;0.000000;0.391265;0.216022;0.517243;0.864127;0.302800;0.398912;0.700987;0.396277;0.715974;0.031526;0.252499;0.378910;0.045880;0.575210;0.849450;0.046145;0.104405;0.268941;0.017986;0.999665;0.119203;0.002473;0.047426;0.047426;0.880797;0.731059;0.002473;0.002473;0.047426;0.006693;0.002473;0.006693;0.119203;0.047426;0.000911;0.006693;0.002473;0.649764;0.000000;0.968385;0.063745;0.874791;0.312598;0.075160;0.563653;0.326733;0.057216;0.101744;0.000000;0.208829;0.346378;0.160300;0.640607;0.281507;0.583219;0.102569;0.166450;0.688638;0.025346;0.286014;0.300690;0.026960;0.672345;0.838610;0.037530;0.123860;0.731059;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.017986;0.017986;0.952574;0.731059;0.017986;0.500000;0.880797;0.017986;0.047426;0.119203;0.017986;0.731059;0.993307;0.583948;0.000000;0.140035;0.000000;0.730074;0.000000;0.000000;0.086195;0.243240;0.872806;0.721919;0.000000;0.530213;0.840908;0.165205;0.249365;0.034026;0.626446;0.288640;0.831879;0.548117;0.013632;0.438253;0.366915;0.005440;0.627650;0.833715;0.035255;0.131030;0.500000;0.017986;0.952574;0.017986;0.500000;0.268941;0.017986;0.017986;0.047426;0.731059;0.500000;0.047426;0.999089;0.731059;0.006693;0.119203;0.119203;0.017986;0.500000;0.731059;0.748758;0.126640;0.332700;0.409992;0.625744;0.129995;0.110269;0.044362;0.329599;0.609688;0.646571;0.083785;0.732433;0.914901;0.060768;0.246197;0.110171;0.813816;0.637146;0.534943;0.492667;0.006373;0.500962;0.362865;0.000930;0.636205;0.650740;0.007260;0.342005;0.731059;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.999089;0.119203;0.017986;0.002473;0.006693;0.006693;0.508749;0.358473;0.000000;0.000000;0.000000;0.000000;0.000000;0.401312;0.089155;0.000000;0.143318;0.074261;0.000000;0.000000;0.981035;0.280698;0.286591;0.000000;0.103030;0.086038;0.814741;0.003558;0.181702;0.791455;0.000145;0.208400;0.787275;0.000900;0.211830;0.268941;0.731059;0.500000;0.731059;0.017986;0.731059;0.982014;0.268941;0.500000;0.119203;0.047426;0.880797;0.047426;0.017986;0.731059;0.268941;0.119203;0.880797;0.047426;0.119203;0.645656;0.618220;0.282722;0.751009;0.000000;0.558728;0.888350;0.150077;0.510249;0.056626;0.097176;0.774867;0.252372;0.310239;0.290285;0.464311;0.091123;0.692536;0.174365;0.044617;0.896262;0.000084;0.103652;0.985615;0.000000;0.014380;0.981035;0.000005;0.018960;0.119203;0.952574;0.119203;0.119203;0.047426;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.731059;0.500000;0.119203;0.119203;0.119203;0.500000;0.017986;0.047426;0.731059;0.674586;0.129882;0.060654;0.117741;0.000000;0.780057;0.705785;0.159628;0.000000;0.777819;0.801389;0.285570;0.163420;0.393172;0.530213;0.200047;0.387223;0.528469;0.375428;0.135873;0.914279;0.000087;0.085636;0.987360;0.000000;0.012640;0.984855;0.000010;0.015140;0.731059;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.268941;0.268941;0.017986;0.982014;0.993307;0.006693;0.119203;0.119203;0.119203;0.993307;0.731059;0.680267;0.073987;0.154465;0.068946;0.871019;0.340964;0.000000;0.084401;0.274283;0.714226;0.439547;0.000000;0.699937;0.783808;0.137288;0.617275;0.495750;0.781427;0.838078;0.645427;0.924689;0.000085;0.075224;0.999770;0.000000;0.000230;0.999120;0.000000;0.000875
0.731059;0.017986;0.119203;0.047426;0.047426;0.047426;0.047426;0.982014;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.982014;0.731059;0.006693;0.017986;0.731059;0.813513;0.174653;0.443246;0.000000;0.248431;0.000000;0.305976;0.900070;0.000000;0.355030;0.134470;0.000000;0.196076;0.101744;0.240124;0.800911;0.267371;0.000000;0.000000;0.584191;0.614178;0.106379;0.279441;0.595340;0.179225;0.225430;0.838855;0.117910;0.043235;0.500000;0.017986;0.119203;0.017986;0.880797;0.017986;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.119203;0.500000;0.017986;0.268941;0.999089;0.006693;0.017986;0.500000;0.487503;0.044362;0.274482;0.072158;0.597245;0.115679;0.000000;0.444974;0.118157;0.726910;0.760241;0.000000;0.703496;0.536187;0.545871;0.739814;0.714634;0.614673;0.067989;0.523982;0.758065;0.082497;0.159443;0.539290;0.134680;0.326035;0.848415;0.104265;0.047330;0.880797;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.047426;0.047426;0.017986;0.047426;0.982014;0.006693;0.500000;0.268941;0.268941;0.999665;0.268941;0.858756;0.202297;0.213157;0.363547;0.264443;0.000000;0.136461;0.749134;0.000000;0.319298;0.102018;0.000000;0.391265;0.216022;0.517243;0.864127;0.302800;0.398912;0.700987;0.396277;0.715974;0.031526;0.252499;0.378910;0.045880;0.575210;0.849450;0.046145;0.104405;0.268941;0.017986;0.999665;0.119203;0.002473;0.047426;0.047426;0.880797;0.731059;0.002473;0.002473;0.047426;0.006693;0.002473;0.006693;0.119203;0.047426;0.000911;0.006693;0.002473;0.649764;0.000000;0.968385;0.063745;0.874791;0.312598;0.075160;0.563653;0.326733;0.057216;0.101744;0.000000;0.208829;0.346378;0.160300;0.640607;0.281507;0.583219;0.102569;0.166450;0.688638;0.025346;0.286014;0.300690;0.026960;0.672345;0.838610;0.037530;0.123860;0.731059;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.017986;0.017986;0.952574;0.731059;0.017986;0.500000;0.880797;0.017986;0.047426;0.119203;0.017986;0.731059;0.993307;0.583948;0.000000;0.140035;0.000000;0.730074;0.000000;0.000000;0.086195;0.243240;0.872806;0.721919;0.000000;0.530213;0.840908;0.165205;0.249365;0.034026;0.626446;0.288640;0.831879;0.548117;0.013632;0.438253;0.366915;0.005440;0.627650;0.833715;0.035255;0.131030;0.500000;0.017986;0.952574;0.017986;0.500000;0.268941;0.017986;0.017986;0.047426;0.731059;0.500000;0.047426;0.999089;0.731059;0.006693;0.119203;0.119203;0.017986;0.500000;0.731059;0.748758;0.126640;0.332700;0.409992;0.625744;0.129995;0.110269;0.044362;0.329599;0.609688;0.646571;0.083785;0.732433;0.914901;0.060768;0.246197;0.110171;0.813816;0.637146;0.534943;0.492667;0.006373;0.500962;0.362865;0.000930;0.636205;0.650740;0.007260;0.342005;0.731059;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.999089;0.119203;0.017986;0.002473;0.006693;0.006693;0.508749;0.358473;0.000000;0.000000;0.000000;0.000000;0.000000;0.401312;0.089155;0.000000;0.143318;0.074261;0.000000;0.000000;0.981035;0.280698;0.286591;0.000000;0.103030;0.086038;0.814741;0.003558;0.181702;0.791455;0.000145;0.208400;0.787275;0.000900;0.211830;0.268941;0.731059;0.500000;0.731059;0.017986;0.731059;0.982014;0.268941;0.500000;0.119203;0.047426;0.880797;0.047426;0.017986;0.731059;0.268941;0.119203;0.880797;0.047426;0.119203;0.645656;0.618220;0.282722;0.751009;0.000000;0.558728;0.888350;0.150077;0.510249;0.056626;0.097176;0.774867;0.252372;0.310239;0.290285;0.464311;0.091123;0.692536;0.174365;0.044617;0.896262;0.000084;0.103652;0.985615;0.000000;0.014380;0.981035;0.000005;0.018960;0.119203;0.952574;0.119203;0.119203;0.047426;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.731059;0.500000;0.119203;0.119203;0.119203;0.500000;0.017986;0.047426;0.731059;0.674586;0.129882;0.060654;0.117741;0.000000;0.780057;0.705785;0.159628;0.000000;0.777819;0.801389;0.285570;0.163420;0.393172;0.530213;0.200047;0.387223;0.528469;0.375428;0.135873;0.914279;0.000087;0.085636;0.987360;0.000000;0.012640;0.984855;0.000010;0.015140;0.731059;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.268941;0.268941;0.017986;0.982014;0.993307;0.006693;0.119203;0.119203;0.119203;0.993307;0.731059;0.680267;0.073987;0.154465;0.068946;0.871019;0.340964;0.000000;0.084401;0.274283;0.714226;0.439547;0.000000;0.699937;0.783808;0.137288;0.617275;0.495750;0.781427;0.838078;0.645427;0.924689;0.000085;0.075224;0.999770;0.000000;0.000230;0.999120;0.000000;0.000875;0.500000;0.880797;0.119203;0.047426;0.119203;0.731059;0.119203;0.047426;0.500000;0.731059;0.880797;0.731059;0.731059;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.640837;0.767456;0.067547;0.032140;0.417268;0.778682;0.347964;0.089806;0.493250;0.262309;0.487003;0.688046;0.478513;0.099034;0.279690;0.428738;0.138119;0.000000;0.000000;0.848258;0.909150;0.002228;0.088622;0.999920;0.000000;0.000080;0.999940;0.000000;0.000060
0.500000;0.017986;0.119203;0.017986;0.880797;0.017986;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.119203;0.500000;0.017986;0.268941;0.999089;0.006693;0.017986;0.500000;0.487503;0.044362;0.274482;0.072158;0.597245;0.115679;0.000000;0.444974;0.118157;0.726910;0.760241;0.000000;0.703496;0.536187;0.545871;0.739814;0.714634;0.614673;0.067989;0.523982;0.758065;0.082497;0.159443;0.539290;0.134680;0.326035;0.848415;0.104265;0.047330;0.880797;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.047426;0.047426;0.017986;0.047426;0.982014;0.006693;0.500000;0.268941;0.268941;0.999665;0.268941;0.858756;0.202297;0.213157;0.363547;0.264443;0.000000;0.136461;0.749134;0.000000;0.319298;0.102018;0.000000;0.391265;0.216022;0.517243;0.864127;0.302800;0.398912;0.700987;0.396277;0.715974;0.031526;0.252499;0.378910;0.045880;0.575210;0.849450;0.046145;0.104405;0.268941;0.017986;0.999665;0.119203;0.002473;0.047426;0.047426;0.880797;0.731059;0.002473;0.002473;0.047426;0.006693;0.002473;0.006693;0.119203;0.047426;0.000911;0.006693;0.002473;0.649764;0.000000;0.968385;0.063745;0.874791;0.312598;0.075160;0.563653;0.326733;0.057216;0.101744;0.000000;0.208829;0.346378;0.160300;0.640607;0.281507;0.583219;0.102569;0.166450;0.688638;0.025346;0.286014;0.300690;0.026960;0.672345;0.838610;0.037530;0.123860;0.731059;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.017986;0.017986;0.952574;0.731059;0.017986;0.500000;0.880797;0.017986;0.047426;0.119203;0.017986;0.731059;0.993307;0.583948;0.000000;0.140035;0.000000;0.730074;0.000000;0.000000;0.086195;0.243240;0.872806;0.721919;0.000000;0.530213;0.840908;0.165205;0.249365;0.034026;0.626446;0.288640;0.831879;0.548117;0.013632;0.438253;0.366915;0.005440;0.627650;0.833715;0.035255;0.131030;0.500000;0.017986;0.952574;0.017986;0.500000;0.268941;0.017986;0.017986;0.047426;0.731059;0.500000;0.047426;0.999089;0.731059;0.006693;0.119203;0.119203;0.017986;0.500000;0.731059;0.748758;0.126640;0.332700;0.409992;0.625744;0.129995;0.110269;0.044362;0.329599;0.609688;0.646571;0.083785;0.732433;0.914901;0.060768;0.246197;0.110171;0.813816;0.637146;0.534943;0.492667;0.006373;0.500962;0.362865;0.000930;0.636205;0.650740;0.007260;0.342005;0.731059;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.999089;0.119203;0.017986;0.002473;0.006693;0.006693;0.508749;0.358473;0.000000;0.000000;0.000000;0.000000;0.000000;0.401312;0.089155;0.000000;0.143318;0.074261;0.000000;0.000000;0.981035;0.280698;0.286591;0.000000;0.103030;0.086038;0.814741;0.003558;0.181702;0.791455;0.000145;0.208400;0.787275;0.000900;0.211830;0.268941;0.731059;0.500000;0.731059;0.017986;0.731059;0.982014;0.268941;0.500000;0.119203;0.047426;0.880797;0.047426;0.017986;0.731059;0.268941;0.119203;0.880797;0.047426;0.119203;0.645656;0.618220;0.282722;0.751009;0.000000;0.558728;0.888350;0.150077;0.510249;0.056626;0.097176;0.774867;0.252372;0.310239;0.290285;0.464311;0.091123;0.692536;0.174365;0.044617;0.896262;0.000084;0.103652;0.985615;0.000000;0.014380;0.981035;0.000005;0.018960;0.119203;0.952574;0.119203;0.119203;0.047426;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.731059;0.500000;0.119203;0.119203;0.119203;0.500000;0.017986;0.047426;0.731059;0.674586;0.129882;0.060654;0.117741;0.000000;0.780057;0.705785;0.159628;0.000000;0.777819;0.801389;0.285570;0.163420;0.393172;0.530213;0.200047;0.387223;0.528469;0.375428;0.135873;0.914279;0.000087;0.085636;0.987360;0.000000;0.012640;0.984855;0.000010;0.015140;0.731059;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.268941;0.268941;0.017986;0.982014;0.993307;0.006693;0.119203;0.119203;0.119203;0.993307;0.731059;0.680267;0.073987;0.154465;0.068946;0.871019;0.340964;0.000000;0.084401;0.274283;0.714226;0.439547;0.000000;0.699937;0.783808;0.137288;0.617275;0.495750;0.781427;0.838078;0.645427;0.924689;0.000085;0.075224;0.999770;0.000000;0.000230;0.999120;0.000000;0.000875;0.500000;0.880797;0.119203;0.047426;0.119203;0.731059;0.119203;0.047426;0.500000;0.731059;0.880797;0.731059;0.731059;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.640837;0.767456;0.067547;0.032140;0.417268;0.778682;0.347964;0.089806;0.493250;0.262309;0.487003;0.688046;0.478513;0.099034;0.279690;0.428738;0.138119;0.000000;0.000000;0.848258;0.909150;0.002228;0.088622;0.999920;0.000000;0.000080;0.999940;0.000000;0.000060;0.880797;0.731059;0.500000;0.731059;0.119203;0.952574;0.880797;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.731059;0.268941;0.017986;0.047426;0.047426;0.749322;0.782450;0.479761;0.689761;0.000000;0.714634;0.819209;0.154596;0.105081;0.048707;0.143564;0.721115;0.321912;0.070765;0.174509;0.393649;0.362391;0.726711;0.210985;0.042860;0.918394;0.000667;0.080937;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025
0.880797;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.047426;0.047426;0.017986;0.047426;0.982014;0.006693;0.500000;0.268941;0.268941;0.999665;0.268941;0.858756;0.202297;0.213157;0.363547;0.264443;0.000000;0.136461;0.749134;0.000000;0.319298;0.102018;0.000000;0.391265;0.216022;0.517243;0.864127;0.302800;0.398912;0.700987;0.396277;0.715974;0.031526;0.252499;0.378910;0.045880;0.575210;0.849450;0.046145;0.104405;0.268941;0.017986;0.999665;0.119203;0.002473;0.047426;0.047426;0.880797;0.731059;0.002473;0.002473;0.047426;0.006693;0.002473;0.006693;0.119203;0.047426;0.000911;0.006693;0.002473;0.649764;0.000000;0.968385;0.063745;0.874791;0.312598;0.075160;0.563653;0.326733;0.057216;0.101744;0.000000;0.208829;0.346378;0.160300;0.640607;0.281507;0.583219;0.102569;0.166450;0.688638;0.025346;0.286014;0.300690;0.026960;0.672345;0.838610;0.037530;0.123860;0.731059;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.017986;0.017986;0.952574;0.731059;0.017986;0.500000;0.880797;0.017986;0.047426;0.119203;0.017986;0.731059;0.993307;0.583948;0.000000;0.140035;0.000000;0.730074;0.000000;0.000000;0.086195;0.243240;0.872806;0.721919;0.000000;0.530213;0.840908;0.165205;0.249365;0.034026;0.626446;0.288640;0.831879;0.548117;0.013632;0.438253;0.366915;0.005440;0.627650;0.833715;0.035255;0.131030;0.500000;0.017986;0.952574;0.017986;0.500000;0.268941;0.017986;0.017986;0.047426;0.731059;0.500000;0.047426;0.999089;0.731059;0.006693;0.119203;0.119203;0.017986;0.500000;0.731059;0.748758;0.126640;0.332700;0.409992;0.625744;0.129995;0.110269;0.044362;0.329599;0.609688;0.646571;0.083785;0.732433;0.914901;0.060768;0.246197;0.110171;0.813816;0.637146;0.534943;0.492667;0.006373;0.500962;0.362865;0.000930;0.636205;0.650740;0.007260;0.342005;0.731059;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.999089;0.119203;0.017986;0.002473;0.006693;0.006693;0.508749;0.358473;0.000000;0.000000;0.000000;0.000000;0.000000;0.401312;0.089155;0.000000;0.143318;0.074261;0.000000;0.000000;0.981035;0.280698;0.286591;0.000000;0.103030;0.086038;0.814741;0.003558;0.181702;0.791455;0.000145;0.208400;0.787275;0.000900;0.211830;0.268941;0.731059;0.500000;0.731059;0.017986;0.731059;0.982014;0.268941;0.500000;0.119203;0.047426;0.880797;0.047426;0.017986;0.731059;0.268941;0.119203;0.880797;0.047426;0.119203;0.645656;0.618220;0.282722;0.751009;0.000000;0.558728;0.888350;0.150077;0.510249;0.056626;0.097176;0.774867;0.252372;0.310239;0.290285;0.464311;0.091123;0.692536;0.174365;0.044617;0.896262;0.000084;0.103652;0.985615;0.000000;0.014380;0.981035;0.000005;0.018960;0.119203;0.952574;0.119203;0.119203;0.047426;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.731059;0.500000;0.119203;0.119203;0.119203;0.500000;0.017986;0.047426;0.731059;0.674586;0.129882;0.060654;0.117741;0.000000;0.780057;0.705785;0.159628;0.000000;0.777819;0.801389;0.285570;0.163420;0.393172;0.530213;0.200047;0.387223;0.528469;0.375428;0.135873;0.914279;0.000087;0.085636;0.987360;0.000000;0.012640;0.984855;0.000010;0.015140;0.731059;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.268941;0.268941;0.017986;0.982014;0.993307;0.006693;0.119203;0.119203;0.119203;0.993307;0.731059;0.680267;0.073987;0.154465;0.068946;0.871019;0.340964;0.000000;0.084401;0.274283;0.714226;0.439547;0.000000;0.699937;0.783808;0.137288;0.617275;0.495750;0.781427;0.838078;0.645427;0.924689;0.000085;0.075224;0.999770;0.000000;0.000230;0.999120;0.000000;0.000875;0.500000;0.880797;0.119203;0.047426;0.119203;0.731059;0.119203;0.047426;0.500000;0.731059;0.880797;0.731059;0.731059;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.640837;0.767456;0.067547;0.032140;0.417268;0.778682;0.347964;0.089806;0.493250;0.262309;0.487003;0.688046;0.478513;0.099034;0.279690;0.428738;0.138119;0.000000;0.000000;0.848258;0.909150;0.002228;0.088622;0.999920;0.000000;0.000080;0.999940;0.000000;0.000060;0.880797;0.731059;0.500000;0.731059;0.119203;0.952574;0.880797;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.731059;0.268941;0.017986;0.047426;0.047426;0.749322;0.782450;0.479761;0.689761;0.000000;0.714634;0.819209;0.154596;0.105081;0.048707;0.143564;0.721115;0.321912;0.070765;0.174509;0.393649;0.362391;0.726711;0.210985;0.042860;0.918394;0.000667;0.080937;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.047426;0.006693;0.006693;0.993307;0.952574;0.017986;0.982014;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.880797;0.228465;0.090545;0.000000;0.000000;0.205217;0.445715;0.000000;0.000000;0.000000;0.891291;0.855450;0.000000;0.912376;0.671505;0.076987;0.035985;0.176390;0.627849;0.479012;0.614910;0.919241;0.001194;0.079565;0.999990;0.000000;0.000010;0.999985;0.000000;0.000015
0.268941;0.017986;0.999665;0.119203;0.002473;0.047426;0.047426;0.880797;0.731059;0.002473;0.002473;0.047426;0.006693;0.002473;0.006693;0.119203;0.047426;0.000911;0.006693;0.002473;0.649764;0.000000;0.968385;0.063745;0.874791;0.312598;0.075160;0.563653;0.326733;0.057216;0.101744;0.000000;0.208829;0.346378;0.160300;0.640607;0.281507;0.583219;0.102569;0.166450;0.688638;0.025346;0.286014;0.300690;0.026960;0.672345;0.838610;0.037530;0.123860;0.731059;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.017986;0.017986;0.952574;0.731059;0.017986;0.500000;0.880797;0.017986;0.047426;0.119203;0.017986;0.731059;0.993307;0.583948;0.000000;0.140035;0.000000;0.730074;0.000000;0.000000;0.086195;0.243240;0.872806;0.721919;0.000000;0.530213;0.840908;0.165205;0.249365;0.034026;0.626446;0.288640;0.831879;0.548117;0.013632;0.438253;0.366915;0.005440;0.627650;0.833715;0.035255;0.131030;0.500000;0.017986;0.952574;0.017986;0.500000;0.268941;0.017986;0.017986;0.047426;0.731059;0.500000;0.047426;0.999089;0.731059;0.006693;0.119203;0.119203;0.017986;0.500000;0.731059;0.748758;0.126640;0.332700;0.409992;0.625744;0.129995;0.110269;0.044362;0.329599;0.609688;0.646571;0.083785;0.732433;0.914901;0.060768;0.246197;0.110171;0.813816;0.637146;0.534943;0.492667;0.006373;0.500962;0.362865;0.000930;0.636205;0.650740;0.007260;0.342005;0.731059;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.999089;0.119203;0.017986;0.002473;0.006693;0.006693;0.508749;0.358473;0.000000;0.000000;0.000000;0.000000;0.000000;0.401312;0.089155;0.000000;0.143318;0.074261;0.000000;0.000000;0.981035;0.280698;0.286591;0.000000;0.103030;0.086038;0.814741;0.003558;0.181702;0.791455;0.000145;0.208400;0.787275;0.000900;0.211830;0.268941;0.731059;0.500000;0.731059;0.017986;0.731059;0.982014;0.268941;0.500000;0.119203;0.047426;0.880797;0.047426;0.017986;0.731059;0.268941;0.119203;0.880797;0.047426;0.119203;0.645656;0.618220;0.282722;0.751009;0.000000;0.558728;0.888350;0.150077;0.510249;0.056626;0.097176;0.774867;0.252372;0.310239;0.290285;0.464311;0.091123;0.692536;0.174365;0.044617;0.896262;0.000084;0.103652;0.985615;0.000000;0.014380;0.981035;0.000005;0.018960;0.119203;0.952574;0.119203;0.119203;0.047426;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.731059;0.500000;0.119203;0.119203;0.119203;0.500000;0.017986;0.047426;0.731059;0.674586;0.129882;0.060654;0.117741;0.000000;0.780057;0.705785;0.159628;0.000000;0.777819;0.801389;0.285570;0.163420;0.393172;0.530213;0.200047;0.387223;0.528469;0.375428;0.135873;0.914279;0.000087;0.085636;0.987360;0.000000;0.012640;0.984855;0.000010;0.015140;0.731059;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.268941;0.268941;0.017986;0.982014;0.993307;0.006693;0.119203;0.119203;0.119203;0.993307;0.731059;0.680267;0.073987;0.154465;0.068946;0.871019;0.340964;0.000000;0.084401;0.274283;0.714226;0.439547;0.000000;0.699937;0.783808;0.137288;0.617275;0.495750;0.781427;0.838078;0.645427;0.924689;0.000085;0.075224;0.999770;0.000000;0.000230;0.999120;0.000000;0.000875;0.500000;0.880797;0.119203;0.047426;0.119203;0.731059;0.119203;0.047426;0.500000;0.731059;0.880797;0.731059;0.731059;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.640837;0.767456;0.067547;0.032140;0.417268;0.778682;0.347964;0.089806;0.493250;0.262309;0.487003;0.688046;0.478513;0.099034;0.279690;0.428738;0.138119;0.000000;0.000000;0.848258;0.909150;0.002228;0.088622;0.999920;0.000000;0.000080;0.999940;0.000000;0.000060;0.880797;0.731059;0.500000;0.731059;0.119203;0.952574;0.880797;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.731059;0.268941;0.017986;0.047426;0.047426;0.749322;0.782450;0.479761;0.689761;0.000000;0.714634;0.819209;0.154596;0.105081;0.048707;0.143564;0.721115;0.321912;0.070765;0.174509;0.393649;0.362391;0.726711;0.210985;0.042860;0.918394;0.000667;0.080937;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.047426;0.006693;0.006693;0.993307;0.952574;0.017986;0.982014;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.880797;0.228465;0.090545;0.000000;0.000000;0.205217;0.445715;0.000000;0.000000;0.000000;0.891291;0.855450;0.000000;0.912376;0.671505;0.076987;0.035985;0.176390;0.627849;0.479012;0.614910;0.919241;0.001194;0.079565;0.999990;0.000000;0.000010;0.999985;0.000000;0.000015;0.119203;0.500000;0.731059;0.731059;0.731059;0.119203;0.119203;0.017986;0.731059;0.731059;0.268941;0.119203;0.880797;0.952574;0.017986;0.119203;0.119203;0.952574;0.982014;0.500000;0.234693;0.241587;0.000000;0.377306;0.736334;0.336485;0.081062;0.000000;0.576641;0.569791;0.395560;0.049737;0.674366;0.878681;0.000000;0.000000;0.340066;0.968262;0.923367;0.497500;0.918762;0.081130;0.000107;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025
0.731059;0.017986;0.006693;0.006693;0.119203;0.017986;0.017986;0.017986;0.017986;0.952574;0.731059;0.017986;0.500000;0.880797;0.017986;0.047426;0.119203;0.017986;0.731059;0.993307;0.583948;0.000000;0.140035;0.000000;0.730074;0.000000;0.000000;0.086195;0.243240;0.872806;0.721919;0.000000;0.530213;0.840908;0.165205;0.249365;0.034026;0.626446;0.288640;0.831879;0.548117;0.013632;0.438253;0.366915;0.005440;0.627650;0.833715;0.035255;0.131030;0.500000;0.017986;0.952574;0.017986;0.500000;0.268941;0.017986;0.017986;0.047426;0.731059;0.500000;0.047426;0.999089;0.731059;0.006693;0.119203;0.119203;0.017986;0.500000;0.731059;0.748758;0.126640;0.332700;0.409992;0.625744;0.129995;0.110269;0.044362;0.329599;0.609688;0.646571;0.083785;0.732433;0.914901;0.060768;0.246197;0.110171;0.813816;0.637146;0.534943;0.492667;0.006373;0.500962;0.362865;0.000930;0.636205;0.650740;0.007260;0.342005;0.731059;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.999089;0.119203;0.017986;0.002473;0.006693;0.006693;0.508749;0.358473;0.000000;0.000000;0.000000;0.000000;0.000000;0.401312;0.089155;0.000000;0.143318;0.074261;0.000000;0.000000;0.981035;0.280698;0.286591;0.000000;0.103030;0.086038;0.814741;0.003558;0.181702;0.791455;0.000145;0.208400;0.787275;0.000900;0.211830;0.268941;0.731059;0.500000;0.731059;0.017986;0.731059;0.982014;0.268941;0.500000;0.119203;0.047426;0.880797;0.047426;0.017986;0.731059;0.268941;0.119203;0.880797;0.047426;0.119203;0.645656;0.618220;0.282722;0.751009;0.000000;0.558728;0.888350;0.150077;0.510249;0.056626;0.097176;0.774867;0.252372;0.310239;0.290285;0.464311;0.091123;0.692536;0.174365;0.044617;0.896262;0.000084;0.103652;0.985615;0.000000;0.014380;0.981035;0.000005;0.018960;0.119203;0.952574;0.119203;0.119203;0.047426;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.731059;0.500000;0.119203;0.119203;0.119203;0.500000;0.017986;0.047426;0.731059;0.674586;0.129882;0.060654;0.117741;0.000000;0.780057;0.705785;0.159628;0.000000;0.777819;0.801389;0.285570;0.163420;0.393172;0.530213;0.200047;0.387223;0.528469;0.375428;0.135873;0.914279;0.000087;0.085636;0.987360;0.000000;0.012640;0.984855;0.000010;0.015140;0.731059;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.268941;0.268941;0.017986;0.982014;0.993307;0.006693;0.119203;0.119203;0.119203;0.993307;0.731059;0.680267;0.073987;0.154465;0.068946;0.871019;0.340964;0.000000;0.084401;0.274283;0.714226;0.439547;0.000000;0.699937;0.783808;0.137288;0.617275;0.495750;0.781427;0.838078;0.645427;0.924689;0.000085;0.075224;0.999770;0.000000;0.000230;0.999120;0.000000;0.000875;0.500000;0.880797;0.119203;0.047426;0.119203;0.731059;0.119203;0.047426;0.500000;0.731059;0.880797;0.731059;0.731059;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.640837;0.767456;0.067547;0.032140;0.417268;0.778682;0.347964;0.089806;0.493250;0.262309;0.487003;0.688046;0.478513;0.099034;0.279690;0.428738;0.138119;0.000000;0.000000;0.848258;0.909150;0.002228;0.088622;0.999920;0.000000;0.000080;0.999940;0.000000;0.000060;0.880797;0.731059;0.500000;0.731059;0.119203;0.952574;0.880797;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.731059;0.268941;0.017986;0.047426;0.047426;0.749322;0.782450;0.479761;0.689761;0.000000;0.714634;0.819209;0.154596;0.105081;0.048707;0.143564;0.721115;0.321912;0.070765;0.174509;0.393649;0.362391;0.726711;0.210985;0.042860;0.918394;0.000667;0.080937;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.047426;0.006693;0.006693;0.993307;0.952574;0.017986;0.982014;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.880797;0.228465;0.090545;0.000000;0.000000;0.205217;0.445715;0.000000;0.000000;0.000000;0.891291;0.855450;0.000000;0.912376;0.671505;0.076987;0.035985;0.176390;0.627849;0.479012;0.614910;0.919241;0.001194;0.079565;0.999990;0.000000;0.000010;0.999985;0.000000;0.000015;0.119203;0.500000;0.731059;0.731059;0.731059;0.119203;0.119203;0.017986;0.731059;0.731059;0.268941;0.119203;0.880797;0.952574;0.017986;0.119203;0.119203;0.952574;0.982014;0.500000;0.234693;0.241587;0.000000;0.377306;0.736334;0.336485;0.081062;0.000000;0.576641;0.569791;0.395560;0.049737;0.674366;0.878681;0.000000;0.000000;0.340066;0.968262;0.923367;0.497500;0.918762;0.081130;0.000107;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.500000;0.731059;0.880797;0.952574;0.006693;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.731059;0.119203;0.006693;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.591459;0.824045;0.733411;0.850178;0.436593;0.800592;0.839566;0.000000;0.386037;0.050164;0.019743;0.667300;0.124662;0.000000;0.000000;0.048800;0.334256;0.000000;0.000000;0.045521;0.998357;0.001371;0.000272;0.999865;0.000000;0.000135;0.999700;0.000000;0.000300
0.500000;0.017986;0.952574;0.017986;0.500000;0.268941;0.017986;0.017986;0.047426;0.731059;0.500000;0.047426;0.999089;0.731059;0.006693;0.119203;0.119203;0.017986;0.500000;0.731059;0.748758;0.126640;0.332700;0.409992;0.625744;0.129995;0.110269;0.044362;0.329599;0.609688;0.646571;0.083785;0.732433;0.914901;0.060768;0.246197;0.110171;0.813816;0.637146;0.534943;0.492667;0.006373;0.500962;0.362865;0.000930;0.636205;0.650740;0.007260;0.342005;0.731059;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.999089;0.119203;0.017986;0.002473;0.006693;0.006693;0.508749;0.358473;0.000000;0.000000;0.000000;0.000000;0.000000;0.401312;0.089155;0.000000;0.143318;0.074261;0.000000;0.000000;0.981035;0.280698;0.286591;0.000000;0.103030;0.086038;0.814741;0.003558;0.181702;0.791455;0.000145;0.208400;0.787275;0.000900;0.211830;0.268941;0.731059;0.500000;0.731059;0.017986;0.731059;0.982014;0.268941;0.500000;0.119203;0.047426;0.880797;0.047426;0.017986;0.731059;0.268941;0.119203;0.880797;0.047426;0.119203;0.645656;0.618220;0.282722;0.751009;0.000000;0.558728;0.888350;0.150077;0.510249;0.056626;0.097176;0.774867;0.252372;0.310239;0.290285;0.464311;0.091123;0.692536;0.174365;0.044617;0.896262;0.000084;0.103652;0.985615;0.000000;0.014380;0.981035;0.000005;0.018960;0.119203;0.952574;0.119203;0.119203;0.047426;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.731059;0.500000;0.119203;0.119203;0.119203;0.500000;0.017986;0.047426;0.731059;0.674586;0.129882;0.060654;0.117741;0.000000;0.780057;0.705785;0.159628;0.000000;0.777819;0.801389;0.285570;0.163420;0.393172;0.530213;0.200047;0.387223;0.528469;0.375428;0.135873;0.914279;0.000087;0.085636;0.987360;0.000000;0.012640;0.984855;0.000010;0.015140;0.731059;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.268941;0.268941;0.017986;0.982014;0.993307;0.006693;0.119203;0.119203;0.119203;0.993307;0.731059;0.680267;0.073987;0.154465;0.068946;0.871019;0.340964;0.000000;0.084401;0.274283;0.714226;0.439547;0.000000;0.699937;0.783808;0.137288;0.617275;0.495750;0.781427;0.838078;0.645427;0.924689;0.000085;0.075224;0.999770;0.000000;0.000230;0.999120;0.000000;0.000875;0.500000;0.880797;0.119203;0.047426;0.119203;0.731059;0.119203;0.047426;0.500000;0.731059;0.880797;0.731059;0.731059;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.640837;0.767456;0.067547;0.032140;0.417268;0.778682;0.347964;0.089806;0.493250;0.262309;0.487003;0.688046;0.478513;0.099034;0.279690;0.428738;0.138119;0.000000;0.000000;0.848258;0.909150;0.002228;0.088622;0.999920;0.000000;0.000080;0.999940;0.000000;0.000060;0.880797;0.731059;0.500000;0.731059;0.119203;0.952574;0.880797;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.731059;0.268941;0.017986;0.047426;0.047426;0.749322;0.782450;0.479761;0.689761;0.000000;0.714634;0.819209;0.154596;0.105081;0.048707;0.143564;0.721115;0.321912;0.070765;0.174509;0.393649;0.362391;0.726711;0.210985;0.042860;0.918394;0.000667;0.080937;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.047426;0.006693;0.006693;0.993307;0.952574;0.017986;0.982014;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.880797;0.228465;0.090545;0.000000;0.000000;0.205217;0.445715;0.000000;0.000000;0.000000;0.891291;0.855450;0.000000;0.912376;0.671505;0.076987;0.035985;0.176390;0.627849;0.479012;0.614910;0.919241;0.001194;0.079565;0.999990;0.000000;0.000010;0.999985;0.000000;0.000015;0.119203;0.500000;0.731059;0.731059;0.731059;0.119203;0.119203;0.017986;0.731059;0.731059;0.268941;0.119203;0.880797;0.952574;0.017986;0.119203;0.119203;0.952574;0.982014;0.500000;0.234693;0.241587;0.000000;0.377306;0.736334;0.336485;0.081062;0.000000;0.576641;0.569791;0.395560;0.049737;0.674366;0.878681;0.000000;0.000000;0.340066;0.968262;0.923367;0.497500;0.918762;0.081130;0.000107;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.500000;0.731059;0.880797;0.952574;0.006693;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.731059;0.119203;0.006693;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.591459;0.824045;0.733411;0.850178;0.436593;0.800592;0.839566;0.000000;0.386037;0.050164;0.019743;0.667300;0.124662;0.000000;0.000000;0.048800;0.334256;0.000000;0.000000;0.045521;0.998357;0.001371;0.000272;0.999865;0.000000;0.000135;0.999700;0.000000;0.000300;0.982014;0.119203;0.268941;0.047426;0.731059;0.268941;0.268941;0.047426;0.731059;0.119203;0.952574;0.268941;0.268941;0.268941;0.047426;0.500000;0.119203;0.017986;0.500000;0.119203;0.903174;0.368886;0.423603;0.302800;0.283737;0.463565;0.376132;0.090134;0.601567;0.184372;0.713818;0.161379;0.167982;0.356405;0.057216;0.692110;0.091955;0.000000;0.404440;0.035778;0.998121;0.001071;0.000808;0.999545;0.000000;0.000455;0.998415;0.000000;0.001585
0.731059;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.999089;0.119203;0.017986;0.002473;0.006693;0.006693;0.508749;0.358473;0.000000;0.000000;0.000000;0.000000;0.000000;0.401312;0.089155;0.000000;0.143318;0.074261;0.000000;0.000000;0.981035;0.280698;0.286591;0.000000;0.103030;0.086038;0.814741;0.003558;0.181702;0.791455;0.000145;0.208400;0.787275;0.000900;0.211830;0.268941;0.731059;0.500000;0.731059;0.017986;0.731059;0.982014;0.268941;0.500000;0.119203;0.047426;0.880797;0.047426;0.017986;0.731059;0.268941;0.119203;0.880797;0.047426;0.119203;0.645656;0.618220;0.282722;0.751009;0.000000;0.558728;0.888350;0.150077;0.510249;0.056626;0.097176;0.774867;0.252372;0.310239;0.290285;0.464311;0.091123;0.692536;0.174365;0.044617;0.896262;0.000084;0.103652;0.985615;0.000000;0.014380;0.981035;0.000005;0.018960;0.119203;0.952574;0.119203;0.119203;0.047426;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.731059;0.500000;0.119203;0.119203;0.119203;0.500000;0.017986;0.047426;0.731059;0.674586;0.129882;0.060654;0.117741;0.000000;0.780057;0.705785;0.159628;0.000000;0.777819;0.801389;0.285570;0.163420;0.393172;0.530213;0.200047;0.387223;0.528469;0.375428;0.135873;0.914279;0.000087;0.085636;0.987360;0.000000;0.012640;0.984855;0.000010;0.015140;0.731059;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.268941;0.268941;0.017986;0.982014;0.993307;0.006693;0.119203;0.119203;0.119203;0.993307;0.731059;0.680267;0.073987;0.154465;0.068946;0.871019;0.340964;0.000000;0.084401;0.274283;0.714226;0.439547;0.000000;0.699937;0.783808;0.137288;0.617275;0.495750;0.781427;0.838078;0.645427;0.924689;0.000085;0.075224;0.999770;0.000000;0.000230;0.999120;0.000000;0.000875;0.500000;0.880797;0.119203;0.047426;0.119203;0.731059;0.119203;0.047426;0.500000;0.731059;0.880797;0.731059;0.731059;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.640837;0.767456;0.067547;0.032140;0.417268;0.778682;0.347964;0.089806;0.493250;0.262309;0.487003;0.688046;0.478513;0.099034;0.279690;0.428738;0.138119;0.000000;0.000000;0.848258;0.909150;0.002228;0.088622;0.999920;0.000000;0.000080;0.999940;0.000000;0.000060;0.880797;0.731059;0.500000;0.731059;0.119203;0.952574;0.880797;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.731059;0.268941;0.017986;0.047426;0.047426;0.749322;0.782450;0.479761;0.689761;0.000000;0.714634;0.819209;0.154596;0.105081;0.048707;0.143564;0.721115;0.321912;0.070765;0.174509;0.393649;0.362391;0.726711;0.210985;0.042860;0.918394;0.000667;0.080937;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.047426;0.006693;0.006693;0.993307;0.952574;0.017986;0.982014;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.880797;0.228465;0.090545;0.000000;0.000000;0.205217;0.445715;0.000000;0.000000;0.000000;0.891291;0.855450;0.000000;0.912376;0.671505;0.076987;0.035985;0.176390;0.627849;0.479012;0.614910;0.919241;0.001194;0.079565;0.999990;0.000000;0.000010;0.999985;0.000000;0.000015;0.119203;0.500000;0.731059;0.731059;0.731059;0.119203;0.119203;0.017986;0.731059;0.731059;0.268941;0.119203;0.880797;0.952574;0.017986;0.119203;0.119203;0.952574;0.982014;0.500000;0.234693;0.241587;0.000000;0.377306;0.736334;0.336485;0.081062;0.000000;0.576641;0.569791;0.395560;0.049737;0.674366;0.878681;0.000000;0.000000;0.340066;0.968262;0.923367;0.497500;0.918762;0.081130;0.000107;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.500000;0.731059;0.880797;0.952574;0.006693;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.731059;0.119203;0.006693;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.591459;0.824045;0.733411;0.850178;0.436593;0.800592;0.839566;0.000000;0.386037;0.050164;0.019743;0.667300;0.124662;0.000000;0.000000;0.048800;0.334256;0.000000;0.000000;0.045521;0.998357;0.001371;0.000272;0.999865;0.000000;0.000135;0.999700;0.000000;0.000300;0.982014;0.119203;0.268941;0.047426;0.731059;0.268941;0.268941;0.047426;0.731059;0.119203;0.952574;0.268941;0.268941;0.268941;0.047426;0.500000;0.119203;0.017986;0.500000;0.119203;0.903174;0.368886;0.423603;0.302800;0.283737;0.463565;0.376132;0.090134;0.601567;0.184372;0.713818;0.161379;0.167982;0.356405;0.057216;0.692110;0.091955;0.000000;0.404440;0.035778;0.998121;0.001071;0.000808;0.999545;0.000000;0.000455;0.998415;0.000000;0.001585;0.731059;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.017986;0.047426;0.880797;0.500000;0.017986;0.880797;0.993307;0.017986;0.047426;0.119203;0.952574;0.880797;0.880797;0.624103;0.051077;0.111749;0.000000;0.871244;0.092457;0.000000;0.164929;0.224784;0.632278;0.642677;0.000000;0.380129;0.902296;0.085724;0.619399;0.075369;0.914276;0.760787;0.661727;0.983395;0.000131;0.016475;0.992615;0.000000;0.007385;0.983095;0.000000;0.016905
0.268941;0.731059;0.500000;0.731059;0.017986;0.731059;0.982014;0.268941;0.500000;0.119203;0.047426;0.880797;0.047426;0.017986;0.731059;0.268941;0.119203;0.880797;0.047426;0.119203;0.645656;0.618220;0.282722;0.751009;0.000000;0.558728;0.888350;0.150077;0.510249;0.056626;0.097176;0.774867;0.252372;0.310239;0.290285;0.464311;0.091123;0.692536;0.174365;0.044617;0.896262;0.000084;0.103652;0.985615;0.000000;0.014380;0.981035;0.000005;0.018960;0.119203;0.952574;0.119203;0.119203;0.047426;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.731059;0.500000;0.119203;0.119203;0.119203;0.500000;0.017986;0.047426;0.731059;0.674586;0.129882;0.060654;0.117741;0.000000;0.780057;0.705785;0.159628;0.000000;0.777819;0.801389;0.285570;0.163420;0.393172;0.530213;0.200047;0.387223;0.528469;0.375428;0.135873;0.914279;0.000087;0.085636;0.987360;0.000000;0.012640;0.984855;0.000010;0.015140;0.731059;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.268941;0.268941;0.017986;0.982014;0.993307;0.006693;0.119203;0.119203;0.119203;0.993307;0.731059;0.680267;0.073987;0.154465;0.068946;0.871019;0.340964;0.000000;0.084401;0.274283;0.714226;0.439547;0.000000;0.699937;0.783808;0.137288;0.617275;0.495750;0.781427;0.838078;0.645427;0.924689;0.000085;0.075224;0.999770;0.000000;0.000230;0.999120;0.000000;0.000875;0.500000;0.880797;0.119203;0.047426;0.119203;0.731059;0.119203;0.047426;0.500000;0.731059;0.880797;0.731059;0.731059;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.640837;0.767456;0.067547;0.032140;0.417268;0.778682;0.347964;0.089806;0.493250;0.262309;0.487003;0.688046;0.478513;0.099034;0.279690;0.428738;0.138119;0.000000;0.000000;0.848258;0.909150;0.002228;0.088622;0.999920;0.000000;0.000080;0.999940;0.000000;0.000060;0.880797;0.731059;0.500000;0.731059;0.119203;0.952574;0.880797;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.731059;0.268941;0.017986;0.047426;0.047426;0.749322;0.782450;0.479761;0.689761;0.000000;0.714634;0.819209;0.154596;0.105081;0.048707;0.143564;0.721115;0.321912;0.070765;0.174509;0.393649;0.362391;0.726711;0.210985;0.042860;0.918394;0.000667;0.080937;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.047426;0.006693;0.006693;0.993307;0.952574;0.017986;0.982014;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.880797;0.228465;0.090545;0.000000;0.000000;0.205217;0.445715;0.000000;0.000000;0.000000;0.891291;0.855450;0.000000;0.912376;0.671505;0.076987;0.035985;0.176390;0.627849;0.479012;0.614910;0.919241;0.001194;0.079565;0.999990;0.000000;0.000010;0.999985;0.000000;0.000015;0.119203;0.500000;0.731059;0.731059;0.731059;0.119203;0.119203;0.017986;0.731059;0.731059;0.268941;0.119203;0.880797;0.952574;0.017986;0.119203;0.119203;0.952574;0.982014;0.500000;0.234693;0.241587;0.000000;0.377306;0.736334;0.336485;0.081062;0.000000;0.576641;0.569791;0.395560;0.049737;0.674366;0.878681;0.000000;0.000000;0.340066;0.968262;0.923367;0.497500;0.918762;0.081130;0.000107;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.500000;0.731059;0.880797;0.952574;0.006693;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.731059;0.119203;0.006693;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.591459;0.824045;0.733411;0.850178;0.436593;0.800592;0.839566;0.000000;0.386037;0.050164;0.019743;0.667300;0.124662;0.000000;0.000000;0.048800;0.334256;0.000000;0.000000;0.045521;0.998357;0.001371;0.000272;0.999865;0.000000;0.000135;0.999700;0.000000;0.000300;0.982014;0.119203;0.268941;0.047426;0.731059;0.268941;0.268941;0.047426;0.731059;0.119203;0.952574;0.268941;0.268941;0.268941;0.047426;0.500000;0.119203;0.017986;0.500000;0.119203;0.903174;0.368886;0.423603;0.302800;0.283737;0.463565;0.376132;0.090134;0.601567;0.184372;0.713818;0.161379;0.167982;0.356405;0.057216;0.692110;0.091955;0.000000;0.404440;0.035778;0.998121;0.001071;0.000808;0.999545;0.000000;0.000455;0.998415;0.000000;0.001585;0.731059;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.017986;0.047426;0.880797;0.500000;0.017986;0.880797;0.993307;0.017986;0.047426;0.119203;0.952574;0.880797;0.880797;0.624103;0.051077;0.111749;0.000000;0.871244;0.092457;0.000000;0.164929;0.224784;0.632278;0.642677;0.000000;0.380129;0.902296;0.085724;0.619399;0.075369;0.914276;0.760787;0.661727;0.983395;0.000131;0.016475;0.992615;0.000000;0.007385;0.983095;0.000000;0.016905;0.500000;0.880797;0.500000;0.500000;0.047426;0.952574;0.880797;0.047426;0.500000;0.119203;0.500000;0.952574;0.500000;0.268941;0.047426;0.268941;0.119203;0.017986;0.119203;0.268941;0.396038;0.793147;0.481259;0.563161;0.000000;0.874791;0.711771;0.079878;0.505500;0.496500;0.466550;0.739814;0.339393;0.265807;0.038272;0.497750;0.202781;0.000000;0.000000;0.352516;0.854646;0.070552;0.074801;0.846270;0.000000;0.153730;0.939025;0.000000;0.060975
0.119203;0.952574;0.119203;0.119203;0.047426;0.731059;0.500000;0.047426;0.047426;0.500000;0.952574;0.731059;0.500000;0.119203;0.119203;0.119203;0.500000;0.017986;0.047426;0.731059;0.674586;0.129882;0.060654;0.117741;0.000000;0.780057;0.705785;0.159628;0.000000;0.777819;0.801389;0.285570;0.163420;0.393172;0.530213;0.200047;0.387223;0.528469;0.375428;0.135873;0.914279;0.000087;0.085636;0.987360;0.000000;0.012640;0.984855;0.000010;0.015140;0.731059;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.268941;0.268941;0.017986;0.982014;0.993307;0.006693;0.119203;0.119203;0.119203;0.993307;0.731059;0.680267;0.073987;0.154465;0.068946;0.871019;0.340964;0.000000;0.084401;0.274283;0.714226;0.439547;0.000000;0.699937;0.783808;0.137288;0.617275;0.495750;0.781427;0.838078;0.645427;0.924689;0.000085;0.075224;0.999770;0.000000;0.000230;0.999120;0.000000;0.000875;0.500000;0.880797;0.119203;0.047426;0.119203;0.731059;0.119203;0.047426;0.500000;0.731059;0.880797;0.731059;0.731059;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.640837;0.767456;0.067547;0.032140;0.417268;0.778682;0.347964;0.089806;0.493250;0.262309;0.487003;0.688046;0.478513;0.099034;0.279690;0.428738;0.138119;0.000000;0.000000;0.848258;0.909150;0.002228;0.088622;0.999920;0.000000;0.000080;0.999940;0.000000;0.000060;0.880797;0.731059;0.500000;0.731059;0.119203;0.952574;0.880797;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.731059;0.268941;0.017986;0.047426;0.047426;0.749322;0.782450;0.479761;0.689761;0.000000;0.714634;0.819209;0.154596;0.105081;0.048707;0.143564;0.721115;0.321912;0.070765;0.174509;0.393649;0.362391;0.726711;0.210985;0.042860;0.918394;0.000667;0.080937;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.047426;0.006693;0.006693;0.993307;0.952574;0.017986;0.982014;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.880797;0.228465;0.090545;0.000000;0.000000;0.205217;0.445715;0.000000;0.000000;0.000000;0.891291;0.855450;0.000000;0.912376;0.671505;0.076987;0.035985;0.176390;0.627849;0.479012;0.614910;0.919241;0.001194;0.079565;0.999990;0.000000;0.000010;0.999985;0.000000;0.000015;0.119203;0.500000;0.731059;0.731059;0.731059;0.119203;0.119203;0.017986;0.731059;0.731059;0.268941;0.119203;0.880797;0.952574;0.017986;0.119203;0.119203;0.952574;0.982014;0.500000;0.234693;0.241587;0.000000;0.377306;0.736334;0.336485;0.081062;0.000000;0.576641;0.569791;0.395560;0.049737;0.674366;0.878681;0.000000;0.000000;0.340066;0.968262;0.923367;0.497500;0.918762;0.081130;0.000107;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.500000;0.731059;0.880797;0.952574;0.006693;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.731059;0.119203;0.006693;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.591459;0.824045;0.733411;0.850178;0.436593;0.800592;0.839566;0.000000;0.386037;0.050164;0.019743;0.667300;0.124662;0.000000;0.000000;0.048800;0.334256;0.000000;0.000000;0.045521;0.998357;0.001371;0.000272;0.999865;0.000000;0.000135;0.999700;0.000000;0.000300;0.982014;0.119203;0.268941;0.047426;0.731059;0.268941;0.268941;0.047426;0.731059;0.119203;0.952574;0.268941;0.268941;0.268941;0.047426;0.500000;0.119203;0.017986;0.500000;0.119203;0.903174;0.368886;0.423603;0.302800;0.283737;0.463565;0.376132;0.090134;0.601567;0.184372;0.713818;0.161379;0.167982;0.356405;0.057216;0.692110;0.091955;0.000000;0.404440;0.035778;0.998121;0.001071;0.000808;0.999545;0.000000;0.000455;0.998415;0.000000;0.001585;0.731059;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.017986;0.047426;0.880797;0.500000;0.017986;0.880797;0.993307;0.017986;0.047426;0.119203;0.952574;0.880797;0.880797;0.624103;0.051077;0.111749;0.000000;0.871244;0.092457;0.000000;0.164929;0.224784;0.632278;0.642677;0.000000;0.380129;0.902296;0.085724;0.619399;0.075369;0.914276;0.760787;0.661727;0.983395;0.000131;0.016475;0.992615;0.000000;0.007385;0.983095;0.000000;0.016905;0.500000;0.880797;0.500000;0.500000;0.047426;0.952574;0.880797;0.047426;0.500000;0.119203;0.500000;0.952574;0.500000;0.268941;0.047426;0.268941;0.119203;0.017986;0.119203;0.268941;0.396038;0.793147;0.481259;0.563161;0.000000;0.874791;0.711771;0.079878;0.505500;0.496500;0.466550;0.739814;0.339393;0.265807;0.038272;0.497750;0.202781;0.000000;0.000000;0.352516;0.854646;0.070552;0.074801;0.846270;0.000000;0.153730;0.939025;0.000000;0.060975;0.982014;0.500000;0.731059;0.500000;0.047426;0.880797;0.952574;0.119203;0.268941;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.047426;0.841576;0.577617;0.616330;0.559714;0.000000;0.776607;0.773118;0.183622;0.318863;0.048108;0.000000;0.652036;0.175665;0.000000;0.059580;0.813968;0.371684;0.000000;0.000000;0.097001;0.253486;0.079056;0.667458;0.359475;0.000000;0.640525;0.395685;0.000000;0.604315
0.731059;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.268941;0.268941;0.017986;0.982014;0.993307;0.006693;0.119203;0.119203;0.119203;0.993307;0.731059;0.680267;0.073987;0.154465;0.068946;0.871019;0.340964;0.000000;0.084401;0.274283;0.714226;0.439547;0.000000;0.699937;0.783808;0.137288;0.617275;0.495750;0.781427;0.838078;0.645427;0.924689;0.000085;0.075224;0.999770;0.000000;0.000230;0.999120;0.000000;0.000875;0.500000;0.880797;0.119203;0.047426;0.119203;0.731059;0.119203;0.047426;0.500000;0.731059;0.880797;0.731059;0.731059;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.640837;0.767456;0.067547;0.032140;0.417268;0.778682;0.347964;0.089806;0.493250;0.262309;0.487003;0.688046;0.478513;0.099034;0.279690;0.428738;0.138119;0.000000;0.000000;0.848258;0.909150;0.002228;0.088622;0.999920;0.000000;0.000080;0.999940;0.000000;0.000060;0.880797;0.731059;0.500000;0.731059;0.119203;0.952574;0.880797;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.731059;0.268941;0.017986;0.047426;0.047426;0.749322;0.782450;0.479761;0.689761;0.000000;0.714634;0.819209;0.154596;0.105081;0.048707;0.143564;0.721115;0.321912;0.070765;0.174509;0.393649;0.362391;0.726711;0.210985;0.042860;0.918394;0.000667;0.080937;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.047426;0.006693;0.006693;0.993307;0.952574;0.017986;0.982014;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.880797;0.228465;0.090545;0.000000;0.000000;0.205217;0.445715;0.000000;0.000000;0.000000;0.891291;0.855450;0.000000;0.912376;0.671505;0.076987;0.035985;0.176390;0.627849;0.479012;0.614910;0.919241;0.001194;0.079565;0.999990;0.000000;0.000010;0.999985;0.000000;0.000015;0.119203;0.500000;0.731059;0.731059;0.731059;0.119203;0.119203;0.017986;0.731059;0.731059;0.268941;0.119203;0.880797;0.952574;0.017986;0.119203;0.119203;0.952574;0.982014;0.500000;0.234693;0.241587;0.000000;0.377306;0.736334;0.336485;0.081062;0.000000;0.576641;0.569791;0.395560;0.049737;0.674366;0.878681;0.000000;0.000000;0.340066;0.968262;0.923367;0.497500;0.918762;0.081130;0.000107;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.500000;0.731059;0.880797;0.952574;0.006693;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.731059;0.119203;0.006693;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.591459;0.824045;0.733411;0.850178;0.436593;0.800592;0.839566;0.000000;0.386037;0.050164;0.019743;0.667300;0.124662;0.000000;0.000000;0.048800;0.334256;0.000000;0.000000;0.045521;0.998357;0.001371;0.000272;0.999865;0.000000;0.000135;0.999700;0.000000;0.000300;0.982014;0.119203;0.268941;0.047426;0.731059;0.268941;0.268941;0.047426;0.731059;0.119203;0.952574;0.268941;0.268941;0.268941;0.047426;0.500000;0.119203;0.017986;0.500000;0.119203;0.903174;0.368886;0.423603;0.302800;0.283737;0.463565;0.376132;0.090134;0.601567;0.184372;0.713818;0.161379;0.167982;0.356405;0.057216;0.692110;0.091955;0.000000;0.404440;0.035778;0.998121;0.001071;0.000808;0.999545;0.000000;0.000455;0.998415;0.000000;0.001585;0.731059;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.017986;0.047426;0.880797;0.500000;0.017986;0.880797;0.993307;0.017986;0.047426;0.119203;0.952574;0.880797;0.880797;0.624103;0.051077;0.111749;0.000000;0.871244;0.092457;0.000000;0.164929;0.224784;0.632278;0.642677;0.000000;0.380129;0.902296;0.085724;0.619399;0.075369;0.914276;0.760787;0.661727;0.983395;0.000131;0.016475;0.992615;0.000000;0.007385;0.983095;0.000000;0.016905;0.500000;0.880797;0.500000;0.500000;0.047426;0.952574;0.880797;0.047426;0.500000;0.119203;0.500000;0.952574;0.500000;0.268941;0.047426;0.268941;0.119203;0.017986;0.119203;0.268941;0.396038;0.793147;0.481259;0.563161;0.000000;0.874791;0.711771;0.079878;0.505500;0.496500;0.466550;0.739814;0.339393;0.265807;0.038272;0.497750;0.202781;0.000000;0.000000;0.352516;0.854646;0.070552;0.074801;0.846270;0.000000;0.153730;0.939025;0.000000;0.060975;0.982014;0.500000;0.731059;0.500000;0.047426;0.880797;0.952574;0.119203;0.268941;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.047426;0.841576;0.577617;0.616330;0.559714;0.000000;0.776607;0.773118;0.183622;0.318863;0.048108;0.000000;0.652036;0.175665;0.000000;0.059580;0.813968;0.371684;0.000000;0.000000;0.097001;0.253486;0.079056;0.667458;0.359475;0.000000;0.640525;0.395685;0.000000;0.604315;0.119203;0.119203;0.731059;0.119203;0.017986;0.119203;0.047426;0.997527;0.500000;0.002473;0.002473;0.500000;0.006693;0.002473;0.047426;0.268941;0.017986;0.006693;0.006693;0.002473;0.069850;0.430944;0.510498;0.516494;0.000000;0.287000;0.111352;0.954349;0.527722;0.000000;0.000000;0.656560;0.414110;0.000000;0.067926;0.423603;0.000000;0.000000;0.000000;0.000000;0.072281;0.086667;0.841051;0.150175;0.000000;0.849825;0.061505;0.000005;0.938485
0.500000;0.880797;0.119203;0.047426;0.119203;0.731059;0.119203;0.047426;0.500000;0.731059;0.880797;0.731059;0.731059;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.640837;0.767456;0.067547;0.032140;0.417268;0.778682;0.347964;0.089806;0.493250;0.262309;0.487003;0.688046;0.478513;0.099034;0.279690;0.428738;0.138119;0.000000;0.000000;0.848258;0.909150;0.002228;0.088622;0.999920;0.000000;0.000080;0.999940;0.000000;0.000060;0.880797;0.731059;0.500000;0.731059;0.119203;0.952574;0.880797;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.731059;0.268941;0.017986;0.047426;0.047426;0.749322;0.782450;0.479761;0.689761;0.000000;0.714634;0.819209;0.154596;0.105081;0.048707;0.143564;0.721115;0.321912;0.070765;0.174509;0.393649;0.362391;0.726711;0.210985;0.042860;0.918394;0.000667;0.080937;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.047426;0.006693;0.006693;0.993307;0.952574;0.017986;0.982014;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.880797;0.228465;0.090545;0.000000;0.000000;0.205217;0.445715;0.000000;0.000000;0.000000;0.891291;0.855450;0.000000;0.912376;0.671505;0.076987;0.035985;0.176390;0.627849;0.479012;0.614910;0.919241;0.001194;0.079565;0.999990;0.000000;0.000010;0.999985;0.000000;0.000015;0.119203;0.500000;0.731059;0.731059;0.731059;0.119203;0.119203;0.017986;0.731059;0.731059;0.268941;0.119203;0.880797;0.952574;0.017986;0.119203;0.119203;0.952574;0.982014;0.500000;0.234693;0.241587;0.000000;0.377306;0.736334;0.336485;0.081062;0.000000;0.576641;0.569791;0.395560;0.049737;0.674366;0.878681;0.000000;0.000000;0.340066;0.968262;0.923367;0.497500;0.918762;0.081130;0.000107;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.500000;0.731059;0.880797;0.952574;0.006693;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.731059;0.119203;0.006693;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.591459;0.824045;0.733411;0.850178;0.436593;0.800592;0.839566;0.000000;0.386037;0.050164;0.019743;0.667300;0.124662;0.000000;0.000000;0.048800;0.334256;0.000000;0.000000;0.045521;0.998357;0.001371;0.000272;0.999865;0.000000;0.000135;0.999700;0.000000;0.000300;0.982014;0.119203;0.268941;0.047426;0.731059;0.268941;0.268941;0.047426;0.731059;0.119203;0.952574;0.268941;0.268941;0.268941;0.047426;0.500000;0.119203;0.017986;0.500000;0.119203;0.903174;0.368886;0.423603;0.302800;0.283737;0.463565;0.376132;0.090134;0.601567;0.184372;0.713818;0.161379;0.167982;0.356405;0.057216;0.692110;0.091955;0.000000;0.404440;0.035778;0.998121;0.001071;0.000808;0.999545;0.000000;0.000455;0.998415;0.000000;0.001585;0.731059;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.017986;0.047426;0.880797;0.500000;0.017986;0.880797;0.993307;0.017986;0.047426;0.119203;0.952574;0.880797;0.880797;0.624103;0.051077;0.111749;0.000000;0.871244;0.092457;0.000000;0.164929;0.224784;0.632278;0.642677;0.000000;0.380129;0.902296;0.085724;0.619399;0.075369;0.914276;0.760787;0.661727;0.983395;0.000131;0.016475;0.992615;0.000000;0.007385;0.983095;0.000000;0.016905;0.500000;0.880797;0.500000;0.500000;0.047426;0.952574;0.880797;0.047426;0.500000;0.119203;0.500000;0.952574;0.500000;0.268941;0.047426;0.268941;0.119203;0.017986;0.119203;0.268941;0.396038;0.793147;0.481259;0.563161;0.000000;0.874791;0.711771;0.079878;0.505500;0.496500;0.466550;0.739814;0.339393;0.265807;0.038272;0.497750;0.202781;0.000000;0.000000;0.352516;0.854646;0.070552;0.074801;0.846270;0.000000;0.153730;0.939025;0.000000;0.060975;0.982014;0.500000;0.731059;0.500000;0.047426;0.880797;0.952574;0.119203;0.268941;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.047426;0.841576;0.577617;0.616330;0.559714;0.000000;0.776607;0.773118;0.183622;0.318863;0.048108;0.000000;0.652036;0.175665;0.000000;0.059580;0.813968;0.371684;0.000000;0.000000;0.097001;0.253486;0.079056;0.667458;0.359475;0.000000;0.640525;0.395685;0.000000;0.604315;0.119203;0.119203;0.731059;0.119203;0.017986;0.119203;0.047426;0.997527;0.500000;0.002473;0.002473;0.500000;0.006693;0.002473;0.047426;0.268941;0.017986;0.006693;0.006693;0.002473;0.069850;0.430944;0.510498;0.516494;0.000000;0.287000;0.111352;0.954349;0.527722;0.000000;0.000000;0.656560;0.414110;0.000000;0.067926;0.423603;0.000000;0.000000;0.000000;0.000000;0.072281;0.086667;0.841051;0.150175;0.000000;0.849825;0.061505;0.000005;0.938485;0.017986;0.500000;0.952574;0.997527;0.002473;0.500000;0.880797;0.017986;0.500000;0.002473;0.002473;0.952574;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.088911;0.715449;0.890709;0.941310;0.220458;0.594114;0.625041;0.084169;0.200367;0.157493;0.000000;0.724721;0.000000;0.129318;0.000000;0.055830;0.112745;0.000000;0.111848;0.035985;0.074300;0.087031;0.838669;0.153085;0.000000;0.846915;0.069510;0.000015;0.930475
0.880797;0.731059;0.500000;0.731059;0.119203;0.952574;0.880797;0.268941;0.119203;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.731059;0.268941;0.017986;0.047426;0.047426;0.749322;0.782450;0.479761;0.689761;0.000000;0.714634;0.819209;0.154596;0.105081;0.048707;0.143564;0.721115;0.321912;0.070765;0.174509;0.393649;0.362391;0.726711;0.210985;0.042860;0.918394;0.000667;0.080937;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.047426;0.006693;0.006693;0.993307;0.952574;0.017986;0.982014;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.880797;0.228465;0.090545;0.000000;0.000000;0.205217;0.445715;0.000000;0.000000;0.000000;0.891291;0.855450;0.000000;0.912376;0.671505;0.076987;0.035985;0.176390;0.627849;0.479012;0.614910;0.919241;0.001194;0.079565;0.999990;0.000000;0.000010;0.999985;0.000000;0.000015;0.119203;0.500000;0.731059;0.731059;0.731059;0.119203;0.119203;0.017986;0.731059;0.731059;0.268941;0.119203;0.880797;0.952574;0.017986;0.119203;0.119203;0.952574;0.982014;0.500000;0.234693;0.241587;0.000000;0.377306;0.736334;0.336485;0.081062;0.000000;0.576641;0.569791;0.395560;0.049737;0.674366;0.878681;0.000000;0.000000;0.340066;0.968262;0.923367;0.497500;0.918762;0.081130;0.000107;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.500000;0.731059;0.880797;0.952574;0.006693;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.731059;0.119203;0.006693;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.591459;0.824045;0.733411;0.850178;0.436593;0.800592;0.839566;0.000000;0.386037;0.050164;0.019743;0.667300;0.124662;0.000000;0.000000;0.048800;0.334256;0.000000;0.000000;0.045521;0.998357;0.001371;0.000272;0.999865;0.000000;0.000135;0.999700;0.000000;0.000300;0.982014;0.119203;0.268941;0.047426;0.731059;0.268941;0.268941;0.047426;0.731059;0.119203;0.952574;0.268941;0.268941;0.268941;0.047426;0.500000;0.119203;0.017986;0.500000;0.119203;0.903174;0.368886;0.423603;0.302800;0.283737;0.463565;0.376132;0.090134;0.601567;0.184372;0.713818;0.161379;0.167982;0.356405;0.057216;0.692110;0.091955;0.000000;0.404440;0.035778;0.998121;0.001071;0.000808;0.999545;0.000000;0.000455;0.998415;0.000000;0.001585;0.731059;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.017986;0.047426;0.880797;0.500000;0.017986;0.880797;0.993307;0.017986;0.047426;0.119203;0.952574;0.880797;0.880797;0.624103;0.051077;0.111749;0.000000;0.871244;0.092457;0.000000;0.164929;0.224784;0.632278;0.642677;0.000000;0.380129;0.902296;0.085724;0.619399;0.075369;0.914276;0.760787;0.661727;0.983395;0.000131;0.016475;0.992615;0.000000;0.007385;0.983095;0.000000;0.016905;0.500000;0.880797;0.500000;0.500000;0.047426;0.952574;0.880797;0.047426;0.500000;0.119203;0.500000;0.952574;0.500000;0.268941;0.047426;0.268941;0.119203;0.017986;0.119203;0.268941;0.396038;0.793147;0.481259;0.563161;0.000000;0.874791;0.711771;0.079878;0.505500;0.496500;0.466550;0.739814;0.339393;0.265807;0.038272;0.497750;0.202781;0.000000;0.000000;0.352516;0.854646;0.070552;0.074801;0.846270;0.000000;0.153730;0.939025;0.000000;0.060975;0.982014;0.500000;0.731059;0.500000;0.047426;0.880797;0.952574;0.119203;0.268941;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.047426;0.841576;0.577617;0.616330;0.559714;0.000000;0.776607;0.773118;0.183622;0.318863;0.048108;0.000000;0.652036;0.175665;0.000000;0.059580;0.813968;0.371684;0.000000;0.000000;0.097001;0.253486;0.079056;0.667458;0.359475;0.000000;0.640525;0.395685;0.000000;0.604315;0.119203;0.119203;0.731059;0.119203;0.017986;0.119203;0.047426;0.997527;0.500000;0.002473;0.002473;0.500000;0.006693;0.002473;0.047426;0.268941;0.017986;0.006693;0.006693;0.002473;0.069850;0.430944;0.510498;0.516494;0.000000;0.287000;0.111352;0.954349;0.527722;0.000000;0.000000;0.656560;0.414110;0.000000;0.067926;0.423603;0.000000;0.000000;0.000000;0.000000;0.072281;0.086667;0.841051;0.150175;0.000000;0.849825;0.061505;0.000005;0.938485;0.017986;0.500000;0.952574;0.997527;0.002473;0.500000;0.880797;0.017986;0.500000;0.002473;0.002473;0.952574;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.088911;0.715449;0.890709;0.941310;0.220458;0.594114;0.625041;0.084169;0.200367;0.157493;0.000000;0.724721;0.000000;0.129318;0.000000;0.055830;0.112745;0.000000;0.111848;0.035985;0.074300;0.087031;0.838669;0.153085;0.000000;0.846915;0.069510;0.000015;0.930475;0.119203;0.047426;0.268941;0.047426;0.047426;0.119203;0.119203;0.006693;0.268941;0.982014;0.952574;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.880797;0.731059;0.731059;0.404440;0.381308;0.164792;0.374491;0.000000;0.375194;0.330041;0.042371;0.243056;0.801071;0.657686;0.221836;0.503250;0.326073;0.633904;0.220802;0.536187;0.952211;0.744407;0.458595;0.683059;0.000193;0.316746;0.570400;0.000000;0.429600;0.718120;0.000265;0.281610
0.268941;0.017986;0.006693;0.006693;0.268941;0.017986;0.047426;0.006693;0.006693;0.993307;0.952574;0.017986;0.982014;0.119203;0.006693;0.017986;0.119203;0.017986;0.047426;0.880797;0.228465;0.090545;0.000000;0.000000;0.205217;0.445715;0.000000;0.000000;0.000000;0.891291;0.855450;0.000000;0.912376;0.671505;0.076987;0.035985;0.176390;0.627849;0.479012;0.614910;0.919241;0.001194;0.079565;0.999990;0.000000;0.000010;0.999985;0.000000;0.000015;0.119203;0.500000;0.731059;0.731059;0.731059;0.119203;0.119203;0.017986;0.731059;0.731059;0.268941;0.119203;0.880797;0.952574;0.017986;0.119203;0.119203;0.952574;0.982014;0.500000;0.234693;0.241587;0.000000;0.377306;0.736334;0.336485;0.081062;0.000000;0.576641;0.569791;0.395560;0.049737;0.674366;0.878681;0.000000;0.000000;0.340066;0.968262;0.923367;0.497500;0.918762;0.081130;0.000107;0.999980;0.000000;0.000015;0.999975;0.000000;0.000025;0.500000;0.731059;0.880797;0.952574;0.006693;0.880797;0.982014;0.119203;0.268941;0.017986;0.017986;0.731059;0.119203;0.006693;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.591459;0.824045;0.733411;0.850178;0.436593;0.800592;0.839566;0.000000;0.386037;0.050164;0.019743;0.667300;0.124662;0.000000;0.000000;0.048800;0.334256;0.000000;0.000000;0.045521;0.998357;0.001371;0.000272;0.999865;0.000000;0.000135;0.999700;0.000000;0.000300;0.982014;0.119203;0.268941;0.047426;0.731059;0.268941;0.268941;0.047426;0.731059;0.119203;0.952574;0.268941;0.268941;0.268941;0.047426;0.500000;0.119203;0.017986;0.500000;0.119203;0.903174;0.368886;0.423603;0.302800;0.283737;0.463565;0.376132;0.090134;0.601567;0.184372;0.713818;0.161379;0.167982;0.356405;0.057216;0.692110;0.091955;0.000000;0.404440;0.035778;0.998121;0.001071;0.000808;0.999545;0.000000;0.000455;0.998415;0.000000;0.001585;0.731059;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.017986;0.047426;0.880797;0.500000;0.017986;0.880797;0.993307;0.017986;0.047426;0.119203;0.952574;0.880797;0.880797;0.624103;0.051077;0.111749;0.000000;0.871244;0.092457;0.000000;0.164929;0.224784;0.632278;0.642677;0.000000;0.380129;0.902296;0.085724;0.619399;0.075369;0.914276;0.760787;0.661727;0.983395;0.000131;0.016475;0.992615;0.000000;0.007385;0.983095;0.000000;0.016905;0.500000;0.880797;0.500000;0.500000;0.047426;0.952574;0.880797;0.047426;0.500000;0.119203;0.500000;0.952574;0.500000;0.268941;0.047426;0.268941;0.119203;0.017986;0.119203;0.268941;0.396038;0.793147;0.481259;0.563161;0.000000;0.874791;0.711771;0.079878;0.505500;0.496500;0.466550;0.739814;0.339393;0.265807;0.038272;0.497750;0.202781;0.000000;0.000000;0.352516;0.854646;0.070552;0.074801;0.846270;0.000000;0.153730;0.939025;0.000000;0.060975;0.982014;0.500000;0.731059;0.500000;0.047426;0.880797;0.952574;0.119203;0.268941;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.047426;0.841576;0.577617;0.616330;0.559714;0.000000;0.776607;0.773118;0.183622;0.318863;0.048108;0.000000;0.652036;0.175665;0.000000;0.059580;0.813968;0.371684;0.000000;0.000000;0.097001;0.253486;0.079056;0.667458;0.359475;0.000000;0.640525;0.395685;0.000000;0.604315;0.119203;0.119203;0.731059;0.119203;0.017986;0.119203;0.047426;0.997527;0.500000;0.002473;0.002473;0.500000;0.006693;0.002473;0.047426;0.268941;0.017986;0.006693;0.006693;0.002473;0.069850;0.430944;0.510498;0.516494;0.000000;0.287000;0.111352;0.954349;0.527722;0.000000;0.000000;0.656560;0.414110;0.000000;0.067926;0.423603;0.000000;0.000000;0.000000;0.000000;0.072281;0.086667;0.841051;0.150175;0.000000;0.849825;0.061505;0.000005;0.938485;0.017986;0.500000;0.952574;0.997527;0.002473;0.500000;0.880797;0.017986;0.500000;0.002473;0.002473;0.952574;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.088911;0.715449;0.890709;0.941310;0.220458;0.594114;0.625041;0.084169;0.200367;0.157493;0.000000;0.724721;0.000000;0.129318;0.000000;0.055830;0.112745;0.000000;0.111848;0.035985;0.074300;0.087031;0.838669;0.153085;0.000000;0.846915;0.069510;0.000015;0.930475;0.119203;0.047426;0.268941;0.047426;0.047426;0.119203;0.119203;0.006693;0.268941;0.982014;0.952574;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.880797;0.731059;0.731059;0.404440;0.381308;0.164792;0.374491;0.000000;0.375194;0.330041;0.042371;0.243056;0.801071;0.657686;0.221836;0.503250;0.326073;0.633904;0.220802;0.536187;0.952211;0.744407;0.458595;0.683059;0.000193;0.316746;0.570400;0.000000;0.429600;0.718120;0.000265;0.281610;0.880797;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.047426;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.268941;0.006693;0.017986;0.268941;0.766920;0.192943;0.205217;0.857417;0.000000;0.745547;0.899619;0.045131;0.000000;0.000000;0.049266;0.593632;0.000000;0.000000;0.305339;0.559221;0.387698;0.000000;0.000000;0.211485;0.868851;0.000124;0.131024;0.803875;0.000000;0.196125;0.803305;0.000060;0.196635
0.731059;0.017986;0.017986;0.006693;0.119203;0.017986;0.017986;0.017986;0.047426;0.880797;0.500000;0.017986;0.880797;0.993307;0.017986;0.047426;0.119203;0.952574;0.880797;0.880797;0.624103;0.051077;0.111749;0.000000;0.871244;0.092457;0.000000;0.164929;0.224784;0.632278;0.642677;0.000000;0.380129;0.902296;0.085724;0.619399;0.075369;0.914276;0.760787;0.661727;0.983395;0.000131;0.016475;0.992615;0.000000;0.007385;0.983095;0.000000;0.016905;0.500000;0.880797;0.500000;0.500000;0.047426;0.952574;0.880797;0.047426;0.500000;0.119203;0.500000;0.952574;0.500000;0.268941;0.047426;0.268941;0.119203;0.017986;0.119203;0.268941;0.396038;0.793147;0.481259;0.563161;0.000000;0.874791;0.711771;0.079878;0.505500;0.496500;0.466550;0.739814;0.339393;0.265807;0.038272;0.497750;0.202781;0.000000;0.000000;0.352516;0.854646;0.070552;0.074801;0.846270;0.000000;0.153730;0.939025;0.000000;0.060975;0.982014;0.500000;0.731059;0.500000;0.047426;0.880797;0.952574;0.119203;0.268941;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.047426;0.841576;0.577617;0.616330;0.559714;0.000000;0.776607;0.773118;0.183622;0.318863;0.048108;0.000000;0.652036;0.175665;0.000000;0.059580;0.813968;0.371684;0.000000;0.000000;0.097001;0.253486;0.079056;0.667458;0.359475;0.000000;0.640525;0.395685;0.000000;0.604315;0.119203;0.119203;0.731059;0.119203;0.017986;0.119203;0.047426;0.997527;0.500000;0.002473;0.002473;0.500000;0.006693;0.002473;0.047426;0.268941;0.017986;0.006693;0.006693;0.002473;0.069850;0.430944;0.510498;0.516494;0.000000;0.287000;0.111352;0.954349;0.527722;0.000000;0.000000;0.656560;0.414110;0.000000;0.067926;0.423603;0.000000;0.000000;0.000000;0.000000;0.072281;0.086667;0.841051;0.150175;0.000000;0.849825;0.061505;0.000005;0.938485;0.017986;0.500000;0.952574;0.997527;0.002473;0.500000;0.880797;0.017986;0.500000;0.002473;0.002473;0.952574;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.088911;0.715449;0.890709;0.941310;0.220458;0.594114;0.625041;0.084169;0.200367;0.157493;0.000000;0.724721;0.000000;0.129318;0.000000;0.055830;0.112745;0.000000;0.111848;0.035985;0.074300;0.087031;0.838669;0.153085;0.000000;0.846915;0.069510;0.000015;0.930475;0.119203;0.047426;0.268941;0.047426;0.047426;0.119203;0.119203;0.006693;0.268941;0.982014;0.952574;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.880797;0.731059;0.731059;0.404440;0.381308;0.164792;0.374491;0.000000;0.375194;0.330041;0.042371;0.243056;0.801071;0.657686;0.221836;0.503250;0.326073;0.633904;0.220802;0.536187;0.952211;0.744407;0.458595;0.683059;0.000193;0.316746;0.570400;0.000000;0.429600;0.718120;0.000265;0.281610;0.880797;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.047426;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.268941;0.006693;0.017986;0.268941;0.766920;0.192943;0.205217;0.857417;0.000000;0.745547;0.899619;0.045131;0.000000;0.000000;0.049266;0.593632;0.000000;0.000000;0.305339;0.559221;0.387698;0.000000;0.000000;0.211485;0.868851;0.000124;0.131024;0.803875;0.000000;0.196125;0.803305;0.000060;0.196635;0.500000;0.880797;0.268941;0.119203;0.017986;0.731059;0.982014;0.500000;0.119203;0.017986;0.119203;0.952574;0.119203;0.006693;0.047426;0.268941;0.731059;0.006693;0.017986;0.047426;0.614673;0.608259;0.223047;0.407092;0.000000;0.520988;0.912536;0.391741;0.000000;0.067484;0.394365;0.826783;0.000000;0.000000;0.000000;0.088750;0.554285;0.000000;0.083938;0.087145;0.987835;0.000109;0.012056;0.976870;0.000000;0.023130;0.987280;0.000005;0.012715;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.954566;0.000000;0.000000;0.077415;0.647028;0.000000;0.000000;0.232366;0.099034;0.422383;0.274283;0.000000;0.352972;0.667078;0.058690;0.288434;0.029398;0.000000;0.087066;0.535440;0.997552;0.000139;0.002307;0.997115;0.000000;0.002880;0.996365;0.000005;0.003630;0.268941;0.993307;0.119203;0.047426;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.731059;0.880797;0.731059;0.119203;0.017986;0.047426;0.119203;0.017986;0.731059;0.047426;0.451156;0.897615;0.566356;0.426291;0.160300;0.859483;0.614437;0.030443;0.115271;0.392695;0.462322;0.169525;0.824625;0.587830;0.070045;0.379423;0.263472;0.000000;0.396038;0.218573;0.999636;0.000137;0.000227;0.999935;0.000000;0.000065;0.999795;0.000000;0.000205;0.880797;0.880797;0.268941;0.500000;0.017986;0.880797;0.982014;0.047426;0.268941;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.119203;0.828495;0.772591;0.435855;0.667300;0.000000;0.627849;0.857295;0.119624;0.210985;0.148552;0.054526;0.610639;0.527223;0.125319;0.037652;0.262116;0.358703;0.000000;0.090545;0.110859;0.999661;0.000137;0.000202;0.999950;0.000000;0.000050;0.999855;0.000000;0.000145
0.500000;0.880797;0.500000;0.500000;0.047426;0.952574;0.880797;0.047426;0.500000;0.119203;0.500000;0.952574;0.500000;0.268941;0.047426;0.268941;0.119203;0.017986;0.119203;0.268941;0.396038;0.793147;0.481259;0.563161;0.000000;0.874791;0.711771;0.079878;0.505500;0.496500;0.466550;0.739814;0.339393;0.265807;0.038272;0.497750;0.202781;0.000000;0.000000;0.352516;0.854646;0.070552;0.074801;0.846270;0.000000;0.153730;0.939025;0.000000;0.060975;0.982014;0.500000;0.731059;0.500000;0.047426;0.880797;0.952574;0.119203;0.268941;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.047426;0.841576;0.577617;0.616330;0.559714;0.000000;0.776607;0.773118;0.183622;0.318863;0.048108;0.000000;0.652036;0.175665;0.000000;0.059580;0.813968;0.371684;0.000000;0.000000;0.097001;0.253486;0.079056;0.667458;0.359475;0.000000;0.640525;0.395685;0.000000;0.604315;0.119203;0.119203;0.731059;0.119203;0.017986;0.119203;0.047426;0.997527;0.500000;0.002473;0.002473;0.500000;0.006693;0.002473;0.047426;0.268941;0.017986;0.006693;0.006693;0.002473;0.069850;0.430944;0.510498;0.516494;0.000000;0.287000;0.111352;0.954349;0.527722;0.000000;0.000000;0.656560;0.414110;0.000000;0.067926;0.423603;0.000000;0.000000;0.000000;0.000000;0.072281;0.086667;0.841051;0.150175;0.000000;0.849825;0.061505;0.000005;0.938485;0.017986;0.500000;0.952574;0.997527;0.002473;0.500000;0.880797;0.017986;0.500000;0.002473;0.002473;0.952574;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.088911;0.715449;0.890709;0.941310;0.220458;0.594114;0.625041;0.084169;0.200367;0.157493;0.000000;0.724721;0.000000;0.129318;0.000000;0.055830;0.112745;0.000000;0.111848;0.035985;0.074300;0.087031;0.838669;0.153085;0.000000;0.846915;0.069510;0.000015;0.930475;0.119203;0.047426;0.268941;0.047426;0.047426;0.119203;0.119203;0.006693;0.268941;0.982014;0.952574;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.880797;0.731059;0.731059;0.404440;0.381308;0.164792;0.374491;0.000000;0.375194;0.330041;0.042371;0.243056;0.801071;0.657686;0.221836;0.503250;0.326073;0.633904;0.220802;0.536187;0.952211;0.744407;0.458595;0.683059;0.000193;0.316746;0.570400;0.000000;0.429600;0.718120;0.000265;0.281610;0.880797;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.047426;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.268941;0.006693;0.017986;0.268941;0.766920;0.192943;0.205217;0.857417;0.000000;0.745547;0.899619;0.045131;0.000000;0.000000;0.049266;0.593632;0.000000;0.000000;0.305339;0.559221;0.387698;0.000000;0.000000;0.211485;0.868851;0.000124;0.131024;0.803875;0.000000;0.196125;0.803305;0.000060;0.196635;0.500000;0.880797;0.268941;0.119203;0.017986;0.731059;0.982014;0.500000;0.119203;0.017986;0.119203;0.952574;0.119203;0.006693;0.047426;0.268941;0.731059;0.006693;0.017986;0.047426;0.614673;0.608259;0.223047;0.407092;0.000000;0.520988;0.912536;0.391741;0.000000;0.067484;0.394365;0.826783;0.000000;0.000000;0.000000;0.088750;0.554285;0.000000;0.083938;0.087145;0.987835;0.000109;0.012056;0.976870;0.000000;0.023130;0.987280;0.000005;0.012715;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.954566;0.000000;0.000000;0.077415;0.647028;0.000000;0.000000;0.232366;0.099034;0.422383;0.274283;0.000000;0.352972;0.667078;0.058690;0.288434;0.029398;0.000000;0.087066;0.535440;0.997552;0.000139;0.002307;0.997115;0.000000;0.002880;0.996365;0.000005;0.003630;0.268941;0.993307;0.119203;0.047426;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.731059;0.880797;0.731059;0.119203;0.017986;0.047426;0.119203;0.017986;0.731059;0.047426;0.451156;0.897615;0.566356;0.426291;0.160300;0.859483;0.614437;0.030443;0.115271;0.392695;0.462322;0.169525;0.824625;0.587830;0.070045;0.379423;0.263472;0.000000;0.396038;0.218573;0.999636;0.000137;0.000227;0.999935;0.000000;0.000065;0.999795;0.000000;0.000205;0.880797;0.880797;0.268941;0.500000;0.017986;0.880797;0.982014;0.047426;0.268941;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.119203;0.828495;0.772591;0.435855;0.667300;0.000000;0.627849;0.857295;0.119624;0.210985;0.148552;0.054526;0.610639;0.527223;0.125319;0.037652;0.262116;0.358703;0.000000;0.090545;0.110859;0.999661;0.000137;0.000202;0.999950;0.000000;0.000050;0.999855;0.000000;0.000145;0.500000;0.047426;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.047426;0.982014;0.982014;0.047426;0.731059;0.268941;0.017986;0.017986;0.119203;0.500000;0.119203;0.731059;0.448929;0.297548;0.055044;0.122282;0.383906;0.337155;0.219771;0.000000;0.000000;0.848000;0.874681;0.248804;0.515245;0.324756;0.000000;0.367258;0.174365;0.776260;0.536187;0.513996;0.999650;0.000138;0.000213;0.999935;0.000000;0.000065;0.999840;0.000000;0.000160
0.982014;0.500000;0.731059;0.500000;0.047426;0.880797;0.952574;0.119203;0.268941;0.017986;0.017986;0.731059;0.047426;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.047426;0.841576;0.577617;0.616330;0.559714;0.000000;0.776607;0.773118;0.183622;0.318863;0.048108;0.000000;0.652036;0.175665;0.000000;0.059580;0.813968;0.371684;0.000000;0.000000;0.097001;0.253486;0.079056;0.667458;0.359475;0.000000;0.640525;0.395685;0.000000;0.604315;0.119203;0.119203;0.731059;0.119203;0.017986;0.119203;0.047426;0.997527;0.500000;0.002473;0.002473;0.500000;0.006693;0.002473;0.047426;0.268941;0.017986;0.006693;0.006693;0.002473;0.069850;0.430944;0.510498;0.516494;0.000000;0.287000;0.111352;0.954349;0.527722;0.000000;0.000000;0.656560;0.414110;0.000000;0.067926;0.423603;0.000000;0.000000;0.000000;0.000000;0.072281;0.086667;0.841051;0.150175;0.000000;0.849825;0.061505;0.000005;0.938485;0.017986;0.500000;0.952574;0.997527;0.002473;0.500000;0.880797;0.017986;0.500000;0.002473;0.002473;0.952574;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.088911;0.715449;0.890709;0.941310;0.220458;0.594114;0.625041;0.084169;0.200367;0.157493;0.000000;0.724721;0.000000;0.129318;0.000000;0.055830;0.112745;0.000000;0.111848;0.035985;0.074300;0.087031;0.838669;0.153085;0.000000;0.846915;0.069510;0.000015;0.930475;0.119203;0.047426;0.268941;0.047426;0.047426;0.119203;0.119203;0.006693;0.268941;0.982014;0.952574;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.880797;0.731059;0.731059;0.404440;0.381308;0.164792;0.374491;0.000000;0.375194;0.330041;0.042371;0.243056;0.801071;0.657686;0.221836;0.503250;0.326073;0.633904;0.220802;0.536187;0.952211;0.744407;0.458595;0.683059;0.000193;0.316746;0.570400;0.000000;0.429600;0.718120;0.000265;0.281610;0.880797;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.047426;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.268941;0.006693;0.017986;0.268941;0.766920;0.192943;0.205217;0.857417;0.000000;0.745547;0.899619;0.045131;0.000000;0.000000;0.049266;0.593632;0.000000;0.000000;0.305339;0.559221;0.387698;0.000000;0.000000;0.211485;0.868851;0.000124;0.131024;0.803875;0.000000;0.196125;0.803305;0.000060;0.196635;0.500000;0.880797;0.268941;0.119203;0.017986;0.731059;0.982014;0.500000;0.119203;0.017986;0.119203;0.952574;0.119203;0.006693;0.047426;0.268941;0.731059;0.006693;0.017986;0.047426;0.614673;0.608259;0.223047;0.407092;0.000000;0.520988;0.912536;0.391741;0.000000;0.067484;0.394365;0.826783;0.000000;0.000000;0.000000;0.088750;0.554285;0.000000;0.083938;0.087145;0.987835;0.000109;0.012056;0.976870;0.000000;0.023130;0.987280;0.000005;0.012715;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.954566;0.000000;0.000000;0.077415;0.647028;0.000000;0.000000;0.232366;0.099034;0.422383;0.274283;0.000000;0.352972;0.667078;0.058690;0.288434;0.029398;0.000000;0.087066;0.535440;0.997552;0.000139;0.002307;0.997115;0.000000;0.002880;0.996365;0.000005;0.003630;0.268941;0.993307;0.119203;0.047426;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.731059;0.880797;0.731059;0.119203;0.017986;0.047426;0.119203;0.017986;0.731059;0.047426;0.451156;0.897615;0.566356;0.426291;0.160300;0.859483;0.614437;0.030443;0.115271;0.392695;0.462322;0.169525;0.824625;0.587830;0.070045;0.379423;0.263472;0.000000;0.396038;0.218573;0.999636;0.000137;0.000227;0.999935;0.000000;0.000065;0.999795;0.000000;0.000205;0.880797;0.880797;0.268941;0.500000;0.017986;0.880797;0.982014;0.047426;0.268941;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.119203;0.828495;0.772591;0.435855;0.667300;0.000000;0.627849;0.857295;0.119624;0.210985;0.148552;0.054526;0.610639;0.527223;0.125319;0.037652;0.262116;0.358703;0.000000;0.090545;0.110859;0.999661;0.000137;0.000202;0.999950;0.000000;0.000050;0.999855;0.000000;0.000145;0.500000;0.047426;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.047426;0.982014;0.982014;0.047426;0.731059;0.268941;0.017986;0.017986;0.119203;0.500000;0.119203;0.731059;0.448929;0.297548;0.055044;0.122282;0.383906;0.337155;0.219771;0.000000;0.000000;0.848000;0.874681;0.248804;0.515245;0.324756;0.000000;0.367258;0.174365;0.776260;0.536187;0.513996;0.999650;0.000138;0.000213;0.999935;0.000000;0.000065;0.999840;0.000000;0.000160;0.017986;0.047426;0.268941;0.017986;0.002473;0.999665;0.119203;0.006693;0.952574;0.017986;0.002473;0.119203;0.119203;0.002473;0.006693;0.017986;0.047426;0.952574;0.017986;0.002473;0.394604;0.354801;0.546862;0.065866;0.226181;0.968385;0.270912;0.038346;0.717684;0.000000;0.203915;0.123684;0.634831;0.698465;0.000000;0.457850;0.047743;0.923579;0.782620;0.160165;0.996187;0.000220;0.003593;0.999955;0.000000;0.000045;0.999795;0.000000;0.000205
0.119203;0.119203;0.731059;0.119203;0.017986;0.119203;0.047426;0.997527;0.500000;0.002473;0.002473;0.500000;0.006693;0.002473;0.047426;0.268941;0.017986;0.006693;0.006693;0.002473;0.069850;0.430944;0.510498;0.516494;0.000000;0.287000;0.111352;0.954349;0.527722;0.000000;0.000000;0.656560;0.414110;0.000000;0.067926;0.423603;0.000000;0.000000;0.000000;0.000000;0.072281;0.086667;0.841051;0.150175;0.000000;0.849825;0.061505;0.000005;0.938485;0.017986;0.500000;0.952574;0.997527;0.002473;0.500000;0.880797;0.017986;0.500000;0.002473;0.002473;0.952574;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.088911;0.715449;0.890709;0.941310;0.220458;0.594114;0.625041;0.084169;0.200367;0.157493;0.000000;0.724721;0.000000;0.129318;0.000000;0.055830;0.112745;0.000000;0.111848;0.035985;0.074300;0.087031;0.838669;0.153085;0.000000;0.846915;0.069510;0.000015;0.930475;0.119203;0.047426;0.268941;0.047426;0.047426;0.119203;0.119203;0.006693;0.268941;0.982014;0.952574;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.880797;0.731059;0.731059;0.404440;0.381308;0.164792;0.374491;0.000000;0.375194;0.330041;0.042371;0.243056;0.801071;0.657686;0.221836;0.503250;0.326073;0.633904;0.220802;0.536187;0.952211;0.744407;0.458595;0.683059;0.000193;0.316746;0.570400;0.000000;0.429600;0.718120;0.000265;0.281610;0.880797;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.047426;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.268941;0.006693;0.017986;0.268941;0.766920;0.192943;0.205217;0.857417;0.000000;0.745547;0.899619;0.045131;0.000000;0.000000;0.049266;0.593632;0.000000;0.000000;0.305339;0.559221;0.387698;0.000000;0.000000;0.211485;0.868851;0.000124;0.131024;0.803875;0.000000;0.196125;0.803305;0.000060;0.196635;0.500000;0.880797;0.268941;0.119203;0.017986;0.731059;0.982014;0.500000;0.119203;0.017986;0.119203;0.952574;0.119203;0.006693;0.047426;0.268941;0.731059;0.006693;0.017986;0.047426;0.614673;0.608259;0.223047;0.407092;0.000000;0.520988;0.912536;0.391741;0.000000;0.067484;0.394365;0.826783;0.000000;0.000000;0.000000;0.088750;0.554285;0.000000;0.083938;0.087145;0.987835;0.000109;0.012056;0.976870;0.000000;0.023130;0.987280;0.000005;0.012715;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.954566;0.000000;0.000000;0.077415;0.647028;0.000000;0.000000;0.232366;0.099034;0.422383;0.274283;0.000000;0.352972;0.667078;0.058690;0.288434;0.029398;0.000000;0.087066;0.535440;0.997552;0.000139;0.002307;0.997115;0.000000;0.002880;0.996365;0.000005;0.003630;0.268941;0.993307;0.119203;0.047426;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.731059;0.880797;0.731059;0.119203;0.017986;0.047426;0.119203;0.017986;0.731059;0.047426;0.451156;0.897615;0.566356;0.426291;0.160300;0.859483;0.614437;0.030443;0.115271;0.392695;0.462322;0.169525;0.824625;0.587830;0.070045;0.379423;0.263472;0.000000;0.396038;0.218573;0.999636;0.000137;0.000227;0.999935;0.000000;0.000065;0.999795;0.000000;0.000205;0.880797;0.880797;0.268941;0.500000;0.017986;0.880797;0.982014;0.047426;0.268941;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.119203;0.828495;0.772591;0.435855;0.667300;0.000000;0.627849;0.857295;0.119624;0.210985;0.148552;0.054526;0.610639;0.527223;0.125319;0.037652;0.262116;0.358703;0.000000;0.090545;0.110859;0.999661;0.000137;0.000202;0.999950;0.000000;0.000050;0.999855;0.000000;0.000145;0.500000;0.047426;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.047426;0.982014;0.982014;0.047426;0.731059;0.268941;0.017986;0.017986;0.119203;0.500000;0.119203;0.731059;0.448929;0.297548;0.055044;0.122282;0.383906;0.337155;0.219771;0.000000;0.000000;0.848000;0.874681;0.248804;0.515245;0.324756;0.000000;0.367258;0.174365;0.776260;0.536187;0.513996;0.999650;0.000138;0.000213;0.999935;0.000000;0.000065;0.999840;0.000000;0.000160;0.017986;0.047426;0.268941;0.017986;0.002473;0.999665;0.119203;0.006693;0.952574;0.017986;0.002473;0.119203;0.119203;0.002473;0.006693;0.017986;0.047426;0.952574;0.017986;0.002473;0.394604;0.354801;0.546862;0.065866;0.226181;0.968385;0.270912;0.038346;0.717684;0.000000;0.203915;0.123684;0.634831;0.698465;0.000000;0.457850;0.047743;0.923579;0.782620;0.160165;0.996187;0.000220;0.003593;0.999955;0.000000;0.000045;0.999795;0.000000;0.000205;0.268941;0.731059;0.731059;0.731059;0.119203;0.731059;0.500000;0.047426;0.993307;0.119203;0.119203;0.500000;0.500000;0.500000;0.047426;0.500000;0.500000;0.500000;0.952574;0.119203;0.586618;0.714022;0.475021;0.840908;0.000000;0.800433;0.610164;0.237398;0.478763;0.171505;0.158558;0.592667;0.153813;0.723722;0.000000;0.397474;0.279287;0.380601;0.555026;0.254643;0.921972;0.000138;0.077891;0.999555;0.000000;0.000445;0.999235;0.000000;0.000765
0.017986;0.500000;0.952574;0.997527;0.002473;0.500000;0.880797;0.017986;0.500000;0.002473;0.002473;0.952574;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.006693;0.088911;0.715449;0.890709;0.941310;0.220458;0.594114;0.625041;0.084169;0.200367;0.157493;0.000000;0.724721;0.000000;0.129318;0.000000;0.055830;0.112745;0.000000;0.111848;0.035985;0.074300;0.087031;0.838669;0.153085;0.000000;0.846915;0.069510;0.000015;0.930475;0.119203;0.047426;0.268941;0.047426;0.047426;0.119203;0.119203;0.006693;0.268941;0.982014;0.952574;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.880797;0.731059;0.731059;0.404440;0.381308;0.164792;0.374491;0.000000;0.375194;0.330041;0.042371;0.243056;0.801071;0.657686;0.221836;0.503250;0.326073;0.633904;0.220802;0.536187;0.952211;0.744407;0.458595;0.683059;0.000193;0.316746;0.570400;0.000000;0.429600;0.718120;0.000265;0.281610;0.880797;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.047426;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.268941;0.006693;0.017986;0.268941;0.766920;0.192943;0.205217;0.857417;0.000000;0.745547;0.899619;0.045131;0.000000;0.000000;0.049266;0.593632;0.000000;0.000000;0.305339;0.559221;0.387698;0.000000;0.000000;0.211485;0.868851;0.000124;0.131024;0.803875;0.000000;0.196125;0.803305;0.000060;0.196635;0.500000;0.880797;0.268941;0.119203;0.017986;0.731059;0.982014;0.500000;0.119203;0.017986;0.119203;0.952574;0.119203;0.006693;0.047426;0.268941;0.731059;0.006693;0.017986;0.047426;0.614673;0.608259;0.223047;0.407092;0.000000;0.520988;0.912536;0.391741;0.000000;0.067484;0.394365;0.826783;0.000000;0.000000;0.000000;0.088750;0.554285;0.000000;0.083938;0.087145;0.987835;0.000109;0.012056;0.976870;0.000000;0.023130;0.987280;0.000005;0.012715;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.954566;0.000000;0.000000;0.077415;0.647028;0.000000;0.000000;0.232366;0.099034;0.422383;0.274283;0.000000;0.352972;0.667078;0.058690;0.288434;0.029398;0.000000;0.087066;0.535440;0.997552;0.000139;0.002307;0.997115;0.000000;0.002880;0.996365;0.000005;0.003630;0.268941;0.993307;0.119203;0.047426;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.731059;0.880797;0.731059;0.119203;0.017986;0.047426;0.119203;0.017986;0.731059;0.047426;0.451156;0.897615;0.566356;0.426291;0.160300;0.859483;0.614437;0.030443;0.115271;0.392695;0.462322;0.169525;0.824625;0.587830;0.070045;0.379423;0.263472;0.000000;0.396038;0.218573;0.999636;0.000137;0.000227;0.999935;0.000000;0.000065;0.999795;0.000000;0.000205;0.880797;0.880797;0.268941;0.500000;0.017986;0.880797;0.982014;0.047426;0.268941;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.119203;0.828495;0.772591;0.435855;0.667300;0.000000;0.627849;0.857295;0.119624;0.210985;0.148552;0.054526;0.610639;0.527223;0.125319;0.037652;0.262116;0.358703;0.000000;0.090545;0.110859;0.999661;0.000137;0.000202;0.999950;0.000000;0.000050;0.999855;0.000000;0.000145;0.500000;0.047426;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.047426;0.982014;0.982014;0.047426;0.731059;0.268941;0.017986;0.017986;0.119203;0.500000;0.119203;0.731059;0.448929;0.297548;0.055044;0.122282;0.383906;0.337155;0.219771;0.000000;0.000000;0.848000;0.874681;0.248804;0.515245;0.324756;0.000000;0.367258;0.174365;0.776260;0.536187;0.513996;0.999650;0.000138;0.000213;0.999935;0.000000;0.000065;0.999840;0.000000;0.000160;0.017986;0.047426;0.268941;0.017986;0.002473;0.999665;0.119203;0.006693;0.952574;0.017986;0.002473;0.119203;0.119203;0.002473;0.006693;0.017986;0.047426;0.952574;0.017986;0.002473;0.394604;0.354801;0.546862;0.065866;0.226181;0.968385;0.270912;0.038346;0.717684;0.000000;0.203915;0.123684;0.634831;0.698465;0.000000;0.457850;0.047743;0.923579;0.782620;0.160165;0.996187;0.000220;0.003593;0.999955;0.000000;0.000045;0.999795;0.000000;0.000205;0.268941;0.731059;0.731059;0.731059;0.119203;0.731059;0.500000;0.047426;0.993307;0.119203;0.119203;0.500000;0.500000;0.500000;0.047426;0.500000;0.500000;0.500000;0.952574;0.119203;0.586618;0.714022;0.475021;0.840908;0.000000;0.800433;0.610164;0.237398;0.478763;0.171505;0.158558;0.592667;0.153813;0.723722;0.000000;0.397474;0.279287;0.380601;0.555026;0.254643;0.921972;0.000138;0.077891;0.999555;0.000000;0.000445;0.999235;0.000000;0.000765;0.500000;0.731059;0.268941;0.731059;0.119203;0.880797;0.880797;0.047426;0.268941;0.268941;0.119203;0.880797;0.500000;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.512497;0.835346;0.406851;0.442999;0.523732;0.816228;0.652489;0.133426;0.000000;0.486503;0.141122;0.820244;0.000000;0.344795;0.616567;0.335592;0.295046;0.555520;0.412898;0.086038;0.934215;0.000115;0.065670;0.999160;0.000000;0.000840;0.998300;0.000000;0.001700
0.119203;0.047426;0.268941;0.047426;0.047426;0.119203;0.119203;0.006693;0.268941;0.982014;0.952574;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.880797;0.731059;0.731059;0.404440;0.381308;0.164792;0.374491;0.000000;0.375194;0.330041;0.042371;0.243056;0.801071;0.657686;0.221836;0.503250;0.326073;0.633904;0.220802;0.536187;0.952211;0.744407;0.458595;0.683059;0.000193;0.316746;0.570400;0.000000;0.429600;0.718120;0.000265;0.281610;0.880797;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.047426;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.268941;0.006693;0.017986;0.268941;0.766920;0.192943;0.205217;0.857417;0.000000;0.745547;0.899619;0.045131;0.000000;0.000000;0.049266;0.593632;0.000000;0.000000;0.305339;0.559221;0.387698;0.000000;0.000000;0.211485;0.868851;0.000124;0.131024;0.803875;0.000000;0.196125;0.803305;0.000060;0.196635;0.500000;0.880797;0.268941;0.119203;0.017986;0.731059;0.982014;0.500000;0.119203;0.017986;0.119203;0.952574;0.119203;0.006693;0.047426;0.268941;0.731059;0.006693;0.017986;0.047426;0.614673;0.608259;0.223047;0.407092;0.000000;0.520988;0.912536;0.391741;0.000000;0.067484;0.394365;0.826783;0.000000;0.000000;0.000000;0.088750;0.554285;0.000000;0.083938;0.087145;0.987835;0.000109;0.012056;0.976870;0.000000;0.023130;0.987280;0.000005;0.012715;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.954566;0.000000;0.000000;0.077415;0.647028;0.000000;0.000000;0.232366;0.099034;0.422383;0.274283;0.000000;0.352972;0.667078;0.058690;0.288434;0.029398;0.000000;0.087066;0.535440;0.997552;0.000139;0.002307;0.997115;0.000000;0.002880;0.996365;0.000005;0.003630;0.268941;0.993307;0.119203;0.047426;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.731059;0.880797;0.731059;0.119203;0.017986;0.047426;0.119203;0.017986;0.731059;0.047426;0.451156;0.897615;0.566356;0.426291;0.160300;0.859483;0.614437;0.030443;0.115271;0.392695;0.462322;0.169525;0.824625;0.587830;0.070045;0.379423;0.263472;0.000000;0.396038;0.218573;0.999636;0.000137;0.000227;0.999935;0.000000;0.000065;0.999795;0.000000;0.000205;0.880797;0.880797;0.268941;0.500000;0.017986;0.880797;0.982014;0.047426;0.268941;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.119203;0.828495;0.772591;0.435855;0.667300;0.000000;0.627849;0.857295;0.119624;0.210985;0.148552;0.054526;0.610639;0.527223;0.125319;0.037652;0.262116;0.358703;0.000000;0.090545;0.110859;0.999661;0.000137;0.000202;0.999950;0.000000;0.000050;0.999855;0.000000;0.000145;0.500000;0.047426;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.047426;0.982014;0.982014;0.047426;0.731059;0.268941;0.017986;0.017986;0.119203;0.500000;0.119203;0.731059;0.448929;0.297548;0.055044;0.122282;0.383906;0.337155;0.219771;0.000000;0.000000;0.848000;0.874681;0.248804;0.515245;0.324756;0.000000;0.367258;0.174365;0.776260;0.536187;0.513996;0.999650;0.000138;0.000213;0.999935;0.000000;0.000065;0.999840;0.000000;0.000160;0.017986;0.047426;0.268941;0.017986;0.002473;0.999665;0.119203;0.006693;0.952574;0.017986;0.002473;0.119203;0.119203;0.002473;0.006693;0.017986;0.047426;0.952574;0.017986;0.002473;0.394604;0.354801;0.546862;0.065866;0.226181;0.968385;0.270912;0.038346;0.717684;0.000000;0.203915;0.123684;0.634831;0.698465;0.000000;0.457850;0.047743;0.923579;0.782620;0.160165;0.996187;0.000220;0.003593;0.999955;0.000000;0.000045;0.999795;0.000000;0.000205;0.268941;0.731059;0.731059;0.731059;0.119203;0.731059;0.500000;0.047426;0.993307;0.119203;0.119203;0.500000;0.500000;0.500000;0.047426;0.500000;0.500000;0.500000;0.952574;0.119203;0.586618;0.714022;0.475021;0.840908;0.000000;0.800433;0.610164;0.237398;0.478763;0.171505;0.158558;0.592667;0.153813;0.723722;0.000000;0.397474;0.279287;0.380601;0.555026;0.254643;0.921972;0.000138;0.077891;0.999555;0.000000;0.000445;0.999235;0.000000;0.000765;0.500000;0.731059;0.268941;0.731059;0.119203;0.880797;0.880797;0.047426;0.268941;0.268941;0.119203;0.880797;0.500000;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.512497;0.835346;0.406851;0.442999;0.523732;0.816228;0.652489;0.133426;0.000000;0.486503;0.141122;0.820244;0.000000;0.344795;0.616567;0.335592;0.295046;0.555520;0.412898;0.086038;0.934215;0.000115;0.065670;0.999160;0.000000;0.000840;0.998300;0.000000;0.001700;0.731059;0.017986;0.047426;0.017986;0.952574;0.047426;0.047426;0.047426;0.017986;0.952574;0.880797;0.047426;0.500000;0.119203;0.017986;0.731059;0.731059;0.268941;0.500000;0.731059;0.074952;0.000000;0.078060;0.000000;0.171647;0.211985;0.225133;0.000000;0.190464;0.840506;0.853585;0.121319;0.706200;0.767991;0.000000;0.000000;0.298594;0.764948;0.374022;0.801866;0.998080;0.000115;0.001803;0.997245;0.000000;0.002750;0.997685;0.000000;0.002315
0.880797;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.047426;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.268941;0.006693;0.017986;0.268941;0.766920;0.192943;0.205217;0.857417;0.000000;0.745547;0.899619;0.045131;0.000000;0.000000;0.049266;0.593632;0.000000;0.000000;0.305339;0.559221;0.387698;0.000000;0.000000;0.211485;0.868851;0.000124;0.131024;0.803875;0.000000;0.196125;0.803305;0.000060;0.196635;0.500000;0.880797;0.268941;0.119203;0.017986;0.731059;0.982014;0.500000;0.119203;0.017986;0.119203;0.952574;0.119203;0.006693;0.047426;0.268941;0.731059;0.006693;0.017986;0.047426;0.614673;0.608259;0.223047;0.407092;0.000000;0.520988;0.912536;0.391741;0.000000;0.067484;0.394365;0.826783;0.000000;0.000000;0.000000;0.088750;0.554285;0.000000;0.083938;0.087145;0.987835;0.000109;0.012056;0.976870;0.000000;0.023130;0.987280;0.000005;0.012715;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.954566;0.000000;0.000000;0.077415;0.647028;0.000000;0.000000;0.232366;0.099034;0.422383;0.274283;0.000000;0.352972;0.667078;0.058690;0.288434;0.029398;0.000000;0.087066;0.535440;0.997552;0.000139;0.002307;0.997115;0.000000;0.002880;0.996365;0.000005;0.003630;0.268941;0.993307;0.119203;0.047426;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.731059;0.880797;0.731059;0.119203;0.017986;0.047426;0.119203;0.017986;0.731059;0.047426;0.451156;0.897615;0.566356;0.426291;0.160300;0.859483;0.614437;0.030443;0.115271;0.392695;0.462322;0.169525;0.824625;0.587830;0.070045;0.379423;0.263472;0.000000;0.396038;0.218573;0.999636;0.000137;0.000227;0.999935;0.000000;0.000065;0.999795;0.000000;0.000205;0.880797;0.880797;0.268941;0.500000;0.017986;0.880797;0.982014;0.047426;0.268941;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.119203;0.828495;0.772591;0.435855;0.667300;0.000000;0.627849;0.857295;0.119624;0.210985;0.148552;0.054526;0.610639;0.527223;0.125319;0.037652;0.262116;0.358703;0.000000;0.090545;0.110859;0.999661;0.000137;0.000202;0.999950;0.000000;0.000050;0.999855;0.000000;0.000145;0.500000;0.047426;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.047426;0.982014;0.982014;0.047426;0.731059;0.268941;0.017986;0.017986;0.119203;0.500000;0.119203;0.731059;0.448929;0.297548;0.055044;0.122282;0.383906;0.337155;0.219771;0.000000;0.000000;0.848000;0.874681;0.248804;0.515245;0.324756;0.000000;0.367258;0.174365;0.776260;0.536187;0.513996;0.999650;0.000138;0.000213;0.999935;0.000000;0.000065;0.999840;0.000000;0.000160;0.017986;0.047426;0.268941;0.017986;0.002473;0.999665;0.119203;0.006693;0.952574;0.017986;0.002473;0.119203;0.119203;0.002473;0.006693;0.017986;0.047426;0.952574;0.017986;0.002473;0.394604;0.354801;0.546862;0.065866;0.226181;0.968385;0.270912;0.038346;0.717684;0.000000;0.203915;0.123684;0.634831;0.698465;0.000000;0.457850;0.047743;0.923579;0.782620;0.160165;0.996187;0.000220;0.003593;0.999955;0.000000;0.000045;0.999795;0.000000;0.000205;0.268941;0.731059;0.731059;0.731059;0.119203;0.731059;0.500000;0.047426;0.993307;0.119203;0.119203;0.500000;0.500000;0.500000;0.047426;0.500000;0.500000;0.500000;0.952574;0.119203;0.586618;0.714022;0.475021;0.840908;0.000000;0.800433;0.610164;0.237398;0.478763;0.171505;0.158558;0.592667;0.153813;0.723722;0.000000;0.397474;0.279287;0.380601;0.555026;0.254643;0.921972;0.000138;0.077891;0.999555;0.000000;0.000445;0.999235;0.000000;0.000765;0.500000;0.731059;0.268941;0.731059;0.119203;0.880797;0.880797;0.047426;0.268941;0.268941;0.119203;0.880797;0.500000;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.512497;0.835346;0.406851;0.442999;0.523732;0.816228;0.652489;0.133426;0.000000;0.486503;0.141122;0.820244;0.000000;0.344795;0.616567;0.335592;0.295046;0.555520;0.412898;0.086038;0.934215;0.000115;0.065670;0.999160;0.000000;0.000840;0.998300;0.000000;0.001700;0.731059;0.017986;0.047426;0.017986;0.952574;0.047426;0.047426;0.047426;0.017986;0.952574;0.880797;0.047426;0.500000;0.119203;0.017986;0.731059;0.731059;0.268941;0.500000;0.731059;0.074952;0.000000;0.078060;0.000000;0.171647;0.211985;0.225133;0.000000;0.190464;0.840506;0.853585;0.121319;0.706200;0.767991;0.000000;0.000000;0.298594;0.764948;0.374022;0.801866;0.998080;0.000115;0.001803;0.997245;0.000000;0.002750;0.997685;0.000000;0.002315;0.268941;0.731059;0.997527;0.500000;0.500000;0.500000;0.047426;0.047426;0.119203;0.268941;0.119203;0.119203;0.119203;0.268941;0.017986;0.119203;0.268941;0.500000;0.500000;0.500000;0.422627;0.074952;0.756760;0.519989;0.454625;0.768347;0.485004;0.086511;0.153944;0.619399;0.711976;0.063388;0.546119;0.577373;0.000000;0.622224;0.493000;0.821420;0.631812;0.333366;0.998535;0.000112;0.001351;0.997330;0.000000;0.002665;0.998950;0.000000;0.001050
0.500000;0.880797;0.268941;0.119203;0.017986;0.731059;0.982014;0.500000;0.119203;0.017986;0.119203;0.952574;0.119203;0.006693;0.047426;0.268941;0.731059;0.006693;0.017986;0.047426;0.614673;0.608259;0.223047;0.407092;0.000000;0.520988;0.912536;0.391741;0.000000;0.067484;0.394365;0.826783;0.000000;0.000000;0.000000;0.088750;0.554285;0.000000;0.083938;0.087145;0.987835;0.000109;0.012056;0.976870;0.000000;0.023130;0.987280;0.000005;0.012715;0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.954566;0.000000;0.000000;0.077415;0.647028;0.000000;0.000000;0.232366;0.099034;0.422383;0.274283;0.000000;0.352972;0.667078;0.058690;0.288434;0.029398;0.000000;0.087066;0.535440;0.997552;0.000139;0.002307;0.997115;0.000000;0.002880;0.996365;0.000005;0.003630;0.268941;0.993307;0.119203;0.047426;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.731059;0.880797;0.731059;0.119203;0.017986;0.047426;0.119203;0.017986;0.731059;0.047426;0.451156;0.897615;0.566356;0.426291;0.160300;0.859483;0.614437;0.030443;0.115271;0.392695;0.462322;0.169525;0.824625;0.587830;0.070045;0.379423;0.263472;0.000000;0.396038;0.218573;0.999636;0.000137;0.000227;0.999935;0.000000;0.000065;0.999795;0.000000;0.000205;0.880797;0.880797;0.268941;0.500000;0.017986;0.880797;0.982014;0.047426;0.268941;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.119203;0.828495;0.772591;0.435855;0.667300;0.000000;0.627849;0.857295;0.119624;0.210985;0.148552;0.054526;0.610639;0.527223;0.125319;0.037652;0.262116;0.358703;0.000000;0.090545;0.110859;0.999661;0.000137;0.000202;0.999950;0.000000;0.000050;0.999855;0.000000;0.000145;0.500000;0.047426;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.047426;0.982014;0.982014;0.047426;0.731059;0.268941;0.017986;0.017986;0.119203;0.500000;0.119203;0.731059;0.448929;0.297548;0.055044;0.122282;0.383906;0.337155;0.219771;0.000000;0.000000;0.848000;0.874681;0.248804;0.515245;0.324756;0.000000;0.367258;0.174365;0.776260;0.536187;0.513996;0.999650;0.000138;0.000213;0.999935;0.000000;0.000065;0.999840;0.000000;0.000160;0.017986;0.047426;0.268941;0.017986;0.002473;0.999665;0.119203;0.006693;0.952574;0.017986;0.002473;0.119203;0.119203;0.002473;0.006693;0.017986;0.047426;0.952574;0.017986;0.002473;0.394604;0.354801;0.546862;0.065866;0.226181;0.968385;0.270912;0.038346;0.717684;0.000000;0.203915;0.123684;0.634831;0.698465;0.000000;0.457850;0.047743;0.923579;0.782620;0.160165;0.996187;0.000220;0.003593;0.999955;0.000000;0.000045;0.999795;0.000000;0.000205;0.268941;0.731059;0.731059;0.731059;0.119203;0.731059;0.500000;0.047426;0.993307;0.119203;0.119203;0.500000;0.500000;0.500000;0.047426;0.500000;0.500000;0.500000;0.952574;0.119203;0.586618;0.714022;0.475021;0.840908;0.000000;0.800433;0.610164;0.237398;0.478763;0.171505;0.158558;0.592667;0.153813;0.723722;0.000000;0.397474;0.279287;0.380601;0.555026;0.254643;0.921972;0.000138;0.077891;0.999555;0.000000;0.000445;0.999235;0.000000;0.000765;0.500000;0.731059;0.268941;0.731059;0.119203;0.880797;0.880797;0.047426;0.268941;0.268941;0.119203;0.880797;0.500000;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.512497;0.835346;0.406851;0.442999;0.523732;0.816228;0.652489;0.133426;0.000000;0.486503;0.141122;0.820244;0.000000;0.344795;0.616567;0.335592;0.295046;0.555520;0.412898;0.086038;0.934215;0.000115;0.065670;0.999160;0.000000;0.000840;0.998300;0.000000;0.001700;0.731059;0.017986;0.047426;0.017986;0.952574;0.047426;0.047426;0.047426;0.017986;0.952574;0.880797;0.047426;0.500000;0.119203;0.017986;0.731059;0.731059;0.268941;0.500000;0.731059;0.074952;0.000000;0.078060;0.000000;0.171647;0.211985;0.225133;0.000000;0.190464;0.840506;0.853585;0.121319;0.706200;0.767991;0.000000;0.000000;0.298594;0.764948;0.374022;0.801866;0.998080;0.000115;0.001803;0.997245;0.000000;0.002750;0.997685;0.000000;0.002315;0.268941;0.731059;0.997527;0.500000;0.500000;0.500000;0.047426;0.047426;0.119203;0.268941;0.119203;0.119203;0.119203;0.268941;0.017986;0.119203;0.268941;0.500000;0.500000;0.500000;0.422627;0.074952;0.756760;0.519989;0.454625;0.768347;0.485004;0.086511;0.153944;0.619399;0.711976;0.063388;0.546119;0.577373;0.000000;0.622224;0.493000;0.821420;0.631812;0.333366;0.998535;0.000112;0.001351;0.997330;0.000000;0.002665;0.998950;0.000000;0.001050;0.500000;0.731059;0.731059;0.982014;0.119203;0.500000;0.880797;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.006693;0.952574;0.500000;0.268941;0.006693;0.017986;0.047426;0.512497;0.751756;0.298385;0.566602;0.000000;0.734583;0.671946;0.082716;0.111650;0.057108;0.251995;0.465555;0.148552;0.000000;0.941310;0.382016;0.088427;0.582003;0.326953;0.163693;0.998423;0.000112;0.001462;0.997495;0.000000;0.002500;0.998450;0.000000;0.001550
0.999089;0.006693;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.017986;0.047426;0.017986;0.017986;0.047426;0.017986;0.119203;0.047426;0.002473;0.006693;0.119203;0.954566;0.000000;0.000000;0.077415;0.647028;0.000000;0.000000;0.232366;0.099034;0.422383;0.274283;0.000000;0.352972;0.667078;0.058690;0.288434;0.029398;0.000000;0.087066;0.535440;0.997552;0.000139;0.002307;0.997115;0.000000;0.002880;0.996365;0.000005;0.003630;0.268941;0.993307;0.119203;0.047426;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.731059;0.880797;0.731059;0.119203;0.017986;0.047426;0.119203;0.017986;0.731059;0.047426;0.451156;0.897615;0.566356;0.426291;0.160300;0.859483;0.614437;0.030443;0.115271;0.392695;0.462322;0.169525;0.824625;0.587830;0.070045;0.379423;0.263472;0.000000;0.396038;0.218573;0.999636;0.000137;0.000227;0.999935;0.000000;0.000065;0.999795;0.000000;0.000205;0.880797;0.880797;0.268941;0.500000;0.017986;0.880797;0.982014;0.047426;0.268941;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.119203;0.828495;0.772591;0.435855;0.667300;0.000000;0.627849;0.857295;0.119624;0.210985;0.148552;0.054526;0.610639;0.527223;0.125319;0.037652;0.262116;0.358703;0.000000;0.090545;0.110859;0.999661;0.000137;0.000202;0.999950;0.000000;0.000050;0.999855;0.000000;0.000145;0.500000;0.047426;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.047426;0.982014;0.982014;0.047426;0.731059;0.268941;0.017986;0.017986;0.119203;0.500000;0.119203;0.731059;0.448929;0.297548;0.055044;0.122282;0.383906;0.337155;0.219771;0.000000;0.000000;0.848000;0.874681;0.248804;0.515245;0.324756;0.000000;0.367258;0.174365;0.776260;0.536187;0.513996;0.999650;0.000138;0.000213;0.999935;0.000000;0.000065;0.999840;0.000000;0.000160;0.017986;0.047426;0.268941;0.017986;0.002473;0.999665;0.119203;0.006693;0.952574;0.017986;0.002473;0.119203;0.119203;0.002473;0.006693;0.017986;0.047426;0.952574;0.017986;0.002473;0.394604;0.354801;0.546862;0.065866;0.226181;0.968385;0.270912;0.038346;0.717684;0.000000;0.203915;0.123684;0.634831;0.698465;0.000000;0.457850;0.047743;0.923579;0.782620;0.160165;0.996187;0.000220;0.003593;0.999955;0.000000;0.000045;0.999795;0.000000;0.000205;0.268941;0.731059;0.731059;0.731059;0.119203;0.731059;0.500000;0.047426;0.993307;0.119203;0.119203;0.500000;0.500000;0.500000;0.047426;0.500000;0.500000;0.500000;0.952574;0.119203;0.586618;0.714022;0.475021;0.840908;0.000000;0.800433;0.610164;0.237398;0.478763;0.171505;0.158558;0.592667;0.153813;0.723722;0.000000;0.397474;0.279287;0.380601;0.555026;0.254643;0.921972;0.000138;0.077891;0.999555;0.000000;0.000445;0.999235;0.000000;0.000765;0.500000;0.731059;0.268941;0.731059;0.119203;0.880797;0.880797;0.047426;0.268941;0.268941;0.119203;0.880797;0.500000;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.512497;0.835346;0.406851;0.442999;0.523732;0.816228;0.652489;0.133426;0.000000;0.486503;0.141122;0.820244;0.000000;0.344795;0.616567;0.335592;0.295046;0.555520;0.412898;0.086038;0.934215;0.000115;0.065670;0.999160;0.000000;0.000840;0.998300;0.000000;0.001700;0.731059;0.017986;0.047426;0.017986;0.952574;0.047426;0.047426;0.047426;0.017986;0.952574;0.880797;0.047426;0.500000;0.119203;0.017986;0.731059;0.731059;0.268941;0.500000;0.731059;0.074952;0.000000;0.078060;0.000000;0.171647;0.211985;0.225133;0.000000;0.190464;0.840506;0.853585;0.121319;0.706200;0.767991;0.000000;0.000000;0.298594;0.764948;0.374022;0.801866;0.998080;0.000115;0.001803;0.997245;0.000000;0.002750;0.997685;0.000000;0.002315;0.268941;0.731059;0.997527;0.500000;0.500000;0.500000;0.047426;0.047426;0.119203;0.268941;0.119203;0.119203;0.119203;0.268941;0.017986;0.119203;0.268941;0.500000;0.500000;0.500000;0.422627;0.074952;0.756760;0.519989;0.454625;0.768347;0.485004;0.086511;0.153944;0.619399;0.711976;0.063388;0.546119;0.577373;0.000000;0.622224;0.493000;0.821420;0.631812;0.333366;0.998535;0.000112;0.001351;0.997330;0.000000;0.002665;0.998950;0.000000;0.001050;0.500000;0.731059;0.731059;0.982014;0.119203;0.500000;0.880797;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.006693;0.952574;0.500000;0.268941;0.006693;0.017986;0.047426;0.512497;0.751756;0.298385;0.566602;0.000000;0.734583;0.671946;0.082716;0.111650;0.057108;0.251995;0.465555;0.148552;0.000000;0.941310;0.382016;0.088427;0.582003;0.326953;0.163693;0.998423;0.000112;0.001462;0.997495;0.000000;0.002500;0.998450;0.000000;0.001550;0.119203;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.017986;0.993307;0.952574;0.017986;0.500000;0.880797;0.006693;0.017986;0.119203;0.047426;0.731059;0.952574;0.635527;0.060597;0.000000;0.044702;0.227233;0.333144;0.000000;0.064828;0.000000;0.616567;0.856805;0.145294;0.612302;0.837943;0.517243;0.196392;0.164516;0.192166;0.456113;0.705785;0.999000;0.000122;0.000881;0.998830;0.000025;0.001150;0.998845;0.000005;0.001155
0.268941;0.993307;0.119203;0.047426;0.047426;0.952574;0.268941;0.047426;0.268941;0.047426;0.731059;0.880797;0.731059;0.119203;0.017986;0.047426;0.119203;0.017986;0.731059;0.047426;0.451156;0.897615;0.566356;0.426291;0.160300;0.859483;0.614437;0.030443;0.115271;0.392695;0.462322;0.169525;0.824625;0.587830;0.070045;0.379423;0.263472;0.000000;0.396038;0.218573;0.999636;0.000137;0.000227;0.999935;0.000000;0.000065;0.999795;0.000000;0.000205;0.880797;0.880797;0.268941;0.500000;0.017986;0.880797;0.982014;0.047426;0.268941;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.119203;0.828495;0.772591;0.435855;0.667300;0.000000;0.627849;0.857295;0.119624;0.210985;0.148552;0.054526;0.610639;0.527223;0.125319;0.037652;0.262116;0.358703;0.000000;0.090545;0.110859;0.999661;0.000137;0.000202;0.999950;0.000000;0.000050;0.999855;0.000000;0.000145;0.500000;0.047426;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.047426;0.982014;0.982014;0.047426;0.731059;0.268941;0.017986;0.017986;0.119203;0.500000;0.119203;0.731059;0.448929;0.297548;0.055044;0.122282;0.383906;0.337155;0.219771;0.000000;0.000000;0.848000;0.874681;0.248804;0.515245;0.324756;0.000000;0.367258;0.174365;0.776260;0.536187;0.513996;0.999650;0.000138;0.000213;0.999935;0.000000;0.000065;0.999840;0.000000;0.000160;0.017986;0.047426;0.268941;0.017986;0.002473;0.999665;0.119203;0.006693;0.952574;0.017986;0.002473;0.119203;0.119203;0.002473;0.006693;0.017986;0.047426;0.952574;0.017986;0.002473;0.394604;0.354801;0.546862;0.065866;0.226181;0.968385;0.270912;0.038346;0.717684;0.000000;0.203915;0.123684;0.634831;0.698465;0.000000;0.457850;0.047743;0.923579;0.782620;0.160165;0.996187;0.000220;0.003593;0.999955;0.000000;0.000045;0.999795;0.000000;0.000205;0.268941;0.731059;0.731059;0.731059;0.119203;0.731059;0.500000;0.047426;0.993307;0.119203;0.119203;0.500000;0.500000;0.500000;0.047426;0.500000;0.500000;0.500000;0.952574;0.119203;0.586618;0.714022;0.475021;0.840908;0.000000;0.800433;0.610164;0.237398;0.478763;0.171505;0.158558;0.592667;0.153813;0.723722;0.000000;0.397474;0.279287;0.380601;0.555026;0.254643;0.921972;0.000138;0.077891;0.999555;0.000000;0.000445;0.999235;0.000000;0.000765;0.500000;0.731059;0.268941;0.731059;0.119203;0.880797;0.880797;0.047426;0.268941;0.268941;0.119203;0.880797;0.500000;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.512497;0.835346;0.406851;0.442999;0.523732;0.816228;0.652489;0.133426;0.000000;0.486503;0.141122;0.820244;0.000000;0.344795;0.616567;0.335592;0.295046;0.555520;0.412898;0.086038;0.934215;0.000115;0.065670;0.999160;0.000000;0.000840;0.998300;0.000000;0.001700;0.731059;0.017986;0.047426;0.017986;0.952574;0.047426;0.047426;0.047426;0.017986;0.952574;0.880797;0.047426;0.500000;0.119203;0.017986;0.731059;0.731059;0.268941;0.500000;0.731059;0.074952;0.000000;0.078060;0.000000;0.171647;0.211985;0.225133;0.000000;0.190464;0.840506;0.853585;0.121319;0.706200;0.767991;0.000000;0.000000;0.298594;0.764948;0.374022;0.801866;0.998080;0.000115;0.001803;0.997245;0.000000;0.002750;0.997685;0.000000;0.002315;0.268941;0.731059;0.997527;0.500000;0.500000;0.500000;0.047426;0.047426;0.119203;0.268941;0.119203;0.119203;0.119203;0.268941;0.017986;0.119203;0.268941;0.500000;0.500000;0.500000;0.422627;0.074952;0.756760;0.519989;0.454625;0.768347;0.485004;0.086511;0.153944;0.619399;0.711976;0.063388;0.546119;0.577373;0.000000;0.622224;0.493000;0.821420;0.631812;0.333366;0.998535;0.000112;0.001351;0.997330;0.000000;0.002665;0.998950;0.000000;0.001050;0.500000;0.731059;0.731059;0.982014;0.119203;0.500000;0.880797;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.006693;0.952574;0.500000;0.268941;0.006693;0.017986;0.047426;0.512497;0.751756;0.298385;0.566602;0.000000;0.734583;0.671946;0.082716;0.111650;0.057108;0.251995;0.465555;0.148552;0.000000;0.941310;0.382016;0.088427;0.582003;0.326953;0.163693;0.998423;0.000112;0.001462;0.997495;0.000000;0.002500;0.998450;0.000000;0.001550;0.119203;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.017986;0.993307;0.952574;0.017986;0.500000;0.880797;0.006693;0.017986;0.119203;0.047426;0.731059;0.952574;0.635527;0.060597;0.000000;0.044702;0.227233;0.333144;0.000000;0.064828;0.000000;0.616567;0.856805;0.145294;0.612302;0.837943;0.517243;0.196392;0.164516;0.192166;0.456113;0.705785;0.999000;0.000122;0.000881;0.998830;0.000025;0.001150;0.998845;0.000005;0.001155;0.047426;0.880797;0.006693;0.006693;0.268941;0.017986;0.006693;0.002473;0.731059;0.997527;0.500000;0.047426;0.880797;0.119203;0.006693;0.047426;0.119203;0.006693;0.119203;0.880797;0.537430;0.780914;0.488502;0.128756;0.152000;0.301535;0.132274;0.228641;0.091871;0.801071;0.617039;0.000000;0.900787;0.619635;0.250678;0.514496;0.272099;0.818319;0.255974;0.515995;0.999262;0.000199;0.000539;0.999025;0.000255;0.000720;0.999435;0.000005;0.000560
0.880797;0.880797;0.268941;0.500000;0.017986;0.880797;0.982014;0.047426;0.268941;0.119203;0.047426;0.952574;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.119203;0.828495;0.772591;0.435855;0.667300;0.000000;0.627849;0.857295;0.119624;0.210985;0.148552;0.054526;0.610639;0.527223;0.125319;0.037652;0.262116;0.358703;0.000000;0.090545;0.110859;0.999661;0.000137;0.000202;0.999950;0.000000;0.000050;0.999855;0.000000;0.000145;0.500000;0.047426;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.047426;0.982014;0.982014;0.047426;0.731059;0.268941;0.017986;0.017986;0.119203;0.500000;0.119203;0.731059;0.448929;0.297548;0.055044;0.122282;0.383906;0.337155;0.219771;0.000000;0.000000;0.848000;0.874681;0.248804;0.515245;0.324756;0.000000;0.367258;0.174365;0.776260;0.536187;0.513996;0.999650;0.000138;0.000213;0.999935;0.000000;0.000065;0.999840;0.000000;0.000160;0.017986;0.047426;0.268941;0.017986;0.002473;0.999665;0.119203;0.006693;0.952574;0.017986;0.002473;0.119203;0.119203;0.002473;0.006693;0.017986;0.047426;0.952574;0.017986;0.002473;0.394604;0.354801;0.546862;0.065866;0.226181;0.968385;0.270912;0.038346;0.717684;0.000000;0.203915;0.123684;0.634831;0.698465;0.000000;0.457850;0.047743;0.923579;0.782620;0.160165;0.996187;0.000220;0.003593;0.999955;0.000000;0.000045;0.999795;0.000000;0.000205;0.268941;0.731059;0.731059;0.731059;0.119203;0.731059;0.500000;0.047426;0.993307;0.119203;0.119203;0.500000;0.500000;0.500000;0.047426;0.500000;0.500000;0.500000;0.952574;0.119203;0.586618;0.714022;0.475021;0.840908;0.000000;0.800433;0.610164;0.237398;0.478763;0.171505;0.158558;0.592667;0.153813;0.723722;0.000000;0.397474;0.279287;0.380601;0.555026;0.254643;0.921972;0.000138;0.077891;0.999555;0.000000;0.000445;0.999235;0.000000;0.000765;0.500000;0.731059;0.268941;0.731059;0.119203;0.880797;0.880797;0.047426;0.268941;0.268941;0.119203;0.880797;0.500000;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.512497;0.835346;0.406851;0.442999;0.523732;0.816228;0.652489;0.133426;0.000000;0.486503;0.141122;0.820244;0.000000;0.344795;0.616567;0.335592;0.295046;0.555520;0.412898;0.086038;0.934215;0.000115;0.065670;0.999160;0.000000;0.000840;0.998300;0.000000;0.001700;0.731059;0.017986;0.047426;0.017986;0.952574;0.047426;0.047426;0.047426;0.017986;0.952574;0.880797;0.047426;0.500000;0.119203;0.017986;0.731059;0.731059;0.268941;0.500000;0.731059;0.074952;0.000000;0.078060;0.000000;0.171647;0.211985;0.225133;0.000000;0.190464;0.840506;0.853585;0.121319;0.706200;0.767991;0.000000;0.000000;0.298594;0.764948;0.374022;0.801866;0.998080;0.000115;0.001803;0.997245;0.000000;0.002750;0.997685;0.000000;0.002315;0.268941;0.731059;0.997527;0.500000;0.500000;0.500000;0.047426;0.047426;0.119203;0.268941;0.119203;0.119203;0.119203;0.268941;0.017986;0.119203;0.268941;0.500000;0.500000;0.500000;0.422627;0.074952;0.756760;0.519989;0.454625;0.768347;0.485004;0.086511;0.153944;0.619399;0.711976;0.063388;0.546119;0.577373;0.000000;0.622224;0.493000;0.821420;0.631812;0.333366;0.998535;0.000112;0.001351;0.997330;0.000000;0.002665;0.998950;0.000000;0.001050;0.500000;0.731059;0.731059;0.982014;0.119203;0.500000;0.880797;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.006693;0.952574;0.500000;0.268941;0.006693;0.017986;0.047426;0.512497;0.751756;0.298385;0.566602;0.000000;0.734583;0.671946;0.082716;0.111650;0.057108;0.251995;0.465555;0.148552;0.000000;0.941310;0.382016;0.088427;0.582003;0.326953;0.163693;0.998423;0.000112;0.001462;0.997495;0.000000;0.002500;0.998450;0.000000;0.001550;0.119203;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.017986;0.993307;0.952574;0.017986;0.500000;0.880797;0.006693;0.017986;0.119203;0.047426;0.731059;0.952574;0.635527;0.060597;0.000000;0.044702;0.227233;0.333144;0.000000;0.064828;0.000000;0.616567;0.856805;0.145294;0.612302;0.837943;0.517243;0.196392;0.164516;0.192166;0.456113;0.705785;0.999000;0.000122;0.000881;0.998830;0.000025;0.001150;0.998845;0.000005;0.001155;0.047426;0.880797;0.006693;0.006693;0.268941;0.017986;0.006693;0.002473;0.731059;0.997527;0.500000;0.047426;0.880797;0.119203;0.006693;0.047426;0.119203;0.006693;0.119203;0.880797;0.537430;0.780914;0.488502;0.128756;0.152000;0.301535;0.132274;0.228641;0.091871;0.801071;0.617039;0.000000;0.900787;0.619635;0.250678;0.514496;0.272099;0.818319;0.255974;0.515995;0.999262;0.000199;0.000539;0.999025;0.000255;0.000720;0.999435;0.000005;0.000560;0.500000;0.268941;0.731059;0.952574;0.017986;0.731059;0.880797;0.268941;0.500000;0.119203;0.047426;0.731059;0.268941;0.268941;0.047426;0.500000;0.500000;0.047426;0.880797;0.047426;0.597245;0.760058;0.800911;0.741925;0.441026;0.461824;0.829629;0.142339;0.550329;0.134587;0.055044;0.407092;0.000000;0.345021;0.000000;0.788349;0.114863;0.290285;0.289256;0.150972;0.999085;0.000253;0.000658;0.998505;0.000395;0.001095;0.999450;0.000015;0.000530
0.500000;0.047426;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.047426;0.982014;0.982014;0.047426;0.731059;0.268941;0.017986;0.017986;0.119203;0.500000;0.119203;0.731059;0.448929;0.297548;0.055044;0.122282;0.383906;0.337155;0.219771;0.000000;0.000000;0.848000;0.874681;0.248804;0.515245;0.324756;0.000000;0.367258;0.174365;0.776260;0.536187;0.513996;0.999650;0.000138;0.000213;0.999935;0.000000;0.000065;0.999840;0.000000;0.000160;0.017986;0.047426;0.268941;0.017986;0.002473;0.999665;0.119203;0.006693;0.952574;0.017986;0.002473;0.119203;0.119203;0.002473;0.006693;0.017986;0.047426;0.952574;0.017986;0.002473;0.394604;0.354801;0.546862;0.065866;0.226181;0.968385;0.270912;0.038346;0.717684;0.000000;0.203915;0.123684;0.634831;0.698465;0.000000;0.457850;0.047743;0.923579;0.782620;0.160165;0.996187;0.000220;0.003593;0.999955;0.000000;0.000045;0.999795;0.000000;0.000205;0.268941;0.731059;0.731059;0.731059;0.119203;0.731059;0.500000;0.047426;0.993307;0.119203;0.119203;0.500000;0.500000;0.500000;0.047426;0.500000;0.500000;0.500000;0.952574;0.119203;0.586618;0.714022;0.475021;0.840908;0.000000;0.800433;0.610164;0.237398;0.478763;0.171505;0.158558;0.592667;0.153813;0.723722;0.000000;0.397474;0.279287;0.380601;0.555026;0.254643;0.921972;0.000138;0.077891;0.999555;0.000000;0.000445;0.999235;0.000000;0.000765;0.500000;0.731059;0.268941;0.731059;0.119203;0.880797;0.880797;0.047426;0.268941;0.268941;0.119203;0.880797;0.500000;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.512497;0.835346;0.406851;0.442999;0.523732;0.816228;0.652489;0.133426;0.000000;0.486503;0.141122;0.820244;0.000000;0.344795;0.616567;0.335592;0.295046;0.555520;0.412898;0.086038;0.934215;0.000115;0.065670;0.999160;0.000000;0.000840;0.998300;0.000000;0.001700;0.731059;0.017986;0.047426;0.017986;0.952574;0.047426;0.047426;0.047426;0.017986;0.952574;0.880797;0.047426;0.500000;0.119203;0.017986;0.731059;0.731059;0.268941;0.500000;0.731059;0.074952;0.000000;0.078060;0.000000;0.171647;0.211985;0.225133;0.000000;0.190464;0.840506;0.853585;0.121319;0.706200;0.767991;0.000000;0.000000;0.298594;0.764948;0.374022;0.801866;0.998080;0.000115;0.001803;0.997245;0.000000;0.002750;0.997685;0.000000;0.002315;0.268941;0.731059;0.997527;0.500000;0.500000;0.500000;0.047426;0.047426;0.119203;0.268941;0.119203;0.119203;0.119203;0.268941;0.017986;0.119203;0.268941;0.500000;0.500000;0.500000;0.422627;0.074952;0.756760;0.519989;0.454625;0.768347;0.485004;0.086511;0.153944;0.619399;0.711976;0.063388;0.546119;0.577373;0.000000;0.622224;0.493000;0.821420;0.631812;0.333366;0.998535;0.000112;0.001351;0.997330;0.000000;0.002665;0.998950;0.000000;0.001050;0.500000;0.731059;0.731059;0.982014;0.119203;0.500000;0.880797;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.006693;0.952574;0.500000;0.268941;0.006693;0.017986;0.047426;0.512497;0.751756;0.298385;0.566602;0.000000;0.734583;0.671946;0.082716;0.111650;0.057108;0.251995;0.465555;0.148552;0.000000;0.941310;0.382016;0.088427;0.582003;0.326953;0.163693;0.998423;0.000112;0.001462;0.997495;0.000000;0.002500;0.998450;0.000000;0.001550;0.119203;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.017986;0.993307;0.952574;0.017986;0.500000;0.880797;0.006693;0.017986;0.119203;0.047426;0.731059;0.952574;0.635527;0.060597;0.000000;0.044702;0.227233;0.333144;0.000000;0.064828;0.000000;0.616567;0.856805;0.145294;0.612302;0.837943;0.517243;0.196392;0.164516;0.192166;0.456113;0.705785;0.999000;0.000122;0.000881;0.998830;0.000025;0.001150;0.998845;0.000005;0.001155;0.047426;0.880797;0.006693;0.006693;0.268941;0.017986;0.006693;0.002473;0.731059;0.997527;0.500000;0.047426;0.880797;0.119203;0.006693;0.047426;0.119203;0.006693;0.119203;0.880797;0.537430;0.780914;0.488502;0.128756;0.152000;0.301535;0.132274;0.228641;0.091871;0.801071;0.617039;0.000000;0.900787;0.619635;0.250678;0.514496;0.272099;0.818319;0.255974;0.515995;0.999262;0.000199;0.000539;0.999025;0.000255;0.000720;0.999435;0.000005;0.000560;0.500000;0.268941;0.731059;0.952574;0.017986;0.731059;0.880797;0.268941;0.500000;0.119203;0.047426;0.731059;0.268941;0.268941;0.047426;0.500000;0.500000;0.047426;0.880797;0.047426;0.597245;0.760058;0.800911;0.741925;0.441026;0.461824;0.829629;0.142339;0.550329;0.134587;0.055044;0.407092;0.000000;0.345021;0.000000;0.788349;0.114863;0.290285;0.289256;0.150972;0.999085;0.000253;0.000658;0.998505;0.000395;0.001095;0.999450;0.000015;0.000530;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.268941;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.047426;0.268941;0.500000;0.047426;0.119203;0.731059;0.791171;0.352516;0.080691;0.209325;0.228112;0.476767;0.469040;0.199408;0.445715;0.561192;0.593632;0.304492;0.331369;0.810920;0.178580;0.538176;0.085802;0.728890;0.189540;0.714430;0.998662;0.000281;0.001056;0.997715;0.000450;0.001835;0.998995;0.000030;0.000970
0.017986;0.047426;0.268941;0.017986;0.002473;0.999665;0.119203;0.006693;0.952574;0.017986;0.002473;0.119203;0.119203;0.002473;0.006693;0.017986;0.047426;0.952574;0.017986;0.002473;0.394604;0.354801;0.546862;0.065866;0.226181;0.968385;0.270912;0.038346;0.717684;0.000000;0.203915;0.123684;0.634831;0.698465;0.000000;0.457850;0.047743;0.923579;0.782620;0.160165;0.996187;0.000220;0.003593;0.999955;0.000000;0.000045;0.999795;0.000000;0.000205;0.268941;0.731059;0.731059;0.731059;0.119203;0.731059;0.500000;0.047426;0.993307;0.119203;0.119203;0.500000;0.500000;0.500000;0.047426;0.500000;0.500000;0.500000;0.952574;0.119203;0.586618;0.714022;0.475021;0.840908;0.000000;0.800433;0.610164;0.237398;0.478763;0.171505;0.158558;0.592667;0.153813;0.723722;0.000000;0.397474;0.279287;0.380601;0.555026;0.254643;0.921972;0.000138;0.077891;0.999555;0.000000;0.000445;0.999235;0.000000;0.000765;0.500000;0.731059;0.268941;0.731059;0.119203;0.880797;0.880797;0.047426;0.268941;0.268941;0.119203;0.880797;0.500000;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.512497;0.835346;0.406851;0.442999;0.523732;0.816228;0.652489;0.133426;0.000000;0.486503;0.141122;0.820244;0.000000;0.344795;0.616567;0.335592;0.295046;0.555520;0.412898;0.086038;0.934215;0.000115;0.065670;0.999160;0.000000;0.000840;0.998300;0.000000;0.001700;0.731059;0.017986;0.047426;0.017986;0.952574;0.047426;0.047426;0.047426;0.017986;0.952574;0.880797;0.047426;0.500000;0.119203;0.017986;0.731059;0.731059;0.268941;0.500000;0.731059;0.074952;0.000000;0.078060;0.000000;0.171647;0.211985;0.225133;0.000000;0.190464;0.840506;0.853585;0.121319;0.706200;0.767991;0.000000;0.000000;0.298594;0.764948;0.374022;0.801866;0.998080;0.000115;0.001803;0.997245;0.000000;0.002750;0.997685;0.000000;0.002315;0.268941;0.731059;0.997527;0.500000;0.500000;0.500000;0.047426;0.047426;0.119203;0.268941;0.119203;0.119203;0.119203;0.268941;0.017986;0.119203;0.268941;0.500000;0.500000;0.500000;0.422627;0.074952;0.756760;0.519989;0.454625;0.768347;0.485004;0.086511;0.153944;0.619399;0.711976;0.063388;0.546119;0.577373;0.000000;0.622224;0.493000;0.821420;0.631812;0.333366;0.998535;0.000112;0.001351;0.997330;0.000000;0.002665;0.998950;0.000000;0.001050;0.500000;0.731059;0.731059;0.982014;0.119203;0.500000;0.880797;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.006693;0.952574;0.500000;0.268941;0.006693;0.017986;0.047426;0.512497;0.751756;0.298385;0.566602;0.000000;0.734583;0.671946;0.082716;0.111650;0.057108;0.251995;0.465555;0.148552;0.000000;0.941310;0.382016;0.088427;0.582003;0.326953;0.163693;0.998423;0.000112;0.001462;0.997495;0.000000;0.002500;0.998450;0.000000;0.001550;0.119203;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.017986;0.993307;0.952574;0.017986;0.500000;0.880797;0.006693;0.017986;0.119203;0.047426;0.731059;0.952574;0.635527;0.060597;0.000000;0.044702;0.227233;0.333144;0.000000;0.064828;0.000000;0.616567;0.856805;0.145294;0.612302;0.837943;0.517243;0.196392;0.164516;0.192166;0.456113;0.705785;0.999000;0.000122;0.000881;0.998830;0.000025;0.001150;0.998845;0.000005;0.001155;0.047426;0.880797;0.006693;0.006693;0.268941;0.017986;0.006693;0.002473;0.731059;0.997527;0.500000;0.047426;0.880797;0.119203;0.006693;0.047426;0.119203;0.006693;0.119203;0.880797;0.537430;0.780914;0.488502;0.128756;0.152000;0.301535;0.132274;0.228641;0.091871;0.801071;0.617039;0.000000;0.900787;0.619635;0.250678;0.514496;0.272099;0.818319;0.255974;0.515995;0.999262;0.000199;0.000539;0.999025;0.000255;0.000720;0.999435;0.000005;0.000560;0.500000;0.268941;0.731059;0.952574;0.017986;0.731059;0.880797;0.268941;0.500000;0.119203;0.047426;0.731059;0.268941;0.268941;0.047426;0.500000;0.500000;0.047426;0.880797;0.047426;0.597245;0.760058;0.800911;0.741925;0.441026;0.461824;0.829629;0.142339;0.550329;0.134587;0.055044;0.407092;0.000000;0.345021;0.000000;0.788349;0.114863;0.290285;0.289256;0.150972;0.999085;0.000253;0.000658;0.998505;0.000395;0.001095;0.999450;0.000015;0.000530;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.268941;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.047426;0.268941;0.500000;0.047426;0.119203;0.731059;0.791171;0.352516;0.080691;0.209325;0.228112;0.476767;0.469040;0.199408;0.445715;0.561192;0.593632;0.304492;0.331369;0.810920;0.178580;0.538176;0.085802;0.728890;0.189540;0.714430;0.998662;0.000281;0.001056;0.997715;0.000450;0.001835;0.998995;0.000030;0.000970;0.119203;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.982014;0.006693;0.993307;0.952574;0.006693;0.017986;0.047426;0.017986;0.119203;0.880797;0.540412;0.000000;0.266980;0.137288;0.513247;0.286591;0.388173;0.000000;0.139554;0.814421;0.776086;0.000000;0.883294;0.799633;0.000000;0.182426;0.281305;0.741734;0.593149;0.612777;0.996383;0.000302;0.003312;0.996670;0.000465;0.002855;0.993260;0.000050;0.006690
0.268941;0.731059;0.731059;0.731059;0.119203;0.731059;0.500000;0.047426;0.993307;0.119203;0.119203;0.500000;0.500000;0.500000;0.047426;0.500000;0.500000;0.500000;0.952574;0.119203;0.586618;0.714022;0.475021;0.840908;0.000000;0.800433;0.610164;0.237398;0.478763;0.171505;0.158558;0.592667;0.153813;0.723722;0.000000;0.397474;0.279287;0.380601;0.555026;0.254643;0.921972;0.000138;0.077891;0.999555;0.000000;0.000445;0.999235;0.000000;0.000765;0.500000;0.731059;0.268941;0.731059;0.119203;0.880797;0.880797;0.047426;0.268941;0.268941;0.119203;0.880797;0.500000;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.512497;0.835346;0.406851;0.442999;0.523732;0.816228;0.652489;0.133426;0.000000;0.486503;0.141122;0.820244;0.000000;0.344795;0.616567;0.335592;0.295046;0.555520;0.412898;0.086038;0.934215;0.000115;0.065670;0.999160;0.000000;0.000840;0.998300;0.000000;0.001700;0.731059;0.017986;0.047426;0.017986;0.952574;0.047426;0.047426;0.047426;0.017986;0.952574;0.880797;0.047426;0.500000;0.119203;0.017986;0.731059;0.731059;0.268941;0.500000;0.731059;0.074952;0.000000;0.078060;0.000000;0.171647;0.211985;0.225133;0.000000;0.190464;0.840506;0.853585;0.121319;0.706200;0.767991;0.000000;0.000000;0.298594;0.764948;0.374022;0.801866;0.998080;0.000115;0.001803;0.997245;0.000000;0.002750;0.997685;0.000000;0.002315;0.268941;0.731059;0.997527;0.500000;0.500000;0.500000;0.047426;0.047426;0.119203;0.268941;0.119203;0.119203;0.119203;0.268941;0.017986;0.119203;0.268941;0.500000;0.500000;0.500000;0.422627;0.074952;0.756760;0.519989;0.454625;0.768347;0.485004;0.086511;0.153944;0.619399;0.711976;0.063388;0.546119;0.577373;0.000000;0.622224;0.493000;0.821420;0.631812;0.333366;0.998535;0.000112;0.001351;0.997330;0.000000;0.002665;0.998950;0.000000;0.001050;0.500000;0.731059;0.731059;0.982014;0.119203;0.500000;0.880797;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.006693;0.952574;0.500000;0.268941;0.006693;0.017986;0.047426;0.512497;0.751756;0.298385;0.566602;0.000000;0.734583;0.671946;0.082716;0.111650;0.057108;0.251995;0.465555;0.148552;0.000000;0.941310;0.382016;0.088427;0.582003;0.326953;0.163693;0.998423;0.000112;0.001462;0.997495;0.000000;0.002500;0.998450;0.000000;0.001550;0.119203;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.017986;0.993307;0.952574;0.017986;0.500000;0.880797;0.006693;0.017986;0.119203;0.047426;0.731059;0.952574;0.635527;0.060597;0.000000;0.044702;0.227233;0.333144;0.000000;0.064828;0.000000;0.616567;0.856805;0.145294;0.612302;0.837943;0.517243;0.196392;0.164516;0.192166;0.456113;0.705785;0.999000;0.000122;0.000881;0.998830;0.000025;0.001150;0.998845;0.000005;0.001155;0.047426;0.880797;0.006693;0.006693;0.268941;0.017986;0.006693;0.002473;0.731059;0.997527;0.500000;0.047426;0.880797;0.119203;0.006693;0.047426;0.119203;0.006693;0.119203;0.880797;0.537430;0.780914;0.488502;0.128756;0.152000;0.301535;0.132274;0.228641;0.091871;0.801071;0.617039;0.000000;0.900787;0.619635;0.250678;0.514496;0.272099;0.818319;0.255974;0.515995;0.999262;0.000199;0.000539;0.999025;0.000255;0.000720;0.999435;0.000005;0.000560;0.500000;0.268941;0.731059;0.952574;0.017986;0.731059;0.880797;0.268941;0.500000;0.119203;0.047426;0.731059;0.268941;0.268941;0.047426;0.500000;0.500000;0.047426;0.880797;0.047426;0.597245;0.760058;0.800911;0.741925;0.441026;0.461824;0.829629;0.142339;0.550329;0.134587;0.055044;0.407092;0.000000;0.345021;0.000000;0.788349;0.114863;0.290285;0.289256;0.150972;0.999085;0.000253;0.000658;0.998505;0.000395;0.001095;0.999450;0.000015;0.000530;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.268941;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.047426;0.268941;0.500000;0.047426;0.119203;0.731059;0.791171;0.352516;0.080691;0.209325;0.228112;0.476767;0.469040;0.199408;0.445715;0.561192;0.593632;0.304492;0.331369;0.810920;0.178580;0.538176;0.085802;0.728890;0.189540;0.714430;0.998662;0.000281;0.001056;0.997715;0.000450;0.001835;0.998995;0.000030;0.000970;0.119203;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.982014;0.006693;0.993307;0.952574;0.006693;0.017986;0.047426;0.017986;0.119203;0.880797;0.540412;0.000000;0.266980;0.137288;0.513247;0.286591;0.388173;0.000000;0.139554;0.814421;0.776086;0.000000;0.883294;0.799633;0.000000;0.182426;0.281305;0.741734;0.593149;0.612777;0.996383;0.000302;0.003312;0.996670;0.000465;0.002855;0.993260;0.000050;0.006690;0.268941;0.047426;0.017986;0.017986;0.993307;0.047426;0.047426;0.047426;0.017986;0.880797;0.952574;0.500000;0.500000;0.952574;0.047426;0.047426;0.268941;0.047426;0.119203;0.731059;0.340515;0.576397;0.176972;0.115271;0.663069;0.668853;0.290285;0.144303;0.079805;0.632975;0.201974;0.487503;0.722922;0.938197;0.000000;0.622929;0.438316;0.332034;0.772415;0.359163;0.787918;0.000379;0.211699;0.978470;0.000455;0.021065;0.947675;0.000065;0.052260
0.500000;0.731059;0.268941;0.731059;0.119203;0.880797;0.880797;0.047426;0.268941;0.268941;0.119203;0.880797;0.500000;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.512497;0.835346;0.406851;0.442999;0.523732;0.816228;0.652489;0.133426;0.000000;0.486503;0.141122;0.820244;0.000000;0.344795;0.616567;0.335592;0.295046;0.555520;0.412898;0.086038;0.934215;0.000115;0.065670;0.999160;0.000000;0.000840;0.998300;0.000000;0.001700;0.731059;0.017986;0.047426;0.017986;0.952574;0.047426;0.047426;0.047426;0.017986;0.952574;0.880797;0.047426;0.500000;0.119203;0.017986;0.731059;0.731059;0.268941;0.500000;0.731059;0.074952;0.000000;0.078060;0.000000;0.171647;0.211985;0.225133;0.000000;0.190464;0.840506;0.853585;0.121319;0.706200;0.767991;0.000000;0.000000;0.298594;0.764948;0.374022;0.801866;0.998080;0.000115;0.001803;0.997245;0.000000;0.002750;0.997685;0.000000;0.002315;0.268941;0.731059;0.997527;0.500000;0.500000;0.500000;0.047426;0.047426;0.119203;0.268941;0.119203;0.119203;0.119203;0.268941;0.017986;0.119203;0.268941;0.500000;0.500000;0.500000;0.422627;0.074952;0.756760;0.519989;0.454625;0.768347;0.485004;0.086511;0.153944;0.619399;0.711976;0.063388;0.546119;0.577373;0.000000;0.622224;0.493000;0.821420;0.631812;0.333366;0.998535;0.000112;0.001351;0.997330;0.000000;0.002665;0.998950;0.000000;0.001050;0.500000;0.731059;0.731059;0.982014;0.119203;0.500000;0.880797;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.006693;0.952574;0.500000;0.268941;0.006693;0.017986;0.047426;0.512497;0.751756;0.298385;0.566602;0.000000;0.734583;0.671946;0.082716;0.111650;0.057108;0.251995;0.465555;0.148552;0.000000;0.941310;0.382016;0.088427;0.582003;0.326953;0.163693;0.998423;0.000112;0.001462;0.997495;0.000000;0.002500;0.998450;0.000000;0.001550;0.119203;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.017986;0.993307;0.952574;0.017986;0.500000;0.880797;0.006693;0.017986;0.119203;0.047426;0.731059;0.952574;0.635527;0.060597;0.000000;0.044702;0.227233;0.333144;0.000000;0.064828;0.000000;0.616567;0.856805;0.145294;0.612302;0.837943;0.517243;0.196392;0.164516;0.192166;0.456113;0.705785;0.999000;0.000122;0.000881;0.998830;0.000025;0.001150;0.998845;0.000005;0.001155;0.047426;0.880797;0.006693;0.006693;0.268941;0.017986;0.006693;0.002473;0.731059;0.997527;0.500000;0.047426;0.880797;0.119203;0.006693;0.047426;0.119203;0.006693;0.119203;0.880797;0.537430;0.780914;0.488502;0.128756;0.152000;0.301535;0.132274;0.228641;0.091871;0.801071;0.617039;0.000000;0.900787;0.619635;0.250678;0.514496;0.272099;0.818319;0.255974;0.515995;0.999262;0.000199;0.000539;0.999025;0.000255;0.000720;0.999435;0.000005;0.000560;0.500000;0.268941;0.731059;0.952574;0.017986;0.731059;0.880797;0.268941;0.500000;0.119203;0.047426;0.731059;0.268941;0.268941;0.047426;0.500000;0.500000;0.047426;0.880797;0.047426;0.597245;0.760058;0.800911;0.741925;0.441026;0.461824;0.829629;0.142339;0.550329;0.134587;0.055044;0.407092;0.000000;0.345021;0.000000;0.788349;0.114863;0.290285;0.289256;0.150972;0.999085;0.000253;0.000658;0.998505;0.000395;0.001095;0.999450;0.000015;0.000530;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.268941;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.047426;0.268941;0.500000;0.047426;0.119203;0.731059;0.791171;0.352516;0.080691;0.209325;0.228112;0.476767;0.469040;0.199408;0.445715;0.561192;0.593632;0.304492;0.331369;0.810920;0.178580;0.538176;0.085802;0.728890;0.189540;0.714430;0.998662;0.000281;0.001056;0.997715;0.000450;0.001835;0.998995;0.000030;0.000970;0.119203;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.982014;0.006693;0.993307;0.952574;0.006693;0.017986;0.047426;0.017986;0.119203;0.880797;0.540412;0.000000;0.266980;0.137288;0.513247;0.286591;0.388173;0.000000;0.139554;0.814421;0.776086;0.000000;0.883294;0.799633;0.000000;0.182426;0.281305;0.741734;0.593149;0.612777;0.996383;0.000302;0.003312;0.996670;0.000465;0.002855;0.993260;0.000050;0.006690;0.268941;0.047426;0.017986;0.017986;0.993307;0.047426;0.047426;0.047426;0.017986;0.880797;0.952574;0.500000;0.500000;0.952574;0.047426;0.047426;0.268941;0.047426;0.119203;0.731059;0.340515;0.576397;0.176972;0.115271;0.663069;0.668853;0.290285;0.144303;0.079805;0.632975;0.201974;0.487503;0.722922;0.938197;0.000000;0.622929;0.438316;0.332034;0.772415;0.359163;0.787918;0.000379;0.211699;0.978470;0.000455;0.021065;0.947675;0.000065;0.052260;0.500000;0.500000;0.500000;0.500000;0.731059;0.500000;0.731059;0.268941;0.119203;0.268941;0.268941;0.952574;0.268941;0.268941;0.047426;0.880797;0.268941;0.017986;0.268941;0.119203;0.685249;0.594837;0.000000;0.525727;0.642906;0.762602;0.628550;0.319733;0.595319;0.196392;0.247871;0.719302;0.181979;0.111848;0.210486;0.652263;0.563899;0.507249;0.586133;0.212989;0.709194;0.000290;0.290518;0.898945;0.000315;0.100740;0.864305;0.000040;0.135660
0.731059;0.017986;0.047426;0.017986;0.952574;0.047426;0.047426;0.047426;0.017986;0.952574;0.880797;0.047426;0.500000;0.119203;0.017986;0.731059;0.731059;0.268941;0.500000;0.731059;0.074952;0.000000;0.078060;0.000000;0.171647;0.211985;0.225133;0.000000;0.190464;0.840506;0.853585;0.121319;0.706200;0.767991;0.000000;0.000000;0.298594;0.764948;0.374022;0.801866;0.998080;0.000115;0.001803;0.997245;0.000000;0.002750;0.997685;0.000000;0.002315;0.268941;0.731059;0.997527;0.500000;0.500000;0.500000;0.047426;0.047426;0.119203;0.268941;0.119203;0.119203;0.119203;0.268941;0.017986;0.119203;0.268941;0.500000;0.500000;0.500000;0.422627;0.074952;0.756760;0.519989;0.454625;0.768347;0.485004;0.086511;0.153944;0.619399;0.711976;0.063388;0.546119;0.577373;0.000000;0.622224;0.493000;0.821420;0.631812;0.333366;0.998535;0.000112;0.001351;0.997330;0.000000;0.002665;0.998950;0.000000;0.001050;0.500000;0.731059;0.731059;0.982014;0.119203;0.500000;0.880797;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.006693;0.952574;0.500000;0.268941;0.006693;0.017986;0.047426;0.512497;0.751756;0.298385;0.566602;0.000000;0.734583;0.671946;0.082716;0.111650;0.057108;0.251995;0.465555;0.148552;0.000000;0.941310;0.382016;0.088427;0.582003;0.326953;0.163693;0.998423;0.000112;0.001462;0.997495;0.000000;0.002500;0.998450;0.000000;0.001550;0.119203;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.017986;0.993307;0.952574;0.017986;0.500000;0.880797;0.006693;0.017986;0.119203;0.047426;0.731059;0.952574;0.635527;0.060597;0.000000;0.044702;0.227233;0.333144;0.000000;0.064828;0.000000;0.616567;0.856805;0.145294;0.612302;0.837943;0.517243;0.196392;0.164516;0.192166;0.456113;0.705785;0.999000;0.000122;0.000881;0.998830;0.000025;0.001150;0.998845;0.000005;0.001155;0.047426;0.880797;0.006693;0.006693;0.268941;0.017986;0.006693;0.002473;0.731059;0.997527;0.500000;0.047426;0.880797;0.119203;0.006693;0.047426;0.119203;0.006693;0.119203;0.880797;0.537430;0.780914;0.488502;0.128756;0.152000;0.301535;0.132274;0.228641;0.091871;0.801071;0.617039;0.000000;0.900787;0.619635;0.250678;0.514496;0.272099;0.818319;0.255974;0.515995;0.999262;0.000199;0.000539;0.999025;0.000255;0.000720;0.999435;0.000005;0.000560;0.500000;0.268941;0.731059;0.952574;0.017986;0.731059;0.880797;0.268941;0.500000;0.119203;0.047426;0.731059;0.268941;0.268941;0.047426;0.500000;0.500000;0.047426;0.880797;0.047426;0.597245;0.760058;0.800911;0.741925;0.441026;0.461824;0.829629;0.142339;0.550329;0.134587;0.055044;0.407092;0.000000;0.345021;0.000000;0.788349;0.114863;0.290285;0.289256;0.150972;0.999085;0.000253;0.000658;0.998505;0.000395;0.001095;0.999450;0.000015;0.000530;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.268941;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.047426;0.268941;0.500000;0.047426;0.119203;0.731059;0.791171;0.352516;0.080691;0.209325;0.228112;0.476767;0.469040;0.199408;0.445715;0.561192;0.593632;0.304492;0.331369;0.810920;0.178580;0.538176;0.085802;0.728890;0.189540;0.714430;0.998662;0.000281;0.001056;0.997715;0.000450;0.001835;0.998995;0.000030;0.000970;0.119203;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.982014;0.006693;0.993307;0.952574;0.006693;0.017986;0.047426;0.017986;0.119203;0.880797;0.540412;0.000000;0.266980;0.137288;0.513247;0.286591;0.388173;0.000000;0.139554;0.814421;0.776086;0.000000;0.883294;0.799633;0.000000;0.182426;0.281305;0.741734;0.593149;0.612777;0.996383;0.000302;0.003312;0.996670;0.000465;0.002855;0.993260;0.000050;0.006690;0.268941;0.047426;0.017986;0.017986;0.993307;0.047426;0.047426;0.047426;0.017986;0.880797;0.952574;0.500000;0.500000;0.952574;0.047426;0.047426;0.268941;0.047426;0.119203;0.731059;0.340515;0.576397;0.176972;0.115271;0.663069;0.668853;0.290285;0.144303;0.079805;0.632975;0.201974;0.487503;0.722922;0.938197;0.000000;0.622929;0.438316;0.332034;0.772415;0.359163;0.787918;0.000379;0.211699;0.978470;0.000455;0.021065;0.947675;0.000065;0.052260;0.500000;0.500000;0.500000;0.500000;0.731059;0.500000;0.731059;0.268941;0.119203;0.268941;0.268941;0.952574;0.268941;0.268941;0.047426;0.880797;0.268941;0.017986;0.268941;0.119203;0.685249;0.594837;0.000000;0.525727;0.642906;0.762602;0.628550;0.319733;0.595319;0.196392;0.247871;0.719302;0.181979;0.111848;0.210486;0.652263;0.563899;0.507249;0.586133;0.212989;0.709194;0.000290;0.290518;0.898945;0.000315;0.100740;0.864305;0.000040;0.135660;0.500000;0.119203;0.952574;0.119203;0.119203;0.119203;0.731059;0.982014;0.500000;0.119203;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.500000;0.047426;0.731059;0.500000;0.485504;0.382252;0.613963;0.536933;0.401072;0.713409;0.686972;0.684817;0.537927;0.317778;0.200528;0.420188;0.167006;0.557001;0.443739;0.485254;0.378246;0.000000;0.683953;0.434872;0.175371;0.000196;0.824434;0.312080;0.000010;0.687915;0.213500;0.000045;0.786450
0.268941;0.731059;0.997527;0.500000;0.500000;0.500000;0.047426;0.047426;0.119203;0.268941;0.119203;0.119203;0.119203;0.268941;0.017986;0.119203;0.268941;0.500000;0.500000;0.500000;0.422627;0.074952;0.756760;0.519989;0.454625;0.768347;0.485004;0.086511;0.153944;0.619399;0.711976;0.063388;0.546119;0.577373;0.000000;0.622224;0.493000;0.821420;0.631812;0.333366;0.998535;0.000112;0.001351;0.997330;0.000000;0.002665;0.998950;0.000000;0.001050;0.500000;0.731059;0.731059;0.982014;0.119203;0.500000;0.880797;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.006693;0.952574;0.500000;0.268941;0.006693;0.017986;0.047426;0.512497;0.751756;0.298385;0.566602;0.000000;0.734583;0.671946;0.082716;0.111650;0.057108;0.251995;0.465555;0.148552;0.000000;0.941310;0.382016;0.088427;0.582003;0.326953;0.163693;0.998423;0.000112;0.001462;0.997495;0.000000;0.002500;0.998450;0.000000;0.001550;0.119203;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.017986;0.993307;0.952574;0.017986;0.500000;0.880797;0.006693;0.017986;0.119203;0.047426;0.731059;0.952574;0.635527;0.060597;0.000000;0.044702;0.227233;0.333144;0.000000;0.064828;0.000000;0.616567;0.856805;0.145294;0.612302;0.837943;0.517243;0.196392;0.164516;0.192166;0.456113;0.705785;0.999000;0.000122;0.000881;0.998830;0.000025;0.001150;0.998845;0.000005;0.001155;0.047426;0.880797;0.006693;0.006693;0.268941;0.017986;0.006693;0.002473;0.731059;0.997527;0.500000;0.047426;0.880797;0.119203;0.006693;0.047426;0.119203;0.006693;0.119203;0.880797;0.537430;0.780914;0.488502;0.128756;0.152000;0.301535;0.132274;0.228641;0.091871;0.801071;0.617039;0.000000;0.900787;0.619635;0.250678;0.514496;0.272099;0.818319;0.255974;0.515995;0.999262;0.000199;0.000539;0.999025;0.000255;0.000720;0.999435;0.000005;0.000560;0.500000;0.268941;0.731059;0.952574;0.017986;0.731059;0.880797;0.268941;0.500000;0.119203;0.047426;0.731059;0.268941;0.268941;0.047426;0.500000;0.500000;0.047426;0.880797;0.047426;0.597245;0.760058;0.800911;0.741925;0.441026;0.461824;0.829629;0.142339;0.550329;0.134587;0.055044;0.407092;0.000000;0.345021;0.000000;0.788349;0.114863;0.290285;0.289256;0.150972;0.999085;0.000253;0.000658;0.998505;0.000395;0.001095;0.999450;0.000015;0.000530;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.268941;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.047426;0.268941;0.500000;0.047426;0.119203;0.731059;0.791171;0.352516;0.080691;0.209325;0.228112;0.476767;0.469040;0.199408;0.445715;0.561192;0.593632;0.304492;0.331369;0.810920;0.178580;0.538176;0.085802;0.728890;0.189540;0.714430;0.998662;0.000281;0.001056;0.997715;0.000450;0.001835;0.998995;0.000030;0.000970;0.119203;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.982014;0.006693;0.993307;0.952574;0.006693;0.017986;0.047426;0.017986;0.119203;0.880797;0.540412;0.000000;0.266980;0.137288;0.513247;0.286591;0.388173;0.000000;0.139554;0.814421;0.776086;0.000000;0.883294;0.799633;0.000000;0.182426;0.281305;0.741734;0.593149;0.612777;0.996383;0.000302;0.003312;0.996670;0.000465;0.002855;0.993260;0.000050;0.006690;0.268941;0.047426;0.017986;0.017986;0.993307;0.047426;0.047426;0.047426;0.017986;0.880797;0.952574;0.500000;0.500000;0.952574;0.047426;0.047426;0.268941;0.047426;0.119203;0.731059;0.340515;0.576397;0.176972;0.115271;0.663069;0.668853;0.290285;0.144303;0.079805;0.632975;0.201974;0.487503;0.722922;0.938197;0.000000;0.622929;0.438316;0.332034;0.772415;0.359163;0.787918;0.000379;0.211699;0.978470;0.000455;0.021065;0.947675;0.000065;0.052260;0.500000;0.500000;0.500000;0.500000;0.731059;0.500000;0.731059;0.268941;0.119203;0.268941;0.268941;0.952574;0.268941;0.268941;0.047426;0.880797;0.268941;0.017986;0.268941;0.119203;0.685249;0.594837;0.000000;0.525727;0.642906;0.762602;0.628550;0.319733;0.595319;0.196392;0.247871;0.719302;0.181979;0.111848;0.210486;0.652263;0.563899;0.507249;0.586133;0.212989;0.709194;0.000290;0.290518;0.898945;0.000315;0.100740;0.864305;0.000040;0.135660;0.500000;0.119203;0.952574;0.119203;0.119203;0.119203;0.731059;0.982014;0.500000;0.119203;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.500000;0.047426;0.731059;0.500000;0.485504;0.382252;0.613963;0.536933;0.401072;0.713409;0.686972;0.684817;0.537927;0.317778;0.200528;0.420188;0.167006;0.557001;0.443739;0.485254;0.378246;0.000000;0.683953;0.434872;0.175371;0.000196;0.824434;0.312080;0.000010;0.687915;0.213500;0.000045;0.786450;0.119203;0.047426;0.982014;0.500000;0.047426;0.047426;0.047426;0.993307;0.268941;0.017986;0.006693;0.047426;0.006693;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.006693;0.360545;0.263472;0.712386;0.745926;0.515495;0.347057;0.384143;0.804711;0.258649;0.164654;0.206853;0.044150;0.164516;0.516244;0.795597;0.708064;0.416052;0.000000;0.498000;0.194192;0.116147;0.000262;0.883591;0.197200;0.000000;0.802800;0.150655;0.000200;0.849145
0.500000;0.731059;0.731059;0.982014;0.119203;0.500000;0.880797;0.047426;0.268941;0.017986;0.017986;0.500000;0.017986;0.006693;0.952574;0.500000;0.268941;0.006693;0.017986;0.047426;0.512497;0.751756;0.298385;0.566602;0.000000;0.734583;0.671946;0.082716;0.111650;0.057108;0.251995;0.465555;0.148552;0.000000;0.941310;0.382016;0.088427;0.582003;0.326953;0.163693;0.998423;0.000112;0.001462;0.997495;0.000000;0.002500;0.998450;0.000000;0.001550;0.119203;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.017986;0.993307;0.952574;0.017986;0.500000;0.880797;0.006693;0.017986;0.119203;0.047426;0.731059;0.952574;0.635527;0.060597;0.000000;0.044702;0.227233;0.333144;0.000000;0.064828;0.000000;0.616567;0.856805;0.145294;0.612302;0.837943;0.517243;0.196392;0.164516;0.192166;0.456113;0.705785;0.999000;0.000122;0.000881;0.998830;0.000025;0.001150;0.998845;0.000005;0.001155;0.047426;0.880797;0.006693;0.006693;0.268941;0.017986;0.006693;0.002473;0.731059;0.997527;0.500000;0.047426;0.880797;0.119203;0.006693;0.047426;0.119203;0.006693;0.119203;0.880797;0.537430;0.780914;0.488502;0.128756;0.152000;0.301535;0.132274;0.228641;0.091871;0.801071;0.617039;0.000000;0.900787;0.619635;0.250678;0.514496;0.272099;0.818319;0.255974;0.515995;0.999262;0.000199;0.000539;0.999025;0.000255;0.000720;0.999435;0.000005;0.000560;0.500000;0.268941;0.731059;0.952574;0.017986;0.731059;0.880797;0.268941;0.500000;0.119203;0.047426;0.731059;0.268941;0.268941;0.047426;0.500000;0.500000;0.047426;0.880797;0.047426;0.597245;0.760058;0.800911;0.741925;0.441026;0.461824;0.829629;0.142339;0.550329;0.134587;0.055044;0.407092;0.000000;0.345021;0.000000;0.788349;0.114863;0.290285;0.289256;0.150972;0.999085;0.000253;0.000658;0.998505;0.000395;0.001095;0.999450;0.000015;0.000530;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.268941;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.047426;0.268941;0.500000;0.047426;0.119203;0.731059;0.791171;0.352516;0.080691;0.209325;0.228112;0.476767;0.469040;0.199408;0.445715;0.561192;0.593632;0.304492;0.331369;0.810920;0.178580;0.538176;0.085802;0.728890;0.189540;0.714430;0.998662;0.000281;0.001056;0.997715;0.000450;0.001835;0.998995;0.000030;0.000970;0.119203;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.982014;0.006693;0.993307;0.952574;0.006693;0.017986;0.047426;0.017986;0.119203;0.880797;0.540412;0.000000;0.266980;0.137288;0.513247;0.286591;0.388173;0.000000;0.139554;0.814421;0.776086;0.000000;0.883294;0.799633;0.000000;0.182426;0.281305;0.741734;0.593149;0.612777;0.996383;0.000302;0.003312;0.996670;0.000465;0.002855;0.993260;0.000050;0.006690;0.268941;0.047426;0.017986;0.017986;0.993307;0.047426;0.047426;0.047426;0.017986;0.880797;0.952574;0.500000;0.500000;0.952574;0.047426;0.047426;0.268941;0.047426;0.119203;0.731059;0.340515;0.576397;0.176972;0.115271;0.663069;0.668853;0.290285;0.144303;0.079805;0.632975;0.201974;0.487503;0.722922;0.938197;0.000000;0.622929;0.438316;0.332034;0.772415;0.359163;0.787918;0.000379;0.211699;0.978470;0.000455;0.021065;0.947675;0.000065;0.052260;0.500000;0.500000;0.500000;0.500000;0.731059;0.500000;0.731059;0.268941;0.119203;0.268941;0.268941;0.952574;0.268941;0.268941;0.047426;0.880797;0.268941;0.017986;0.268941;0.119203;0.685249;0.594837;0.000000;0.525727;0.642906;0.762602;0.628550;0.319733;0.595319;0.196392;0.247871;0.719302;0.181979;0.111848;0.210486;0.652263;0.563899;0.507249;0.586133;0.212989;0.709194;0.000290;0.290518;0.898945;0.000315;0.100740;0.864305;0.000040;0.135660;0.500000;0.119203;0.952574;0.119203;0.119203;0.119203;0.731059;0.982014;0.500000;0.119203;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.500000;0.047426;0.731059;0.500000;0.485504;0.382252;0.613963;0.536933;0.401072;0.713409;0.686972;0.684817;0.537927;0.317778;0.200528;0.420188;0.167006;0.557001;0.443739;0.485254;0.378246;0.000000;0.683953;0.434872;0.175371;0.000196;0.824434;0.312080;0.000010;0.687915;0.213500;0.000045;0.786450;0.119203;0.047426;0.982014;0.500000;0.047426;0.047426;0.047426;0.993307;0.268941;0.017986;0.006693;0.047426;0.006693;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.006693;0.360545;0.263472;0.712386;0.745926;0.515495;0.347057;0.384143;0.804711;0.258649;0.164654;0.206853;0.044150;0.164516;0.516244;0.795597;0.708064;0.416052;0.000000;0.498000;0.194192;0.116147;0.000262;0.883591;0.197200;0.000000;0.802800;0.150655;0.000200;0.849145;0.119203;0.017986;0.731059;0.047426;0.268941;0.047426;0.017986;0.500000;0.047426;0.731059;0.952574;0.047426;0.982014;0.731059;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.439794;0.373554;0.862119;0.000000;0.479262;0.198611;0.040816;0.725916;0.000000;0.552061;0.498750;0.307039;0.517992;0.814421;0.192010;0.493750;0.341864;0.858027;0.720511;0.234693;0.339450;0.000799;0.659749;0.217635;0.000020;0.782345;0.397905;0.001880;0.600210
0.119203;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.006693;0.017986;0.993307;0.952574;0.017986;0.500000;0.880797;0.006693;0.017986;0.119203;0.047426;0.731059;0.952574;0.635527;0.060597;0.000000;0.044702;0.227233;0.333144;0.000000;0.064828;0.000000;0.616567;0.856805;0.145294;0.612302;0.837943;0.517243;0.196392;0.164516;0.192166;0.456113;0.705785;0.999000;0.000122;0.000881;0.998830;0.000025;0.001150;0.998845;0.000005;0.001155;0.047426;0.880797;0.006693;0.006693;0.268941;0.017986;0.006693;0.002473;0.731059;0.997527;0.500000;0.047426;0.880797;0.119203;0.006693;0.047426;0.119203;0.006693;0.119203;0.880797;0.537430;0.780914;0.488502;0.128756;0.152000;0.301535;0.132274;0.228641;0.091871;0.801071;0.617039;0.000000;0.900787;0.619635;0.250678;0.514496;0.272099;0.818319;0.255974;0.515995;0.999262;0.000199;0.000539;0.999025;0.000255;0.000720;0.999435;0.000005;0.000560;0.500000;0.268941;0.731059;0.952574;0.017986;0.731059;0.880797;0.268941;0.500000;0.119203;0.047426;0.731059;0.268941;0.268941;0.047426;0.500000;0.500000;0.047426;0.880797;0.047426;0.597245;0.760058;0.800911;0.741925;0.441026;0.461824;0.829629;0.142339;0.550329;0.134587;0.055044;0.407092;0.000000;0.345021;0.000000;0.788349;0.114863;0.290285;0.289256;0.150972;0.999085;0.000253;0.000658;0.998505;0.000395;0.001095;0.999450;0.000015;0.000530;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.268941;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.047426;0.268941;0.500000;0.047426;0.119203;0.731059;0.791171;0.352516;0.080691;0.209325;0.228112;0.476767;0.469040;0.199408;0.445715;0.561192;0.593632;0.304492;0.331369;0.810920;0.178580;0.538176;0.085802;0.728890;0.189540;0.714430;0.998662;0.000281;0.001056;0.997715;0.000450;0.001835;0.998995;0.000030;0.000970;0.119203;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.982014;0.006693;0.993307;0.952574;0.006693;0.017986;0.047426;0.017986;0.119203;0.880797;0.540412;0.000000;0.266980;0.137288;0.513247;0.286591;0.388173;0.000000;0.139554;0.814421;0.776086;0.000000;0.883294;0.799633;0.000000;0.182426;0.281305;0.741734;0.593149;0.612777;0.996383;0.000302;0.003312;0.996670;0.000465;0.002855;0.993260;0.000050;0.006690;0.268941;0.047426;0.017986;0.017986;0.993307;0.047426;0.047426;0.047426;0.017986;0.880797;0.952574;0.500000;0.500000;0.952574;0.047426;0.047426;0.268941;0.047426;0.119203;0.731059;0.340515;0.576397;0.176972;0.115271;0.663069;0.668853;0.290285;0.144303;0.079805;0.632975;0.201974;0.487503;0.722922;0.938197;0.000000;0.622929;0.438316;0.332034;0.772415;0.359163;0.787918;0.000379;0.211699;0.978470;0.000455;0.021065;0.947675;0.000065;0.052260;0.500000;0.500000;0.500000;0.500000;0.731059;0.500000;0.731059;0.268941;0.119203;0.268941;0.268941;0.952574;0.268941;0.268941;0.047426;0.880797;0.268941;0.017986;0.268941;0.119203;0.685249;0.594837;0.000000;0.525727;0.642906;0.762602;0.628550;0.319733;0.595319;0.196392;0.247871;0.719302;0.181979;0.111848;0.210486;0.652263;0.563899;0.507249;0.586133;0.212989;0.709194;0.000290;0.290518;0.898945;0.000315;0.100740;0.864305;0.000040;0.135660;0.500000;0.119203;0.952574;0.119203;0.119203;0.119203;0.731059;0.982014;0.500000;0.119203;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.500000;0.047426;0.731059;0.500000;0.485504;0.382252;0.613963;0.536933;0.401072;0.713409;0.686972;0.684817;0.537927;0.317778;0.200528;0.420188;0.167006;0.557001;0.443739;0.485254;0.378246;0.000000;0.683953;0.434872;0.175371;0.000196;0.824434;0.312080;0.000010;0.687915;0.213500;0.000045;0.786450;0.119203;0.047426;0.982014;0.500000;0.047426;0.047426;0.047426;0.993307;0.268941;0.017986;0.006693;0.047426;0.006693;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.006693;0.360545;0.263472;0.712386;0.745926;0.515495;0.347057;0.384143;0.804711;0.258649;0.164654;0.206853;0.044150;0.164516;0.516244;0.795597;0.708064;0.416052;0.000000;0.498000;0.194192;0.116147;0.000262;0.883591;0.197200;0.000000;0.802800;0.150655;0.000200;0.849145;0.119203;0.017986;0.731059;0.047426;0.268941;0.047426;0.017986;0.500000;0.047426;0.731059;0.952574;0.047426;0.982014;0.731059;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.439794;0.373554;0.862119;0.000000;0.479262;0.198611;0.040816;0.725916;0.000000;0.552061;0.498750;0.307039;0.517992;0.814421;0.192010;0.493750;0.341864;0.858027;0.720511;0.234693;0.339450;0.000799;0.659749;0.217635;0.000020;0.782345;0.397905;0.001880;0.600210;0.047426;0.017986;0.500000;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.500000;0.268941;0.017986;0.952574;0.952574;0.982014;0.017986;0.047426;0.119203;0.999089;0.500000;0.392695;0.069010;0.388648;0.000000;0.000000;0.237036;0.043190;0.305976;0.655657;0.848129;0.399152;0.000000;0.682655;0.661951;0.894164;0.245270;0.357783;0.528220;0.321694;0.729680;0.565697;0.001221;0.433082;0.268600;0.000425;0.730975;0.923235;0.002875;0.073890
0.047426;0.880797;0.006693;0.006693;0.268941;0.017986;0.006693;0.002473;0.731059;0.997527;0.500000;0.047426;0.880797;0.119203;0.006693;0.047426;0.119203;0.006693;0.119203;0.880797;0.537430;0.780914;0.488502;0.128756;0.152000;0.301535;0.132274;0.228641;0.091871;0.801071;0.617039;0.000000;0.900787;0.619635;0.250678;0.514496;0.272099;0.818319;0.255974;0.515995;0.999262;0.000199;0.000539;0.999025;0.000255;0.000720;0.999435;0.000005;0.000560;0.500000;0.268941;0.731059;0.952574;0.017986;0.731059;0.880797;0.268941;0.500000;0.119203;0.047426;0.731059;0.268941;0.268941;0.047426;0.500000;0.500000;0.047426;0.880797;0.047426;0.597245;0.760058;0.800911;0.741925;0.441026;0.461824;0.829629;0.142339;0.550329;0.134587;0.055044;0.407092;0.000000;0.345021;0.000000;0.788349;0.114863;0.290285;0.289256;0.150972;0.999085;0.000253;0.000658;0.998505;0.000395;0.001095;0.999450;0.000015;0.000530;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.268941;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.047426;0.268941;0.500000;0.047426;0.119203;0.731059;0.791171;0.352516;0.080691;0.209325;0.228112;0.476767;0.469040;0.199408;0.445715;0.561192;0.593632;0.304492;0.331369;0.810920;0.178580;0.538176;0.085802;0.728890;0.189540;0.714430;0.998662;0.000281;0.001056;0.997715;0.000450;0.001835;0.998995;0.000030;0.000970;0.119203;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.982014;0.006693;0.993307;0.952574;0.006693;0.017986;0.047426;0.017986;0.119203;0.880797;0.540412;0.000000;0.266980;0.137288;0.513247;0.286591;0.388173;0.000000;0.139554;0.814421;0.776086;0.000000;0.883294;0.799633;0.000000;0.182426;0.281305;0.741734;0.593149;0.612777;0.996383;0.000302;0.003312;0.996670;0.000465;0.002855;0.993260;0.000050;0.006690;0.268941;0.047426;0.017986;0.017986;0.993307;0.047426;0.047426;0.047426;0.017986;0.880797;0.952574;0.500000;0.500000;0.952574;0.047426;0.047426;0.268941;0.047426;0.119203;0.731059;0.340515;0.576397;0.176972;0.115271;0.663069;0.668853;0.290285;0.144303;0.079805;0.632975;0.201974;0.487503;0.722922;0.938197;0.000000;0.622929;0.438316;0.332034;0.772415;0.359163;0.787918;0.000379;0.211699;0.978470;0.000455;0.021065;0.947675;0.000065;0.052260;0.500000;0.500000;0.500000;0.500000;0.731059;0.500000;0.731059;0.268941;0.119203;0.268941;0.268941;0.952574;0.268941;0.268941;0.047426;0.880797;0.268941;0.017986;0.268941;0.119203;0.685249;0.594837;0.000000;0.525727;0.642906;0.762602;0.628550;0.319733;0.595319;0.196392;0.247871;0.719302;0.181979;0.111848;0.210486;0.652263;0.563899;0.507249;0.586133;0.212989;0.709194;0.000290;0.290518;0.898945;0.000315;0.100740;0.864305;0.000040;0.135660;0.500000;0.119203;0.952574;0.119203;0.119203;0.119203;0.731059;0.982014;0.500000;0.119203;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.500000;0.047426;0.731059;0.500000;0.485504;0.382252;0.613963;0.536933;0.401072;0.713409;0.686972;0.684817;0.537927;0.317778;0.200528;0.420188;0.167006;0.557001;0.443739;0.485254;0.378246;0.000000;0.683953;0.434872;0.175371;0.000196;0.824434;0.312080;0.000010;0.687915;0.213500;0.000045;0.786450;0.119203;0.047426;0.982014;0.500000;0.047426;0.047426;0.047426;0.993307;0.268941;0.017986;0.006693;0.047426;0.006693;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.006693;0.360545;0.263472;0.712386;0.745926;0.515495;0.347057;0.384143;0.804711;0.258649;0.164654;0.206853;0.044150;0.164516;0.516244;0.795597;0.708064;0.416052;0.000000;0.498000;0.194192;0.116147;0.000262;0.883591;0.197200;0.000000;0.802800;0.150655;0.000200;0.849145;0.119203;0.017986;0.731059;0.047426;0.268941;0.047426;0.017986;0.500000;0.047426;0.731059;0.952574;0.047426;0.982014;0.731059;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.439794;0.373554;0.862119;0.000000;0.479262;0.198611;0.040816;0.725916;0.000000;0.552061;0.498750;0.307039;0.517992;0.814421;0.192010;0.493750;0.341864;0.858027;0.720511;0.234693;0.339450;0.000799;0.659749;0.217635;0.000020;0.782345;0.397905;0.001880;0.600210;0.047426;0.017986;0.500000;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.500000;0.268941;0.017986;0.952574;0.952574;0.982014;0.017986;0.047426;0.119203;0.999089;0.500000;0.392695;0.069010;0.388648;0.000000;0.000000;0.237036;0.043190;0.305976;0.655657;0.848129;0.399152;0.000000;0.682655;0.661951;0.894164;0.245270;0.357783;0.528220;0.321694;0.729680;0.565697;0.001221;0.433082;0.268600;0.000425;0.730975;0.923235;0.002875;0.073890;0.880797;0.731059;0.268941;0.119203;0.047426;0.731059;0.119203;0.731059;0.268941;0.268941;0.119203;0.268941;0.119203;0.017986;0.952574;0.500000;0.500000;0.017986;0.047426;0.500000;0.844224;0.505000;0.203591;0.022096;0.000000;0.763145;0.296713;0.401312;0.247871;0.620106;0.419701;0.166034;0.157493;0.000000;0.720713;0.789846;0.143441;0.294423;0.179462;0.527971;0.916851;0.001316;0.081831;0.775220;0.000210;0.224565;0.976105;0.003350;0.020540
0.500000;0.268941;0.731059;0.952574;0.017986;0.731059;0.880797;0.268941;0.500000;0.119203;0.047426;0.731059;0.268941;0.268941;0.047426;0.500000;0.500000;0.047426;0.880797;0.047426;0.597245;0.760058;0.800911;0.741925;0.441026;0.461824;0.829629;0.142339;0.550329;0.134587;0.055044;0.407092;0.000000;0.345021;0.000000;0.788349;0.114863;0.290285;0.289256;0.150972;0.999085;0.000253;0.000658;0.998505;0.000395;0.001095;0.999450;0.000015;0.000530;0.880797;0.268941;0.268941;0.500000;0.880797;0.268941;0.268941;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.047426;0.268941;0.500000;0.047426;0.119203;0.731059;0.791171;0.352516;0.080691;0.209325;0.228112;0.476767;0.469040;0.199408;0.445715;0.561192;0.593632;0.304492;0.331369;0.810920;0.178580;0.538176;0.085802;0.728890;0.189540;0.714430;0.998662;0.000281;0.001056;0.997715;0.000450;0.001835;0.998995;0.000030;0.000970;0.119203;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.982014;0.006693;0.993307;0.952574;0.006693;0.017986;0.047426;0.017986;0.119203;0.880797;0.540412;0.000000;0.266980;0.137288;0.513247;0.286591;0.388173;0.000000;0.139554;0.814421;0.776086;0.000000;0.883294;0.799633;0.000000;0.182426;0.281305;0.741734;0.593149;0.612777;0.996383;0.000302;0.003312;0.996670;0.000465;0.002855;0.993260;0.000050;0.006690;0.268941;0.047426;0.017986;0.017986;0.993307;0.047426;0.047426;0.047426;0.017986;0.880797;0.952574;0.500000;0.500000;0.952574;0.047426;0.047426;0.268941;0.047426;0.119203;0.731059;0.340515;0.576397;0.176972;0.115271;0.663069;0.668853;0.290285;0.144303;0.079805;0.632975;0.201974;0.487503;0.722922;0.938197;0.000000;0.622929;0.438316;0.332034;0.772415;0.359163;0.787918;0.000379;0.211699;0.978470;0.000455;0.021065;0.947675;0.000065;0.052260;0.500000;0.500000;0.500000;0.500000;0.731059;0.500000;0.731059;0.268941;0.119203;0.268941;0.268941;0.952574;0.268941;0.268941;0.047426;0.880797;0.268941;0.017986;0.268941;0.119203;0.685249;0.594837;0.000000;0.525727;0.642906;0.762602;0.628550;0.319733;0.595319;0.196392;0.247871;0.719302;0.181979;0.111848;0.210486;0.652263;0.563899;0.507249;0.586133;0.212989;0.709194;0.000290;0.290518;0.898945;0.000315;0.100740;0.864305;0.000040;0.135660;0.500000;0.119203;0.952574;0.119203;0.119203;0.119203;0.731059;0.982014;0.500000;0.119203;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.500000;0.047426;0.731059;0.500000;0.485504;0.382252;0.613963;0.536933;0.401072;0.713409;0.686972;0.684817;0.537927;0.317778;0.200528;0.420188;0.167006;0.557001;0.443739;0.485254;0.378246;0.000000;0.683953;0.434872;0.175371;0.000196;0.824434;0.312080;0.000010;0.687915;0.213500;0.000045;0.786450;0.119203;0.047426;0.982014;0.500000;0.047426;0.047426;0.047426;0.993307;0.268941;0.017986;0.006693;0.047426;0.006693;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.006693;0.360545;0.263472;0.712386;0.745926;0.515495;0.347057;0.384143;0.804711;0.258649;0.164654;0.206853;0.044150;0.164516;0.516244;0.795597;0.708064;0.416052;0.000000;0.498000;0.194192;0.116147;0.000262;0.883591;0.197200;0.000000;0.802800;0.150655;0.000200;0.849145;0.119203;0.017986;0.731059;0.047426;0.268941;0.047426;0.017986;0.500000;0.047426;0.731059;0.952574;0.047426;0.982014;0.731059;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.439794;0.373554;0.862119;0.000000;0.479262;0.198611;0.040816;0.725916;0.000000;0.552061;0.498750;0.307039;0.517992;0.814421;0.192010;0.493750;0.341864;0.858027;0.720511;0.234693;0.339450;0.000799;0.659749;0.217635;0.000020;0.782345;0.397905;0.001880;0.600210;0.047426;0.017986;0.500000;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.500000;0.268941;0.017986;0.952574;0.952574;0.982014;0.017986;0.047426;0.119203;0.999089;0.500000;0.392695;0.069010;0.388648;0.000000;0.000000;0.237036;0.043190;0.305976;0.655657;0.848129;0.399152;0.000000;0.682655;0.661951;0.894164;0.245270;0.357783;0.528220;0.321694;0.729680;0.565697;0.001221;0.433082;0.268600;0.000425;0.730975;0.923235;0.002875;0.073890;0.880797;0.731059;0.268941;0.119203;0.047426;0.731059;0.119203;0.731059;0.268941;0.268941;0.119203;0.268941;0.119203;0.017986;0.952574;0.500000;0.500000;0.017986;0.047426;0.500000;0.844224;0.505000;0.203591;0.022096;0.000000;0.763145;0.296713;0.401312;0.247871;0.620106;0.419701;0.166034;0.157493;0.000000;0.720713;0.789846;0.143441;0.294423;0.179462;0.527971;0.916851;0.001316;0.081831;0.775220;0.000210;0.224565;0.976105;0.003350;0.020540;0.731059;0.047426;0.119203;0.047426;0.119203;0.047426;0.047426;0.952574;0.017986;0.500000;0.119203;0.047426;0.500000;0.047426;0.880797;0.500000;0.880797;0.017986;0.119203;0.880797;0.746683;0.604201;0.342990;0.045695;0.505250;0.519240;0.000000;0.725717;0.246197;0.419458;0.322567;0.000000;0.573954;0.463813;0.682655;0.648397;0.505250;0.372852;0.288640;0.644282;0.926500;0.001281;0.072215;0.794545;0.000385;0.205065;0.985685;0.003095;0.011215
0.119203;0.017986;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.952574;0.982014;0.006693;0.993307;0.952574;0.006693;0.017986;0.047426;0.017986;0.119203;0.880797;0.540412;0.000000;0.266980;0.137288;0.513247;0.286591;0.388173;0.000000;0.139554;0.814421;0.776086;0.000000;0.883294;0.799633;0.000000;0.182426;0.281305;0.741734;0.593149;0.612777;0.996383;0.000302;0.003312;0.996670;0.000465;0.002855;0.993260;0.000050;0.006690;0.268941;0.047426;0.017986;0.017986;0.993307;0.047426;0.047426;0.047426;0.017986;0.880797;0.952574;0.500000;0.500000;0.952574;0.047426;0.047426;0.268941;0.047426;0.119203;0.731059;0.340515;0.576397;0.176972;0.115271;0.663069;0.668853;0.290285;0.144303;0.079805;0.632975;0.201974;0.487503;0.722922;0.938197;0.000000;0.622929;0.438316;0.332034;0.772415;0.359163;0.787918;0.000379;0.211699;0.978470;0.000455;0.021065;0.947675;0.000065;0.052260;0.500000;0.500000;0.500000;0.500000;0.731059;0.500000;0.731059;0.268941;0.119203;0.268941;0.268941;0.952574;0.268941;0.268941;0.047426;0.880797;0.268941;0.017986;0.268941;0.119203;0.685249;0.594837;0.000000;0.525727;0.642906;0.762602;0.628550;0.319733;0.595319;0.196392;0.247871;0.719302;0.181979;0.111848;0.210486;0.652263;0.563899;0.507249;0.586133;0.212989;0.709194;0.000290;0.290518;0.898945;0.000315;0.100740;0.864305;0.000040;0.135660;0.500000;0.119203;0.952574;0.119203;0.119203;0.119203;0.731059;0.982014;0.500000;0.119203;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.500000;0.047426;0.731059;0.500000;0.485504;0.382252;0.613963;0.536933;0.401072;0.713409;0.686972;0.684817;0.537927;0.317778;0.200528;0.420188;0.167006;0.557001;0.443739;0.485254;0.378246;0.000000;0.683953;0.434872;0.175371;0.000196;0.824434;0.312080;0.000010;0.687915;0.213500;0.000045;0.786450;0.119203;0.047426;0.982014;0.500000;0.047426;0.047426;0.047426;0.993307;0.268941;0.017986;0.006693;0.047426;0.006693;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.006693;0.360545;0.263472;0.712386;0.745926;0.515495;0.347057;0.384143;0.804711;0.258649;0.164654;0.206853;0.044150;0.164516;0.516244;0.795597;0.708064;0.416052;0.000000;0.498000;0.194192;0.116147;0.000262;0.883591;0.197200;0.000000;0.802800;0.150655;0.000200;0.849145;0.119203;0.017986;0.731059;0.047426;0.268941;0.047426;0.017986;0.500000;0.047426;0.731059;0.952574;0.047426;0.982014;0.731059;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.439794;0.373554;0.862119;0.000000;0.479262;0.198611;0.040816;0.725916;0.000000;0.552061;0.498750;0.307039;0.517992;0.814421;0.192010;0.493750;0.341864;0.858027;0.720511;0.234693;0.339450;0.000799;0.659749;0.217635;0.000020;0.782345;0.397905;0.001880;0.600210;0.047426;0.017986;0.500000;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.500000;0.268941;0.017986;0.952574;0.952574;0.982014;0.017986;0.047426;0.119203;0.999089;0.500000;0.392695;0.069010;0.388648;0.000000;0.000000;0.237036;0.043190;0.305976;0.655657;0.848129;0.399152;0.000000;0.682655;0.661951;0.894164;0.245270;0.357783;0.528220;0.321694;0.729680;0.565697;0.001221;0.433082;0.268600;0.000425;0.730975;0.923235;0.002875;0.073890;0.880797;0.731059;0.268941;0.119203;0.047426;0.731059;0.119203;0.731059;0.268941;0.268941;0.119203;0.268941;0.119203;0.017986;0.952574;0.500000;0.500000;0.017986;0.047426;0.500000;0.844224;0.505000;0.203591;0.022096;0.000000;0.763145;0.296713;0.401312;0.247871;0.620106;0.419701;0.166034;0.157493;0.000000;0.720713;0.789846;0.143441;0.294423;0.179462;0.527971;0.916851;0.001316;0.081831;0.775220;0.000210;0.224565;0.976105;0.003350;0.020540;0.731059;0.047426;0.119203;0.047426;0.119203;0.047426;0.047426;0.952574;0.017986;0.500000;0.119203;0.047426;0.500000;0.047426;0.880797;0.500000;0.880797;0.017986;0.119203;0.880797;0.746683;0.604201;0.342990;0.045695;0.505250;0.519240;0.000000;0.725717;0.246197;0.419458;0.322567;0.000000;0.573954;0.463813;0.682655;0.648397;0.505250;0.372852;0.288640;0.644282;0.926500;0.001281;0.072215;0.794545;0.000385;0.205065;0.985685;0.003095;0.011215;0.500000;0.017986;0.017986;0.017986;0.500000;0.119203;0.119203;0.268941;0.017986;0.982014;0.880797;0.017986;0.952574;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.952574;0.256165;0.171079;0.374256;0.173360;0.165205;0.138477;0.470285;0.000000;0.203591;0.896321;0.676777;0.088024;0.878040;0.684386;0.000000;0.348418;0.369817;0.000000;0.725916;0.641297;0.972772;0.001229;0.025999;0.930195;0.000545;0.069260;0.988735;0.002835;0.008430;0.017986;0.268941;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.268941;0.002473;0.006693;0.999665;0.006693;0.000911;0.006693;0.017986;0.017986;0.000911;0.006693;0.017986;0.088911;0.453386;0.247126;0.035128;0.000000;0.000000;0.051710;0.000000;0.566602;0.000000;0.033150;0.975708;0.216531;0.000000;0.190927;0.167145;0.039506;0.000000;0.358933;0.039317;0.979600;0.001349;0.019051;0.948235;0.000960;0.050805;0.991180;0.002780;0.006040
0.268941;0.047426;0.017986;0.017986;0.993307;0.047426;0.047426;0.047426;0.017986;0.880797;0.952574;0.500000;0.500000;0.952574;0.047426;0.047426;0.268941;0.047426;0.119203;0.731059;0.340515;0.576397;0.176972;0.115271;0.663069;0.668853;0.290285;0.144303;0.079805;0.632975;0.201974;0.487503;0.722922;0.938197;0.000000;0.622929;0.438316;0.332034;0.772415;0.359163;0.787918;0.000379;0.211699;0.978470;0.000455;0.021065;0.947675;0.000065;0.052260;0.500000;0.500000;0.500000;0.500000;0.731059;0.500000;0.731059;0.268941;0.119203;0.268941;0.268941;0.952574;0.268941;0.268941;0.047426;0.880797;0.268941;0.017986;0.268941;0.119203;0.685249;0.594837;0.000000;0.525727;0.642906;0.762602;0.628550;0.319733;0.595319;0.196392;0.247871;0.719302;0.181979;0.111848;0.210486;0.652263;0.563899;0.507249;0.586133;0.212989;0.709194;0.000290;0.290518;0.898945;0.000315;0.100740;0.864305;0.000040;0.135660;0.500000;0.119203;0.952574;0.119203;0.119203;0.119203;0.731059;0.982014;0.500000;0.119203;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.500000;0.047426;0.731059;0.500000;0.485504;0.382252;0.613963;0.536933;0.401072;0.713409;0.686972;0.684817;0.537927;0.317778;0.200528;0.420188;0.167006;0.557001;0.443739;0.485254;0.378246;0.000000;0.683953;0.434872;0.175371;0.000196;0.824434;0.312080;0.000010;0.687915;0.213500;0.000045;0.786450;0.119203;0.047426;0.982014;0.500000;0.047426;0.047426;0.047426;0.993307;0.268941;0.017986;0.006693;0.047426;0.006693;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.006693;0.360545;0.263472;0.712386;0.745926;0.515495;0.347057;0.384143;0.804711;0.258649;0.164654;0.206853;0.044150;0.164516;0.516244;0.795597;0.708064;0.416052;0.000000;0.498000;0.194192;0.116147;0.000262;0.883591;0.197200;0.000000;0.802800;0.150655;0.000200;0.849145;0.119203;0.017986;0.731059;0.047426;0.268941;0.047426;0.017986;0.500000;0.047426;0.731059;0.952574;0.047426;0.982014;0.731059;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.439794;0.373554;0.862119;0.000000;0.479262;0.198611;0.040816;0.725916;0.000000;0.552061;0.498750;0.307039;0.517992;0.814421;0.192010;0.493750;0.341864;0.858027;0.720511;0.234693;0.339450;0.000799;0.659749;0.217635;0.000020;0.782345;0.397905;0.001880;0.600210;0.047426;0.017986;0.500000;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.500000;0.268941;0.017986;0.952574;0.952574;0.982014;0.017986;0.047426;0.119203;0.999089;0.500000;0.392695;0.069010;0.388648;0.000000;0.000000;0.237036;0.043190;0.305976;0.655657;0.848129;0.399152;0.000000;0.682655;0.661951;0.894164;0.245270;0.357783;0.528220;0.321694;0.729680;0.565697;0.001221;0.433082;0.268600;0.000425;0.730975;0.923235;0.002875;0.073890;0.880797;0.731059;0.268941;0.119203;0.047426;0.731059;0.119203;0.731059;0.268941;0.268941;0.119203;0.268941;0.119203;0.017986;0.952574;0.500000;0.500000;0.017986;0.047426;0.500000;0.844224;0.505000;0.203591;0.022096;0.000000;0.763145;0.296713;0.401312;0.247871;0.620106;0.419701;0.166034;0.157493;0.000000;0.720713;0.789846;0.143441;0.294423;0.179462;0.527971;0.916851;0.001316;0.081831;0.775220;0.000210;0.224565;0.976105;0.003350;0.020540;0.731059;0.047426;0.119203;0.047426;0.119203;0.047426;0.047426;0.952574;0.017986;0.500000;0.119203;0.047426;0.500000;0.047426;0.880797;0.500000;0.880797;0.017986;0.119203;0.880797;0.746683;0.604201;0.342990;0.045695;0.505250;0.519240;0.000000;0.725717;0.246197;0.419458;0.322567;0.000000;0.573954;0.463813;0.682655;0.648397;0.505250;0.372852;0.288640;0.644282;0.926500;0.001281;0.072215;0.794545;0.000385;0.205065;0.985685;0.003095;0.011215;0.500000;0.017986;0.017986;0.017986;0.500000;0.119203;0.119203;0.268941;0.017986;0.982014;0.880797;0.017986;0.952574;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.952574;0.256165;0.171079;0.374256;0.173360;0.165205;0.138477;0.470285;0.000000;0.203591;0.896321;0.676777;0.088024;0.878040;0.684386;0.000000;0.348418;0.369817;0.000000;0.725916;0.641297;0.972772;0.001229;0.025999;0.930195;0.000545;0.069260;0.988735;0.002835;0.008430;0.017986;0.268941;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.268941;0.002473;0.006693;0.999665;0.006693;0.000911;0.006693;0.017986;0.017986;0.000911;0.006693;0.017986;0.088911;0.453386;0.247126;0.035128;0.000000;0.000000;0.051710;0.000000;0.566602;0.000000;0.033150;0.975708;0.216531;0.000000;0.190927;0.167145;0.039506;0.000000;0.358933;0.039317;0.979600;0.001349;0.019051;0.948235;0.000960;0.050805;0.991180;0.002780;0.006040;0.880797;0.119203;0.119203;0.119203;0.119203;0.268941;0.952574;0.119203;0.500000;0.047426;0.268941;0.500000;0.119203;0.268941;0.047426;0.268941;0.880797;0.880797;0.952574;0.119203;0.864830;0.331812;0.109486;0.163967;0.433153;0.540412;0.746115;0.027706;0.535440;0.054269;0.339169;0.104331;0.195289;0.128756;0.054475;0.134354;0.646114;0.000000;0.897431;0.247312;0.995382;0.002034;0.002583;0.989475;0.004800;0.005725;0.997285;0.000995;0.001715
0.500000;0.500000;0.500000;0.500000;0.731059;0.500000;0.731059;0.268941;0.119203;0.268941;0.268941;0.952574;0.268941;0.268941;0.047426;0.880797;0.268941;0.017986;0.268941;0.119203;0.685249;0.594837;0.000000;0.525727;0.642906;0.762602;0.628550;0.319733;0.595319;0.196392;0.247871;0.719302;0.181979;0.111848;0.210486;0.652263;0.563899;0.507249;0.586133;0.212989;0.709194;0.000290;0.290518;0.898945;0.000315;0.100740;0.864305;0.000040;0.135660;0.500000;0.119203;0.952574;0.119203;0.119203;0.119203;0.731059;0.982014;0.500000;0.119203;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.500000;0.047426;0.731059;0.500000;0.485504;0.382252;0.613963;0.536933;0.401072;0.713409;0.686972;0.684817;0.537927;0.317778;0.200528;0.420188;0.167006;0.557001;0.443739;0.485254;0.378246;0.000000;0.683953;0.434872;0.175371;0.000196;0.824434;0.312080;0.000010;0.687915;0.213500;0.000045;0.786450;0.119203;0.047426;0.982014;0.500000;0.047426;0.047426;0.047426;0.993307;0.268941;0.017986;0.006693;0.047426;0.006693;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.006693;0.360545;0.263472;0.712386;0.745926;0.515495;0.347057;0.384143;0.804711;0.258649;0.164654;0.206853;0.044150;0.164516;0.516244;0.795597;0.708064;0.416052;0.000000;0.498000;0.194192;0.116147;0.000262;0.883591;0.197200;0.000000;0.802800;0.150655;0.000200;0.849145;0.119203;0.017986;0.731059;0.047426;0.268941;0.047426;0.017986;0.500000;0.047426;0.731059;0.952574;0.047426;0.982014;0.731059;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.439794;0.373554;0.862119;0.000000;0.479262;0.198611;0.040816;0.725916;0.000000;0.552061;0.498750;0.307039;0.517992;0.814421;0.192010;0.493750;0.341864;0.858027;0.720511;0.234693;0.339450;0.000799;0.659749;0.217635;0.000020;0.782345;0.397905;0.001880;0.600210;0.047426;0.017986;0.500000;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.500000;0.268941;0.017986;0.952574;0.952574;0.982014;0.017986;0.047426;0.119203;0.999089;0.500000;0.392695;0.069010;0.388648;0.000000;0.000000;0.237036;0.043190;0.305976;0.655657;0.848129;0.399152;0.000000;0.682655;0.661951;0.894164;0.245270;0.357783;0.528220;0.321694;0.729680;0.565697;0.001221;0.433082;0.268600;0.000425;0.730975;0.923235;0.002875;0.073890;0.880797;0.731059;0.268941;0.119203;0.047426;0.731059;0.119203;0.731059;0.268941;0.268941;0.119203;0.268941;0.119203;0.017986;0.952574;0.500000;0.500000;0.017986;0.047426;0.500000;0.844224;0.505000;0.203591;0.022096;0.000000;0.763145;0.296713;0.401312;0.247871;0.620106;0.419701;0.166034;0.157493;0.000000;0.720713;0.789846;0.143441;0.294423;0.179462;0.527971;0.916851;0.001316;0.081831;0.775220;0.000210;0.224565;0.976105;0.003350;0.020540;0.731059;0.047426;0.119203;0.047426;0.119203;0.047426;0.047426;0.952574;0.017986;0.500000;0.119203;0.047426;0.500000;0.047426;0.880797;0.500000;0.880797;0.017986;0.119203;0.880797;0.746683;0.604201;0.342990;0.045695;0.505250;0.519240;0.000000;0.725717;0.246197;0.419458;0.322567;0.000000;0.573954;0.463813;0.682655;0.648397;0.505250;0.372852;0.288640;0.644282;0.926500;0.001281;0.072215;0.794545;0.000385;0.205065;0.985685;0.003095;0.011215;0.500000;0.017986;0.017986;0.017986;0.500000;0.119203;0.119203;0.268941;0.017986;0.982014;0.880797;0.017986;0.952574;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.952574;0.256165;0.171079;0.374256;0.173360;0.165205;0.138477;0.470285;0.000000;0.203591;0.896321;0.676777;0.088024;0.878040;0.684386;0.000000;0.348418;0.369817;0.000000;0.725916;0.641297;0.972772;0.001229;0.025999;0.930195;0.000545;0.069260;0.988735;0.002835;0.008430;0.017986;0.268941;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.268941;0.002473;0.006693;0.999665;0.006693;0.000911;0.006693;0.017986;0.017986;0.000911;0.006693;0.017986;0.088911;0.453386;0.247126;0.035128;0.000000;0.000000;0.051710;0.000000;0.566602;0.000000;0.033150;0.975708;0.216531;0.000000;0.190927;0.167145;0.039506;0.000000;0.358933;0.039317;0.979600;0.001349;0.019051;0.948235;0.000960;0.050805;0.991180;0.002780;0.006040;0.880797;0.119203;0.119203;0.119203;0.119203;0.268941;0.952574;0.119203;0.500000;0.047426;0.268941;0.500000;0.119203;0.268941;0.047426;0.268941;0.880797;0.880797;0.952574;0.119203;0.864830;0.331812;0.109486;0.163967;0.433153;0.540412;0.746115;0.027706;0.535440;0.054269;0.339169;0.104331;0.195289;0.128756;0.054475;0.134354;0.646114;0.000000;0.897431;0.247312;0.995382;0.002034;0.002583;0.989475;0.004800;0.005725;0.997285;0.000995;0.001715;0.952574;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.982014;0.731059;0.017986;0.731059;0.047426;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.904651;0.000000;0.000000;0.000000;0.227585;0.312813;0.051809;0.557001;0.000000;0.589282;0.683737;0.000000;0.760058;0.292350;0.000000;0.433153;0.148679;0.868756;0.347511;0.523732;0.995727;0.002469;0.001804;0.991820;0.006045;0.002135;0.995975;0.001055;0.002970
0.500000;0.119203;0.952574;0.119203;0.119203;0.119203;0.731059;0.982014;0.500000;0.119203;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.500000;0.047426;0.731059;0.500000;0.485504;0.382252;0.613963;0.536933;0.401072;0.713409;0.686972;0.684817;0.537927;0.317778;0.200528;0.420188;0.167006;0.557001;0.443739;0.485254;0.378246;0.000000;0.683953;0.434872;0.175371;0.000196;0.824434;0.312080;0.000010;0.687915;0.213500;0.000045;0.786450;0.119203;0.047426;0.982014;0.500000;0.047426;0.047426;0.047426;0.993307;0.268941;0.017986;0.006693;0.047426;0.006693;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.006693;0.360545;0.263472;0.712386;0.745926;0.515495;0.347057;0.384143;0.804711;0.258649;0.164654;0.206853;0.044150;0.164516;0.516244;0.795597;0.708064;0.416052;0.000000;0.498000;0.194192;0.116147;0.000262;0.883591;0.197200;0.000000;0.802800;0.150655;0.000200;0.849145;0.119203;0.017986;0.731059;0.047426;0.268941;0.047426;0.017986;0.500000;0.047426;0.731059;0.952574;0.047426;0.982014;0.731059;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.439794;0.373554;0.862119;0.000000;0.479262;0.198611;0.040816;0.725916;0.000000;0.552061;0.498750;0.307039;0.517992;0.814421;0.192010;0.493750;0.341864;0.858027;0.720511;0.234693;0.339450;0.000799;0.659749;0.217635;0.000020;0.782345;0.397905;0.001880;0.600210;0.047426;0.017986;0.500000;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.500000;0.268941;0.017986;0.952574;0.952574;0.982014;0.017986;0.047426;0.119203;0.999089;0.500000;0.392695;0.069010;0.388648;0.000000;0.000000;0.237036;0.043190;0.305976;0.655657;0.848129;0.399152;0.000000;0.682655;0.661951;0.894164;0.245270;0.357783;0.528220;0.321694;0.729680;0.565697;0.001221;0.433082;0.268600;0.000425;0.730975;0.923235;0.002875;0.073890;0.880797;0.731059;0.268941;0.119203;0.047426;0.731059;0.119203;0.731059;0.268941;0.268941;0.119203;0.268941;0.119203;0.017986;0.952574;0.500000;0.500000;0.017986;0.047426;0.500000;0.844224;0.505000;0.203591;0.022096;0.000000;0.763145;0.296713;0.401312;0.247871;0.620106;0.419701;0.166034;0.157493;0.000000;0.720713;0.789846;0.143441;0.294423;0.179462;0.527971;0.916851;0.001316;0.081831;0.775220;0.000210;0.224565;0.976105;0.003350;0.020540;0.731059;0.047426;0.119203;0.047426;0.119203;0.047426;0.047426;0.952574;0.017986;0.500000;0.119203;0.047426;0.500000;0.047426;0.880797;0.500000;0.880797;0.017986;0.119203;0.880797;0.746683;0.604201;0.342990;0.045695;0.505250;0.519240;0.000000;0.725717;0.246197;0.419458;0.322567;0.000000;0.573954;0.463813;0.682655;0.648397;0.505250;0.372852;0.288640;0.644282;0.926500;0.001281;0.072215;0.794545;0.000385;0.205065;0.985685;0.003095;0.011215;0.500000;0.017986;0.017986;0.017986;0.500000;0.119203;0.119203;0.268941;0.017986;0.982014;0.880797;0.017986;0.952574;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.952574;0.256165;0.171079;0.374256;0.173360;0.165205;0.138477;0.470285;0.000000;0.203591;0.896321;0.676777;0.088024;0.878040;0.684386;0.000000;0.348418;0.369817;0.000000;0.725916;0.641297;0.972772;0.001229;0.025999;0.930195;0.000545;0.069260;0.988735;0.002835;0.008430;0.017986;0.268941;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.268941;0.002473;0.006693;0.999665;0.006693;0.000911;0.006693;0.017986;0.017986;0.000911;0.006693;0.017986;0.088911;0.453386;0.247126;0.035128;0.000000;0.000000;0.051710;0.000000;0.566602;0.000000;0.033150;0.975708;0.216531;0.000000;0.190927;0.167145;0.039506;0.000000;0.358933;0.039317;0.979600;0.001349;0.019051;0.948235;0.000960;0.050805;0.991180;0.002780;0.006040;0.880797;0.119203;0.119203;0.119203;0.119203;0.268941;0.952574;0.119203;0.500000;0.047426;0.268941;0.500000;0.119203;0.268941;0.047426;0.268941;0.880797;0.880797;0.952574;0.119203;0.864830;0.331812;0.109486;0.163967;0.433153;0.540412;0.746115;0.027706;0.535440;0.054269;0.339169;0.104331;0.195289;0.128756;0.054475;0.134354;0.646114;0.000000;0.897431;0.247312;0.995382;0.002034;0.002583;0.989475;0.004800;0.005725;0.997285;0.000995;0.001715;0.952574;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.982014;0.731059;0.017986;0.731059;0.047426;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.904651;0.000000;0.000000;0.000000;0.227585;0.312813;0.051809;0.557001;0.000000;0.589282;0.683737;0.000000;0.760058;0.292350;0.000000;0.433153;0.148679;0.868756;0.347511;0.523732;0.995727;0.002469;0.001804;0.991820;0.006045;0.002135;0.995975;0.001055;0.002970;0.268941;0.006693;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.993307;0.006693;0.993307;0.731059;0.006693;0.017986;0.119203;0.268941;0.047426;0.731059;0.481508;0.000000;0.000000;0.000000;0.376132;0.493250;0.253885;0.000000;0.101926;0.493500;0.899890;0.053758;0.935596;0.483756;0.038457;0.235052;0.226532;0.429228;0.564390;0.317778;0.994492;0.002484;0.003024;0.990595;0.006045;0.003360;0.993495;0.001100;0.005405
0.119203;0.047426;0.982014;0.500000;0.047426;0.047426;0.047426;0.993307;0.268941;0.017986;0.006693;0.047426;0.006693;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.006693;0.360545;0.263472;0.712386;0.745926;0.515495;0.347057;0.384143;0.804711;0.258649;0.164654;0.206853;0.044150;0.164516;0.516244;0.795597;0.708064;0.416052;0.000000;0.498000;0.194192;0.116147;0.000262;0.883591;0.197200;0.000000;0.802800;0.150655;0.000200;0.849145;0.119203;0.017986;0.731059;0.047426;0.268941;0.047426;0.017986;0.500000;0.047426;0.731059;0.952574;0.047426;0.982014;0.731059;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.439794;0.373554;0.862119;0.000000;0.479262;0.198611;0.040816;0.725916;0.000000;0.552061;0.498750;0.307039;0.517992;0.814421;0.192010;0.493750;0.341864;0.858027;0.720511;0.234693;0.339450;0.000799;0.659749;0.217635;0.000020;0.782345;0.397905;0.001880;0.600210;0.047426;0.017986;0.500000;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.500000;0.268941;0.017986;0.952574;0.952574;0.982014;0.017986;0.047426;0.119203;0.999089;0.500000;0.392695;0.069010;0.388648;0.000000;0.000000;0.237036;0.043190;0.305976;0.655657;0.848129;0.399152;0.000000;0.682655;0.661951;0.894164;0.245270;0.357783;0.528220;0.321694;0.729680;0.565697;0.001221;0.433082;0.268600;0.000425;0.730975;0.923235;0.002875;0.073890;0.880797;0.731059;0.268941;0.119203;0.047426;0.731059;0.119203;0.731059;0.268941;0.268941;0.119203;0.268941;0.119203;0.017986;0.952574;0.500000;0.500000;0.017986;0.047426;0.500000;0.844224;0.505000;0.203591;0.022096;0.000000;0.763145;0.296713;0.401312;0.247871;0.620106;0.419701;0.166034;0.157493;0.000000;0.720713;0.789846;0.143441;0.294423;0.179462;0.527971;0.916851;0.001316;0.081831;0.775220;0.000210;0.224565;0.976105;0.003350;0.020540;0.731059;0.047426;0.119203;0.047426;0.119203;0.047426;0.047426;0.952574;0.017986;0.500000;0.119203;0.047426;0.500000;0.047426;0.880797;0.500000;0.880797;0.017986;0.119203;0.880797;0.746683;0.604201;0.342990;0.045695;0.505250;0.519240;0.000000;0.725717;0.246197;0.419458;0.322567;0.000000;0.573954;0.463813;0.682655;0.648397;0.505250;0.372852;0.288640;0.644282;0.926500;0.001281;0.072215;0.794545;0.000385;0.205065;0.985685;0.003095;0.011215;0.500000;0.017986;0.017986;0.017986;0.500000;0.119203;0.119203;0.268941;0.017986;0.982014;0.880797;0.017986;0.952574;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.952574;0.256165;0.171079;0.374256;0.173360;0.165205;0.138477;0.470285;0.000000;0.203591;0.896321;0.676777;0.088024;0.878040;0.684386;0.000000;0.348418;0.369817;0.000000;0.725916;0.641297;0.972772;0.001229;0.025999;0.930195;0.000545;0.069260;0.988735;0.002835;0.008430;0.017986;0.268941;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.268941;0.002473;0.006693;0.999665;0.006693;0.000911;0.006693;0.017986;0.017986;0.000911;0.006693;0.017986;0.088911;0.453386;0.247126;0.035128;0.000000;0.000000;0.051710;0.000000;0.566602;0.000000;0.033150;0.975708;0.216531;0.000000;0.190927;0.167145;0.039506;0.000000;0.358933;0.039317;0.979600;0.001349;0.019051;0.948235;0.000960;0.050805;0.991180;0.002780;0.006040;0.880797;0.119203;0.119203;0.119203;0.119203;0.268941;0.952574;0.119203;0.500000;0.047426;0.268941;0.500000;0.119203;0.268941;0.047426;0.268941;0.880797;0.880797;0.952574;0.119203;0.864830;0.331812;0.109486;0.163967;0.433153;0.540412;0.746115;0.027706;0.535440;0.054269;0.339169;0.104331;0.195289;0.128756;0.054475;0.134354;0.646114;0.000000;0.897431;0.247312;0.995382;0.002034;0.002583;0.989475;0.004800;0.005725;0.997285;0.000995;0.001715;0.952574;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.982014;0.731059;0.017986;0.731059;0.047426;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.904651;0.000000;0.000000;0.000000;0.227585;0.312813;0.051809;0.557001;0.000000;0.589282;0.683737;0.000000;0.760058;0.292350;0.000000;0.433153;0.148679;0.868756;0.347511;0.523732;0.995727;0.002469;0.001804;0.991820;0.006045;0.002135;0.995975;0.001055;0.002970;0.268941;0.006693;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.993307;0.006693;0.993307;0.731059;0.006693;0.017986;0.119203;0.268941;0.047426;0.731059;0.481508;0.000000;0.000000;0.000000;0.376132;0.493250;0.253885;0.000000;0.101926;0.493500;0.899890;0.053758;0.935596;0.483756;0.038457;0.235052;0.226532;0.429228;0.564390;0.317778;0.994492;0.002484;0.003024;0.990595;0.006045;0.003360;0.993495;0.001100;0.005405;0.500000;0.952574;0.880797;0.268941;0.119203;0.731059;0.731059;0.268941;0.880797;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.500000;0.500000;0.119203;0.268941;0.047426;0.657010;0.761151;0.654979;0.626212;0.000000;0.734973;0.666634;0.109681;0.514496;0.162329;0.023045;0.759145;0.219771;0.199089;0.000000;0.758047;0.285978;0.306613;0.456113;0.340964;0.983086;0.002275;0.014641;0.976175;0.005490;0.018340;0.973710;0.001020;0.025270
0.119203;0.017986;0.731059;0.047426;0.268941;0.047426;0.017986;0.500000;0.047426;0.731059;0.952574;0.047426;0.982014;0.731059;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.439794;0.373554;0.862119;0.000000;0.479262;0.198611;0.040816;0.725916;0.000000;0.552061;0.498750;0.307039;0.517992;0.814421;0.192010;0.493750;0.341864;0.858027;0.720511;0.234693;0.339450;0.000799;0.659749;0.217635;0.000020;0.782345;0.397905;0.001880;0.600210;0.047426;0.017986;0.500000;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.500000;0.268941;0.017986;0.952574;0.952574;0.982014;0.017986;0.047426;0.119203;0.999089;0.500000;0.392695;0.069010;0.388648;0.000000;0.000000;0.237036;0.043190;0.305976;0.655657;0.848129;0.399152;0.000000;0.682655;0.661951;0.894164;0.245270;0.357783;0.528220;0.321694;0.729680;0.565697;0.001221;0.433082;0.268600;0.000425;0.730975;0.923235;0.002875;0.073890;0.880797;0.731059;0.268941;0.119203;0.047426;0.731059;0.119203;0.731059;0.268941;0.268941;0.119203;0.268941;0.119203;0.017986;0.952574;0.500000;0.500000;0.017986;0.047426;0.500000;0.844224;0.505000;0.203591;0.022096;0.000000;0.763145;0.296713;0.401312;0.247871;0.620106;0.419701;0.166034;0.157493;0.000000;0.720713;0.789846;0.143441;0.294423;0.179462;0.527971;0.916851;0.001316;0.081831;0.775220;0.000210;0.224565;0.976105;0.003350;0.020540;0.731059;0.047426;0.119203;0.047426;0.119203;0.047426;0.047426;0.952574;0.017986;0.500000;0.119203;0.047426;0.500000;0.047426;0.880797;0.500000;0.880797;0.017986;0.119203;0.880797;0.746683;0.604201;0.342990;0.045695;0.505250;0.519240;0.000000;0.725717;0.246197;0.419458;0.322567;0.000000;0.573954;0.463813;0.682655;0.648397;0.505250;0.372852;0.288640;0.644282;0.926500;0.001281;0.072215;0.794545;0.000385;0.205065;0.985685;0.003095;0.011215;0.500000;0.017986;0.017986;0.017986;0.500000;0.119203;0.119203;0.268941;0.017986;0.982014;0.880797;0.017986;0.952574;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.952574;0.256165;0.171079;0.374256;0.173360;0.165205;0.138477;0.470285;0.000000;0.203591;0.896321;0.676777;0.088024;0.878040;0.684386;0.000000;0.348418;0.369817;0.000000;0.725916;0.641297;0.972772;0.001229;0.025999;0.930195;0.000545;0.069260;0.988735;0.002835;0.008430;0.017986;0.268941;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.268941;0.002473;0.006693;0.999665;0.006693;0.000911;0.006693;0.017986;0.017986;0.000911;0.006693;0.017986;0.088911;0.453386;0.247126;0.035128;0.000000;0.000000;0.051710;0.000000;0.566602;0.000000;0.033150;0.975708;0.216531;0.000000;0.190927;0.167145;0.039506;0.000000;0.358933;0.039317;0.979600;0.001349;0.019051;0.948235;0.000960;0.050805;0.991180;0.002780;0.006040;0.880797;0.119203;0.119203;0.119203;0.119203;0.268941;0.952574;0.119203;0.500000;0.047426;0.268941;0.500000;0.119203;0.268941;0.047426;0.268941;0.880797;0.880797;0.952574;0.119203;0.864830;0.331812;0.109486;0.163967;0.433153;0.540412;0.746115;0.027706;0.535440;0.054269;0.339169;0.104331;0.195289;0.128756;0.054475;0.134354;0.646114;0.000000;0.897431;0.247312;0.995382;0.002034;0.002583;0.989475;0.004800;0.005725;0.997285;0.000995;0.001715;0.952574;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.982014;0.731059;0.017986;0.731059;0.047426;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.904651;0.000000;0.000000;0.000000;0.227585;0.312813;0.051809;0.557001;0.000000;0.589282;0.683737;0.000000;0.760058;0.292350;0.000000;0.433153;0.148679;0.868756;0.347511;0.523732;0.995727;0.002469;0.001804;0.991820;0.006045;0.002135;0.995975;0.001055;0.002970;0.268941;0.006693;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.993307;0.006693;0.993307;0.731059;0.006693;0.017986;0.119203;0.268941;0.047426;0.731059;0.481508;0.000000;0.000000;0.000000;0.376132;0.493250;0.253885;0.000000;0.101926;0.493500;0.899890;0.053758;0.935596;0.483756;0.038457;0.235052;0.226532;0.429228;0.564390;0.317778;0.994492;0.002484;0.003024;0.990595;0.006045;0.003360;0.993495;0.001100;0.005405;0.500000;0.952574;0.880797;0.268941;0.119203;0.731059;0.731059;0.268941;0.880797;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.500000;0.500000;0.119203;0.268941;0.047426;0.657010;0.761151;0.654979;0.626212;0.000000;0.734973;0.666634;0.109681;0.514496;0.162329;0.023045;0.759145;0.219771;0.199089;0.000000;0.758047;0.285978;0.306613;0.456113;0.340964;0.983086;0.002275;0.014641;0.976175;0.005490;0.018340;0.973710;0.001020;0.025270;0.268941;0.500000;0.047426;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.880797;0.952574;0.268941;0.731059;0.500000;0.047426;0.268941;0.268941;0.880797;0.731059;0.500000;0.562177;0.812296;0.000000;0.134005;0.214839;0.505750;0.365864;0.161650;0.093808;0.749510;0.825779;0.601328;0.666412;0.408541;0.000000;0.000000;0.026519;0.668409;0.575909;0.139674;0.964160;0.001642;0.034198;0.956205;0.003900;0.039890;0.936935;0.000695;0.062375
0.047426;0.017986;0.500000;0.006693;0.500000;0.017986;0.017986;0.017986;0.119203;0.500000;0.268941;0.017986;0.952574;0.952574;0.982014;0.017986;0.047426;0.119203;0.999089;0.500000;0.392695;0.069010;0.388648;0.000000;0.000000;0.237036;0.043190;0.305976;0.655657;0.848129;0.399152;0.000000;0.682655;0.661951;0.894164;0.245270;0.357783;0.528220;0.321694;0.729680;0.565697;0.001221;0.433082;0.268600;0.000425;0.730975;0.923235;0.002875;0.073890;0.880797;0.731059;0.268941;0.119203;0.047426;0.731059;0.119203;0.731059;0.268941;0.268941;0.119203;0.268941;0.119203;0.017986;0.952574;0.500000;0.500000;0.017986;0.047426;0.500000;0.844224;0.505000;0.203591;0.022096;0.000000;0.763145;0.296713;0.401312;0.247871;0.620106;0.419701;0.166034;0.157493;0.000000;0.720713;0.789846;0.143441;0.294423;0.179462;0.527971;0.916851;0.001316;0.081831;0.775220;0.000210;0.224565;0.976105;0.003350;0.020540;0.731059;0.047426;0.119203;0.047426;0.119203;0.047426;0.047426;0.952574;0.017986;0.500000;0.119203;0.047426;0.500000;0.047426;0.880797;0.500000;0.880797;0.017986;0.119203;0.880797;0.746683;0.604201;0.342990;0.045695;0.505250;0.519240;0.000000;0.725717;0.246197;0.419458;0.322567;0.000000;0.573954;0.463813;0.682655;0.648397;0.505250;0.372852;0.288640;0.644282;0.926500;0.001281;0.072215;0.794545;0.000385;0.205065;0.985685;0.003095;0.011215;0.500000;0.017986;0.017986;0.017986;0.500000;0.119203;0.119203;0.268941;0.017986;0.982014;0.880797;0.017986;0.952574;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.952574;0.256165;0.171079;0.374256;0.173360;0.165205;0.138477;0.470285;0.000000;0.203591;0.896321;0.676777;0.088024;0.878040;0.684386;0.000000;0.348418;0.369817;0.000000;0.725916;0.641297;0.972772;0.001229;0.025999;0.930195;0.000545;0.069260;0.988735;0.002835;0.008430;0.017986;0.268941;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.268941;0.002473;0.006693;0.999665;0.006693;0.000911;0.006693;0.017986;0.017986;0.000911;0.006693;0.017986;0.088911;0.453386;0.247126;0.035128;0.000000;0.000000;0.051710;0.000000;0.566602;0.000000;0.033150;0.975708;0.216531;0.000000;0.190927;0.167145;0.039506;0.000000;0.358933;0.039317;0.979600;0.001349;0.019051;0.948235;0.000960;0.050805;0.991180;0.002780;0.006040;0.880797;0.119203;0.119203;0.119203;0.119203;0.268941;0.952574;0.119203;0.500000;0.047426;0.268941;0.500000;0.119203;0.268941;0.047426;0.268941;0.880797;0.880797;0.952574;0.119203;0.864830;0.331812;0.109486;0.163967;0.433153;0.540412;0.746115;0.027706;0.535440;0.054269;0.339169;0.104331;0.195289;0.128756;0.054475;0.134354;0.646114;0.000000;0.897431;0.247312;0.995382;0.002034;0.002583;0.989475;0.004800;0.005725;0.997285;0.000995;0.001715;0.952574;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.982014;0.731059;0.017986;0.731059;0.047426;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.904651;0.000000;0.000000;0.000000;0.227585;0.312813;0.051809;0.557001;0.000000;0.589282;0.683737;0.000000;0.760058;0.292350;0.000000;0.433153;0.148679;0.868756;0.347511;0.523732;0.995727;0.002469;0.001804;0.991820;0.006045;0.002135;0.995975;0.001055;0.002970;0.268941;0.006693;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.993307;0.006693;0.993307;0.731059;0.006693;0.017986;0.119203;0.268941;0.047426;0.731059;0.481508;0.000000;0.000000;0.000000;0.376132;0.493250;0.253885;0.000000;0.101926;0.493500;0.899890;0.053758;0.935596;0.483756;0.038457;0.235052;0.226532;0.429228;0.564390;0.317778;0.994492;0.002484;0.003024;0.990595;0.006045;0.003360;0.993495;0.001100;0.005405;0.500000;0.952574;0.880797;0.268941;0.119203;0.731059;0.731059;0.268941;0.880797;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.500000;0.500000;0.119203;0.268941;0.047426;0.657010;0.761151;0.654979;0.626212;0.000000;0.734973;0.666634;0.109681;0.514496;0.162329;0.023045;0.759145;0.219771;0.199089;0.000000;0.758047;0.285978;0.306613;0.456113;0.340964;0.983086;0.002275;0.014641;0.976175;0.005490;0.018340;0.973710;0.001020;0.025270;0.268941;0.500000;0.047426;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.880797;0.952574;0.268941;0.731059;0.500000;0.047426;0.268941;0.268941;0.880797;0.731059;0.500000;0.562177;0.812296;0.000000;0.134005;0.214839;0.505750;0.365864;0.161650;0.093808;0.749510;0.825779;0.601328;0.666412;0.408541;0.000000;0.000000;0.026519;0.668409;0.575909;0.139674;0.964160;0.001642;0.034198;0.956205;0.003900;0.039890;0.936935;0.000695;0.062375;0.119203;0.880797;0.731059;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.731059;0.880797;0.500000;0.993307;0.119203;0.017986;0.119203;0.119203;0.119203;0.268941;0.268941;0.382016;0.909125;0.412655;0.133310;0.000000;0.761877;0.284754;0.248991;0.074055;0.558481;0.693387;0.292143;0.869211;0.324537;0.000000;0.398193;0.090463;0.000000;0.324756;0.408541;0.672732;0.001594;0.325677;0.840635;0.002050;0.157315;0.491165;0.002390;0.506450
0.880797;0.731059;0.268941;0.119203;0.047426;0.731059;0.119203;0.731059;0.268941;0.268941;0.119203;0.268941;0.119203;0.017986;0.952574;0.500000;0.500000;0.017986;0.047426;0.500000;0.844224;0.505000;0.203591;0.022096;0.000000;0.763145;0.296713;0.401312;0.247871;0.620106;0.419701;0.166034;0.157493;0.000000;0.720713;0.789846;0.143441;0.294423;0.179462;0.527971;0.916851;0.001316;0.081831;0.775220;0.000210;0.224565;0.976105;0.003350;0.020540;0.731059;0.047426;0.119203;0.047426;0.119203;0.047426;0.047426;0.952574;0.017986;0.500000;0.119203;0.047426;0.500000;0.047426;0.880797;0.500000;0.880797;0.017986;0.119203;0.880797;0.746683;0.604201;0.342990;0.045695;0.505250;0.519240;0.000000;0.725717;0.246197;0.419458;0.322567;0.000000;0.573954;0.463813;0.682655;0.648397;0.505250;0.372852;0.288640;0.644282;0.926500;0.001281;0.072215;0.794545;0.000385;0.205065;0.985685;0.003095;0.011215;0.500000;0.017986;0.017986;0.017986;0.500000;0.119203;0.119203;0.268941;0.017986;0.982014;0.880797;0.017986;0.952574;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.952574;0.256165;0.171079;0.374256;0.173360;0.165205;0.138477;0.470285;0.000000;0.203591;0.896321;0.676777;0.088024;0.878040;0.684386;0.000000;0.348418;0.369817;0.000000;0.725916;0.641297;0.972772;0.001229;0.025999;0.930195;0.000545;0.069260;0.988735;0.002835;0.008430;0.017986;0.268941;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.268941;0.002473;0.006693;0.999665;0.006693;0.000911;0.006693;0.017986;0.017986;0.000911;0.006693;0.017986;0.088911;0.453386;0.247126;0.035128;0.000000;0.000000;0.051710;0.000000;0.566602;0.000000;0.033150;0.975708;0.216531;0.000000;0.190927;0.167145;0.039506;0.000000;0.358933;0.039317;0.979600;0.001349;0.019051;0.948235;0.000960;0.050805;0.991180;0.002780;0.006040;0.880797;0.119203;0.119203;0.119203;0.119203;0.268941;0.952574;0.119203;0.500000;0.047426;0.268941;0.500000;0.119203;0.268941;0.047426;0.268941;0.880797;0.880797;0.952574;0.119203;0.864830;0.331812;0.109486;0.163967;0.433153;0.540412;0.746115;0.027706;0.535440;0.054269;0.339169;0.104331;0.195289;0.128756;0.054475;0.134354;0.646114;0.000000;0.897431;0.247312;0.995382;0.002034;0.002583;0.989475;0.004800;0.005725;0.997285;0.000995;0.001715;0.952574;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.982014;0.731059;0.017986;0.731059;0.047426;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.904651;0.000000;0.000000;0.000000;0.227585;0.312813;0.051809;0.557001;0.000000;0.589282;0.683737;0.000000;0.760058;0.292350;0.000000;0.433153;0.148679;0.868756;0.347511;0.523732;0.995727;0.002469;0.001804;0.991820;0.006045;0.002135;0.995975;0.001055;0.002970;0.268941;0.006693;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.993307;0.006693;0.993307;0.731059;0.006693;0.017986;0.119203;0.268941;0.047426;0.731059;0.481508;0.000000;0.000000;0.000000;0.376132;0.493250;0.253885;0.000000;0.101926;0.493500;0.899890;0.053758;0.935596;0.483756;0.038457;0.235052;0.226532;0.429228;0.564390;0.317778;0.994492;0.002484;0.003024;0.990595;0.006045;0.003360;0.993495;0.001100;0.005405;0.500000;0.952574;0.880797;0.268941;0.119203;0.731059;0.731059;0.268941;0.880797;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.500000;0.500000;0.119203;0.268941;0.047426;0.657010;0.761151;0.654979;0.626212;0.000000;0.734973;0.666634;0.109681;0.514496;0.162329;0.023045;0.759145;0.219771;0.199089;0.000000;0.758047;0.285978;0.306613;0.456113;0.340964;0.983086;0.002275;0.014641;0.976175;0.005490;0.018340;0.973710;0.001020;0.025270;0.268941;0.500000;0.047426;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.880797;0.952574;0.268941;0.731059;0.500000;0.047426;0.268941;0.268941;0.880797;0.731059;0.500000;0.562177;0.812296;0.000000;0.134005;0.214839;0.505750;0.365864;0.161650;0.093808;0.749510;0.825779;0.601328;0.666412;0.408541;0.000000;0.000000;0.026519;0.668409;0.575909;0.139674;0.964160;0.001642;0.034198;0.956205;0.003900;0.039890;0.936935;0.000695;0.062375;0.119203;0.880797;0.731059;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.731059;0.880797;0.500000;0.993307;0.119203;0.017986;0.119203;0.119203;0.119203;0.268941;0.268941;0.382016;0.909125;0.412655;0.133310;0.000000;0.761877;0.284754;0.248991;0.074055;0.558481;0.693387;0.292143;0.869211;0.324537;0.000000;0.398193;0.090463;0.000000;0.324756;0.408541;0.672732;0.001594;0.325677;0.840635;0.002050;0.157315;0.491165;0.002390;0.506450;0.119203;0.047426;0.268941;0.731059;0.006693;0.047426;0.880797;0.997527;0.268941;0.002473;0.002473;0.047426;0.006693;0.017986;0.006693;0.047426;0.017986;0.006693;0.119203;0.002473;0.275080;0.362854;0.000000;0.324098;0.000000;0.000000;0.000000;0.783978;0.000000;0.447445;0.000000;0.322567;0.000000;0.000000;0.000000;0.905338;0.733020;0.924422;0.882467;0.249365;0.538630;0.007830;0.453543;0.250600;0.000545;0.748860;0.368770;0.021205;0.610030
0.731059;0.047426;0.119203;0.047426;0.119203;0.047426;0.047426;0.952574;0.017986;0.500000;0.119203;0.047426;0.500000;0.047426;0.880797;0.500000;0.880797;0.017986;0.119203;0.880797;0.746683;0.604201;0.342990;0.045695;0.505250;0.519240;0.000000;0.725717;0.246197;0.419458;0.322567;0.000000;0.573954;0.463813;0.682655;0.648397;0.505250;0.372852;0.288640;0.644282;0.926500;0.001281;0.072215;0.794545;0.000385;0.205065;0.985685;0.003095;0.011215;0.500000;0.017986;0.017986;0.017986;0.500000;0.119203;0.119203;0.268941;0.017986;0.982014;0.880797;0.017986;0.952574;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.952574;0.256165;0.171079;0.374256;0.173360;0.165205;0.138477;0.470285;0.000000;0.203591;0.896321;0.676777;0.088024;0.878040;0.684386;0.000000;0.348418;0.369817;0.000000;0.725916;0.641297;0.972772;0.001229;0.025999;0.930195;0.000545;0.069260;0.988735;0.002835;0.008430;0.017986;0.268941;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.268941;0.002473;0.006693;0.999665;0.006693;0.000911;0.006693;0.017986;0.017986;0.000911;0.006693;0.017986;0.088911;0.453386;0.247126;0.035128;0.000000;0.000000;0.051710;0.000000;0.566602;0.000000;0.033150;0.975708;0.216531;0.000000;0.190927;0.167145;0.039506;0.000000;0.358933;0.039317;0.979600;0.001349;0.019051;0.948235;0.000960;0.050805;0.991180;0.002780;0.006040;0.880797;0.119203;0.119203;0.119203;0.119203;0.268941;0.952574;0.119203;0.500000;0.047426;0.268941;0.500000;0.119203;0.268941;0.047426;0.268941;0.880797;0.880797;0.952574;0.119203;0.864830;0.331812;0.109486;0.163967;0.433153;0.540412;0.746115;0.027706;0.535440;0.054269;0.339169;0.104331;0.195289;0.128756;0.054475;0.134354;0.646114;0.000000;0.897431;0.247312;0.995382;0.002034;0.002583;0.989475;0.004800;0.005725;0.997285;0.000995;0.001715;0.952574;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.982014;0.731059;0.017986;0.731059;0.047426;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.904651;0.000000;0.000000;0.000000;0.227585;0.312813;0.051809;0.557001;0.000000;0.589282;0.683737;0.000000;0.760058;0.292350;0.000000;0.433153;0.148679;0.868756;0.347511;0.523732;0.995727;0.002469;0.001804;0.991820;0.006045;0.002135;0.995975;0.001055;0.002970;0.268941;0.006693;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.993307;0.006693;0.993307;0.731059;0.006693;0.017986;0.119203;0.268941;0.047426;0.731059;0.481508;0.000000;0.000000;0.000000;0.376132;0.493250;0.253885;0.000000;0.101926;0.493500;0.899890;0.053758;0.935596;0.483756;0.038457;0.235052;0.226532;0.429228;0.564390;0.317778;0.994492;0.002484;0.003024;0.990595;0.006045;0.003360;0.993495;0.001100;0.005405;0.500000;0.952574;0.880797;0.268941;0.119203;0.731059;0.731059;0.268941;0.880797;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.500000;0.500000;0.119203;0.268941;0.047426;0.657010;0.761151;0.654979;0.626212;0.000000;0.734973;0.666634;0.109681;0.514496;0.162329;0.023045;0.759145;0.219771;0.199089;0.000000;0.758047;0.285978;0.306613;0.456113;0.340964;0.983086;0.002275;0.014641;0.976175;0.005490;0.018340;0.973710;0.001020;0.025270;0.268941;0.500000;0.047426;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.880797;0.952574;0.268941;0.731059;0.500000;0.047426;0.268941;0.268941;0.880797;0.731059;0.500000;0.562177;0.812296;0.000000;0.134005;0.214839;0.505750;0.365864;0.161650;0.093808;0.749510;0.825779;0.601328;0.666412;0.408541;0.000000;0.000000;0.026519;0.668409;0.575909;0.139674;0.964160;0.001642;0.034198;0.956205;0.003900;0.039890;0.936935;0.000695;0.062375;0.119203;0.880797;0.731059;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.731059;0.880797;0.500000;0.993307;0.119203;0.017986;0.119203;0.119203;0.119203;0.268941;0.268941;0.382016;0.909125;0.412655;0.133310;0.000000;0.761877;0.284754;0.248991;0.074055;0.558481;0.693387;0.292143;0.869211;0.324537;0.000000;0.398193;0.090463;0.000000;0.324756;0.408541;0.672732;0.001594;0.325677;0.840635;0.002050;0.157315;0.491165;0.002390;0.506450;0.119203;0.047426;0.268941;0.731059;0.006693;0.047426;0.880797;0.997527;0.268941;0.002473;0.002473;0.047426;0.006693;0.017986;0.006693;0.047426;0.017986;0.006693;0.119203;0.002473;0.275080;0.362854;0.000000;0.324098;0.000000;0.000000;0.000000;0.783978;0.000000;0.447445;0.000000;0.322567;0.000000;0.000000;0.000000;0.905338;0.733020;0.924422;0.882467;0.249365;0.538630;0.007830;0.453543;0.250600;0.000545;0.748860;0.368770;0.021205;0.610030;0.268941;0.500000;0.500000;0.500000;0.500000;0.268941;0.268941;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.731059;0.268941;0.500000;0.268941;0.268941;0.731059;0.500000;0.000000;0.148047;0.628550;0.000000;0.000000;0.140759;0.000000;0.966268;0.000000;0.082187;0.079732;0.192632;0.000000;0.000000;0.076704;0.188467;0.041766;0.000000;0.208664;0.349781;0.115411;0.009226;0.875363;0.150980;0.000645;0.848375;0.087385;0.026690;0.885925
0.500000;0.017986;0.017986;0.017986;0.500000;0.119203;0.119203;0.268941;0.017986;0.982014;0.880797;0.017986;0.952574;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.952574;0.256165;0.171079;0.374256;0.173360;0.165205;0.138477;0.470285;0.000000;0.203591;0.896321;0.676777;0.088024;0.878040;0.684386;0.000000;0.348418;0.369817;0.000000;0.725916;0.641297;0.972772;0.001229;0.025999;0.930195;0.000545;0.069260;0.988735;0.002835;0.008430;0.017986;0.268941;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.268941;0.002473;0.006693;0.999665;0.006693;0.000911;0.006693;0.017986;0.017986;0.000911;0.006693;0.017986;0.088911;0.453386;0.247126;0.035128;0.000000;0.000000;0.051710;0.000000;0.566602;0.000000;0.033150;0.975708;0.216531;0.000000;0.190927;0.167145;0.039506;0.000000;0.358933;0.039317;0.979600;0.001349;0.019051;0.948235;0.000960;0.050805;0.991180;0.002780;0.006040;0.880797;0.119203;0.119203;0.119203;0.119203;0.268941;0.952574;0.119203;0.500000;0.047426;0.268941;0.500000;0.119203;0.268941;0.047426;0.268941;0.880797;0.880797;0.952574;0.119203;0.864830;0.331812;0.109486;0.163967;0.433153;0.540412;0.746115;0.027706;0.535440;0.054269;0.339169;0.104331;0.195289;0.128756;0.054475;0.134354;0.646114;0.000000;0.897431;0.247312;0.995382;0.002034;0.002583;0.989475;0.004800;0.005725;0.997285;0.000995;0.001715;0.952574;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.982014;0.731059;0.017986;0.731059;0.047426;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.904651;0.000000;0.000000;0.000000;0.227585;0.312813;0.051809;0.557001;0.000000;0.589282;0.683737;0.000000;0.760058;0.292350;0.000000;0.433153;0.148679;0.868756;0.347511;0.523732;0.995727;0.002469;0.001804;0.991820;0.006045;0.002135;0.995975;0.001055;0.002970;0.268941;0.006693;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.993307;0.006693;0.993307;0.731059;0.006693;0.017986;0.119203;0.268941;0.047426;0.731059;0.481508;0.000000;0.000000;0.000000;0.376132;0.493250;0.253885;0.000000;0.101926;0.493500;0.899890;0.053758;0.935596;0.483756;0.038457;0.235052;0.226532;0.429228;0.564390;0.317778;0.994492;0.002484;0.003024;0.990595;0.006045;0.003360;0.993495;0.001100;0.005405;0.500000;0.952574;0.880797;0.268941;0.119203;0.731059;0.731059;0.268941;0.880797;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.500000;0.500000;0.119203;0.268941;0.047426;0.657010;0.761151;0.654979;0.626212;0.000000;0.734973;0.666634;0.109681;0.514496;0.162329;0.023045;0.759145;0.219771;0.199089;0.000000;0.758047;0.285978;0.306613;0.456113;0.340964;0.983086;0.002275;0.014641;0.976175;0.005490;0.018340;0.973710;0.001020;0.025270;0.268941;0.500000;0.047426;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.880797;0.952574;0.268941;0.731059;0.500000;0.047426;0.268941;0.268941;0.880797;0.731059;0.500000;0.562177;0.812296;0.000000;0.134005;0.214839;0.505750;0.365864;0.161650;0.093808;0.749510;0.825779;0.601328;0.666412;0.408541;0.000000;0.000000;0.026519;0.668409;0.575909;0.139674;0.964160;0.001642;0.034198;0.956205;0.003900;0.039890;0.936935;0.000695;0.062375;0.119203;0.880797;0.731059;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.731059;0.880797;0.500000;0.993307;0.119203;0.017986;0.119203;0.119203;0.119203;0.268941;0.268941;0.382016;0.909125;0.412655;0.133310;0.000000;0.761877;0.284754;0.248991;0.074055;0.558481;0.693387;0.292143;0.869211;0.324537;0.000000;0.398193;0.090463;0.000000;0.324756;0.408541;0.672732;0.001594;0.325677;0.840635;0.002050;0.157315;0.491165;0.002390;0.506450;0.119203;0.047426;0.268941;0.731059;0.006693;0.047426;0.880797;0.997527;0.268941;0.002473;0.002473;0.047426;0.006693;0.017986;0.006693;0.047426;0.017986;0.006693;0.119203;0.002473;0.275080;0.362854;0.000000;0.324098;0.000000;0.000000;0.000000;0.783978;0.000000;0.447445;0.000000;0.322567;0.000000;0.000000;0.000000;0.905338;0.733020;0.924422;0.882467;0.249365;0.538630;0.007830;0.453543;0.250600;0.000545;0.748860;0.368770;0.021205;0.610030;0.268941;0.500000;0.500000;0.500000;0.500000;0.268941;0.268941;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.731059;0.268941;0.500000;0.268941;0.268941;0.731059;0.500000;0.000000;0.148047;0.628550;0.000000;0.000000;0.140759;0.000000;0.966268;0.000000;0.082187;0.079732;0.192632;0.000000;0.000000;0.076704;0.188467;0.041766;0.000000;0.208664;0.349781;0.115411;0.009226;0.875363;0.150980;0.000645;0.848375;0.087385;0.026690;0.885925;0.119203;0.047426;0.047426;0.047426;0.731059;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.500000;0.268941;0.500000;0.119203;0.119203;0.047426;0.119203;0.952574;0.148173;0.308530;0.096216;0.124118;0.000000;0.304703;0.152000;0.298176;0.075508;0.899167;0.754545;0.106977;0.000000;0.862594;0.181235;0.090957;0.120575;0.766562;0.454377;0.736334;0.077189;0.028019;0.894794;0.057475;0.001770;0.940760;0.085830;0.081935;0.832235
0.017986;0.268941;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.268941;0.002473;0.006693;0.999665;0.006693;0.000911;0.006693;0.017986;0.017986;0.000911;0.006693;0.017986;0.088911;0.453386;0.247126;0.035128;0.000000;0.000000;0.051710;0.000000;0.566602;0.000000;0.033150;0.975708;0.216531;0.000000;0.190927;0.167145;0.039506;0.000000;0.358933;0.039317;0.979600;0.001349;0.019051;0.948235;0.000960;0.050805;0.991180;0.002780;0.006040;0.880797;0.119203;0.119203;0.119203;0.119203;0.268941;0.952574;0.119203;0.500000;0.047426;0.268941;0.500000;0.119203;0.268941;0.047426;0.268941;0.880797;0.880797;0.952574;0.119203;0.864830;0.331812;0.109486;0.163967;0.433153;0.540412;0.746115;0.027706;0.535440;0.054269;0.339169;0.104331;0.195289;0.128756;0.054475;0.134354;0.646114;0.000000;0.897431;0.247312;0.995382;0.002034;0.002583;0.989475;0.004800;0.005725;0.997285;0.000995;0.001715;0.952574;0.017986;0.017986;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.982014;0.731059;0.017986;0.731059;0.047426;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.904651;0.000000;0.000000;0.000000;0.227585;0.312813;0.051809;0.557001;0.000000;0.589282;0.683737;0.000000;0.760058;0.292350;0.000000;0.433153;0.148679;0.868756;0.347511;0.523732;0.995727;0.002469;0.001804;0.991820;0.006045;0.002135;0.995975;0.001055;0.002970;0.268941;0.006693;0.006693;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.731059;0.993307;0.006693;0.993307;0.731059;0.006693;0.017986;0.119203;0.268941;0.047426;0.731059;0.481508;0.000000;0.000000;0.000000;0.376132;0.493250;0.253885;0.000000;0.101926;0.493500;0.899890;0.053758;0.935596;0.483756;0.038457;0.235052;0.226532;0.429228;0.564390;0.317778;0.994492;0.002484;0.003024;0.990595;0.006045;0.003360;0.993495;0.001100;0.005405;0.500000;0.952574;0.880797;0.268941;0.119203;0.731059;0.731059;0.268941;0.880797;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.500000;0.500000;0.119203;0.268941;0.047426;0.657010;0.761151;0.654979;0.626212;0.000000;0.734973;0.666634;0.109681;0.514496;0.162329;0.023045;0.759145;0.219771;0.199089;0.000000;0.758047;0.285978;0.306613;0.456113;0.340964;0.983086;0.002275;0.014641;0.976175;0.005490;0.018340;0.973710;0.001020;0.025270;0.268941;0.500000;0.047426;0.119203;0.268941;0.268941;0.500000;0.047426;0.268941;0.880797;0.952574;0.268941;0.731059;0.500000;0.047426;0.268941;0.268941;0.880797;0.731059;0.500000;0.562177;0.812296;0.000000;0.134005;0.214839;0.505750;0.365864;0.161650;0.093808;0.749510;0.825779;0.601328;0.666412;0.408541;0.000000;0.000000;0.026519;0.668409;0.575909;0.139674;0.964160;0.001642;0.034198;0.956205;0.003900;0.039890;0.936935;0.000695;0.062375;0.119203;0.880797;0.731059;0.047426;0.047426;0.880797;0.119203;0.017986;0.268941;0.731059;0.880797;0.500000;0.993307;0.119203;0.017986;0.119203;0.119203;0.119203;0.268941;0.268941;0.382016;0.909125;0.412655;0.133310;0.000000;0.761877;0.284754;0.248991;0.074055;0.558481;0.693387;0.292143;0.869211;0.324537;0.000000;0.398193;0.090463;0.000000;0.324756;0.408541;0.672732;0.001594;0.325677;0.840635;0.002050;0.157315;0.491165;0.002390;0.506450;0.119203;0.047426;0.268941;0.731059;0.006693;0.047426;0.880797;0.997527;0.268941;0.002473;0.002473;0.047426;0.006693;0.017986;0.006693;0.047426;0.017986;0.006693;0.119203;0.002473;0.275080;0.362854;0.000000;0.324098;0.000000;0.000000;0.000000;0.783978;0.000000;0.447445;0.000000;0.322567;0.000000;0.000000;0.000000;0.905338;0.733020;0.924422;0.882467;0.249365;0.538630;0.007830;0.453543;0.250600;0.000545;0.748860;0.368770;0.021205;0.610030;0.268941;0.500000;0.500000;0.500000;0.500000;0.268941;0.268941;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.731059;0.268941;0.500000;0.268941;0.268941;0.731059;0.500000;0.000000;0.148047;0.628550;0.000000;0.000000;0.140759;0.000000;0.966268;0.000000;0.082187;0.079732;0.192632;0.000000;0.000000;0.076704;0.188467;0.041766;0.000000;0.208664;0.349781;0.115411;0.009226;0.875363;0.150980;0.000645;0.848375;0.087385;0.026690;0.885925;0.119203;0.047426;0.047426;0.047426;0.731059;0.047426;0.047426;0.017986;0.047426;0.982014;0.880797;0.047426;0.500000;0.268941;0.500000;0.119203;0.119203;0.047426;0.119203;0.952574;0.148173;0.308530;0.096216;0.124118;0.000000;0.304703;0.152000;0.298176;0.075508;0.899167;0.754545;0.106977;0.000000;0.862594;0.181235;0.090957;0.120575;0.766562;0.454377;0.736334;0.077189;0.028019;0.894794;0.057475;0.001770;0.940760;0.085830;0.081935;0.832235;0.268941;0.119203;0.880797;0.993307;0.119203;0.500000;0.880797;0.119203;0.731059;0.006693;0.006693;0.119203;0.017986;0.006693;0.952574;0.731059;0.119203;0.002473;0.017986;0.017986;0.548596;0.514246;0.516494;0.760423;0.789846;0.280093;0.536435;0.236855;0.333366;0.686111;0.049831;0.526226;0.708477;0.277680;0.834104;0.607544;0.358013;0.000000;0.414595;0.034523;0.142791;0.035219;0.821992;0.052405;0.000750;0.946845;0.084815;0.104470;0.810720
0.119203;0.006693;0.006693;0.002473;0.017986;0.017986;0.006693;0.006693;0.017986;0.731059;0.982014;0.017986;0.997527;0.997527;0.002473;0.006693;0.047426;0.047426;0.268941;0.268941;0.541405;0.435855;0.438070;0.143195;0.000000;0.504500;0.243424;0.155907;0.068243;0.626212;0.870569;0.000000;0.837263;0.547605;0.000000;0.399632;0.117845;0.000000;0.731059;0.338273;0.060556;0.021032;0.918412;0.060060;0.017290;0.922645;0.121235;0.045435;0.833335;0.731059;0.500000;0.500000;0.268941;0.500000;0.500000;0.500000;0.119203;0.268941;0.268941;0.500000;0.731059;0.500000;0.119203;0.500000;0.500000;0.731059;0.268941;0.268941;0.500000;0.562669;0.671946;0.249740;0.207346;0.198611;0.776433;0.583948;0.609212;0.208169;0.052501;0.571996;0.414353;0.624103;0.258075;0.690402;0.634831;0.264833;0.339169;0.474273;0.409024;0.048386;0.005829;0.945785;0.041370;0.004100;0.954530;0.103415;0.013015;0.883570;0.500000;0.268941;0.731059;0.119203;0.006693;0.731059;0.500000;0.119203;0.119203;0.017986;0.119203;0.500000;0.047426;0.017986;0.997527;0.500000;0.119203;0.006693;0.017986;0.047426;0.597486;0.261150;0.426536;0.574443;0.261536;0.468542;0.721718;0.210985;0.493250;0.131359;0.202458;0.514996;0.153034;0.000000;0.925532;0.604918;0.562915;0.000000;0.000000;0.181681;0.044454;0.005867;0.949680;0.040855;0.003020;0.956130;0.092135;0.014210;0.893655;0.268941;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.982014;0.047426;0.731059;0.880797;0.268941;0.047426;0.119203;0.047426;0.731059;0.880797;0.448681;0.000000;0.110073;0.072359;0.500500;0.124227;0.237941;0.000000;0.000000;0.717278;0.902648;0.000000;0.660831;0.657010;0.618928;0.000000;0.089480;0.000000;0.000000;0.697200;0.031009;0.001417;0.967577;0.041335;0.001030;0.957640;0.051320;0.002850;0.945835;0.500000;0.119203;0.731059;0.952574;0.268941;0.268941;0.500000;0.268941;0.119203;0.268941;0.047426;0.268941;0.268941;0.017986;0.268941;0.880797;0.982014;0.006693;0.047426;0.268941;0.182127;0.051809;0.638532;0.851574;0.000000;0.278885;0.566111;0.000000;0.309812;0.000000;0.158825;0.045434;0.170089;0.000000;0.837535;0.899709;0.802818;0.434381;0.000000;0.105175;0.030207;0.000509;0.969284;0.041665;0.000080;0.958255;0.048585;0.001075;0.950340;0.500000;0.119203;0.119203;0.952574;0.006693;0.731059;0.993307;0.119203;0.047426;0.006693;0.006693;0.500000;0.017986;0.006693;0.952574;0.500000;0.119203;0.006693;0.017986;0.017986;0.722120;0.225657;0.060939;0.816528;0.000000;0.626680;0.807990;0.585890;0.353201;0.338273;0.071891;0.223567;0.432907;0.000000;0.816228;0.622694;0.363547;0.399392;0.000000;0.000000;0.931489;0.000127;0.068382;0.860810;0.000000;0.139185;0.934400;0.000010;0.065590;0.880797;0.268941;0.500000;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.268941;0.731059;0.268941;0.006693;0.017986;0.047426;0.733020;0.422871;0.202297;0.742308;0.000000;0.676558;0.917662;0.438562;0.000000;0.000000;0.000000;0.420919;0.000000;0.000000;0.356176;0.576153;0.413382;0.355947;0.110859;0.230764;0.950809;0.000124;0.049067;0.899330;0.000000;0.100670;0.953840;0.000000;0.046160;0.500000;0.119203;0.731059;0.952574;0.047426;0.880797;0.880797;0.500000;0.731059;0.119203;0.047426;0.500000;0.500000;0.119203;0.119203;0.268941;0.500000;0.047426;0.731059;0.119203;0.560699;0.562423;0.206198;0.669295;0.000000;0.841842;0.907207;0.043730;0.531209;0.072091;0.327173;0.484755;0.399872;0.210985;0.000000;0.451899;0.479511;0.000000;0.238667;0.121532;0.969852;0.000124;0.030024;0.933720;0.000000;0.066280;0.976580;0.000000;0.023420;0.268941;0.952574;0.119203;0.268941;0.119203;0.731059;0.500000;0.119203;0.119203;0.500000;0.731059;0.952574;0.731059;0.119203;0.047426;0.119203;0.268941;0.047426;0.500000;0.500000;0.473525;0.828779;0.075648;0.137051;0.235052;0.661055;0.611352;0.000000;0.216870;0.611352;0.528469;0.823465;0.717278;0.228641;0.197499;0.174798;0.257692;0.805808;0.226181;0.494500;0.997939;0.000124;0.001937;0.994750;0.000000;0.005250;0.999810;0.000000;0.000190;0.952574;0.268941;0.268941;0.500000;0.017986;0.731059;0.952574;0.268941;0.268941;0.047426;0.047426;0.731059;0.047426;0.017986;0.880797;0.500000;0.119203;0.006693;0.017986;0.119203;0.769768;0.664408;0.388410;0.872250;0.000000;0.664185;0.853585;0.033732;0.000000;0.073645;0.000000;0.736334;0.000000;0.163557;0.375428;0.201813;0.340740;0.000000;0.000000;0.040777;0.998955;0.000124;0.000921;0.997660;0.000000;0.002340;0.999950;0.000000;0.000050;0.731059;0.880797;0.119203;0.119203;0.268941;0.731059;0.880797;0.268941;0.500000;0.731059;0.119203;0.880797;0.268941;0.119203;0.268941;0.268941;0.268941;0.017986;0.047426;0.500000;0.602286;0.827641;0.239942;0.422139;0.243424;0.820244;0.851953;0.190002;0.041527;0.272099;0.259802;0.639225;0.194818;0.399152;0.099124;0.519240;0.333588;0.416538;0.094149;0.227585;0.999574;0.000124;0.000302;0.999515;0.000000;0.000485;0.999950;0.000000;0.000050
0.731059;0.500000;0.500000;0.268941;0.500000;0.500000;0.500000;0.119203;0.268941;0.268941;0.500000;0.731059;0.500000;0.119203;0.500000;0.500000;0.731059;0.268941;0.268941;0.500000;0.562669;0.671946;0.249740;0.207346;0.198611;0.776433;0.583948;0.609212;0.208169;0.052501;0.571996;0.414353;0.624103;0.258075;0.690402;0.634831;0.264833;0.339169;0.474273;0.409024;0.048386;0.005829;0.945785;0.041370;0.004100;0.954530;0.103415;0.013015;0.883570;0.500000;0.268941;0.731059;0.119203;0.006693;0.731059;0.500000;0.119203;0.119203;0.017986;0.119203;0.500000;0.047426;0.017986;0.997527;0.500000;0.119203;0.006693;0.017986;0.047426;0.597486;0.261150;0.426536;0.574443;0.261536;0.468542;0.721718;0.210985;0.493250;0.131359;0.202458;0.514996;0.153034;0.000000;0.925532;0.604918;0.562915;0.000000;0.000000;0.181681;0.044454;0.005867;0.949680;0.040855;0.003020;0.956130;0.092135;0.014210;0.893655;0.268941;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.982014;0.047426;0.731059;0.880797;0.268941;0.047426;0.119203;0.047426;0.731059;0.880797;0.448681;0.000000;0.110073;0.072359;0.500500;0.124227;0.237941;0.000000;0.000000;0.717278;0.902648;0.000000;0.660831;0.657010;0.618928;0.000000;0.089480;0.000000;0.000000;0.697200;0.031009;0.001417;0.967577;0.041335;0.001030;0.957640;0.051320;0.002850;0.945835;0.500000;0.119203;0.731059;0.952574;0.268941;0.268941;0.500000;0.268941;0.119203;0.268941;0.047426;0.268941;0.268941;0.017986;0.268941;0.880797;0.982014;0.006693;0.047426;0.268941;0.182127;0.051809;0.638532;0.851574;0.000000;0.278885;0.566111;0.000000;0.309812;0.000000;0.158825;0.045434;0.170089;0.000000;0.837535;0.899709;0.802818;0.434381;0.000000;0.105175;0.030207;0.000509;0.969284;0.041665;0.000080;0.958255;0.048585;0.001075;0.950340;0.500000;0.119203;0.119203;0.952574;0.006693;0.731059;0.993307;0.119203;0.047426;0.006693;0.006693;0.500000;0.017986;0.006693;0.952574;0.500000;0.119203;0.006693;0.017986;0.017986;0.722120;0.225657;0.060939;0.816528;0.000000;0.626680;0.807990;0.585890;0.353201;0.338273;0.071891;0.223567;0.432907;0.000000;0.816228;0.622694;0.363547;0.399392;0.000000;0.000000;0.931489;0.000127;0.068382;0.860810;0.000000;0.139185;0.934400;0.000010;0.065590;0.880797;0.268941;0.500000;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.268941;0.731059;0.268941;0.006693;0.017986;0.047426;0.733020;0.422871;0.202297;0.742308;0.000000;0.676558;0.917662;0.438562;0.000000;0.000000;0.000000;0.420919;0.000000;0.000000;0.356176;0.576153;0.413382;0.355947;0.110859;0.230764;0.950809;0.000124;0.049067;0.899330;0.000000;0.100670;0.953840;0.000000;0.046160;0.500000;0.119203;0.731059;0.952574;0.047426;0.880797;0.880797;0.500000;0.731059;0.119203;0.047426;0.500000;0.500000;0.119203;0.119203;0.268941;0.500000;0.047426;0.731059;0.119203;0.560699;0.562423;0.206198;0.669295;0.000000;0.841842;0.907207;0.043730;0.531209;0.072091;0.327173;0.484755;0.399872;0.210985;0.000000;0.451899;0.479511;0.000000;0.238667;0.121532;0.969852;0.000124;0.030024;0.933720;0.000000;0.066280;0.976580;0.000000;0.023420;0.268941;0.952574;0.119203;0.268941;0.119203;0.731059;0.500000;0.119203;0.119203;0.500000;0.731059;0.952574;0.731059;0.119203;0.047426;0.119203;0.268941;0.047426;0.500000;0.500000;0.473525;0.828779;0.075648;0.137051;0.235052;0.661055;0.611352;0.000000;0.216870;0.611352;0.528469;0.823465;0.717278;0.228641;0.197499;0.174798;0.257692;0.805808;0.226181;0.494500;0.997939;0.000124;0.001937;0.994750;0.000000;0.005250;0.999810;0.000000;0.000190;0.952574;0.268941;0.268941;0.500000;0.017986;0.731059;0.952574;0.268941;0.268941;0.047426;0.047426;0.731059;0.047426;0.017986;0.880797;0.500000;0.119203;0.006693;0.017986;0.119203;0.769768;0.664408;0.388410;0.872250;0.000000;0.664185;0.853585;0.033732;0.000000;0.073645;0.000000;0.736334;0.000000;0.163557;0.375428;0.201813;0.340740;0.000000;0.000000;0.040777;0.998955;0.000124;0.000921;0.997660;0.000000;0.002340;0.999950;0.000000;0.000050;0.731059;0.880797;0.119203;0.119203;0.268941;0.731059;0.880797;0.268941;0.500000;0.731059;0.119203;0.880797;0.268941;0.119203;0.268941;0.268941;0.268941;0.017986;0.047426;0.500000;0.602286;0.827641;0.239942;0.422139;0.243424;0.820244;0.851953;0.190002;0.041527;0.272099;0.259802;0.639225;0.194818;0.399152;0.099124;0.519240;0.333588;0.416538;0.094149;0.227585;0.999574;0.000124;0.000302;0.999515;0.000000;0.000485;0.999950;0.000000;0.000050;0.880797;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.017986;0.952574;0.982014;0.017986;0.952574;0.119203;0.017986;0.047426;0.119203;0.017986;0.268941;0.880797;0.094747;0.000000;0.000000;0.000000;0.273090;0.000000;0.000000;0.056041;0.000000;0.930150;0.876208;0.000000;0.250490;0.322348;0.000000;0.000000;0.174221;0.566111;0.141973;0.800592;0.999720;0.000124;0.000156;0.999940;0.000000;0.000060;0.999965;0.000000;0.000035
0.500000;0.268941;0.731059;0.119203;0.006693;0.731059;0.500000;0.119203;0.119203;0.017986;0.119203;0.500000;0.047426;0.017986;0.997527;0.500000;0.119203;0.006693;0.017986;0.047426;0.597486;0.261150;0.426536;0.574443;0.261536;0.468542;0.721718;0.210985;0.493250;0.131359;0.202458;0.514996;0.153034;0.000000;0.925532;0.604918;0.562915;0.000000;0.000000;0.181681;0.044454;0.005867;0.949680;0.040855;0.003020;0.956130;0.092135;0.014210;0.893655;0.268941;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.982014;0.047426;0.731059;0.880797;0.268941;0.047426;0.119203;0.047426;0.731059;0.880797;0.448681;0.000000;0.110073;0.072359;0.500500;0.124227;0.237941;0.000000;0.000000;0.717278;0.902648;0.000000;0.660831;0.657010;0.618928;0.000000;0.089480;0.000000;0.000000;0.697200;0.031009;0.001417;0.967577;0.041335;0.001030;0.957640;0.051320;0.002850;0.945835;0.500000;0.119203;0.731059;0.952574;0.268941;0.268941;0.500000;0.268941;0.119203;0.268941;0.047426;0.268941;0.268941;0.017986;0.268941;0.880797;0.982014;0.006693;0.047426;0.268941;0.182127;0.051809;0.638532;0.851574;0.000000;0.278885;0.566111;0.000000;0.309812;0.000000;0.158825;0.045434;0.170089;0.000000;0.837535;0.899709;0.802818;0.434381;0.000000;0.105175;0.030207;0.000509;0.969284;0.041665;0.000080;0.958255;0.048585;0.001075;0.950340;0.500000;0.119203;0.119203;0.952574;0.006693;0.731059;0.993307;0.119203;0.047426;0.006693;0.006693;0.500000;0.017986;0.006693;0.952574;0.500000;0.119203;0.006693;0.017986;0.017986;0.722120;0.225657;0.060939;0.816528;0.000000;0.626680;0.807990;0.585890;0.353201;0.338273;0.071891;0.223567;0.432907;0.000000;0.816228;0.622694;0.363547;0.399392;0.000000;0.000000;0.931489;0.000127;0.068382;0.860810;0.000000;0.139185;0.934400;0.000010;0.065590;0.880797;0.268941;0.500000;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.268941;0.731059;0.268941;0.006693;0.017986;0.047426;0.733020;0.422871;0.202297;0.742308;0.000000;0.676558;0.917662;0.438562;0.000000;0.000000;0.000000;0.420919;0.000000;0.000000;0.356176;0.576153;0.413382;0.355947;0.110859;0.230764;0.950809;0.000124;0.049067;0.899330;0.000000;0.100670;0.953840;0.000000;0.046160;0.500000;0.119203;0.731059;0.952574;0.047426;0.880797;0.880797;0.500000;0.731059;0.119203;0.047426;0.500000;0.500000;0.119203;0.119203;0.268941;0.500000;0.047426;0.731059;0.119203;0.560699;0.562423;0.206198;0.669295;0.000000;0.841842;0.907207;0.043730;0.531209;0.072091;0.327173;0.484755;0.399872;0.210985;0.000000;0.451899;0.479511;0.000000;0.238667;0.121532;0.969852;0.000124;0.030024;0.933720;0.000000;0.066280;0.976580;0.000000;0.023420;0.268941;0.952574;0.119203;0.268941;0.119203;0.731059;0.500000;0.119203;0.119203;0.500000;0.731059;0.952574;0.731059;0.119203;0.047426;0.119203;0.268941;0.047426;0.500000;0.500000;0.473525;0.828779;0.075648;0.137051;0.235052;0.661055;0.611352;0.000000;0.216870;0.611352;0.528469;0.823465;0.717278;0.228641;0.197499;0.174798;0.257692;0.805808;0.226181;0.494500;0.997939;0.000124;0.001937;0.994750;0.000000;0.005250;0.999810;0.000000;0.000190;0.952574;0.268941;0.268941;0.500000;0.017986;0.731059;0.952574;0.268941;0.268941;0.047426;0.047426;0.731059;0.047426;0.017986;0.880797;0.500000;0.119203;0.006693;0.017986;0.119203;0.769768;0.664408;0.388410;0.872250;0.000000;0.664185;0.853585;0.033732;0.000000;0.073645;0.000000;0.736334;0.000000;0.163557;0.375428;0.201813;0.340740;0.000000;0.000000;0.040777;0.998955;0.000124;0.000921;0.997660;0.000000;0.002340;0.999950;0.000000;0.000050;0.731059;0.880797;0.119203;0.119203;0.268941;0.731059;0.880797;0.268941;0.500000;0.731059;0.119203;0.880797;0.268941;0.119203;0.268941;0.268941;0.268941;0.017986;0.047426;0.500000;0.602286;0.827641;0.239942;0.422139;0.243424;0.820244;0.851953;0.190002;0.041527;0.272099;0.259802;0.639225;0.194818;0.399152;0.099124;0.519240;0.333588;0.416538;0.094149;0.227585;0.999574;0.000124;0.000302;0.999515;0.000000;0.000485;0.999950;0.000000;0.000050;0.880797;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.017986;0.952574;0.982014;0.017986;0.952574;0.119203;0.017986;0.047426;0.119203;0.017986;0.268941;0.880797;0.094747;0.000000;0.000000;0.000000;0.273090;0.000000;0.000000;0.056041;0.000000;0.930150;0.876208;0.000000;0.250490;0.322348;0.000000;0.000000;0.174221;0.566111;0.141973;0.800592;0.999720;0.000124;0.000156;0.999940;0.000000;0.000060;0.999965;0.000000;0.000035;0.500000;0.952574;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.119203;0.047426;0.047426;0.982014;0.268941;0.006693;0.047426;0.268941;0.268941;0.006693;0.119203;0.119203;0.500750;0.883088;0.242688;0.746494;0.000000;0.553050;0.748005;0.220286;0.112845;0.382252;0.291316;0.789182;0.430209;0.000000;0.000000;0.518991;0.283940;0.437085;0.082792;0.100471;0.999734;0.000124;0.000142;0.999965;0.000000;0.000035;0.999980;0.000000;0.000020
0.268941;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.982014;0.047426;0.731059;0.880797;0.268941;0.047426;0.119203;0.047426;0.731059;0.880797;0.448681;0.000000;0.110073;0.072359;0.500500;0.124227;0.237941;0.000000;0.000000;0.717278;0.902648;0.000000;0.660831;0.657010;0.618928;0.000000;0.089480;0.000000;0.000000;0.697200;0.031009;0.001417;0.967577;0.041335;0.001030;0.957640;0.051320;0.002850;0.945835;0.500000;0.119203;0.731059;0.952574;0.268941;0.268941;0.500000;0.268941;0.119203;0.268941;0.047426;0.268941;0.268941;0.017986;0.268941;0.880797;0.982014;0.006693;0.047426;0.268941;0.182127;0.051809;0.638532;0.851574;0.000000;0.278885;0.566111;0.000000;0.309812;0.000000;0.158825;0.045434;0.170089;0.000000;0.837535;0.899709;0.802818;0.434381;0.000000;0.105175;0.030207;0.000509;0.969284;0.041665;0.000080;0.958255;0.048585;0.001075;0.950340;0.500000;0.119203;0.119203;0.952574;0.006693;0.731059;0.993307;0.119203;0.047426;0.006693;0.006693;0.500000;0.017986;0.006693;0.952574;0.500000;0.119203;0.006693;0.017986;0.017986;0.722120;0.225657;0.060939;0.816528;0.000000;0.626680;0.807990;0.585890;0.353201;0.338273;0.071891;0.223567;0.432907;0.000000;0.816228;0.622694;0.363547;0.399392;0.000000;0.000000;0.931489;0.000127;0.068382;0.860810;0.000000;0.139185;0.934400;0.000010;0.065590;0.880797;0.268941;0.500000;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.268941;0.731059;0.268941;0.006693;0.017986;0.047426;0.733020;0.422871;0.202297;0.742308;0.000000;0.676558;0.917662;0.438562;0.000000;0.000000;0.000000;0.420919;0.000000;0.000000;0.356176;0.576153;0.413382;0.355947;0.110859;0.230764;0.950809;0.000124;0.049067;0.899330;0.000000;0.100670;0.953840;0.000000;0.046160;0.500000;0.119203;0.731059;0.952574;0.047426;0.880797;0.880797;0.500000;0.731059;0.119203;0.047426;0.500000;0.500000;0.119203;0.119203;0.268941;0.500000;0.047426;0.731059;0.119203;0.560699;0.562423;0.206198;0.669295;0.000000;0.841842;0.907207;0.043730;0.531209;0.072091;0.327173;0.484755;0.399872;0.210985;0.000000;0.451899;0.479511;0.000000;0.238667;0.121532;0.969852;0.000124;0.030024;0.933720;0.000000;0.066280;0.976580;0.000000;0.023420;0.268941;0.952574;0.119203;0.268941;0.119203;0.731059;0.500000;0.119203;0.119203;0.500000;0.731059;0.952574;0.731059;0.119203;0.047426;0.119203;0.268941;0.047426;0.500000;0.500000;0.473525;0.828779;0.075648;0.137051;0.235052;0.661055;0.611352;0.000000;0.216870;0.611352;0.528469;0.823465;0.717278;0.228641;0.197499;0.174798;0.257692;0.805808;0.226181;0.494500;0.997939;0.000124;0.001937;0.994750;0.000000;0.005250;0.999810;0.000000;0.000190;0.952574;0.268941;0.268941;0.500000;0.017986;0.731059;0.952574;0.268941;0.268941;0.047426;0.047426;0.731059;0.047426;0.017986;0.880797;0.500000;0.119203;0.006693;0.017986;0.119203;0.769768;0.664408;0.388410;0.872250;0.000000;0.664185;0.853585;0.033732;0.000000;0.073645;0.000000;0.736334;0.000000;0.163557;0.375428;0.201813;0.340740;0.000000;0.000000;0.040777;0.998955;0.000124;0.000921;0.997660;0.000000;0.002340;0.999950;0.000000;0.000050;0.731059;0.880797;0.119203;0.119203;0.268941;0.731059;0.880797;0.268941;0.500000;0.731059;0.119203;0.880797;0.268941;0.119203;0.268941;0.268941;0.268941;0.017986;0.047426;0.500000;0.602286;0.827641;0.239942;0.422139;0.243424;0.820244;0.851953;0.190002;0.041527;0.272099;0.259802;0.639225;0.194818;0.399152;0.099124;0.519240;0.333588;0.416538;0.094149;0.227585;0.999574;0.000124;0.000302;0.999515;0.000000;0.000485;0.999950;0.000000;0.000050;0.880797;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.017986;0.952574;0.982014;0.017986;0.952574;0.119203;0.017986;0.047426;0.119203;0.017986;0.268941;0.880797;0.094747;0.000000;0.000000;0.000000;0.273090;0.000000;0.000000;0.056041;0.000000;0.930150;0.876208;0.000000;0.250490;0.322348;0.000000;0.000000;0.174221;0.566111;0.141973;0.800592;0.999720;0.000124;0.000156;0.999940;0.000000;0.000060;0.999965;0.000000;0.000035;0.500000;0.952574;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.119203;0.047426;0.047426;0.982014;0.268941;0.006693;0.047426;0.268941;0.268941;0.006693;0.119203;0.119203;0.500750;0.883088;0.242688;0.746494;0.000000;0.553050;0.748005;0.220286;0.112845;0.382252;0.291316;0.789182;0.430209;0.000000;0.000000;0.518991;0.283940;0.437085;0.082792;0.100471;0.999734;0.000124;0.000142;0.999965;0.000000;0.000035;0.999980;0.000000;0.000020;0.880797;0.731059;0.500000;0.500000;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.047426;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.816378;0.683521;0.512747;0.233617;0.319950;0.771006;0.751943;0.156963;0.367722;0.057758;0.037219;0.826640;0.419458;0.128981;0.199567;0.461327;0.542150;0.000000;0.000000;0.036264;0.999725;0.000124;0.000151;1.000.000;0.000000;0.000000;0.999920;0.000000;0.000080
0.500000;0.119203;0.731059;0.952574;0.268941;0.268941;0.500000;0.268941;0.119203;0.268941;0.047426;0.268941;0.268941;0.017986;0.268941;0.880797;0.982014;0.006693;0.047426;0.268941;0.182127;0.051809;0.638532;0.851574;0.000000;0.278885;0.566111;0.000000;0.309812;0.000000;0.158825;0.045434;0.170089;0.000000;0.837535;0.899709;0.802818;0.434381;0.000000;0.105175;0.030207;0.000509;0.969284;0.041665;0.000080;0.958255;0.048585;0.001075;0.950340;0.500000;0.119203;0.119203;0.952574;0.006693;0.731059;0.993307;0.119203;0.047426;0.006693;0.006693;0.500000;0.017986;0.006693;0.952574;0.500000;0.119203;0.006693;0.017986;0.017986;0.722120;0.225657;0.060939;0.816528;0.000000;0.626680;0.807990;0.585890;0.353201;0.338273;0.071891;0.223567;0.432907;0.000000;0.816228;0.622694;0.363547;0.399392;0.000000;0.000000;0.931489;0.000127;0.068382;0.860810;0.000000;0.139185;0.934400;0.000010;0.065590;0.880797;0.268941;0.500000;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.268941;0.731059;0.268941;0.006693;0.017986;0.047426;0.733020;0.422871;0.202297;0.742308;0.000000;0.676558;0.917662;0.438562;0.000000;0.000000;0.000000;0.420919;0.000000;0.000000;0.356176;0.576153;0.413382;0.355947;0.110859;0.230764;0.950809;0.000124;0.049067;0.899330;0.000000;0.100670;0.953840;0.000000;0.046160;0.500000;0.119203;0.731059;0.952574;0.047426;0.880797;0.880797;0.500000;0.731059;0.119203;0.047426;0.500000;0.500000;0.119203;0.119203;0.268941;0.500000;0.047426;0.731059;0.119203;0.560699;0.562423;0.206198;0.669295;0.000000;0.841842;0.907207;0.043730;0.531209;0.072091;0.327173;0.484755;0.399872;0.210985;0.000000;0.451899;0.479511;0.000000;0.238667;0.121532;0.969852;0.000124;0.030024;0.933720;0.000000;0.066280;0.976580;0.000000;0.023420;0.268941;0.952574;0.119203;0.268941;0.119203;0.731059;0.500000;0.119203;0.119203;0.500000;0.731059;0.952574;0.731059;0.119203;0.047426;0.119203;0.268941;0.047426;0.500000;0.500000;0.473525;0.828779;0.075648;0.137051;0.235052;0.661055;0.611352;0.000000;0.216870;0.611352;0.528469;0.823465;0.717278;0.228641;0.197499;0.174798;0.257692;0.805808;0.226181;0.494500;0.997939;0.000124;0.001937;0.994750;0.000000;0.005250;0.999810;0.000000;0.000190;0.952574;0.268941;0.268941;0.500000;0.017986;0.731059;0.952574;0.268941;0.268941;0.047426;0.047426;0.731059;0.047426;0.017986;0.880797;0.500000;0.119203;0.006693;0.017986;0.119203;0.769768;0.664408;0.388410;0.872250;0.000000;0.664185;0.853585;0.033732;0.000000;0.073645;0.000000;0.736334;0.000000;0.163557;0.375428;0.201813;0.340740;0.000000;0.000000;0.040777;0.998955;0.000124;0.000921;0.997660;0.000000;0.002340;0.999950;0.000000;0.000050;0.731059;0.880797;0.119203;0.119203;0.268941;0.731059;0.880797;0.268941;0.500000;0.731059;0.119203;0.880797;0.268941;0.119203;0.268941;0.268941;0.268941;0.017986;0.047426;0.500000;0.602286;0.827641;0.239942;0.422139;0.243424;0.820244;0.851953;0.190002;0.041527;0.272099;0.259802;0.639225;0.194818;0.399152;0.099124;0.519240;0.333588;0.416538;0.094149;0.227585;0.999574;0.000124;0.000302;0.999515;0.000000;0.000485;0.999950;0.000000;0.000050;0.880797;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.017986;0.952574;0.982014;0.017986;0.952574;0.119203;0.017986;0.047426;0.119203;0.017986;0.268941;0.880797;0.094747;0.000000;0.000000;0.000000;0.273090;0.000000;0.000000;0.056041;0.000000;0.930150;0.876208;0.000000;0.250490;0.322348;0.000000;0.000000;0.174221;0.566111;0.141973;0.800592;0.999720;0.000124;0.000156;0.999940;0.000000;0.000060;0.999965;0.000000;0.000035;0.500000;0.952574;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.119203;0.047426;0.047426;0.982014;0.268941;0.006693;0.047426;0.268941;0.268941;0.006693;0.119203;0.119203;0.500750;0.883088;0.242688;0.746494;0.000000;0.553050;0.748005;0.220286;0.112845;0.382252;0.291316;0.789182;0.430209;0.000000;0.000000;0.518991;0.283940;0.437085;0.082792;0.100471;0.999734;0.000124;0.000142;0.999965;0.000000;0.000035;0.999980;0.000000;0.000020;0.880797;0.731059;0.500000;0.500000;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.047426;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.816378;0.683521;0.512747;0.233617;0.319950;0.771006;0.751943;0.156963;0.367722;0.057758;0.037219;0.826640;0.419458;0.128981;0.199567;0.461327;0.542150;0.000000;0.000000;0.036264;0.999725;0.000124;0.000151;1.000.000;0.000000;0.000000;0.999920;0.000000;0.000080;0.880797;0.119203;0.017986;0.268941;0.731059;0.047426;0.119203;0.119203;0.017986;0.952574;0.952574;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.770653;0.353201;0.503250;0.328274;0.186943;0.000000;0.501000;0.353201;0.119308;0.779886;0.653169;0.306613;0.220630;0.487253;0.183322;0.425069;0.243424;0.000000;0.213661;0.708890;0.999679;0.000124;0.000197;0.999995;0.000000;0.000005;0.999785;0.000000;0.000215
0.500000;0.119203;0.119203;0.952574;0.006693;0.731059;0.993307;0.119203;0.047426;0.006693;0.006693;0.500000;0.017986;0.006693;0.952574;0.500000;0.119203;0.006693;0.017986;0.017986;0.722120;0.225657;0.060939;0.816528;0.000000;0.626680;0.807990;0.585890;0.353201;0.338273;0.071891;0.223567;0.432907;0.000000;0.816228;0.622694;0.363547;0.399392;0.000000;0.000000;0.931489;0.000127;0.068382;0.860810;0.000000;0.139185;0.934400;0.000010;0.065590;0.880797;0.268941;0.500000;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.268941;0.731059;0.268941;0.006693;0.017986;0.047426;0.733020;0.422871;0.202297;0.742308;0.000000;0.676558;0.917662;0.438562;0.000000;0.000000;0.000000;0.420919;0.000000;0.000000;0.356176;0.576153;0.413382;0.355947;0.110859;0.230764;0.950809;0.000124;0.049067;0.899330;0.000000;0.100670;0.953840;0.000000;0.046160;0.500000;0.119203;0.731059;0.952574;0.047426;0.880797;0.880797;0.500000;0.731059;0.119203;0.047426;0.500000;0.500000;0.119203;0.119203;0.268941;0.500000;0.047426;0.731059;0.119203;0.560699;0.562423;0.206198;0.669295;0.000000;0.841842;0.907207;0.043730;0.531209;0.072091;0.327173;0.484755;0.399872;0.210985;0.000000;0.451899;0.479511;0.000000;0.238667;0.121532;0.969852;0.000124;0.030024;0.933720;0.000000;0.066280;0.976580;0.000000;0.023420;0.268941;0.952574;0.119203;0.268941;0.119203;0.731059;0.500000;0.119203;0.119203;0.500000;0.731059;0.952574;0.731059;0.119203;0.047426;0.119203;0.268941;0.047426;0.500000;0.500000;0.473525;0.828779;0.075648;0.137051;0.235052;0.661055;0.611352;0.000000;0.216870;0.611352;0.528469;0.823465;0.717278;0.228641;0.197499;0.174798;0.257692;0.805808;0.226181;0.494500;0.997939;0.000124;0.001937;0.994750;0.000000;0.005250;0.999810;0.000000;0.000190;0.952574;0.268941;0.268941;0.500000;0.017986;0.731059;0.952574;0.268941;0.268941;0.047426;0.047426;0.731059;0.047426;0.017986;0.880797;0.500000;0.119203;0.006693;0.017986;0.119203;0.769768;0.664408;0.388410;0.872250;0.000000;0.664185;0.853585;0.033732;0.000000;0.073645;0.000000;0.736334;0.000000;0.163557;0.375428;0.201813;0.340740;0.000000;0.000000;0.040777;0.998955;0.000124;0.000921;0.997660;0.000000;0.002340;0.999950;0.000000;0.000050;0.731059;0.880797;0.119203;0.119203;0.268941;0.731059;0.880797;0.268941;0.500000;0.731059;0.119203;0.880797;0.268941;0.119203;0.268941;0.268941;0.268941;0.017986;0.047426;0.500000;0.602286;0.827641;0.239942;0.422139;0.243424;0.820244;0.851953;0.190002;0.041527;0.272099;0.259802;0.639225;0.194818;0.399152;0.099124;0.519240;0.333588;0.416538;0.094149;0.227585;0.999574;0.000124;0.000302;0.999515;0.000000;0.000485;0.999950;0.000000;0.000050;0.880797;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.017986;0.952574;0.982014;0.017986;0.952574;0.119203;0.017986;0.047426;0.119203;0.017986;0.268941;0.880797;0.094747;0.000000;0.000000;0.000000;0.273090;0.000000;0.000000;0.056041;0.000000;0.930150;0.876208;0.000000;0.250490;0.322348;0.000000;0.000000;0.174221;0.566111;0.141973;0.800592;0.999720;0.000124;0.000156;0.999940;0.000000;0.000060;0.999965;0.000000;0.000035;0.500000;0.952574;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.119203;0.047426;0.047426;0.982014;0.268941;0.006693;0.047426;0.268941;0.268941;0.006693;0.119203;0.119203;0.500750;0.883088;0.242688;0.746494;0.000000;0.553050;0.748005;0.220286;0.112845;0.382252;0.291316;0.789182;0.430209;0.000000;0.000000;0.518991;0.283940;0.437085;0.082792;0.100471;0.999734;0.000124;0.000142;0.999965;0.000000;0.000035;0.999980;0.000000;0.000020;0.880797;0.731059;0.500000;0.500000;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.047426;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.816378;0.683521;0.512747;0.233617;0.319950;0.771006;0.751943;0.156963;0.367722;0.057758;0.037219;0.826640;0.419458;0.128981;0.199567;0.461327;0.542150;0.000000;0.000000;0.036264;0.999725;0.000124;0.000151;1.000.000;0.000000;0.000000;0.999920;0.000000;0.000080;0.880797;0.119203;0.017986;0.268941;0.731059;0.047426;0.119203;0.119203;0.017986;0.952574;0.952574;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.770653;0.353201;0.503250;0.328274;0.186943;0.000000;0.501000;0.353201;0.119308;0.779886;0.653169;0.306613;0.220630;0.487253;0.183322;0.425069;0.243424;0.000000;0.213661;0.708890;0.999679;0.000124;0.000197;0.999995;0.000000;0.000005;0.999785;0.000000;0.000215;0.880797;0.119203;0.268941;0.047426;0.119203;0.119203;0.047426;0.047426;0.500000;0.731059;0.952574;0.268941;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.880797;0.500000;0.367490;0.069785;0.096477;0.082868;0.000000;0.000000;0.000000;0.175086;0.000000;0.620577;0.905424;0.000000;0.909537;0.810767;0.047834;0.000000;0.041646;0.000000;0.582003;0.522235;0.999314;0.000124;0.000562;0.999930;0.000000;0.000070;0.998755;0.000000;0.001245
0.880797;0.268941;0.500000;0.880797;0.047426;0.880797;0.982014;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.006693;0.268941;0.731059;0.268941;0.006693;0.017986;0.047426;0.733020;0.422871;0.202297;0.742308;0.000000;0.676558;0.917662;0.438562;0.000000;0.000000;0.000000;0.420919;0.000000;0.000000;0.356176;0.576153;0.413382;0.355947;0.110859;0.230764;0.950809;0.000124;0.049067;0.899330;0.000000;0.100670;0.953840;0.000000;0.046160;0.500000;0.119203;0.731059;0.952574;0.047426;0.880797;0.880797;0.500000;0.731059;0.119203;0.047426;0.500000;0.500000;0.119203;0.119203;0.268941;0.500000;0.047426;0.731059;0.119203;0.560699;0.562423;0.206198;0.669295;0.000000;0.841842;0.907207;0.043730;0.531209;0.072091;0.327173;0.484755;0.399872;0.210985;0.000000;0.451899;0.479511;0.000000;0.238667;0.121532;0.969852;0.000124;0.030024;0.933720;0.000000;0.066280;0.976580;0.000000;0.023420;0.268941;0.952574;0.119203;0.268941;0.119203;0.731059;0.500000;0.119203;0.119203;0.500000;0.731059;0.952574;0.731059;0.119203;0.047426;0.119203;0.268941;0.047426;0.500000;0.500000;0.473525;0.828779;0.075648;0.137051;0.235052;0.661055;0.611352;0.000000;0.216870;0.611352;0.528469;0.823465;0.717278;0.228641;0.197499;0.174798;0.257692;0.805808;0.226181;0.494500;0.997939;0.000124;0.001937;0.994750;0.000000;0.005250;0.999810;0.000000;0.000190;0.952574;0.268941;0.268941;0.500000;0.017986;0.731059;0.952574;0.268941;0.268941;0.047426;0.047426;0.731059;0.047426;0.017986;0.880797;0.500000;0.119203;0.006693;0.017986;0.119203;0.769768;0.664408;0.388410;0.872250;0.000000;0.664185;0.853585;0.033732;0.000000;0.073645;0.000000;0.736334;0.000000;0.163557;0.375428;0.201813;0.340740;0.000000;0.000000;0.040777;0.998955;0.000124;0.000921;0.997660;0.000000;0.002340;0.999950;0.000000;0.000050;0.731059;0.880797;0.119203;0.119203;0.268941;0.731059;0.880797;0.268941;0.500000;0.731059;0.119203;0.880797;0.268941;0.119203;0.268941;0.268941;0.268941;0.017986;0.047426;0.500000;0.602286;0.827641;0.239942;0.422139;0.243424;0.820244;0.851953;0.190002;0.041527;0.272099;0.259802;0.639225;0.194818;0.399152;0.099124;0.519240;0.333588;0.416538;0.094149;0.227585;0.999574;0.000124;0.000302;0.999515;0.000000;0.000485;0.999950;0.000000;0.000050;0.880797;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.017986;0.952574;0.982014;0.017986;0.952574;0.119203;0.017986;0.047426;0.119203;0.017986;0.268941;0.880797;0.094747;0.000000;0.000000;0.000000;0.273090;0.000000;0.000000;0.056041;0.000000;0.930150;0.876208;0.000000;0.250490;0.322348;0.000000;0.000000;0.174221;0.566111;0.141973;0.800592;0.999720;0.000124;0.000156;0.999940;0.000000;0.000060;0.999965;0.000000;0.000035;0.500000;0.952574;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.119203;0.047426;0.047426;0.982014;0.268941;0.006693;0.047426;0.268941;0.268941;0.006693;0.119203;0.119203;0.500750;0.883088;0.242688;0.746494;0.000000;0.553050;0.748005;0.220286;0.112845;0.382252;0.291316;0.789182;0.430209;0.000000;0.000000;0.518991;0.283940;0.437085;0.082792;0.100471;0.999734;0.000124;0.000142;0.999965;0.000000;0.000035;0.999980;0.000000;0.000020;0.880797;0.731059;0.500000;0.500000;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.047426;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.816378;0.683521;0.512747;0.233617;0.319950;0.771006;0.751943;0.156963;0.367722;0.057758;0.037219;0.826640;0.419458;0.128981;0.199567;0.461327;0.542150;0.000000;0.000000;0.036264;0.999725;0.000124;0.000151;1.000.000;0.000000;0.000000;0.999920;0.000000;0.000080;0.880797;0.119203;0.017986;0.268941;0.731059;0.047426;0.119203;0.119203;0.017986;0.952574;0.952574;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.770653;0.353201;0.503250;0.328274;0.186943;0.000000;0.501000;0.353201;0.119308;0.779886;0.653169;0.306613;0.220630;0.487253;0.183322;0.425069;0.243424;0.000000;0.213661;0.708890;0.999679;0.000124;0.000197;0.999995;0.000000;0.000005;0.999785;0.000000;0.000215;0.880797;0.119203;0.268941;0.047426;0.119203;0.119203;0.047426;0.047426;0.500000;0.731059;0.952574;0.268941;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.880797;0.500000;0.367490;0.069785;0.096477;0.082868;0.000000;0.000000;0.000000;0.175086;0.000000;0.620577;0.905424;0.000000;0.909537;0.810767;0.047834;0.000000;0.041646;0.000000;0.582003;0.522235;0.999314;0.000124;0.000562;0.999930;0.000000;0.000070;0.998755;0.000000;0.001245;0.731059;0.880797;0.500000;0.880797;0.017986;0.952574;0.952574;0.119203;0.268941;0.017986;0.047426;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.017986;0.316263;0.803292;0.271307;0.523483;0.239213;0.836170;0.864713;0.276878;0.230232;0.330041;0.000000;0.806590;0.000000;0.000000;0.066608;0.394126;0.358013;0.000000;0.000000;0.535689;0.997585;0.000134;0.002279;0.999535;0.000000;0.000465;0.994025;0.000000;0.005970
0.500000;0.119203;0.731059;0.952574;0.047426;0.880797;0.880797;0.500000;0.731059;0.119203;0.047426;0.500000;0.500000;0.119203;0.119203;0.268941;0.500000;0.047426;0.731059;0.119203;0.560699;0.562423;0.206198;0.669295;0.000000;0.841842;0.907207;0.043730;0.531209;0.072091;0.327173;0.484755;0.399872;0.210985;0.000000;0.451899;0.479511;0.000000;0.238667;0.121532;0.969852;0.000124;0.030024;0.933720;0.000000;0.066280;0.976580;0.000000;0.023420;0.268941;0.952574;0.119203;0.268941;0.119203;0.731059;0.500000;0.119203;0.119203;0.500000;0.731059;0.952574;0.731059;0.119203;0.047426;0.119203;0.268941;0.047426;0.500000;0.500000;0.473525;0.828779;0.075648;0.137051;0.235052;0.661055;0.611352;0.000000;0.216870;0.611352;0.528469;0.823465;0.717278;0.228641;0.197499;0.174798;0.257692;0.805808;0.226181;0.494500;0.997939;0.000124;0.001937;0.994750;0.000000;0.005250;0.999810;0.000000;0.000190;0.952574;0.268941;0.268941;0.500000;0.017986;0.731059;0.952574;0.268941;0.268941;0.047426;0.047426;0.731059;0.047426;0.017986;0.880797;0.500000;0.119203;0.006693;0.017986;0.119203;0.769768;0.664408;0.388410;0.872250;0.000000;0.664185;0.853585;0.033732;0.000000;0.073645;0.000000;0.736334;0.000000;0.163557;0.375428;0.201813;0.340740;0.000000;0.000000;0.040777;0.998955;0.000124;0.000921;0.997660;0.000000;0.002340;0.999950;0.000000;0.000050;0.731059;0.880797;0.119203;0.119203;0.268941;0.731059;0.880797;0.268941;0.500000;0.731059;0.119203;0.880797;0.268941;0.119203;0.268941;0.268941;0.268941;0.017986;0.047426;0.500000;0.602286;0.827641;0.239942;0.422139;0.243424;0.820244;0.851953;0.190002;0.041527;0.272099;0.259802;0.639225;0.194818;0.399152;0.099124;0.519240;0.333588;0.416538;0.094149;0.227585;0.999574;0.000124;0.000302;0.999515;0.000000;0.000485;0.999950;0.000000;0.000050;0.880797;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.017986;0.952574;0.982014;0.017986;0.952574;0.119203;0.017986;0.047426;0.119203;0.017986;0.268941;0.880797;0.094747;0.000000;0.000000;0.000000;0.273090;0.000000;0.000000;0.056041;0.000000;0.930150;0.876208;0.000000;0.250490;0.322348;0.000000;0.000000;0.174221;0.566111;0.141973;0.800592;0.999720;0.000124;0.000156;0.999940;0.000000;0.000060;0.999965;0.000000;0.000035;0.500000;0.952574;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.119203;0.047426;0.047426;0.982014;0.268941;0.006693;0.047426;0.268941;0.268941;0.006693;0.119203;0.119203;0.500750;0.883088;0.242688;0.746494;0.000000;0.553050;0.748005;0.220286;0.112845;0.382252;0.291316;0.789182;0.430209;0.000000;0.000000;0.518991;0.283940;0.437085;0.082792;0.100471;0.999734;0.000124;0.000142;0.999965;0.000000;0.000035;0.999980;0.000000;0.000020;0.880797;0.731059;0.500000;0.500000;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.047426;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.816378;0.683521;0.512747;0.233617;0.319950;0.771006;0.751943;0.156963;0.367722;0.057758;0.037219;0.826640;0.419458;0.128981;0.199567;0.461327;0.542150;0.000000;0.000000;0.036264;0.999725;0.000124;0.000151;1.000.000;0.000000;0.000000;0.999920;0.000000;0.000080;0.880797;0.119203;0.017986;0.268941;0.731059;0.047426;0.119203;0.119203;0.017986;0.952574;0.952574;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.770653;0.353201;0.503250;0.328274;0.186943;0.000000;0.501000;0.353201;0.119308;0.779886;0.653169;0.306613;0.220630;0.487253;0.183322;0.425069;0.243424;0.000000;0.213661;0.708890;0.999679;0.000124;0.000197;0.999995;0.000000;0.000005;0.999785;0.000000;0.000215;0.880797;0.119203;0.268941;0.047426;0.119203;0.119203;0.047426;0.047426;0.500000;0.731059;0.952574;0.268941;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.880797;0.500000;0.367490;0.069785;0.096477;0.082868;0.000000;0.000000;0.000000;0.175086;0.000000;0.620577;0.905424;0.000000;0.909537;0.810767;0.047834;0.000000;0.041646;0.000000;0.582003;0.522235;0.999314;0.000124;0.000562;0.999930;0.000000;0.000070;0.998755;0.000000;0.001245;0.731059;0.880797;0.500000;0.880797;0.017986;0.952574;0.952574;0.119203;0.268941;0.017986;0.047426;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.017986;0.316263;0.803292;0.271307;0.523483;0.239213;0.836170;0.864713;0.276878;0.230232;0.330041;0.000000;0.806590;0.000000;0.000000;0.066608;0.394126;0.358013;0.000000;0.000000;0.535689;0.997585;0.000134;0.002279;0.999535;0.000000;0.000465;0.994025;0.000000;0.005970;0.500000;0.880797;0.500000;0.731059;0.017986;0.731059;0.880797;0.047426;0.500000;0.119203;0.268941;0.952574;0.952574;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.119203;0.598688;0.806121;0.515495;0.699517;0.000000;0.696143;0.859241;0.155776;0.152129;0.073305;0.112645;0.758413;0.217210;0.000000;0.459588;0.670622;0.142950;0.000000;0.000000;0.050883;0.991457;0.000146;0.008396;0.995915;0.000000;0.004085;0.979330;0.000000;0.020665
0.268941;0.952574;0.119203;0.268941;0.119203;0.731059;0.500000;0.119203;0.119203;0.500000;0.731059;0.952574;0.731059;0.119203;0.047426;0.119203;0.268941;0.047426;0.500000;0.500000;0.473525;0.828779;0.075648;0.137051;0.235052;0.661055;0.611352;0.000000;0.216870;0.611352;0.528469;0.823465;0.717278;0.228641;0.197499;0.174798;0.257692;0.805808;0.226181;0.494500;0.997939;0.000124;0.001937;0.994750;0.000000;0.005250;0.999810;0.000000;0.000190;0.952574;0.268941;0.268941;0.500000;0.017986;0.731059;0.952574;0.268941;0.268941;0.047426;0.047426;0.731059;0.047426;0.017986;0.880797;0.500000;0.119203;0.006693;0.017986;0.119203;0.769768;0.664408;0.388410;0.872250;0.000000;0.664185;0.853585;0.033732;0.000000;0.073645;0.000000;0.736334;0.000000;0.163557;0.375428;0.201813;0.340740;0.000000;0.000000;0.040777;0.998955;0.000124;0.000921;0.997660;0.000000;0.002340;0.999950;0.000000;0.000050;0.731059;0.880797;0.119203;0.119203;0.268941;0.731059;0.880797;0.268941;0.500000;0.731059;0.119203;0.880797;0.268941;0.119203;0.268941;0.268941;0.268941;0.017986;0.047426;0.500000;0.602286;0.827641;0.239942;0.422139;0.243424;0.820244;0.851953;0.190002;0.041527;0.272099;0.259802;0.639225;0.194818;0.399152;0.099124;0.519240;0.333588;0.416538;0.094149;0.227585;0.999574;0.000124;0.000302;0.999515;0.000000;0.000485;0.999950;0.000000;0.000050;0.880797;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.017986;0.952574;0.982014;0.017986;0.952574;0.119203;0.017986;0.047426;0.119203;0.017986;0.268941;0.880797;0.094747;0.000000;0.000000;0.000000;0.273090;0.000000;0.000000;0.056041;0.000000;0.930150;0.876208;0.000000;0.250490;0.322348;0.000000;0.000000;0.174221;0.566111;0.141973;0.800592;0.999720;0.000124;0.000156;0.999940;0.000000;0.000060;0.999965;0.000000;0.000035;0.500000;0.952574;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.119203;0.047426;0.047426;0.982014;0.268941;0.006693;0.047426;0.268941;0.268941;0.006693;0.119203;0.119203;0.500750;0.883088;0.242688;0.746494;0.000000;0.553050;0.748005;0.220286;0.112845;0.382252;0.291316;0.789182;0.430209;0.000000;0.000000;0.518991;0.283940;0.437085;0.082792;0.100471;0.999734;0.000124;0.000142;0.999965;0.000000;0.000035;0.999980;0.000000;0.000020;0.880797;0.731059;0.500000;0.500000;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.047426;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.816378;0.683521;0.512747;0.233617;0.319950;0.771006;0.751943;0.156963;0.367722;0.057758;0.037219;0.826640;0.419458;0.128981;0.199567;0.461327;0.542150;0.000000;0.000000;0.036264;0.999725;0.000124;0.000151;1.000.000;0.000000;0.000000;0.999920;0.000000;0.000080;0.880797;0.119203;0.017986;0.268941;0.731059;0.047426;0.119203;0.119203;0.017986;0.952574;0.952574;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.770653;0.353201;0.503250;0.328274;0.186943;0.000000;0.501000;0.353201;0.119308;0.779886;0.653169;0.306613;0.220630;0.487253;0.183322;0.425069;0.243424;0.000000;0.213661;0.708890;0.999679;0.000124;0.000197;0.999995;0.000000;0.000005;0.999785;0.000000;0.000215;0.880797;0.119203;0.268941;0.047426;0.119203;0.119203;0.047426;0.047426;0.500000;0.731059;0.952574;0.268941;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.880797;0.500000;0.367490;0.069785;0.096477;0.082868;0.000000;0.000000;0.000000;0.175086;0.000000;0.620577;0.905424;0.000000;0.909537;0.810767;0.047834;0.000000;0.041646;0.000000;0.582003;0.522235;0.999314;0.000124;0.000562;0.999930;0.000000;0.000070;0.998755;0.000000;0.001245;0.731059;0.880797;0.500000;0.880797;0.017986;0.952574;0.952574;0.119203;0.268941;0.017986;0.047426;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.017986;0.316263;0.803292;0.271307;0.523483;0.239213;0.836170;0.864713;0.276878;0.230232;0.330041;0.000000;0.806590;0.000000;0.000000;0.066608;0.394126;0.358013;0.000000;0.000000;0.535689;0.997585;0.000134;0.002279;0.999535;0.000000;0.000465;0.994025;0.000000;0.005970;0.500000;0.880797;0.500000;0.731059;0.017986;0.731059;0.880797;0.047426;0.500000;0.119203;0.268941;0.952574;0.952574;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.119203;0.598688;0.806121;0.515495;0.699517;0.000000;0.696143;0.859241;0.155776;0.152129;0.073305;0.112645;0.758413;0.217210;0.000000;0.459588;0.670622;0.142950;0.000000;0.000000;0.050883;0.991457;0.000146;0.008396;0.995915;0.000000;0.004085;0.979330;0.000000;0.020665;0.017986;0.006693;0.119203;0.006693;0.017986;0.017986;0.006693;0.002473;0.047426;0.993307;0.880797;0.006693;0.268941;0.731059;0.017986;0.017986;0.047426;0.119203;0.997527;0.500000;0.362160;0.116089;0.527223;0.000000;0.633439;0.000000;0.087384;0.056893;0.000000;0.775041;0.862594;0.225133;0.765307;0.558728;0.332700;0.407333;0.062914;0.777646;0.684817;0.525478;0.730728;0.001921;0.267348;0.964410;0.000020;0.035565;0.587650;0.005240;0.407105
0.952574;0.268941;0.268941;0.500000;0.017986;0.731059;0.952574;0.268941;0.268941;0.047426;0.047426;0.731059;0.047426;0.017986;0.880797;0.500000;0.119203;0.006693;0.017986;0.119203;0.769768;0.664408;0.388410;0.872250;0.000000;0.664185;0.853585;0.033732;0.000000;0.073645;0.000000;0.736334;0.000000;0.163557;0.375428;0.201813;0.340740;0.000000;0.000000;0.040777;0.998955;0.000124;0.000921;0.997660;0.000000;0.002340;0.999950;0.000000;0.000050;0.731059;0.880797;0.119203;0.119203;0.268941;0.731059;0.880797;0.268941;0.500000;0.731059;0.119203;0.880797;0.268941;0.119203;0.268941;0.268941;0.268941;0.017986;0.047426;0.500000;0.602286;0.827641;0.239942;0.422139;0.243424;0.820244;0.851953;0.190002;0.041527;0.272099;0.259802;0.639225;0.194818;0.399152;0.099124;0.519240;0.333588;0.416538;0.094149;0.227585;0.999574;0.000124;0.000302;0.999515;0.000000;0.000485;0.999950;0.000000;0.000050;0.880797;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.017986;0.952574;0.982014;0.017986;0.952574;0.119203;0.017986;0.047426;0.119203;0.017986;0.268941;0.880797;0.094747;0.000000;0.000000;0.000000;0.273090;0.000000;0.000000;0.056041;0.000000;0.930150;0.876208;0.000000;0.250490;0.322348;0.000000;0.000000;0.174221;0.566111;0.141973;0.800592;0.999720;0.000124;0.000156;0.999940;0.000000;0.000060;0.999965;0.000000;0.000035;0.500000;0.952574;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.119203;0.047426;0.047426;0.982014;0.268941;0.006693;0.047426;0.268941;0.268941;0.006693;0.119203;0.119203;0.500750;0.883088;0.242688;0.746494;0.000000;0.553050;0.748005;0.220286;0.112845;0.382252;0.291316;0.789182;0.430209;0.000000;0.000000;0.518991;0.283940;0.437085;0.082792;0.100471;0.999734;0.000124;0.000142;0.999965;0.000000;0.000035;0.999980;0.000000;0.000020;0.880797;0.731059;0.500000;0.500000;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.047426;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.816378;0.683521;0.512747;0.233617;0.319950;0.771006;0.751943;0.156963;0.367722;0.057758;0.037219;0.826640;0.419458;0.128981;0.199567;0.461327;0.542150;0.000000;0.000000;0.036264;0.999725;0.000124;0.000151;1.000.000;0.000000;0.000000;0.999920;0.000000;0.000080;0.880797;0.119203;0.017986;0.268941;0.731059;0.047426;0.119203;0.119203;0.017986;0.952574;0.952574;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.770653;0.353201;0.503250;0.328274;0.186943;0.000000;0.501000;0.353201;0.119308;0.779886;0.653169;0.306613;0.220630;0.487253;0.183322;0.425069;0.243424;0.000000;0.213661;0.708890;0.999679;0.000124;0.000197;0.999995;0.000000;0.000005;0.999785;0.000000;0.000215;0.880797;0.119203;0.268941;0.047426;0.119203;0.119203;0.047426;0.047426;0.500000;0.731059;0.952574;0.268941;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.880797;0.500000;0.367490;0.069785;0.096477;0.082868;0.000000;0.000000;0.000000;0.175086;0.000000;0.620577;0.905424;0.000000;0.909537;0.810767;0.047834;0.000000;0.041646;0.000000;0.582003;0.522235;0.999314;0.000124;0.000562;0.999930;0.000000;0.000070;0.998755;0.000000;0.001245;0.731059;0.880797;0.500000;0.880797;0.017986;0.952574;0.952574;0.119203;0.268941;0.017986;0.047426;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.017986;0.316263;0.803292;0.271307;0.523483;0.239213;0.836170;0.864713;0.276878;0.230232;0.330041;0.000000;0.806590;0.000000;0.000000;0.066608;0.394126;0.358013;0.000000;0.000000;0.535689;0.997585;0.000134;0.002279;0.999535;0.000000;0.000465;0.994025;0.000000;0.005970;0.500000;0.880797;0.500000;0.731059;0.017986;0.731059;0.880797;0.047426;0.500000;0.119203;0.268941;0.952574;0.952574;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.119203;0.598688;0.806121;0.515495;0.699517;0.000000;0.696143;0.859241;0.155776;0.152129;0.073305;0.112645;0.758413;0.217210;0.000000;0.459588;0.670622;0.142950;0.000000;0.000000;0.050883;0.991457;0.000146;0.008396;0.995915;0.000000;0.004085;0.979330;0.000000;0.020665;0.017986;0.006693;0.119203;0.006693;0.017986;0.017986;0.006693;0.002473;0.047426;0.993307;0.880797;0.006693;0.268941;0.731059;0.017986;0.017986;0.047426;0.119203;0.997527;0.500000;0.362160;0.116089;0.527223;0.000000;0.633439;0.000000;0.087384;0.056893;0.000000;0.775041;0.862594;0.225133;0.765307;0.558728;0.332700;0.407333;0.062914;0.777646;0.684817;0.525478;0.730728;0.001921;0.267348;0.964410;0.000020;0.035565;0.587650;0.005240;0.407105;0.119203;0.952574;0.119203;0.268941;0.047426;0.500000;0.268941;0.017986;0.731059;0.268941;0.880797;0.880797;0.952574;0.731059;0.119203;0.119203;0.119203;0.047426;0.500000;0.268941;0.000000;0.000000;0.723122;0.000000;0.000000;0.000000;0.000000;0.951154;0.000000;0.000000;0.000000;0.601567;0.950640;0.000000;0.699517;0.000000;0.000000;0.000000;0.000000;0.000000;0.533226;0.001693;0.465083;0.912115;0.000030;0.087855;0.009705;0.004420;0.985880
0.731059;0.880797;0.119203;0.119203;0.268941;0.731059;0.880797;0.268941;0.500000;0.731059;0.119203;0.880797;0.268941;0.119203;0.268941;0.268941;0.268941;0.017986;0.047426;0.500000;0.602286;0.827641;0.239942;0.422139;0.243424;0.820244;0.851953;0.190002;0.041527;0.272099;0.259802;0.639225;0.194818;0.399152;0.099124;0.519240;0.333588;0.416538;0.094149;0.227585;0.999574;0.000124;0.000302;0.999515;0.000000;0.000485;0.999950;0.000000;0.000050;0.880797;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.017986;0.952574;0.982014;0.017986;0.952574;0.119203;0.017986;0.047426;0.119203;0.017986;0.268941;0.880797;0.094747;0.000000;0.000000;0.000000;0.273090;0.000000;0.000000;0.056041;0.000000;0.930150;0.876208;0.000000;0.250490;0.322348;0.000000;0.000000;0.174221;0.566111;0.141973;0.800592;0.999720;0.000124;0.000156;0.999940;0.000000;0.000060;0.999965;0.000000;0.000035;0.500000;0.952574;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.119203;0.047426;0.047426;0.982014;0.268941;0.006693;0.047426;0.268941;0.268941;0.006693;0.119203;0.119203;0.500750;0.883088;0.242688;0.746494;0.000000;0.553050;0.748005;0.220286;0.112845;0.382252;0.291316;0.789182;0.430209;0.000000;0.000000;0.518991;0.283940;0.437085;0.082792;0.100471;0.999734;0.000124;0.000142;0.999965;0.000000;0.000035;0.999980;0.000000;0.000020;0.880797;0.731059;0.500000;0.500000;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.047426;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.816378;0.683521;0.512747;0.233617;0.319950;0.771006;0.751943;0.156963;0.367722;0.057758;0.037219;0.826640;0.419458;0.128981;0.199567;0.461327;0.542150;0.000000;0.000000;0.036264;0.999725;0.000124;0.000151;1.000.000;0.000000;0.000000;0.999920;0.000000;0.000080;0.880797;0.119203;0.017986;0.268941;0.731059;0.047426;0.119203;0.119203;0.017986;0.952574;0.952574;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.770653;0.353201;0.503250;0.328274;0.186943;0.000000;0.501000;0.353201;0.119308;0.779886;0.653169;0.306613;0.220630;0.487253;0.183322;0.425069;0.243424;0.000000;0.213661;0.708890;0.999679;0.000124;0.000197;0.999995;0.000000;0.000005;0.999785;0.000000;0.000215;0.880797;0.119203;0.268941;0.047426;0.119203;0.119203;0.047426;0.047426;0.500000;0.731059;0.952574;0.268941;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.880797;0.500000;0.367490;0.069785;0.096477;0.082868;0.000000;0.000000;0.000000;0.175086;0.000000;0.620577;0.905424;0.000000;0.909537;0.810767;0.047834;0.000000;0.041646;0.000000;0.582003;0.522235;0.999314;0.000124;0.000562;0.999930;0.000000;0.000070;0.998755;0.000000;0.001245;0.731059;0.880797;0.500000;0.880797;0.017986;0.952574;0.952574;0.119203;0.268941;0.017986;0.047426;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.017986;0.316263;0.803292;0.271307;0.523483;0.239213;0.836170;0.864713;0.276878;0.230232;0.330041;0.000000;0.806590;0.000000;0.000000;0.066608;0.394126;0.358013;0.000000;0.000000;0.535689;0.997585;0.000134;0.002279;0.999535;0.000000;0.000465;0.994025;0.000000;0.005970;0.500000;0.880797;0.500000;0.731059;0.017986;0.731059;0.880797;0.047426;0.500000;0.119203;0.268941;0.952574;0.952574;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.119203;0.598688;0.806121;0.515495;0.699517;0.000000;0.696143;0.859241;0.155776;0.152129;0.073305;0.112645;0.758413;0.217210;0.000000;0.459588;0.670622;0.142950;0.000000;0.000000;0.050883;0.991457;0.000146;0.008396;0.995915;0.000000;0.004085;0.979330;0.000000;0.020665;0.017986;0.006693;0.119203;0.006693;0.017986;0.017986;0.006693;0.002473;0.047426;0.993307;0.880797;0.006693;0.268941;0.731059;0.017986;0.017986;0.047426;0.119203;0.997527;0.500000;0.362160;0.116089;0.527223;0.000000;0.633439;0.000000;0.087384;0.056893;0.000000;0.775041;0.862594;0.225133;0.765307;0.558728;0.332700;0.407333;0.062914;0.777646;0.684817;0.525478;0.730728;0.001921;0.267348;0.964410;0.000020;0.035565;0.587650;0.005240;0.407105;0.119203;0.952574;0.119203;0.268941;0.047426;0.500000;0.268941;0.017986;0.731059;0.268941;0.880797;0.880797;0.952574;0.731059;0.119203;0.119203;0.119203;0.047426;0.500000;0.268941;0.000000;0.000000;0.723122;0.000000;0.000000;0.000000;0.000000;0.951154;0.000000;0.000000;0.000000;0.601567;0.950640;0.000000;0.699517;0.000000;0.000000;0.000000;0.000000;0.000000;0.533226;0.001693;0.465083;0.912115;0.000030;0.087855;0.009705;0.004420;0.985880;0.047426;0.500000;0.500000;0.268941;0.006693;0.982014;0.993307;0.017986;0.268941;0.006693;0.017986;0.982014;0.047426;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.291210;0.064863;0.643930;0.550735;0.000120;0.449145;0.031685;0.129605;0.838715
0.880797;0.017986;0.006693;0.006693;0.268941;0.017986;0.017986;0.017986;0.017986;0.952574;0.982014;0.017986;0.952574;0.119203;0.017986;0.047426;0.119203;0.017986;0.268941;0.880797;0.094747;0.000000;0.000000;0.000000;0.273090;0.000000;0.000000;0.056041;0.000000;0.930150;0.876208;0.000000;0.250490;0.322348;0.000000;0.000000;0.174221;0.566111;0.141973;0.800592;0.999720;0.000124;0.000156;0.999940;0.000000;0.000060;0.999965;0.000000;0.000035;0.500000;0.952574;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.119203;0.047426;0.047426;0.982014;0.268941;0.006693;0.047426;0.268941;0.268941;0.006693;0.119203;0.119203;0.500750;0.883088;0.242688;0.746494;0.000000;0.553050;0.748005;0.220286;0.112845;0.382252;0.291316;0.789182;0.430209;0.000000;0.000000;0.518991;0.283940;0.437085;0.082792;0.100471;0.999734;0.000124;0.000142;0.999965;0.000000;0.000035;0.999980;0.000000;0.000020;0.880797;0.731059;0.500000;0.500000;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.047426;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.816378;0.683521;0.512747;0.233617;0.319950;0.771006;0.751943;0.156963;0.367722;0.057758;0.037219;0.826640;0.419458;0.128981;0.199567;0.461327;0.542150;0.000000;0.000000;0.036264;0.999725;0.000124;0.000151;1.000.000;0.000000;0.000000;0.999920;0.000000;0.000080;0.880797;0.119203;0.017986;0.268941;0.731059;0.047426;0.119203;0.119203;0.017986;0.952574;0.952574;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.770653;0.353201;0.503250;0.328274;0.186943;0.000000;0.501000;0.353201;0.119308;0.779886;0.653169;0.306613;0.220630;0.487253;0.183322;0.425069;0.243424;0.000000;0.213661;0.708890;0.999679;0.000124;0.000197;0.999995;0.000000;0.000005;0.999785;0.000000;0.000215;0.880797;0.119203;0.268941;0.047426;0.119203;0.119203;0.047426;0.047426;0.500000;0.731059;0.952574;0.268941;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.880797;0.500000;0.367490;0.069785;0.096477;0.082868;0.000000;0.000000;0.000000;0.175086;0.000000;0.620577;0.905424;0.000000;0.909537;0.810767;0.047834;0.000000;0.041646;0.000000;0.582003;0.522235;0.999314;0.000124;0.000562;0.999930;0.000000;0.000070;0.998755;0.000000;0.001245;0.731059;0.880797;0.500000;0.880797;0.017986;0.952574;0.952574;0.119203;0.268941;0.017986;0.047426;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.017986;0.316263;0.803292;0.271307;0.523483;0.239213;0.836170;0.864713;0.276878;0.230232;0.330041;0.000000;0.806590;0.000000;0.000000;0.066608;0.394126;0.358013;0.000000;0.000000;0.535689;0.997585;0.000134;0.002279;0.999535;0.000000;0.000465;0.994025;0.000000;0.005970;0.500000;0.880797;0.500000;0.731059;0.017986;0.731059;0.880797;0.047426;0.500000;0.119203;0.268941;0.952574;0.952574;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.119203;0.598688;0.806121;0.515495;0.699517;0.000000;0.696143;0.859241;0.155776;0.152129;0.073305;0.112645;0.758413;0.217210;0.000000;0.459588;0.670622;0.142950;0.000000;0.000000;0.050883;0.991457;0.000146;0.008396;0.995915;0.000000;0.004085;0.979330;0.000000;0.020665;0.017986;0.006693;0.119203;0.006693;0.017986;0.017986;0.006693;0.002473;0.047426;0.993307;0.880797;0.006693;0.268941;0.731059;0.017986;0.017986;0.047426;0.119203;0.997527;0.500000;0.362160;0.116089;0.527223;0.000000;0.633439;0.000000;0.087384;0.056893;0.000000;0.775041;0.862594;0.225133;0.765307;0.558728;0.332700;0.407333;0.062914;0.777646;0.684817;0.525478;0.730728;0.001921;0.267348;0.964410;0.000020;0.035565;0.587650;0.005240;0.407105;0.119203;0.952574;0.119203;0.268941;0.047426;0.500000;0.268941;0.017986;0.731059;0.268941;0.880797;0.880797;0.952574;0.731059;0.119203;0.119203;0.119203;0.047426;0.500000;0.268941;0.000000;0.000000;0.723122;0.000000;0.000000;0.000000;0.000000;0.951154;0.000000;0.000000;0.000000;0.601567;0.950640;0.000000;0.699517;0.000000;0.000000;0.000000;0.000000;0.000000;0.533226;0.001693;0.465083;0.912115;0.000030;0.087855;0.009705;0.004420;0.985880;0.047426;0.500000;0.500000;0.268941;0.006693;0.982014;0.993307;0.017986;0.268941;0.006693;0.017986;0.982014;0.047426;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.291210;0.064863;0.643930;0.550735;0.000120;0.449145;0.031685;0.129605;0.838715;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000
0.500000;0.952574;0.268941;0.731059;0.047426;0.731059;0.880797;0.047426;0.119203;0.047426;0.047426;0.982014;0.268941;0.006693;0.047426;0.268941;0.268941;0.006693;0.119203;0.119203;0.500750;0.883088;0.242688;0.746494;0.000000;0.553050;0.748005;0.220286;0.112845;0.382252;0.291316;0.789182;0.430209;0.000000;0.000000;0.518991;0.283940;0.437085;0.082792;0.100471;0.999734;0.000124;0.000142;0.999965;0.000000;0.000035;0.999980;0.000000;0.000020;0.880797;0.731059;0.500000;0.500000;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.047426;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.816378;0.683521;0.512747;0.233617;0.319950;0.771006;0.751943;0.156963;0.367722;0.057758;0.037219;0.826640;0.419458;0.128981;0.199567;0.461327;0.542150;0.000000;0.000000;0.036264;0.999725;0.000124;0.000151;1.000.000;0.000000;0.000000;0.999920;0.000000;0.000080;0.880797;0.119203;0.017986;0.268941;0.731059;0.047426;0.119203;0.119203;0.017986;0.952574;0.952574;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.770653;0.353201;0.503250;0.328274;0.186943;0.000000;0.501000;0.353201;0.119308;0.779886;0.653169;0.306613;0.220630;0.487253;0.183322;0.425069;0.243424;0.000000;0.213661;0.708890;0.999679;0.000124;0.000197;0.999995;0.000000;0.000005;0.999785;0.000000;0.000215;0.880797;0.119203;0.268941;0.047426;0.119203;0.119203;0.047426;0.047426;0.500000;0.731059;0.952574;0.268941;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.880797;0.500000;0.367490;0.069785;0.096477;0.082868;0.000000;0.000000;0.000000;0.175086;0.000000;0.620577;0.905424;0.000000;0.909537;0.810767;0.047834;0.000000;0.041646;0.000000;0.582003;0.522235;0.999314;0.000124;0.000562;0.999930;0.000000;0.000070;0.998755;0.000000;0.001245;0.731059;0.880797;0.500000;0.880797;0.017986;0.952574;0.952574;0.119203;0.268941;0.017986;0.047426;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.017986;0.316263;0.803292;0.271307;0.523483;0.239213;0.836170;0.864713;0.276878;0.230232;0.330041;0.000000;0.806590;0.000000;0.000000;0.066608;0.394126;0.358013;0.000000;0.000000;0.535689;0.997585;0.000134;0.002279;0.999535;0.000000;0.000465;0.994025;0.000000;0.005970;0.500000;0.880797;0.500000;0.731059;0.017986;0.731059;0.880797;0.047426;0.500000;0.119203;0.268941;0.952574;0.952574;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.119203;0.598688;0.806121;0.515495;0.699517;0.000000;0.696143;0.859241;0.155776;0.152129;0.073305;0.112645;0.758413;0.217210;0.000000;0.459588;0.670622;0.142950;0.000000;0.000000;0.050883;0.991457;0.000146;0.008396;0.995915;0.000000;0.004085;0.979330;0.000000;0.020665;0.017986;0.006693;0.119203;0.006693;0.017986;0.017986;0.006693;0.002473;0.047426;0.993307;0.880797;0.006693;0.268941;0.731059;0.017986;0.017986;0.047426;0.119203;0.997527;0.500000;0.362160;0.116089;0.527223;0.000000;0.633439;0.000000;0.087384;0.056893;0.000000;0.775041;0.862594;0.225133;0.765307;0.558728;0.332700;0.407333;0.062914;0.777646;0.684817;0.525478;0.730728;0.001921;0.267348;0.964410;0.000020;0.035565;0.587650;0.005240;0.407105;0.119203;0.952574;0.119203;0.268941;0.047426;0.500000;0.268941;0.017986;0.731059;0.268941;0.880797;0.880797;0.952574;0.731059;0.119203;0.119203;0.119203;0.047426;0.500000;0.268941;0.000000;0.000000;0.723122;0.000000;0.000000;0.000000;0.000000;0.951154;0.000000;0.000000;0.000000;0.601567;0.950640;0.000000;0.699517;0.000000;0.000000;0.000000;0.000000;0.000000;0.533226;0.001693;0.465083;0.912115;0.000030;0.087855;0.009705;0.004420;0.985880;0.047426;0.500000;0.500000;0.268941;0.006693;0.982014;0.993307;0.017986;0.268941;0.006693;0.017986;0.982014;0.047426;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.291210;0.064863;0.643930;0.550735;0.000120;0.449145;0.031685;0.129605;0.838715;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000
0.880797;0.731059;0.500000;0.500000;0.017986;0.880797;0.982014;0.268941;0.119203;0.017986;0.017986;0.880797;0.047426;0.047426;0.047426;0.268941;0.268941;0.006693;0.047426;0.047426;0.816378;0.683521;0.512747;0.233617;0.319950;0.771006;0.751943;0.156963;0.367722;0.057758;0.037219;0.826640;0.419458;0.128981;0.199567;0.461327;0.542150;0.000000;0.000000;0.036264;0.999725;0.000124;0.000151;1.000.000;0.000000;0.000000;0.999920;0.000000;0.000080;0.880797;0.119203;0.017986;0.268941;0.731059;0.047426;0.119203;0.119203;0.017986;0.952574;0.952574;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.017986;0.047426;0.880797;0.770653;0.353201;0.503250;0.328274;0.186943;0.000000;0.501000;0.353201;0.119308;0.779886;0.653169;0.306613;0.220630;0.487253;0.183322;0.425069;0.243424;0.000000;0.213661;0.708890;0.999679;0.000124;0.000197;0.999995;0.000000;0.000005;0.999785;0.000000;0.000215;0.880797;0.119203;0.268941;0.047426;0.119203;0.119203;0.047426;0.047426;0.500000;0.731059;0.952574;0.268941;0.880797;0.500000;0.017986;0.119203;0.119203;0.268941;0.880797;0.500000;0.367490;0.069785;0.096477;0.082868;0.000000;0.000000;0.000000;0.175086;0.000000;0.620577;0.905424;0.000000;0.909537;0.810767;0.047834;0.000000;0.041646;0.000000;0.582003;0.522235;0.999314;0.000124;0.000562;0.999930;0.000000;0.000070;0.998755;0.000000;0.001245;0.731059;0.880797;0.500000;0.880797;0.017986;0.952574;0.952574;0.119203;0.268941;0.017986;0.047426;0.952574;0.047426;0.006693;0.047426;0.268941;0.268941;0.006693;0.017986;0.017986;0.316263;0.803292;0.271307;0.523483;0.239213;0.836170;0.864713;0.276878;0.230232;0.330041;0.000000;0.806590;0.000000;0.000000;0.066608;0.394126;0.358013;0.000000;0.000000;0.535689;0.997585;0.000134;0.002279;0.999535;0.000000;0.000465;0.994025;0.000000;0.005970;0.500000;0.880797;0.500000;0.731059;0.017986;0.731059;0.880797;0.047426;0.500000;0.119203;0.268941;0.952574;0.952574;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.119203;0.598688;0.806121;0.515495;0.699517;0.000000;0.696143;0.859241;0.155776;0.152129;0.073305;0.112645;0.758413;0.217210;0.000000;0.459588;0.670622;0.142950;0.000000;0.000000;0.050883;0.991457;0.000146;0.008396;0.995915;0.000000;0.004085;0.979330;0.000000;0.020665;0.017986;0.006693;0.119203;0.006693;0.017986;0.017986;0.006693;0.002473;0.047426;0.993307;0.880797;0.006693;0.268941;0.731059;0.017986;0.017986;0.047426;0.119203;0.997527;0.500000;0.362160;0.116089;0.527223;0.000000;0.633439;0.000000;0.087384;0.056893;0.000000;0.775041;0.862594;0.225133;0.765307;0.558728;0.332700;0.407333;0.062914;0.777646;0.684817;0.525478;0.730728;0.001921;0.267348;0.964410;0.000020;0.035565;0.587650;0.005240;0.407105;0.119203;0.952574;0.119203;0.268941;0.047426;0.500000;0.268941;0.017986;0.731059;0.268941;0.880797;0.880797;0.952574;0.731059;0.119203;0.119203;0.119203;0.047426;0.500000;0.268941;0.000000;0.000000;0.723122;0.000000;0.000000;0.000000;0.000000;0.951154;0.000000;0.000000;0.000000;0.601567;0.950640;0.000000;0.699517;0.000000;0.000000;0.000000;0.000000;0.000000;0.533226;0.001693;0.465083;0.912115;0.000030;0.087855;0.009705;0.004420;0.985880;0.047426;0.500000;0.500000;0.268941;0.006693;0.982014;0.993307;0.017986;0.268941;0.006693;0.017986;0.982014;0.047426;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.992875;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.291210;0.064863;0.643930;0.550735;0.000120;0.449145;0.031685;0.129605;0.838715;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.119203;0.017986;0.017986;0.006693;0.047426;0.017986;0.017986;0.006693;0.006693;0.880797;0.268941;0.017986;0.268941;0.047426;0.017986;0.047426;0.731059;0.006693;0.047426;0.997527;0.177555;0.636221;0.000000;0.000000;0.203429;0.896692;0.223740;0.000000;0.000000;0.588798;0.693812;0.763506;0.863892;0.000000;0.000000;0.114559;0.215684;0.000000;0.000000;0.836170;0.145843;0.074943;0.779215;0.173600;0.146990;0.679410;0.263875;0.077785;0.658340;0.006693;0.000911;0.000911;0.002473;0.000335;0.002473;0.002473;0.000911;0.000911;0.000335;0.000335;0.002473;0.000911;0.000335;0.999877;0.047426;0.002473;0.000123;0.000335;0.000911;0.085099;0.124009;0.278483;0.000000;0.000000;0.330483;0.000000;0.060882;0.071891;0.000000;0.000000;0.033764;0.000000;0.083173;0.982673;0.820833;0.165619;0.000000;0.000000;0.000000;0.280547;0.283241;0.436213;0.248960;0.150335;0.600705;0.592645;0.128475;0.278880;0.017986;0.002473;0.000911;0.000911;0.006693;0.002473;0.002473;0.000911;0.002473;0.731059;0.997527;0.002473;0.268941;0.047426;0.002473;0.002473;0.017986;0.006693;0.006693;0.982014;0.486253;0.000000;0.000000;0.000000;0.651809;0.129995;0.000000;0.000000;0.000000;0.844618;0.849028;0.000000;0.177994;0.426780;0.000000;0.046708;0.085802;0.000000;0.000000;0.902120;0.788061;0.078490;0.133445;0.524705;0.218585;0.256700;0.883090;0.016850;0.100055;0.880797;0.006693;0.006693;0.002473;0.731059;0.017986;0.006693;0.017986;0.993307;0.017986;0.017986;0.006693;0.047426;0.500000;0.002473;0.500000;0.017986;0.999877;0.993307;0.731059;0.593391;0.180791;0.072292;0.000000;0.796247;0.000000;0.171931;0.175375;0.875882;0.059693;0.062386;0.096390;0.000000;0.380129;0.043480;0.695932;0.070633;0.961801;0.947150;0.487503;0.891915;0.080575;0.027512;0.726225;0.223625;0.050150;0.972675;0.018065;0.009265;0.119203;0.982014;0.119203;0.268941;0.017986;0.952574;0.731059;0.017986;0.500000;0.017986;0.006693;0.993307;0.017986;0.002473;0.017986;0.047426;0.268941;0.002473;0.006693;0.119203;0.517243;0.728693;0.232723;0.722521;0.000000;0.901500;0.834519;0.055462;0.354573;0.101106;0.021796;0.812753;0.292350;0.000000;0.164105;0.478264;0.110367;0.221318;0.000000;0.369351;0.893334;0.081211;0.025457;0.736730;0.225570;0.037705;0.966415;0.018030;0.015555;0.047426;0.002473;0.000911;0.000911;0.017986;0.006693;0.002473;0.000911;0.119203;0.268941;0.997527;0.002473;0.952574;0.268941;0.002473;0.002473;0.017986;0.006693;0.880797;0.500000;0.180199;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.044277;0.195604;0.226181;0.942838;0.000000;0.869097;0.618692;0.000000;0.000000;0.074124;0.289050;0.523483;0.296504;0.859128;0.074416;0.066455;0.728535;0.205795;0.065670;0.956620;0.017420;0.025960;0.731059;0.002473;0.000911;0.000911;0.006693;0.006693;0.002473;0.002473;0.002473;0.731059;0.997527;0.002473;0.731059;0.500000;0.002473;0.006693;0.017986;0.731059;0.017986;0.119203;0.070633;0.000000;0.110367;0.000000;0.000000;0.000000;0.043149;0.000000;0.000000;0.757863;0.939061;0.000000;0.674805;0.742308;0.000000;0.000000;0.149059;0.775390;0.000000;0.253695;0.625663;0.023215;0.351122;0.472990;0.056880;0.470130;0.893570;0.012730;0.093700;0.017986;0.000911;0.047426;0.002473;0.000911;0.002473;0.000911;0.999665;0.002473;0.000335;0.000335;0.006693;0.000911;0.006693;0.000911;0.006693;0.002473;0.000911;0.000911;0.000911;0.109097;0.043730;0.070765;0.041249;0.000000;0.108903;0.000000;0.970517;0.115679;0.000000;0.018451;0.050259;0.000000;0.000000;0.067295;0.636915;0.033797;0.000000;0.000000;0.000000;0.173232;0.016472;0.810298;0.042595;0.041450;0.915960;0.049425;0.007930;0.942645
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.119203;0.017986;0.017986;0.006693;0.047426;0.017986;0.017986;0.006693;0.006693;0.880797;0.268941;0.017986;0.268941;0.047426;0.017986;0.047426;0.731059;0.006693;0.047426;0.997527;0.177555;0.636221;0.000000;0.000000;0.203429;0.896692;0.223740;0.000000;0.000000;0.588798;0.693812;0.763506;0.863892;0.000000;0.000000;0.114559;0.215684;0.000000;0.000000;0.836170;0.145843;0.074943;0.779215;0.173600;0.146990;0.679410;0.263875;0.077785;0.658340;0.006693;0.000911;0.000911;0.002473;0.000335;0.002473;0.002473;0.000911;0.000911;0.000335;0.000335;0.002473;0.000911;0.000335;0.999877;0.047426;0.002473;0.000123;0.000335;0.000911;0.085099;0.124009;0.278483;0.000000;0.000000;0.330483;0.000000;0.060882;0.071891;0.000000;0.000000;0.033764;0.000000;0.083173;0.982673;0.820833;0.165619;0.000000;0.000000;0.000000;0.280547;0.283241;0.436213;0.248960;0.150335;0.600705;0.592645;0.128475;0.278880;0.017986;0.002473;0.000911;0.000911;0.006693;0.002473;0.002473;0.000911;0.002473;0.731059;0.997527;0.002473;0.268941;0.047426;0.002473;0.002473;0.017986;0.006693;0.006693;0.982014;0.486253;0.000000;0.000000;0.000000;0.651809;0.129995;0.000000;0.000000;0.000000;0.844618;0.849028;0.000000;0.177994;0.426780;0.000000;0.046708;0.085802;0.000000;0.000000;0.902120;0.788061;0.078490;0.133445;0.524705;0.218585;0.256700;0.883090;0.016850;0.100055;0.880797;0.006693;0.006693;0.002473;0.731059;0.017986;0.006693;0.017986;0.993307;0.017986;0.017986;0.006693;0.047426;0.500000;0.002473;0.500000;0.017986;0.999877;0.993307;0.731059;0.593391;0.180791;0.072292;0.000000;0.796247;0.000000;0.171931;0.175375;0.875882;0.059693;0.062386;0.096390;0.000000;0.380129;0.043480;0.695932;0.070633;0.961801;0.947150;0.487503;0.891915;0.080575;0.027512;0.726225;0.223625;0.050150;0.972675;0.018065;0.009265;0.119203;0.982014;0.119203;0.268941;0.017986;0.952574;0.731059;0.017986;0.500000;0.017986;0.006693;0.993307;0.017986;0.002473;0.017986;0.047426;0.268941;0.002473;0.006693;0.119203;0.517243;0.728693;0.232723;0.722521;0.000000;0.901500;0.834519;0.055462;0.354573;0.101106;0.021796;0.812753;0.292350;0.000000;0.164105;0.478264;0.110367;0.221318;0.000000;0.369351;0.893334;0.081211;0.025457;0.736730;0.225570;0.037705;0.966415;0.018030;0.015555;0.047426;0.002473;0.000911;0.000911;0.017986;0.006693;0.002473;0.000911;0.119203;0.268941;0.997527;0.002473;0.952574;0.268941;0.002473;0.002473;0.017986;0.006693;0.880797;0.500000;0.180199;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.044277;0.195604;0.226181;0.942838;0.000000;0.869097;0.618692;0.000000;0.000000;0.074124;0.289050;0.523483;0.296504;0.859128;0.074416;0.066455;0.728535;0.205795;0.065670;0.956620;0.017420;0.025960;0.731059;0.002473;0.000911;0.000911;0.006693;0.006693;0.002473;0.002473;0.002473;0.731059;0.997527;0.002473;0.731059;0.500000;0.002473;0.006693;0.017986;0.731059;0.017986;0.119203;0.070633;0.000000;0.110367;0.000000;0.000000;0.000000;0.043149;0.000000;0.000000;0.757863;0.939061;0.000000;0.674805;0.742308;0.000000;0.000000;0.149059;0.775390;0.000000;0.253695;0.625663;0.023215;0.351122;0.472990;0.056880;0.470130;0.893570;0.012730;0.093700;0.017986;0.000911;0.047426;0.002473;0.000911;0.002473;0.000911;0.999665;0.002473;0.000335;0.000335;0.006693;0.000911;0.006693;0.000911;0.006693;0.002473;0.000911;0.000911;0.000911;0.109097;0.043730;0.070765;0.041249;0.000000;0.108903;0.000000;0.970517;0.115679;0.000000;0.018451;0.050259;0.000000;0.000000;0.067295;0.636915;0.033797;0.000000;0.000000;0.000000;0.173232;0.016472;0.810298;0.042595;0.041450;0.915960;0.049425;0.007930;0.942645;0.952574;0.500000;0.047426;0.017986;0.268941;0.268941;0.017986;0.997527;0.006693;0.002473;0.002473;0.047426;0.017986;0.002473;0.017986;0.119203;0.017986;0.002473;0.002473;0.017986;0.520489;0.283534;0.389599;0.269335;0.358703;0.000000;0.235952;0.950499;0.193879;0.318429;0.238123;0.186639;0.164516;0.000000;0.000000;0.279287;0.249553;0.000000;0.265807;0.118157;0.114772;0.012207;0.873019;0.033930;0.014215;0.951855;0.002800;0.022370;0.974825
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.119203;0.017986;0.017986;0.006693;0.047426;0.017986;0.017986;0.006693;0.006693;0.880797;0.268941;0.017986;0.268941;0.047426;0.017986;0.047426;0.731059;0.006693;0.047426;0.997527;0.177555;0.636221;0.000000;0.000000;0.203429;0.896692;0.223740;0.000000;0.000000;0.588798;0.693812;0.763506;0.863892;0.000000;0.000000;0.114559;0.215684;0.000000;0.000000;0.836170;0.145843;0.074943;0.779215;0.173600;0.146990;0.679410;0.263875;0.077785;0.658340;0.006693;0.000911;0.000911;0.002473;0.000335;0.002473;0.002473;0.000911;0.000911;0.000335;0.000335;0.002473;0.000911;0.000335;0.999877;0.047426;0.002473;0.000123;0.000335;0.000911;0.085099;0.124009;0.278483;0.000000;0.000000;0.330483;0.000000;0.060882;0.071891;0.000000;0.000000;0.033764;0.000000;0.083173;0.982673;0.820833;0.165619;0.000000;0.000000;0.000000;0.280547;0.283241;0.436213;0.248960;0.150335;0.600705;0.592645;0.128475;0.278880;0.017986;0.002473;0.000911;0.000911;0.006693;0.002473;0.002473;0.000911;0.002473;0.731059;0.997527;0.002473;0.268941;0.047426;0.002473;0.002473;0.017986;0.006693;0.006693;0.982014;0.486253;0.000000;0.000000;0.000000;0.651809;0.129995;0.000000;0.000000;0.000000;0.844618;0.849028;0.000000;0.177994;0.426780;0.000000;0.046708;0.085802;0.000000;0.000000;0.902120;0.788061;0.078490;0.133445;0.524705;0.218585;0.256700;0.883090;0.016850;0.100055;0.880797;0.006693;0.006693;0.002473;0.731059;0.017986;0.006693;0.017986;0.993307;0.017986;0.017986;0.006693;0.047426;0.500000;0.002473;0.500000;0.017986;0.999877;0.993307;0.731059;0.593391;0.180791;0.072292;0.000000;0.796247;0.000000;0.171931;0.175375;0.875882;0.059693;0.062386;0.096390;0.000000;0.380129;0.043480;0.695932;0.070633;0.961801;0.947150;0.487503;0.891915;0.080575;0.027512;0.726225;0.223625;0.050150;0.972675;0.018065;0.009265;0.119203;0.982014;0.119203;0.268941;0.017986;0.952574;0.731059;0.017986;0.500000;0.017986;0.006693;0.993307;0.017986;0.002473;0.017986;0.047426;0.268941;0.002473;0.006693;0.119203;0.517243;0.728693;0.232723;0.722521;0.000000;0.901500;0.834519;0.055462;0.354573;0.101106;0.021796;0.812753;0.292350;0.000000;0.164105;0.478264;0.110367;0.221318;0.000000;0.369351;0.893334;0.081211;0.025457;0.736730;0.225570;0.037705;0.966415;0.018030;0.015555;0.047426;0.002473;0.000911;0.000911;0.017986;0.006693;0.002473;0.000911;0.119203;0.268941;0.997527;0.002473;0.952574;0.268941;0.002473;0.002473;0.017986;0.006693;0.880797;0.500000;0.180199;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.044277;0.195604;0.226181;0.942838;0.000000;0.869097;0.618692;0.000000;0.000000;0.074124;0.289050;0.523483;0.296504;0.859128;0.074416;0.066455;0.728535;0.205795;0.065670;0.956620;0.017420;0.025960;0.731059;0.002473;0.000911;0.000911;0.006693;0.006693;0.002473;0.002473;0.002473;0.731059;0.997527;0.002473;0.731059;0.500000;0.002473;0.006693;0.017986;0.731059;0.017986;0.119203;0.070633;0.000000;0.110367;0.000000;0.000000;0.000000;0.043149;0.000000;0.000000;0.757863;0.939061;0.000000;0.674805;0.742308;0.000000;0.000000;0.149059;0.775390;0.000000;0.253695;0.625663;0.023215;0.351122;0.472990;0.056880;0.470130;0.893570;0.012730;0.093700;0.017986;0.000911;0.047426;0.002473;0.000911;0.002473;0.000911;0.999665;0.002473;0.000335;0.000335;0.006693;0.000911;0.006693;0.000911;0.006693;0.002473;0.000911;0.000911;0.000911;0.109097;0.043730;0.070765;0.041249;0.000000;0.108903;0.000000;0.970517;0.115679;0.000000;0.018451;0.050259;0.000000;0.000000;0.067295;0.636915;0.033797;0.000000;0.000000;0.000000;0.173232;0.016472;0.810298;0.042595;0.041450;0.915960;0.049425;0.007930;0.942645;0.952574;0.500000;0.047426;0.017986;0.268941;0.268941;0.017986;0.997527;0.006693;0.002473;0.002473;0.047426;0.017986;0.002473;0.017986;0.119203;0.017986;0.002473;0.002473;0.017986;0.520489;0.283534;0.389599;0.269335;0.358703;0.000000;0.235952;0.950499;0.193879;0.318429;0.238123;0.186639;0.164516;0.000000;0.000000;0.279287;0.249553;0.000000;0.265807;0.118157;0.114772;0.012207;0.873019;0.033930;0.014215;0.951855;0.002800;0.022370;0.974825;0.880797;0.880797;0.500000;0.119203;0.500000;0.500000;0.268941;0.119203;0.993307;0.017986;0.047426;0.500000;0.047426;0.268941;0.119203;0.731059;0.500000;0.017986;0.880797;0.268941;0.792983;0.812296;0.341864;0.306401;0.479511;0.574443;0.427270;0.274681;0.084711;0.057921;0.176681;0.783978;0.000000;0.205380;0.692323;0.644970;0.175086;0.288434;0.538673;0.215684;0.113749;0.012139;0.874112;0.035510;0.010720;0.953770;0.002620;0.006825;0.990555
0.119203;0.017986;0.017986;0.006693;0.047426;0.017986;0.017986;0.006693;0.006693;0.880797;0.268941;0.017986;0.268941;0.047426;0.017986;0.047426;0.731059;0.006693;0.047426;0.997527;0.177555;0.636221;0.000000;0.000000;0.203429;0.896692;0.223740;0.000000;0.000000;0.588798;0.693812;0.763506;0.863892;0.000000;0.000000;0.114559;0.215684;0.000000;0.000000;0.836170;0.145843;0.074943;0.779215;0.173600;0.146990;0.679410;0.263875;0.077785;0.658340;0.006693;0.000911;0.000911;0.002473;0.000335;0.002473;0.002473;0.000911;0.000911;0.000335;0.000335;0.002473;0.000911;0.000335;0.999877;0.047426;0.002473;0.000123;0.000335;0.000911;0.085099;0.124009;0.278483;0.000000;0.000000;0.330483;0.000000;0.060882;0.071891;0.000000;0.000000;0.033764;0.000000;0.083173;0.982673;0.820833;0.165619;0.000000;0.000000;0.000000;0.280547;0.283241;0.436213;0.248960;0.150335;0.600705;0.592645;0.128475;0.278880;0.017986;0.002473;0.000911;0.000911;0.006693;0.002473;0.002473;0.000911;0.002473;0.731059;0.997527;0.002473;0.268941;0.047426;0.002473;0.002473;0.017986;0.006693;0.006693;0.982014;0.486253;0.000000;0.000000;0.000000;0.651809;0.129995;0.000000;0.000000;0.000000;0.844618;0.849028;0.000000;0.177994;0.426780;0.000000;0.046708;0.085802;0.000000;0.000000;0.902120;0.788061;0.078490;0.133445;0.524705;0.218585;0.256700;0.883090;0.016850;0.100055;0.880797;0.006693;0.006693;0.002473;0.731059;0.017986;0.006693;0.017986;0.993307;0.017986;0.017986;0.006693;0.047426;0.500000;0.002473;0.500000;0.017986;0.999877;0.993307;0.731059;0.593391;0.180791;0.072292;0.000000;0.796247;0.000000;0.171931;0.175375;0.875882;0.059693;0.062386;0.096390;0.000000;0.380129;0.043480;0.695932;0.070633;0.961801;0.947150;0.487503;0.891915;0.080575;0.027512;0.726225;0.223625;0.050150;0.972675;0.018065;0.009265;0.119203;0.982014;0.119203;0.268941;0.017986;0.952574;0.731059;0.017986;0.500000;0.017986;0.006693;0.993307;0.017986;0.002473;0.017986;0.047426;0.268941;0.002473;0.006693;0.119203;0.517243;0.728693;0.232723;0.722521;0.000000;0.901500;0.834519;0.055462;0.354573;0.101106;0.021796;0.812753;0.292350;0.000000;0.164105;0.478264;0.110367;0.221318;0.000000;0.369351;0.893334;0.081211;0.025457;0.736730;0.225570;0.037705;0.966415;0.018030;0.015555;0.047426;0.002473;0.000911;0.000911;0.017986;0.006693;0.002473;0.000911;0.119203;0.268941;0.997527;0.002473;0.952574;0.268941;0.002473;0.002473;0.017986;0.006693;0.880797;0.500000;0.180199;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.044277;0.195604;0.226181;0.942838;0.000000;0.869097;0.618692;0.000000;0.000000;0.074124;0.289050;0.523483;0.296504;0.859128;0.074416;0.066455;0.728535;0.205795;0.065670;0.956620;0.017420;0.025960;0.731059;0.002473;0.000911;0.000911;0.006693;0.006693;0.002473;0.002473;0.002473;0.731059;0.997527;0.002473;0.731059;0.500000;0.002473;0.006693;0.017986;0.731059;0.017986;0.119203;0.070633;0.000000;0.110367;0.000000;0.000000;0.000000;0.043149;0.000000;0.000000;0.757863;0.939061;0.000000;0.674805;0.742308;0.000000;0.000000;0.149059;0.775390;0.000000;0.253695;0.625663;0.023215;0.351122;0.472990;0.056880;0.470130;0.893570;0.012730;0.093700;0.017986;0.000911;0.047426;0.002473;0.000911;0.002473;0.000911;0.999665;0.002473;0.000335;0.000335;0.006693;0.000911;0.006693;0.000911;0.006693;0.002473;0.000911;0.000911;0.000911;0.109097;0.043730;0.070765;0.041249;0.000000;0.108903;0.000000;0.970517;0.115679;0.000000;0.018451;0.050259;0.000000;0.000000;0.067295;0.636915;0.033797;0.000000;0.000000;0.000000;0.173232;0.016472;0.810298;0.042595;0.041450;0.915960;0.049425;0.007930;0.942645;0.952574;0.500000;0.047426;0.017986;0.268941;0.268941;0.017986;0.997527;0.006693;0.002473;0.002473;0.047426;0.017986;0.002473;0.017986;0.119203;0.017986;0.002473;0.002473;0.017986;0.520489;0.283534;0.389599;0.269335;0.358703;0.000000;0.235952;0.950499;0.193879;0.318429;0.238123;0.186639;0.164516;0.000000;0.000000;0.279287;0.249553;0.000000;0.265807;0.118157;0.114772;0.012207;0.873019;0.033930;0.014215;0.951855;0.002800;0.022370;0.974825;0.880797;0.880797;0.500000;0.119203;0.500000;0.500000;0.268941;0.119203;0.993307;0.017986;0.047426;0.500000;0.047426;0.268941;0.119203;0.731059;0.500000;0.017986;0.880797;0.268941;0.792983;0.812296;0.341864;0.306401;0.479511;0.574443;0.427270;0.274681;0.084711;0.057921;0.176681;0.783978;0.000000;0.205380;0.692323;0.644970;0.175086;0.288434;0.538673;0.215684;0.113749;0.012139;0.874112;0.035510;0.010720;0.953770;0.002620;0.006825;0.990555;0.500000;0.997527;0.268941;0.500000;0.047426;0.731059;0.119203;0.047426;0.500000;0.047426;0.047426;0.880797;0.047426;0.047426;0.500000;0.500000;0.268941;0.017986;0.017986;0.047426;0.453386;0.956312;0.271901;0.439547;0.000000;0.430944;0.244161;0.219600;0.557248;0.049172;0.075160;0.511748;0.000000;0.086038;0.647256;0.389361;0.369351;0.000000;0.188314;0.322786;0.024260;0.007218;0.968524;0.020820;0.005840;0.973345;0.012805;0.015770;0.971425
0.119203;0.017986;0.119203;0.047426;0.268941;0.017986;0.017986;0.731059;0.017986;0.006693;0.006693;0.017986;0.017986;0.006693;0.017986;0.993307;0.993307;0.006693;0.047426;0.017986;0.504750;0.153813;0.351375;0.078060;0.398912;0.258649;0.000000;0.165205;0.203429;0.458099;0.253885;0.025382;0.109975;0.208498;0.300693;0.932453;0.834381;0.887853;0.572975;0.397714;0.005777;0.710189;0.284037;0.003915;0.379520;0.616570;0.013365;0.789725;0.196910;0.119203;0.047426;0.500000;0.268941;0.119203;0.017986;0.268941;0.997527;0.731059;0.017986;0.006693;0.017986;0.006693;0.119203;0.006693;0.731059;0.047426;0.047426;0.500000;0.047426;0.402995;0.215177;0.418971;0.051710;0.729088;0.416538;0.025308;0.862000;0.264055;0.726910;0.489751;0.000000;0.498500;0.660831;0.208498;0.718089;0.396038;0.246568;0.180199;0.503250;0.004679;0.461704;0.533618;0.003840;0.064355;0.931805;0.010095;0.693520;0.296385;0.268941;0.017986;0.119203;0.017986;0.731059;0.006693;0.017986;0.997527;0.047426;0.731059;0.268941;0.006693;0.268941;0.017986;0.047426;0.268941;0.047426;0.880797;0.047426;0.047426;0.614910;0.375897;0.176681;0.435118;0.000000;0.426536;0.303857;0.833966;0.505750;0.612540;0.493750;0.042574;0.593632;0.094149;0.507249;0.806590;0.271505;0.000000;0.144798;0.307252;0.041397;0.281128;0.677477;0.006020;0.041100;0.952890;0.017560;0.573185;0.409250;0.047426;0.047426;0.047426;0.268941;0.017986;0.119203;0.047426;0.500000;0.982014;0.500000;0.880797;0.017986;0.880797;0.880797;0.017986;0.119203;0.047426;0.993307;0.982014;0.268941;0.420432;0.498250;0.396995;0.688690;0.138955;0.432416;0.405404;0.471282;0.257309;0.578105;0.565865;0.353429;0.624806;0.556754;0.045304;0.661055;0.129769;0.852582;0.842640;0.277680;0.035809;0.032581;0.931614;0.010280;0.008075;0.981650;0.021800;0.028010;0.950195;0.500000;0.268941;0.268941;0.982014;0.017986;0.268941;0.500000;0.268941;0.268941;0.119203;0.500000;0.500000;0.268941;0.500000;0.119203;0.500000;0.731059;0.982014;0.731059;0.119203;0.456609;0.207346;0.760787;0.869892;0.000000;0.241587;0.545127;0.264833;0.077415;0.034690;0.013087;0.385327;0.127305;0.000000;0.693387;0.886250;0.747816;0.000000;0.058360;0.024868;0.037467;0.013599;0.948935;0.016850;0.001695;0.981460;0.028180;0.005385;0.966435;0.119203;0.268941;0.268941;0.952574;0.006693;0.119203;0.268941;0.880797;0.500000;0.006693;0.047426;0.047426;0.119203;0.006693;0.982014;0.880797;0.500000;0.731059;0.017986;0.017986;0.582732;0.214333;0.116294;0.396517;0.000000;0.482008;0.500500;0.185579;0.232366;0.723722;0.468044;0.099124;0.262116;0.145542;0.934686;0.128196;0.439794;0.470285;0.000000;0.626914;0.549400;0.001836;0.448762;0.048610;0.000145;0.951240;0.932165;0.000175;0.067660;0.500000;0.119203;0.047426;0.268941;0.047426;0.119203;0.500000;0.047426;0.119203;0.880797;0.880797;0.268941;0.500000;0.268941;0.880797;0.119203;0.500000;0.047426;0.731059;0.731059;0.652943;0.256546;0.485754;0.868527;0.133080;0.625744;0.927641;0.289050;0.053201;0.084324;0.057758;0.414595;0.000000;0.000000;0.336931;0.420919;0.074537;0.000000;0.000000;0.148806;0.751162;0.003924;0.244915;0.671110;0.000145;0.328745;0.961510;0.000035;0.038455;0.268941;0.500000;0.268941;0.982014;0.002473;0.731059;0.993307;0.047426;0.500000;0.006693;0.006693;0.500000;0.047426;0.006693;0.500000;0.268941;0.268941;0.002473;0.006693;0.047426;0.634368;0.479262;0.203753;0.753432;0.161379;0.698255;0.867955;0.469289;0.356635;0.000000;0.125648;0.691256;0.084015;0.208169;0.045477;0.590492;0.285774;0.396277;0.318646;0.326073;0.789656;0.015033;0.195310;0.762620;0.000000;0.237375;0.981910;0.000045;0.018045;0.500000;0.731059;0.119203;0.731059;0.017986;0.880797;0.952574;0.268941;0.268941;0.119203;0.500000;0.880797;0.500000;0.047426;0.047426;0.268941;0.500000;0.017986;0.268941;0.119203;0.568811;0.125978;0.126419;0.261343;0.101379;0.225657;0.261729;0.018835;0.075648;0.758230;0.699937;0.000000;0.866574;0.841576;0.132274;0.375897;0.465306;0.359163;0.787848;0.612777;0.871508;0.006441;0.122052;0.991505;0.000000;0.008495;0.984380;0.000105;0.015520;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.731059;0.982014;0.017986;0.731059;0.268941;0.047426;0.119203;0.268941;0.017986;0.119203;0.731059;0.906870;0.784316;0.000000;0.762421;0.000000;0.000000;0.756023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.919161;0.000000;0.000000;0.000000;0.000000;0.992188;0.000037;0.007775;0.999810;0.000000;0.000190;0.984565;0.000075;0.015360;0.880797;0.731059;0.047426;0.268941;0.119203;0.731059;0.500000;0.500000;0.268941;0.500000;0.731059;0.268941;0.268941;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.880797;0.820980;0.636915;0.000000;0.110957;0.126640;0.492251;0.582489;0.450414;0.000000;0.721316;0.631812;0.489002;0.502750;0.000000;0.201330;0.000000;0.073782;0.000000;0.194192;0.732629;0.943563;0.005875;0.050562;0.999985;0.000000;0.000015;0.998475;0.000000;0.001525
0.119203;0.047426;0.500000;0.268941;0.119203;0.017986;0.268941;0.997527;0.731059;0.017986;0.006693;0.017986;0.006693;0.119203;0.006693;0.731059;0.047426;0.047426;0.500000;0.047426;0.402995;0.215177;0.418971;0.051710;0.729088;0.416538;0.025308;0.862000;0.264055;0.726910;0.489751;0.000000;0.498500;0.660831;0.208498;0.718089;0.396038;0.246568;0.180199;0.503250;0.004679;0.461704;0.533618;0.003840;0.064355;0.931805;0.010095;0.693520;0.296385;0.268941;0.017986;0.119203;0.017986;0.731059;0.006693;0.017986;0.997527;0.047426;0.731059;0.268941;0.006693;0.268941;0.017986;0.047426;0.268941;0.047426;0.880797;0.047426;0.047426;0.614910;0.375897;0.176681;0.435118;0.000000;0.426536;0.303857;0.833966;0.505750;0.612540;0.493750;0.042574;0.593632;0.094149;0.507249;0.806590;0.271505;0.000000;0.144798;0.307252;0.041397;0.281128;0.677477;0.006020;0.041100;0.952890;0.017560;0.573185;0.409250;0.047426;0.047426;0.047426;0.268941;0.017986;0.119203;0.047426;0.500000;0.982014;0.500000;0.880797;0.017986;0.880797;0.880797;0.017986;0.119203;0.047426;0.993307;0.982014;0.268941;0.420432;0.498250;0.396995;0.688690;0.138955;0.432416;0.405404;0.471282;0.257309;0.578105;0.565865;0.353429;0.624806;0.556754;0.045304;0.661055;0.129769;0.852582;0.842640;0.277680;0.035809;0.032581;0.931614;0.010280;0.008075;0.981650;0.021800;0.028010;0.950195;0.500000;0.268941;0.268941;0.982014;0.017986;0.268941;0.500000;0.268941;0.268941;0.119203;0.500000;0.500000;0.268941;0.500000;0.119203;0.500000;0.731059;0.982014;0.731059;0.119203;0.456609;0.207346;0.760787;0.869892;0.000000;0.241587;0.545127;0.264833;0.077415;0.034690;0.013087;0.385327;0.127305;0.000000;0.693387;0.886250;0.747816;0.000000;0.058360;0.024868;0.037467;0.013599;0.948935;0.016850;0.001695;0.981460;0.028180;0.005385;0.966435;0.119203;0.268941;0.268941;0.952574;0.006693;0.119203;0.268941;0.880797;0.500000;0.006693;0.047426;0.047426;0.119203;0.006693;0.982014;0.880797;0.500000;0.731059;0.017986;0.017986;0.582732;0.214333;0.116294;0.396517;0.000000;0.482008;0.500500;0.185579;0.232366;0.723722;0.468044;0.099124;0.262116;0.145542;0.934686;0.128196;0.439794;0.470285;0.000000;0.626914;0.549400;0.001836;0.448762;0.048610;0.000145;0.951240;0.932165;0.000175;0.067660;0.500000;0.119203;0.047426;0.268941;0.047426;0.119203;0.500000;0.047426;0.119203;0.880797;0.880797;0.268941;0.500000;0.268941;0.880797;0.119203;0.500000;0.047426;0.731059;0.731059;0.652943;0.256546;0.485754;0.868527;0.133080;0.625744;0.927641;0.289050;0.053201;0.084324;0.057758;0.414595;0.000000;0.000000;0.336931;0.420919;0.074537;0.000000;0.000000;0.148806;0.751162;0.003924;0.244915;0.671110;0.000145;0.328745;0.961510;0.000035;0.038455;0.268941;0.500000;0.268941;0.982014;0.002473;0.731059;0.993307;0.047426;0.500000;0.006693;0.006693;0.500000;0.047426;0.006693;0.500000;0.268941;0.268941;0.002473;0.006693;0.047426;0.634368;0.479262;0.203753;0.753432;0.161379;0.698255;0.867955;0.469289;0.356635;0.000000;0.125648;0.691256;0.084015;0.208169;0.045477;0.590492;0.285774;0.396277;0.318646;0.326073;0.789656;0.015033;0.195310;0.762620;0.000000;0.237375;0.981910;0.000045;0.018045;0.500000;0.731059;0.119203;0.731059;0.017986;0.880797;0.952574;0.268941;0.268941;0.119203;0.500000;0.880797;0.500000;0.047426;0.047426;0.268941;0.500000;0.017986;0.268941;0.119203;0.568811;0.125978;0.126419;0.261343;0.101379;0.225657;0.261729;0.018835;0.075648;0.758230;0.699937;0.000000;0.866574;0.841576;0.132274;0.375897;0.465306;0.359163;0.787848;0.612777;0.871508;0.006441;0.122052;0.991505;0.000000;0.008495;0.984380;0.000105;0.015520;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.731059;0.982014;0.017986;0.731059;0.268941;0.047426;0.119203;0.268941;0.017986;0.119203;0.731059;0.906870;0.784316;0.000000;0.762421;0.000000;0.000000;0.756023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.919161;0.000000;0.000000;0.000000;0.000000;0.992188;0.000037;0.007775;0.999810;0.000000;0.000190;0.984565;0.000075;0.015360;0.880797;0.731059;0.047426;0.268941;0.119203;0.731059;0.500000;0.500000;0.268941;0.500000;0.731059;0.268941;0.268941;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.880797;0.820980;0.636915;0.000000;0.110957;0.126640;0.492251;0.582489;0.450414;0.000000;0.721316;0.631812;0.489002;0.502750;0.000000;0.201330;0.000000;0.073782;0.000000;0.194192;0.732629;0.943563;0.005875;0.050562;0.999985;0.000000;0.000015;0.998475;0.000000;0.001525;0.731059;0.731059;0.268941;0.952574;0.006693;0.880797;0.993307;0.047426;0.047426;0.006693;0.047426;0.731059;0.017986;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.047426;0.787346;0.685465;0.221318;0.793311;0.000000;0.542646;0.841175;0.216870;0.119308;0.057758;0.139434;0.750447;0.103308;0.074468;0.144550;0.499000;0.210154;0.000000;0.121746;0.208334;0.941160;0.006390;0.052450;0.999985;0.000000;0.000015;0.999685;0.000000;0.000315
0.268941;0.017986;0.119203;0.017986;0.731059;0.006693;0.017986;0.997527;0.047426;0.731059;0.268941;0.006693;0.268941;0.017986;0.047426;0.268941;0.047426;0.880797;0.047426;0.047426;0.614910;0.375897;0.176681;0.435118;0.000000;0.426536;0.303857;0.833966;0.505750;0.612540;0.493750;0.042574;0.593632;0.094149;0.507249;0.806590;0.271505;0.000000;0.144798;0.307252;0.041397;0.281128;0.677477;0.006020;0.041100;0.952890;0.017560;0.573185;0.409250;0.047426;0.047426;0.047426;0.268941;0.017986;0.119203;0.047426;0.500000;0.982014;0.500000;0.880797;0.017986;0.880797;0.880797;0.017986;0.119203;0.047426;0.993307;0.982014;0.268941;0.420432;0.498250;0.396995;0.688690;0.138955;0.432416;0.405404;0.471282;0.257309;0.578105;0.565865;0.353429;0.624806;0.556754;0.045304;0.661055;0.129769;0.852582;0.842640;0.277680;0.035809;0.032581;0.931614;0.010280;0.008075;0.981650;0.021800;0.028010;0.950195;0.500000;0.268941;0.268941;0.982014;0.017986;0.268941;0.500000;0.268941;0.268941;0.119203;0.500000;0.500000;0.268941;0.500000;0.119203;0.500000;0.731059;0.982014;0.731059;0.119203;0.456609;0.207346;0.760787;0.869892;0.000000;0.241587;0.545127;0.264833;0.077415;0.034690;0.013087;0.385327;0.127305;0.000000;0.693387;0.886250;0.747816;0.000000;0.058360;0.024868;0.037467;0.013599;0.948935;0.016850;0.001695;0.981460;0.028180;0.005385;0.966435;0.119203;0.268941;0.268941;0.952574;0.006693;0.119203;0.268941;0.880797;0.500000;0.006693;0.047426;0.047426;0.119203;0.006693;0.982014;0.880797;0.500000;0.731059;0.017986;0.017986;0.582732;0.214333;0.116294;0.396517;0.000000;0.482008;0.500500;0.185579;0.232366;0.723722;0.468044;0.099124;0.262116;0.145542;0.934686;0.128196;0.439794;0.470285;0.000000;0.626914;0.549400;0.001836;0.448762;0.048610;0.000145;0.951240;0.932165;0.000175;0.067660;0.500000;0.119203;0.047426;0.268941;0.047426;0.119203;0.500000;0.047426;0.119203;0.880797;0.880797;0.268941;0.500000;0.268941;0.880797;0.119203;0.500000;0.047426;0.731059;0.731059;0.652943;0.256546;0.485754;0.868527;0.133080;0.625744;0.927641;0.289050;0.053201;0.084324;0.057758;0.414595;0.000000;0.000000;0.336931;0.420919;0.074537;0.000000;0.000000;0.148806;0.751162;0.003924;0.244915;0.671110;0.000145;0.328745;0.961510;0.000035;0.038455;0.268941;0.500000;0.268941;0.982014;0.002473;0.731059;0.993307;0.047426;0.500000;0.006693;0.006693;0.500000;0.047426;0.006693;0.500000;0.268941;0.268941;0.002473;0.006693;0.047426;0.634368;0.479262;0.203753;0.753432;0.161379;0.698255;0.867955;0.469289;0.356635;0.000000;0.125648;0.691256;0.084015;0.208169;0.045477;0.590492;0.285774;0.396277;0.318646;0.326073;0.789656;0.015033;0.195310;0.762620;0.000000;0.237375;0.981910;0.000045;0.018045;0.500000;0.731059;0.119203;0.731059;0.017986;0.880797;0.952574;0.268941;0.268941;0.119203;0.500000;0.880797;0.500000;0.047426;0.047426;0.268941;0.500000;0.017986;0.268941;0.119203;0.568811;0.125978;0.126419;0.261343;0.101379;0.225657;0.261729;0.018835;0.075648;0.758230;0.699937;0.000000;0.866574;0.841576;0.132274;0.375897;0.465306;0.359163;0.787848;0.612777;0.871508;0.006441;0.122052;0.991505;0.000000;0.008495;0.984380;0.000105;0.015520;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.731059;0.982014;0.017986;0.731059;0.268941;0.047426;0.119203;0.268941;0.017986;0.119203;0.731059;0.906870;0.784316;0.000000;0.762421;0.000000;0.000000;0.756023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.919161;0.000000;0.000000;0.000000;0.000000;0.992188;0.000037;0.007775;0.999810;0.000000;0.000190;0.984565;0.000075;0.015360;0.880797;0.731059;0.047426;0.268941;0.119203;0.731059;0.500000;0.500000;0.268941;0.500000;0.731059;0.268941;0.268941;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.880797;0.820980;0.636915;0.000000;0.110957;0.126640;0.492251;0.582489;0.450414;0.000000;0.721316;0.631812;0.489002;0.502750;0.000000;0.201330;0.000000;0.073782;0.000000;0.194192;0.732629;0.943563;0.005875;0.050562;0.999985;0.000000;0.000015;0.998475;0.000000;0.001525;0.731059;0.731059;0.268941;0.952574;0.006693;0.880797;0.993307;0.047426;0.047426;0.006693;0.047426;0.731059;0.017986;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.047426;0.787346;0.685465;0.221318;0.793311;0.000000;0.542646;0.841175;0.216870;0.119308;0.057758;0.139434;0.750447;0.103308;0.074468;0.144550;0.499000;0.210154;0.000000;0.121746;0.208334;0.941160;0.006390;0.052450;0.999985;0.000000;0.000015;0.999685;0.000000;0.000315;0.268941;0.731059;0.952574;0.731059;0.119203;0.952574;0.982014;0.119203;0.500000;0.017986;0.268941;0.500000;0.047426;0.006693;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.746872;0.589524;0.459588;0.519240;0.311310;0.850941;0.803450;0.110171;0.308317;0.105458;0.435364;0.447692;0.099124;0.369351;0.058140;0.700147;0.224088;0.442259;0.223740;0.284754;0.931748;0.008232;0.060021;0.999935;0.000000;0.000065;0.999850;0.000000;0.000150
0.047426;0.047426;0.047426;0.268941;0.017986;0.119203;0.047426;0.500000;0.982014;0.500000;0.880797;0.017986;0.880797;0.880797;0.017986;0.119203;0.047426;0.993307;0.982014;0.268941;0.420432;0.498250;0.396995;0.688690;0.138955;0.432416;0.405404;0.471282;0.257309;0.578105;0.565865;0.353429;0.624806;0.556754;0.045304;0.661055;0.129769;0.852582;0.842640;0.277680;0.035809;0.032581;0.931614;0.010280;0.008075;0.981650;0.021800;0.028010;0.950195;0.500000;0.268941;0.268941;0.982014;0.017986;0.268941;0.500000;0.268941;0.268941;0.119203;0.500000;0.500000;0.268941;0.500000;0.119203;0.500000;0.731059;0.982014;0.731059;0.119203;0.456609;0.207346;0.760787;0.869892;0.000000;0.241587;0.545127;0.264833;0.077415;0.034690;0.013087;0.385327;0.127305;0.000000;0.693387;0.886250;0.747816;0.000000;0.058360;0.024868;0.037467;0.013599;0.948935;0.016850;0.001695;0.981460;0.028180;0.005385;0.966435;0.119203;0.268941;0.268941;0.952574;0.006693;0.119203;0.268941;0.880797;0.500000;0.006693;0.047426;0.047426;0.119203;0.006693;0.982014;0.880797;0.500000;0.731059;0.017986;0.017986;0.582732;0.214333;0.116294;0.396517;0.000000;0.482008;0.500500;0.185579;0.232366;0.723722;0.468044;0.099124;0.262116;0.145542;0.934686;0.128196;0.439794;0.470285;0.000000;0.626914;0.549400;0.001836;0.448762;0.048610;0.000145;0.951240;0.932165;0.000175;0.067660;0.500000;0.119203;0.047426;0.268941;0.047426;0.119203;0.500000;0.047426;0.119203;0.880797;0.880797;0.268941;0.500000;0.268941;0.880797;0.119203;0.500000;0.047426;0.731059;0.731059;0.652943;0.256546;0.485754;0.868527;0.133080;0.625744;0.927641;0.289050;0.053201;0.084324;0.057758;0.414595;0.000000;0.000000;0.336931;0.420919;0.074537;0.000000;0.000000;0.148806;0.751162;0.003924;0.244915;0.671110;0.000145;0.328745;0.961510;0.000035;0.038455;0.268941;0.500000;0.268941;0.982014;0.002473;0.731059;0.993307;0.047426;0.500000;0.006693;0.006693;0.500000;0.047426;0.006693;0.500000;0.268941;0.268941;0.002473;0.006693;0.047426;0.634368;0.479262;0.203753;0.753432;0.161379;0.698255;0.867955;0.469289;0.356635;0.000000;0.125648;0.691256;0.084015;0.208169;0.045477;0.590492;0.285774;0.396277;0.318646;0.326073;0.789656;0.015033;0.195310;0.762620;0.000000;0.237375;0.981910;0.000045;0.018045;0.500000;0.731059;0.119203;0.731059;0.017986;0.880797;0.952574;0.268941;0.268941;0.119203;0.500000;0.880797;0.500000;0.047426;0.047426;0.268941;0.500000;0.017986;0.268941;0.119203;0.568811;0.125978;0.126419;0.261343;0.101379;0.225657;0.261729;0.018835;0.075648;0.758230;0.699937;0.000000;0.866574;0.841576;0.132274;0.375897;0.465306;0.359163;0.787848;0.612777;0.871508;0.006441;0.122052;0.991505;0.000000;0.008495;0.984380;0.000105;0.015520;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.731059;0.982014;0.017986;0.731059;0.268941;0.047426;0.119203;0.268941;0.017986;0.119203;0.731059;0.906870;0.784316;0.000000;0.762421;0.000000;0.000000;0.756023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.919161;0.000000;0.000000;0.000000;0.000000;0.992188;0.000037;0.007775;0.999810;0.000000;0.000190;0.984565;0.000075;0.015360;0.880797;0.731059;0.047426;0.268941;0.119203;0.731059;0.500000;0.500000;0.268941;0.500000;0.731059;0.268941;0.268941;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.880797;0.820980;0.636915;0.000000;0.110957;0.126640;0.492251;0.582489;0.450414;0.000000;0.721316;0.631812;0.489002;0.502750;0.000000;0.201330;0.000000;0.073782;0.000000;0.194192;0.732629;0.943563;0.005875;0.050562;0.999985;0.000000;0.000015;0.998475;0.000000;0.001525;0.731059;0.731059;0.268941;0.952574;0.006693;0.880797;0.993307;0.047426;0.047426;0.006693;0.047426;0.731059;0.017986;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.047426;0.787346;0.685465;0.221318;0.793311;0.000000;0.542646;0.841175;0.216870;0.119308;0.057758;0.139434;0.750447;0.103308;0.074468;0.144550;0.499000;0.210154;0.000000;0.121746;0.208334;0.941160;0.006390;0.052450;0.999985;0.000000;0.000015;0.999685;0.000000;0.000315;0.268941;0.731059;0.952574;0.731059;0.119203;0.952574;0.982014;0.119203;0.500000;0.017986;0.268941;0.500000;0.047426;0.006693;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.746872;0.589524;0.459588;0.519240;0.311310;0.850941;0.803450;0.110171;0.308317;0.105458;0.435364;0.447692;0.099124;0.369351;0.058140;0.700147;0.224088;0.442259;0.223740;0.284754;0.931748;0.008232;0.060021;0.999935;0.000000;0.000065;0.999850;0.000000;0.000150;0.982014;0.047426;0.119203;0.006693;0.731059;0.047426;0.047426;0.047426;0.047426;0.500000;0.500000;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.047426;0.017986;0.880797;0.916445;0.054785;0.000000;0.000000;0.783469;0.067736;0.000000;0.115067;0.000000;0.768525;0.520489;0.000000;0.647713;0.231653;0.041846;0.250490;0.216361;0.000000;0.131473;0.791171;0.934840;0.021499;0.043661;0.999975;0.000000;0.000025;0.999995;0.000000;0.000005
0.500000;0.268941;0.268941;0.982014;0.017986;0.268941;0.500000;0.268941;0.268941;0.119203;0.500000;0.500000;0.268941;0.500000;0.119203;0.500000;0.731059;0.982014;0.731059;0.119203;0.456609;0.207346;0.760787;0.869892;0.000000;0.241587;0.545127;0.264833;0.077415;0.034690;0.013087;0.385327;0.127305;0.000000;0.693387;0.886250;0.747816;0.000000;0.058360;0.024868;0.037467;0.013599;0.948935;0.016850;0.001695;0.981460;0.028180;0.005385;0.966435;0.119203;0.268941;0.268941;0.952574;0.006693;0.119203;0.268941;0.880797;0.500000;0.006693;0.047426;0.047426;0.119203;0.006693;0.982014;0.880797;0.500000;0.731059;0.017986;0.017986;0.582732;0.214333;0.116294;0.396517;0.000000;0.482008;0.500500;0.185579;0.232366;0.723722;0.468044;0.099124;0.262116;0.145542;0.934686;0.128196;0.439794;0.470285;0.000000;0.626914;0.549400;0.001836;0.448762;0.048610;0.000145;0.951240;0.932165;0.000175;0.067660;0.500000;0.119203;0.047426;0.268941;0.047426;0.119203;0.500000;0.047426;0.119203;0.880797;0.880797;0.268941;0.500000;0.268941;0.880797;0.119203;0.500000;0.047426;0.731059;0.731059;0.652943;0.256546;0.485754;0.868527;0.133080;0.625744;0.927641;0.289050;0.053201;0.084324;0.057758;0.414595;0.000000;0.000000;0.336931;0.420919;0.074537;0.000000;0.000000;0.148806;0.751162;0.003924;0.244915;0.671110;0.000145;0.328745;0.961510;0.000035;0.038455;0.268941;0.500000;0.268941;0.982014;0.002473;0.731059;0.993307;0.047426;0.500000;0.006693;0.006693;0.500000;0.047426;0.006693;0.500000;0.268941;0.268941;0.002473;0.006693;0.047426;0.634368;0.479262;0.203753;0.753432;0.161379;0.698255;0.867955;0.469289;0.356635;0.000000;0.125648;0.691256;0.084015;0.208169;0.045477;0.590492;0.285774;0.396277;0.318646;0.326073;0.789656;0.015033;0.195310;0.762620;0.000000;0.237375;0.981910;0.000045;0.018045;0.500000;0.731059;0.119203;0.731059;0.017986;0.880797;0.952574;0.268941;0.268941;0.119203;0.500000;0.880797;0.500000;0.047426;0.047426;0.268941;0.500000;0.017986;0.268941;0.119203;0.568811;0.125978;0.126419;0.261343;0.101379;0.225657;0.261729;0.018835;0.075648;0.758230;0.699937;0.000000;0.866574;0.841576;0.132274;0.375897;0.465306;0.359163;0.787848;0.612777;0.871508;0.006441;0.122052;0.991505;0.000000;0.008495;0.984380;0.000105;0.015520;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.731059;0.982014;0.017986;0.731059;0.268941;0.047426;0.119203;0.268941;0.017986;0.119203;0.731059;0.906870;0.784316;0.000000;0.762421;0.000000;0.000000;0.756023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.919161;0.000000;0.000000;0.000000;0.000000;0.992188;0.000037;0.007775;0.999810;0.000000;0.000190;0.984565;0.000075;0.015360;0.880797;0.731059;0.047426;0.268941;0.119203;0.731059;0.500000;0.500000;0.268941;0.500000;0.731059;0.268941;0.268941;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.880797;0.820980;0.636915;0.000000;0.110957;0.126640;0.492251;0.582489;0.450414;0.000000;0.721316;0.631812;0.489002;0.502750;0.000000;0.201330;0.000000;0.073782;0.000000;0.194192;0.732629;0.943563;0.005875;0.050562;0.999985;0.000000;0.000015;0.998475;0.000000;0.001525;0.731059;0.731059;0.268941;0.952574;0.006693;0.880797;0.993307;0.047426;0.047426;0.006693;0.047426;0.731059;0.017986;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.047426;0.787346;0.685465;0.221318;0.793311;0.000000;0.542646;0.841175;0.216870;0.119308;0.057758;0.139434;0.750447;0.103308;0.074468;0.144550;0.499000;0.210154;0.000000;0.121746;0.208334;0.941160;0.006390;0.052450;0.999985;0.000000;0.000015;0.999685;0.000000;0.000315;0.268941;0.731059;0.952574;0.731059;0.119203;0.952574;0.982014;0.119203;0.500000;0.017986;0.268941;0.500000;0.047426;0.006693;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.746872;0.589524;0.459588;0.519240;0.311310;0.850941;0.803450;0.110171;0.308317;0.105458;0.435364;0.447692;0.099124;0.369351;0.058140;0.700147;0.224088;0.442259;0.223740;0.284754;0.931748;0.008232;0.060021;0.999935;0.000000;0.000065;0.999850;0.000000;0.000150;0.982014;0.047426;0.119203;0.006693;0.731059;0.047426;0.047426;0.047426;0.047426;0.500000;0.500000;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.047426;0.017986;0.880797;0.916445;0.054785;0.000000;0.000000;0.783469;0.067736;0.000000;0.115067;0.000000;0.768525;0.520489;0.000000;0.647713;0.231653;0.041846;0.250490;0.216361;0.000000;0.131473;0.791171;0.934840;0.021499;0.043661;0.999975;0.000000;0.000025;0.999995;0.000000;0.000005;0.731059;0.880797;0.119203;0.500000;0.047426;0.952574;0.731059;0.268941;0.500000;0.119203;0.500000;0.731059;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.728890;0.866227;0.247685;0.151100;0.000000;0.793802;0.755470;0.225133;0.367025;0.077701;0.468791;0.745547;0.206034;0.048522;0.128196;0.189080;0.165896;0.000000;0.026442;0.431189;0.933212;0.032224;0.034564;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005
0.119203;0.268941;0.268941;0.952574;0.006693;0.119203;0.268941;0.880797;0.500000;0.006693;0.047426;0.047426;0.119203;0.006693;0.982014;0.880797;0.500000;0.731059;0.017986;0.017986;0.582732;0.214333;0.116294;0.396517;0.000000;0.482008;0.500500;0.185579;0.232366;0.723722;0.468044;0.099124;0.262116;0.145542;0.934686;0.128196;0.439794;0.470285;0.000000;0.626914;0.549400;0.001836;0.448762;0.048610;0.000145;0.951240;0.932165;0.000175;0.067660;0.500000;0.119203;0.047426;0.268941;0.047426;0.119203;0.500000;0.047426;0.119203;0.880797;0.880797;0.268941;0.500000;0.268941;0.880797;0.119203;0.500000;0.047426;0.731059;0.731059;0.652943;0.256546;0.485754;0.868527;0.133080;0.625744;0.927641;0.289050;0.053201;0.084324;0.057758;0.414595;0.000000;0.000000;0.336931;0.420919;0.074537;0.000000;0.000000;0.148806;0.751162;0.003924;0.244915;0.671110;0.000145;0.328745;0.961510;0.000035;0.038455;0.268941;0.500000;0.268941;0.982014;0.002473;0.731059;0.993307;0.047426;0.500000;0.006693;0.006693;0.500000;0.047426;0.006693;0.500000;0.268941;0.268941;0.002473;0.006693;0.047426;0.634368;0.479262;0.203753;0.753432;0.161379;0.698255;0.867955;0.469289;0.356635;0.000000;0.125648;0.691256;0.084015;0.208169;0.045477;0.590492;0.285774;0.396277;0.318646;0.326073;0.789656;0.015033;0.195310;0.762620;0.000000;0.237375;0.981910;0.000045;0.018045;0.500000;0.731059;0.119203;0.731059;0.017986;0.880797;0.952574;0.268941;0.268941;0.119203;0.500000;0.880797;0.500000;0.047426;0.047426;0.268941;0.500000;0.017986;0.268941;0.119203;0.568811;0.125978;0.126419;0.261343;0.101379;0.225657;0.261729;0.018835;0.075648;0.758230;0.699937;0.000000;0.866574;0.841576;0.132274;0.375897;0.465306;0.359163;0.787848;0.612777;0.871508;0.006441;0.122052;0.991505;0.000000;0.008495;0.984380;0.000105;0.015520;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.731059;0.982014;0.017986;0.731059;0.268941;0.047426;0.119203;0.268941;0.017986;0.119203;0.731059;0.906870;0.784316;0.000000;0.762421;0.000000;0.000000;0.756023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.919161;0.000000;0.000000;0.000000;0.000000;0.992188;0.000037;0.007775;0.999810;0.000000;0.000190;0.984565;0.000075;0.015360;0.880797;0.731059;0.047426;0.268941;0.119203;0.731059;0.500000;0.500000;0.268941;0.500000;0.731059;0.268941;0.268941;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.880797;0.820980;0.636915;0.000000;0.110957;0.126640;0.492251;0.582489;0.450414;0.000000;0.721316;0.631812;0.489002;0.502750;0.000000;0.201330;0.000000;0.073782;0.000000;0.194192;0.732629;0.943563;0.005875;0.050562;0.999985;0.000000;0.000015;0.998475;0.000000;0.001525;0.731059;0.731059;0.268941;0.952574;0.006693;0.880797;0.993307;0.047426;0.047426;0.006693;0.047426;0.731059;0.017986;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.047426;0.787346;0.685465;0.221318;0.793311;0.000000;0.542646;0.841175;0.216870;0.119308;0.057758;0.139434;0.750447;0.103308;0.074468;0.144550;0.499000;0.210154;0.000000;0.121746;0.208334;0.941160;0.006390;0.052450;0.999985;0.000000;0.000015;0.999685;0.000000;0.000315;0.268941;0.731059;0.952574;0.731059;0.119203;0.952574;0.982014;0.119203;0.500000;0.017986;0.268941;0.500000;0.047426;0.006693;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.746872;0.589524;0.459588;0.519240;0.311310;0.850941;0.803450;0.110171;0.308317;0.105458;0.435364;0.447692;0.099124;0.369351;0.058140;0.700147;0.224088;0.442259;0.223740;0.284754;0.931748;0.008232;0.060021;0.999935;0.000000;0.000065;0.999850;0.000000;0.000150;0.982014;0.047426;0.119203;0.006693;0.731059;0.047426;0.047426;0.047426;0.047426;0.500000;0.500000;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.047426;0.017986;0.880797;0.916445;0.054785;0.000000;0.000000;0.783469;0.067736;0.000000;0.115067;0.000000;0.768525;0.520489;0.000000;0.647713;0.231653;0.041846;0.250490;0.216361;0.000000;0.131473;0.791171;0.934840;0.021499;0.043661;0.999975;0.000000;0.000025;0.999995;0.000000;0.000005;0.731059;0.880797;0.119203;0.500000;0.047426;0.952574;0.731059;0.268941;0.500000;0.119203;0.500000;0.731059;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.728890;0.866227;0.247685;0.151100;0.000000;0.793802;0.755470;0.225133;0.367025;0.077701;0.468791;0.745547;0.206034;0.048522;0.128196;0.189080;0.165896;0.000000;0.026442;0.431189;0.933212;0.032224;0.034564;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.731059;0.880797;0.268941;0.500000;0.047426;0.500000;0.731059;0.880797;0.268941;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.268941;0.952574;0.119203;0.047426;0.668409;0.864713;0.364937;0.487752;0.000000;0.683305;0.689118;0.333588;0.246754;0.324975;0.187247;0.739236;0.152000;0.097969;0.110957;0.502000;0.270123;0.796247;0.352972;0.239942;0.926134;0.036408;0.037459;0.999905;0.000000;0.000095;0.999945;0.000000;0.000055
0.500000;0.119203;0.047426;0.268941;0.047426;0.119203;0.500000;0.047426;0.119203;0.880797;0.880797;0.268941;0.500000;0.268941;0.880797;0.119203;0.500000;0.047426;0.731059;0.731059;0.652943;0.256546;0.485754;0.868527;0.133080;0.625744;0.927641;0.289050;0.053201;0.084324;0.057758;0.414595;0.000000;0.000000;0.336931;0.420919;0.074537;0.000000;0.000000;0.148806;0.751162;0.003924;0.244915;0.671110;0.000145;0.328745;0.961510;0.000035;0.038455;0.268941;0.500000;0.268941;0.982014;0.002473;0.731059;0.993307;0.047426;0.500000;0.006693;0.006693;0.500000;0.047426;0.006693;0.500000;0.268941;0.268941;0.002473;0.006693;0.047426;0.634368;0.479262;0.203753;0.753432;0.161379;0.698255;0.867955;0.469289;0.356635;0.000000;0.125648;0.691256;0.084015;0.208169;0.045477;0.590492;0.285774;0.396277;0.318646;0.326073;0.789656;0.015033;0.195310;0.762620;0.000000;0.237375;0.981910;0.000045;0.018045;0.500000;0.731059;0.119203;0.731059;0.017986;0.880797;0.952574;0.268941;0.268941;0.119203;0.500000;0.880797;0.500000;0.047426;0.047426;0.268941;0.500000;0.017986;0.268941;0.119203;0.568811;0.125978;0.126419;0.261343;0.101379;0.225657;0.261729;0.018835;0.075648;0.758230;0.699937;0.000000;0.866574;0.841576;0.132274;0.375897;0.465306;0.359163;0.787848;0.612777;0.871508;0.006441;0.122052;0.991505;0.000000;0.008495;0.984380;0.000105;0.015520;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.731059;0.982014;0.017986;0.731059;0.268941;0.047426;0.119203;0.268941;0.017986;0.119203;0.731059;0.906870;0.784316;0.000000;0.762421;0.000000;0.000000;0.756023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.919161;0.000000;0.000000;0.000000;0.000000;0.992188;0.000037;0.007775;0.999810;0.000000;0.000190;0.984565;0.000075;0.015360;0.880797;0.731059;0.047426;0.268941;0.119203;0.731059;0.500000;0.500000;0.268941;0.500000;0.731059;0.268941;0.268941;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.880797;0.820980;0.636915;0.000000;0.110957;0.126640;0.492251;0.582489;0.450414;0.000000;0.721316;0.631812;0.489002;0.502750;0.000000;0.201330;0.000000;0.073782;0.000000;0.194192;0.732629;0.943563;0.005875;0.050562;0.999985;0.000000;0.000015;0.998475;0.000000;0.001525;0.731059;0.731059;0.268941;0.952574;0.006693;0.880797;0.993307;0.047426;0.047426;0.006693;0.047426;0.731059;0.017986;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.047426;0.787346;0.685465;0.221318;0.793311;0.000000;0.542646;0.841175;0.216870;0.119308;0.057758;0.139434;0.750447;0.103308;0.074468;0.144550;0.499000;0.210154;0.000000;0.121746;0.208334;0.941160;0.006390;0.052450;0.999985;0.000000;0.000015;0.999685;0.000000;0.000315;0.268941;0.731059;0.952574;0.731059;0.119203;0.952574;0.982014;0.119203;0.500000;0.017986;0.268941;0.500000;0.047426;0.006693;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.746872;0.589524;0.459588;0.519240;0.311310;0.850941;0.803450;0.110171;0.308317;0.105458;0.435364;0.447692;0.099124;0.369351;0.058140;0.700147;0.224088;0.442259;0.223740;0.284754;0.931748;0.008232;0.060021;0.999935;0.000000;0.000065;0.999850;0.000000;0.000150;0.982014;0.047426;0.119203;0.006693;0.731059;0.047426;0.047426;0.047426;0.047426;0.500000;0.500000;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.047426;0.017986;0.880797;0.916445;0.054785;0.000000;0.000000;0.783469;0.067736;0.000000;0.115067;0.000000;0.768525;0.520489;0.000000;0.647713;0.231653;0.041846;0.250490;0.216361;0.000000;0.131473;0.791171;0.934840;0.021499;0.043661;0.999975;0.000000;0.000025;0.999995;0.000000;0.000005;0.731059;0.880797;0.119203;0.500000;0.047426;0.952574;0.731059;0.268941;0.500000;0.119203;0.500000;0.731059;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.728890;0.866227;0.247685;0.151100;0.000000;0.793802;0.755470;0.225133;0.367025;0.077701;0.468791;0.745547;0.206034;0.048522;0.128196;0.189080;0.165896;0.000000;0.026442;0.431189;0.933212;0.032224;0.034564;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.731059;0.880797;0.268941;0.500000;0.047426;0.500000;0.731059;0.880797;0.268941;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.268941;0.952574;0.119203;0.047426;0.668409;0.864713;0.364937;0.487752;0.000000;0.683305;0.689118;0.333588;0.246754;0.324975;0.187247;0.739236;0.152000;0.097969;0.110957;0.502000;0.270123;0.796247;0.352972;0.239942;0.926134;0.036408;0.037459;0.999905;0.000000;0.000095;0.999945;0.000000;0.000055;0.731059;0.017986;0.119203;0.006693;0.017986;0.119203;0.017986;0.017986;0.731059;0.268941;0.268941;0.017986;0.500000;0.880797;0.006693;0.731059;0.047426;0.993307;0.997527;0.500000;0.836853;0.365864;0.129656;0.092205;0.749510;0.133195;0.124553;0.209656;0.484255;0.344117;0.657236;0.284551;0.799633;0.591942;0.000000;0.080394;0.138715;0.778682;0.821127;0.535192;0.925658;0.025578;0.048764;0.999670;0.000000;0.000330;0.999835;0.000000;0.000165
0.268941;0.500000;0.268941;0.982014;0.002473;0.731059;0.993307;0.047426;0.500000;0.006693;0.006693;0.500000;0.047426;0.006693;0.500000;0.268941;0.268941;0.002473;0.006693;0.047426;0.634368;0.479262;0.203753;0.753432;0.161379;0.698255;0.867955;0.469289;0.356635;0.000000;0.125648;0.691256;0.084015;0.208169;0.045477;0.590492;0.285774;0.396277;0.318646;0.326073;0.789656;0.015033;0.195310;0.762620;0.000000;0.237375;0.981910;0.000045;0.018045;0.500000;0.731059;0.119203;0.731059;0.017986;0.880797;0.952574;0.268941;0.268941;0.119203;0.500000;0.880797;0.500000;0.047426;0.047426;0.268941;0.500000;0.017986;0.268941;0.119203;0.568811;0.125978;0.126419;0.261343;0.101379;0.225657;0.261729;0.018835;0.075648;0.758230;0.699937;0.000000;0.866574;0.841576;0.132274;0.375897;0.465306;0.359163;0.787848;0.612777;0.871508;0.006441;0.122052;0.991505;0.000000;0.008495;0.984380;0.000105;0.015520;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.731059;0.982014;0.017986;0.731059;0.268941;0.047426;0.119203;0.268941;0.017986;0.119203;0.731059;0.906870;0.784316;0.000000;0.762421;0.000000;0.000000;0.756023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.919161;0.000000;0.000000;0.000000;0.000000;0.992188;0.000037;0.007775;0.999810;0.000000;0.000190;0.984565;0.000075;0.015360;0.880797;0.731059;0.047426;0.268941;0.119203;0.731059;0.500000;0.500000;0.268941;0.500000;0.731059;0.268941;0.268941;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.880797;0.820980;0.636915;0.000000;0.110957;0.126640;0.492251;0.582489;0.450414;0.000000;0.721316;0.631812;0.489002;0.502750;0.000000;0.201330;0.000000;0.073782;0.000000;0.194192;0.732629;0.943563;0.005875;0.050562;0.999985;0.000000;0.000015;0.998475;0.000000;0.001525;0.731059;0.731059;0.268941;0.952574;0.006693;0.880797;0.993307;0.047426;0.047426;0.006693;0.047426;0.731059;0.017986;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.047426;0.787346;0.685465;0.221318;0.793311;0.000000;0.542646;0.841175;0.216870;0.119308;0.057758;0.139434;0.750447;0.103308;0.074468;0.144550;0.499000;0.210154;0.000000;0.121746;0.208334;0.941160;0.006390;0.052450;0.999985;0.000000;0.000015;0.999685;0.000000;0.000315;0.268941;0.731059;0.952574;0.731059;0.119203;0.952574;0.982014;0.119203;0.500000;0.017986;0.268941;0.500000;0.047426;0.006693;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.746872;0.589524;0.459588;0.519240;0.311310;0.850941;0.803450;0.110171;0.308317;0.105458;0.435364;0.447692;0.099124;0.369351;0.058140;0.700147;0.224088;0.442259;0.223740;0.284754;0.931748;0.008232;0.060021;0.999935;0.000000;0.000065;0.999850;0.000000;0.000150;0.982014;0.047426;0.119203;0.006693;0.731059;0.047426;0.047426;0.047426;0.047426;0.500000;0.500000;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.047426;0.017986;0.880797;0.916445;0.054785;0.000000;0.000000;0.783469;0.067736;0.000000;0.115067;0.000000;0.768525;0.520489;0.000000;0.647713;0.231653;0.041846;0.250490;0.216361;0.000000;0.131473;0.791171;0.934840;0.021499;0.043661;0.999975;0.000000;0.000025;0.999995;0.000000;0.000005;0.731059;0.880797;0.119203;0.500000;0.047426;0.952574;0.731059;0.268941;0.500000;0.119203;0.500000;0.731059;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.728890;0.866227;0.247685;0.151100;0.000000;0.793802;0.755470;0.225133;0.367025;0.077701;0.468791;0.745547;0.206034;0.048522;0.128196;0.189080;0.165896;0.000000;0.026442;0.431189;0.933212;0.032224;0.034564;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.731059;0.880797;0.268941;0.500000;0.047426;0.500000;0.731059;0.880797;0.268941;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.268941;0.952574;0.119203;0.047426;0.668409;0.864713;0.364937;0.487752;0.000000;0.683305;0.689118;0.333588;0.246754;0.324975;0.187247;0.739236;0.152000;0.097969;0.110957;0.502000;0.270123;0.796247;0.352972;0.239942;0.926134;0.036408;0.037459;0.999905;0.000000;0.000095;0.999945;0.000000;0.000055;0.731059;0.017986;0.119203;0.006693;0.017986;0.119203;0.017986;0.017986;0.731059;0.268941;0.268941;0.017986;0.500000;0.880797;0.006693;0.731059;0.047426;0.993307;0.997527;0.500000;0.836853;0.365864;0.129656;0.092205;0.749510;0.133195;0.124553;0.209656;0.484255;0.344117;0.657236;0.284551;0.799633;0.591942;0.000000;0.080394;0.138715;0.778682;0.821127;0.535192;0.925658;0.025578;0.048764;0.999670;0.000000;0.000330;0.999835;0.000000;0.000165;0.731059;0.731059;0.017986;0.017986;0.119203;0.500000;0.119203;0.017986;0.268941;0.731059;0.880797;0.500000;0.500000;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.982014;0.567829;0.776086;0.222873;0.154074;0.517493;0.721316;0.305339;0.016302;0.246197;0.646571;0.642677;0.654527;0.675244;0.108806;0.161244;0.106120;0.070175;0.136461;0.650901;0.738464;0.928020;0.019821;0.052159;0.999140;0.000000;0.000860;0.995740;0.000000;0.004260
0.500000;0.731059;0.119203;0.731059;0.017986;0.880797;0.952574;0.268941;0.268941;0.119203;0.500000;0.880797;0.500000;0.047426;0.047426;0.268941;0.500000;0.017986;0.268941;0.119203;0.568811;0.125978;0.126419;0.261343;0.101379;0.225657;0.261729;0.018835;0.075648;0.758230;0.699937;0.000000;0.866574;0.841576;0.132274;0.375897;0.465306;0.359163;0.787848;0.612777;0.871508;0.006441;0.122052;0.991505;0.000000;0.008495;0.984380;0.000105;0.015520;0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.731059;0.982014;0.017986;0.731059;0.268941;0.047426;0.119203;0.268941;0.017986;0.119203;0.731059;0.906870;0.784316;0.000000;0.762421;0.000000;0.000000;0.756023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.919161;0.000000;0.000000;0.000000;0.000000;0.992188;0.000037;0.007775;0.999810;0.000000;0.000190;0.984565;0.000075;0.015360;0.880797;0.731059;0.047426;0.268941;0.119203;0.731059;0.500000;0.500000;0.268941;0.500000;0.731059;0.268941;0.268941;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.880797;0.820980;0.636915;0.000000;0.110957;0.126640;0.492251;0.582489;0.450414;0.000000;0.721316;0.631812;0.489002;0.502750;0.000000;0.201330;0.000000;0.073782;0.000000;0.194192;0.732629;0.943563;0.005875;0.050562;0.999985;0.000000;0.000015;0.998475;0.000000;0.001525;0.731059;0.731059;0.268941;0.952574;0.006693;0.880797;0.993307;0.047426;0.047426;0.006693;0.047426;0.731059;0.017986;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.047426;0.787346;0.685465;0.221318;0.793311;0.000000;0.542646;0.841175;0.216870;0.119308;0.057758;0.139434;0.750447;0.103308;0.074468;0.144550;0.499000;0.210154;0.000000;0.121746;0.208334;0.941160;0.006390;0.052450;0.999985;0.000000;0.000015;0.999685;0.000000;0.000315;0.268941;0.731059;0.952574;0.731059;0.119203;0.952574;0.982014;0.119203;0.500000;0.017986;0.268941;0.500000;0.047426;0.006693;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.746872;0.589524;0.459588;0.519240;0.311310;0.850941;0.803450;0.110171;0.308317;0.105458;0.435364;0.447692;0.099124;0.369351;0.058140;0.700147;0.224088;0.442259;0.223740;0.284754;0.931748;0.008232;0.060021;0.999935;0.000000;0.000065;0.999850;0.000000;0.000150;0.982014;0.047426;0.119203;0.006693;0.731059;0.047426;0.047426;0.047426;0.047426;0.500000;0.500000;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.047426;0.017986;0.880797;0.916445;0.054785;0.000000;0.000000;0.783469;0.067736;0.000000;0.115067;0.000000;0.768525;0.520489;0.000000;0.647713;0.231653;0.041846;0.250490;0.216361;0.000000;0.131473;0.791171;0.934840;0.021499;0.043661;0.999975;0.000000;0.000025;0.999995;0.000000;0.000005;0.731059;0.880797;0.119203;0.500000;0.047426;0.952574;0.731059;0.268941;0.500000;0.119203;0.500000;0.731059;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.728890;0.866227;0.247685;0.151100;0.000000;0.793802;0.755470;0.225133;0.367025;0.077701;0.468791;0.745547;0.206034;0.048522;0.128196;0.189080;0.165896;0.000000;0.026442;0.431189;0.933212;0.032224;0.034564;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.731059;0.880797;0.268941;0.500000;0.047426;0.500000;0.731059;0.880797;0.268941;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.268941;0.952574;0.119203;0.047426;0.668409;0.864713;0.364937;0.487752;0.000000;0.683305;0.689118;0.333588;0.246754;0.324975;0.187247;0.739236;0.152000;0.097969;0.110957;0.502000;0.270123;0.796247;0.352972;0.239942;0.926134;0.036408;0.037459;0.999905;0.000000;0.000095;0.999945;0.000000;0.000055;0.731059;0.017986;0.119203;0.006693;0.017986;0.119203;0.017986;0.017986;0.731059;0.268941;0.268941;0.017986;0.500000;0.880797;0.006693;0.731059;0.047426;0.993307;0.997527;0.500000;0.836853;0.365864;0.129656;0.092205;0.749510;0.133195;0.124553;0.209656;0.484255;0.344117;0.657236;0.284551;0.799633;0.591942;0.000000;0.080394;0.138715;0.778682;0.821127;0.535192;0.925658;0.025578;0.048764;0.999670;0.000000;0.000330;0.999835;0.000000;0.000165;0.731059;0.731059;0.017986;0.017986;0.119203;0.500000;0.119203;0.017986;0.268941;0.731059;0.880797;0.500000;0.500000;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.982014;0.567829;0.776086;0.222873;0.154074;0.517493;0.721316;0.305339;0.016302;0.246197;0.646571;0.642677;0.654527;0.675244;0.108806;0.161244;0.106120;0.070175;0.136461;0.650901;0.738464;0.928020;0.019821;0.052159;0.999140;0.000000;0.000860;0.995740;0.000000;0.004260;0.952574;0.268941;0.268941;0.952574;0.006693;0.268941;0.982014;0.119203;0.119203;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.500000;0.047426;0.002473;0.006693;0.017986;0.823028;0.632975;0.547605;0.854209;0.125538;0.582489;0.846577;0.299643;0.000000;0.000000;0.061978;0.663292;0.000000;0.152516;0.134121;0.390788;0.023203;0.177409;0.000000;0.072158;0.895804;0.035249;0.068947;0.996235;0.000000;0.003765;0.918180;0.000000;0.081820
0.731059;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.731059;0.982014;0.017986;0.731059;0.268941;0.047426;0.119203;0.268941;0.017986;0.119203;0.731059;0.906870;0.784316;0.000000;0.762421;0.000000;0.000000;0.756023;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.919161;0.000000;0.000000;0.000000;0.000000;0.992188;0.000037;0.007775;0.999810;0.000000;0.000190;0.984565;0.000075;0.015360;0.880797;0.731059;0.047426;0.268941;0.119203;0.731059;0.500000;0.500000;0.268941;0.500000;0.731059;0.268941;0.268941;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.880797;0.820980;0.636915;0.000000;0.110957;0.126640;0.492251;0.582489;0.450414;0.000000;0.721316;0.631812;0.489002;0.502750;0.000000;0.201330;0.000000;0.073782;0.000000;0.194192;0.732629;0.943563;0.005875;0.050562;0.999985;0.000000;0.000015;0.998475;0.000000;0.001525;0.731059;0.731059;0.268941;0.952574;0.006693;0.880797;0.993307;0.047426;0.047426;0.006693;0.047426;0.731059;0.017986;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.047426;0.787346;0.685465;0.221318;0.793311;0.000000;0.542646;0.841175;0.216870;0.119308;0.057758;0.139434;0.750447;0.103308;0.074468;0.144550;0.499000;0.210154;0.000000;0.121746;0.208334;0.941160;0.006390;0.052450;0.999985;0.000000;0.000015;0.999685;0.000000;0.000315;0.268941;0.731059;0.952574;0.731059;0.119203;0.952574;0.982014;0.119203;0.500000;0.017986;0.268941;0.500000;0.047426;0.006693;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.746872;0.589524;0.459588;0.519240;0.311310;0.850941;0.803450;0.110171;0.308317;0.105458;0.435364;0.447692;0.099124;0.369351;0.058140;0.700147;0.224088;0.442259;0.223740;0.284754;0.931748;0.008232;0.060021;0.999935;0.000000;0.000065;0.999850;0.000000;0.000150;0.982014;0.047426;0.119203;0.006693;0.731059;0.047426;0.047426;0.047426;0.047426;0.500000;0.500000;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.047426;0.017986;0.880797;0.916445;0.054785;0.000000;0.000000;0.783469;0.067736;0.000000;0.115067;0.000000;0.768525;0.520489;0.000000;0.647713;0.231653;0.041846;0.250490;0.216361;0.000000;0.131473;0.791171;0.934840;0.021499;0.043661;0.999975;0.000000;0.000025;0.999995;0.000000;0.000005;0.731059;0.880797;0.119203;0.500000;0.047426;0.952574;0.731059;0.268941;0.500000;0.119203;0.500000;0.731059;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.728890;0.866227;0.247685;0.151100;0.000000;0.793802;0.755470;0.225133;0.367025;0.077701;0.468791;0.745547;0.206034;0.048522;0.128196;0.189080;0.165896;0.000000;0.026442;0.431189;0.933212;0.032224;0.034564;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.731059;0.880797;0.268941;0.500000;0.047426;0.500000;0.731059;0.880797;0.268941;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.268941;0.952574;0.119203;0.047426;0.668409;0.864713;0.364937;0.487752;0.000000;0.683305;0.689118;0.333588;0.246754;0.324975;0.187247;0.739236;0.152000;0.097969;0.110957;0.502000;0.270123;0.796247;0.352972;0.239942;0.926134;0.036408;0.037459;0.999905;0.000000;0.000095;0.999945;0.000000;0.000055;0.731059;0.017986;0.119203;0.006693;0.017986;0.119203;0.017986;0.017986;0.731059;0.268941;0.268941;0.017986;0.500000;0.880797;0.006693;0.731059;0.047426;0.993307;0.997527;0.500000;0.836853;0.365864;0.129656;0.092205;0.749510;0.133195;0.124553;0.209656;0.484255;0.344117;0.657236;0.284551;0.799633;0.591942;0.000000;0.080394;0.138715;0.778682;0.821127;0.535192;0.925658;0.025578;0.048764;0.999670;0.000000;0.000330;0.999835;0.000000;0.000165;0.731059;0.731059;0.017986;0.017986;0.119203;0.500000;0.119203;0.017986;0.268941;0.731059;0.880797;0.500000;0.500000;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.982014;0.567829;0.776086;0.222873;0.154074;0.517493;0.721316;0.305339;0.016302;0.246197;0.646571;0.642677;0.654527;0.675244;0.108806;0.161244;0.106120;0.070175;0.136461;0.650901;0.738464;0.928020;0.019821;0.052159;0.999140;0.000000;0.000860;0.995740;0.000000;0.004260;0.952574;0.268941;0.268941;0.952574;0.006693;0.268941;0.982014;0.119203;0.119203;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.500000;0.047426;0.002473;0.006693;0.017986;0.823028;0.632975;0.547605;0.854209;0.125538;0.582489;0.846577;0.299643;0.000000;0.000000;0.061978;0.663292;0.000000;0.152516;0.134121;0.390788;0.023203;0.177409;0.000000;0.072158;0.895804;0.035249;0.068947;0.996235;0.000000;0.003765;0.918180;0.000000;0.081820;0.880797;0.952574;0.268941;0.500000;0.017986;0.982014;0.880797;0.119203;0.268941;0.017986;0.119203;0.731059;0.880797;0.017986;0.047426;0.500000;0.119203;0.268941;0.017986;0.047426;0.806121;0.705577;0.245826;0.169806;0.275878;0.880692;0.779370;0.019474;0.518991;0.079292;0.418727;0.624806;0.428494;0.161922;0.069332;0.506500;0.227761;0.187704;0.328716;0.131930;0.449657;0.039265;0.511077;0.425680;0.000005;0.574315;0.487640;0.000000;0.512355
0.880797;0.731059;0.047426;0.268941;0.119203;0.731059;0.500000;0.500000;0.268941;0.500000;0.731059;0.268941;0.268941;0.047426;0.119203;0.268941;0.500000;0.017986;0.119203;0.880797;0.820980;0.636915;0.000000;0.110957;0.126640;0.492251;0.582489;0.450414;0.000000;0.721316;0.631812;0.489002;0.502750;0.000000;0.201330;0.000000;0.073782;0.000000;0.194192;0.732629;0.943563;0.005875;0.050562;0.999985;0.000000;0.000015;0.998475;0.000000;0.001525;0.731059;0.731059;0.268941;0.952574;0.006693;0.880797;0.993307;0.047426;0.047426;0.006693;0.047426;0.731059;0.017986;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.047426;0.787346;0.685465;0.221318;0.793311;0.000000;0.542646;0.841175;0.216870;0.119308;0.057758;0.139434;0.750447;0.103308;0.074468;0.144550;0.499000;0.210154;0.000000;0.121746;0.208334;0.941160;0.006390;0.052450;0.999985;0.000000;0.000015;0.999685;0.000000;0.000315;0.268941;0.731059;0.952574;0.731059;0.119203;0.952574;0.982014;0.119203;0.500000;0.017986;0.268941;0.500000;0.047426;0.006693;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.746872;0.589524;0.459588;0.519240;0.311310;0.850941;0.803450;0.110171;0.308317;0.105458;0.435364;0.447692;0.099124;0.369351;0.058140;0.700147;0.224088;0.442259;0.223740;0.284754;0.931748;0.008232;0.060021;0.999935;0.000000;0.000065;0.999850;0.000000;0.000150;0.982014;0.047426;0.119203;0.006693;0.731059;0.047426;0.047426;0.047426;0.047426;0.500000;0.500000;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.047426;0.017986;0.880797;0.916445;0.054785;0.000000;0.000000;0.783469;0.067736;0.000000;0.115067;0.000000;0.768525;0.520489;0.000000;0.647713;0.231653;0.041846;0.250490;0.216361;0.000000;0.131473;0.791171;0.934840;0.021499;0.043661;0.999975;0.000000;0.000025;0.999995;0.000000;0.000005;0.731059;0.880797;0.119203;0.500000;0.047426;0.952574;0.731059;0.268941;0.500000;0.119203;0.500000;0.731059;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.728890;0.866227;0.247685;0.151100;0.000000;0.793802;0.755470;0.225133;0.367025;0.077701;0.468791;0.745547;0.206034;0.048522;0.128196;0.189080;0.165896;0.000000;0.026442;0.431189;0.933212;0.032224;0.034564;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.731059;0.880797;0.268941;0.500000;0.047426;0.500000;0.731059;0.880797;0.268941;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.268941;0.952574;0.119203;0.047426;0.668409;0.864713;0.364937;0.487752;0.000000;0.683305;0.689118;0.333588;0.246754;0.324975;0.187247;0.739236;0.152000;0.097969;0.110957;0.502000;0.270123;0.796247;0.352972;0.239942;0.926134;0.036408;0.037459;0.999905;0.000000;0.000095;0.999945;0.000000;0.000055;0.731059;0.017986;0.119203;0.006693;0.017986;0.119203;0.017986;0.017986;0.731059;0.268941;0.268941;0.017986;0.500000;0.880797;0.006693;0.731059;0.047426;0.993307;0.997527;0.500000;0.836853;0.365864;0.129656;0.092205;0.749510;0.133195;0.124553;0.209656;0.484255;0.344117;0.657236;0.284551;0.799633;0.591942;0.000000;0.080394;0.138715;0.778682;0.821127;0.535192;0.925658;0.025578;0.048764;0.999670;0.000000;0.000330;0.999835;0.000000;0.000165;0.731059;0.731059;0.017986;0.017986;0.119203;0.500000;0.119203;0.017986;0.268941;0.731059;0.880797;0.500000;0.500000;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.982014;0.567829;0.776086;0.222873;0.154074;0.517493;0.721316;0.305339;0.016302;0.246197;0.646571;0.642677;0.654527;0.675244;0.108806;0.161244;0.106120;0.070175;0.136461;0.650901;0.738464;0.928020;0.019821;0.052159;0.999140;0.000000;0.000860;0.995740;0.000000;0.004260;0.952574;0.268941;0.268941;0.952574;0.006693;0.268941;0.982014;0.119203;0.119203;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.500000;0.047426;0.002473;0.006693;0.017986;0.823028;0.632975;0.547605;0.854209;0.125538;0.582489;0.846577;0.299643;0.000000;0.000000;0.061978;0.663292;0.000000;0.152516;0.134121;0.390788;0.023203;0.177409;0.000000;0.072158;0.895804;0.035249;0.068947;0.996235;0.000000;0.003765;0.918180;0.000000;0.081820;0.880797;0.952574;0.268941;0.500000;0.017986;0.982014;0.880797;0.119203;0.268941;0.017986;0.119203;0.731059;0.880797;0.017986;0.047426;0.500000;0.119203;0.268941;0.017986;0.047426;0.806121;0.705577;0.245826;0.169806;0.275878;0.880692;0.779370;0.019474;0.518991;0.079292;0.418727;0.624806;0.428494;0.161922;0.069332;0.506500;0.227761;0.187704;0.328716;0.131930;0.449657;0.039265;0.511077;0.425680;0.000005;0.574315;0.487640;0.000000;0.512355;0.017986;0.000911;0.017986;0.017986;0.000911;0.006693;0.002473;0.999665;0.017986;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000911;0.165757;0.154335;0.190772;0.181384;0.000000;0.294838;0.038679;0.969939;0.106595;0.000000;0.049219;0.105741;0.000000;0.000000;0.147166;0.103679;0.018253;0.000000;0.000000;0.000000;0.110248;0.035012;0.854740;0.083725;0.000015;0.916260;0.000985;0.000120;0.998895
0.731059;0.731059;0.268941;0.952574;0.006693;0.880797;0.993307;0.047426;0.047426;0.006693;0.047426;0.731059;0.017986;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.047426;0.787346;0.685465;0.221318;0.793311;0.000000;0.542646;0.841175;0.216870;0.119308;0.057758;0.139434;0.750447;0.103308;0.074468;0.144550;0.499000;0.210154;0.000000;0.121746;0.208334;0.941160;0.006390;0.052450;0.999985;0.000000;0.000015;0.999685;0.000000;0.000315;0.268941;0.731059;0.952574;0.731059;0.119203;0.952574;0.982014;0.119203;0.500000;0.017986;0.268941;0.500000;0.047426;0.006693;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.746872;0.589524;0.459588;0.519240;0.311310;0.850941;0.803450;0.110171;0.308317;0.105458;0.435364;0.447692;0.099124;0.369351;0.058140;0.700147;0.224088;0.442259;0.223740;0.284754;0.931748;0.008232;0.060021;0.999935;0.000000;0.000065;0.999850;0.000000;0.000150;0.982014;0.047426;0.119203;0.006693;0.731059;0.047426;0.047426;0.047426;0.047426;0.500000;0.500000;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.047426;0.017986;0.880797;0.916445;0.054785;0.000000;0.000000;0.783469;0.067736;0.000000;0.115067;0.000000;0.768525;0.520489;0.000000;0.647713;0.231653;0.041846;0.250490;0.216361;0.000000;0.131473;0.791171;0.934840;0.021499;0.043661;0.999975;0.000000;0.000025;0.999995;0.000000;0.000005;0.731059;0.880797;0.119203;0.500000;0.047426;0.952574;0.731059;0.268941;0.500000;0.119203;0.500000;0.731059;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.728890;0.866227;0.247685;0.151100;0.000000;0.793802;0.755470;0.225133;0.367025;0.077701;0.468791;0.745547;0.206034;0.048522;0.128196;0.189080;0.165896;0.000000;0.026442;0.431189;0.933212;0.032224;0.034564;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.731059;0.880797;0.268941;0.500000;0.047426;0.500000;0.731059;0.880797;0.268941;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.268941;0.952574;0.119203;0.047426;0.668409;0.864713;0.364937;0.487752;0.000000;0.683305;0.689118;0.333588;0.246754;0.324975;0.187247;0.739236;0.152000;0.097969;0.110957;0.502000;0.270123;0.796247;0.352972;0.239942;0.926134;0.036408;0.037459;0.999905;0.000000;0.000095;0.999945;0.000000;0.000055;0.731059;0.017986;0.119203;0.006693;0.017986;0.119203;0.017986;0.017986;0.731059;0.268941;0.268941;0.017986;0.500000;0.880797;0.006693;0.731059;0.047426;0.993307;0.997527;0.500000;0.836853;0.365864;0.129656;0.092205;0.749510;0.133195;0.124553;0.209656;0.484255;0.344117;0.657236;0.284551;0.799633;0.591942;0.000000;0.080394;0.138715;0.778682;0.821127;0.535192;0.925658;0.025578;0.048764;0.999670;0.000000;0.000330;0.999835;0.000000;0.000165;0.731059;0.731059;0.017986;0.017986;0.119203;0.500000;0.119203;0.017986;0.268941;0.731059;0.880797;0.500000;0.500000;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.982014;0.567829;0.776086;0.222873;0.154074;0.517493;0.721316;0.305339;0.016302;0.246197;0.646571;0.642677;0.654527;0.675244;0.108806;0.161244;0.106120;0.070175;0.136461;0.650901;0.738464;0.928020;0.019821;0.052159;0.999140;0.000000;0.000860;0.995740;0.000000;0.004260;0.952574;0.268941;0.268941;0.952574;0.006693;0.268941;0.982014;0.119203;0.119203;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.500000;0.047426;0.002473;0.006693;0.017986;0.823028;0.632975;0.547605;0.854209;0.125538;0.582489;0.846577;0.299643;0.000000;0.000000;0.061978;0.663292;0.000000;0.152516;0.134121;0.390788;0.023203;0.177409;0.000000;0.072158;0.895804;0.035249;0.068947;0.996235;0.000000;0.003765;0.918180;0.000000;0.081820;0.880797;0.952574;0.268941;0.500000;0.017986;0.982014;0.880797;0.119203;0.268941;0.017986;0.119203;0.731059;0.880797;0.017986;0.047426;0.500000;0.119203;0.268941;0.017986;0.047426;0.806121;0.705577;0.245826;0.169806;0.275878;0.880692;0.779370;0.019474;0.518991;0.079292;0.418727;0.624806;0.428494;0.161922;0.069332;0.506500;0.227761;0.187704;0.328716;0.131930;0.449657;0.039265;0.511077;0.425680;0.000005;0.574315;0.487640;0.000000;0.512355;0.017986;0.000911;0.017986;0.017986;0.000911;0.006693;0.002473;0.999665;0.017986;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000911;0.165757;0.154335;0.190772;0.181384;0.000000;0.294838;0.038679;0.969939;0.106595;0.000000;0.049219;0.105741;0.000000;0.000000;0.147166;0.103679;0.018253;0.000000;0.000000;0.000000;0.110248;0.035012;0.854740;0.083725;0.000015;0.916260;0.000985;0.000120;0.998895;0.017986;0.002473;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.952574;0.880797;0.268941;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.731059;0.982014;0.119203;0.537927;0.096216;0.000000;0.000000;0.237760;0.123575;0.054372;0.030978;0.369817;0.394843;0.226181;0.059861;0.000000;0.969112;0.248991;0.000000;0.030061;0.781427;0.941310;0.363547;0.111825;0.038401;0.849774;0.080845;0.014115;0.905040;0.000970;0.027480;0.971550
0.268941;0.731059;0.952574;0.731059;0.119203;0.952574;0.982014;0.119203;0.500000;0.017986;0.268941;0.500000;0.047426;0.006693;0.047426;0.268941;0.119203;0.047426;0.047426;0.017986;0.746872;0.589524;0.459588;0.519240;0.311310;0.850941;0.803450;0.110171;0.308317;0.105458;0.435364;0.447692;0.099124;0.369351;0.058140;0.700147;0.224088;0.442259;0.223740;0.284754;0.931748;0.008232;0.060021;0.999935;0.000000;0.000065;0.999850;0.000000;0.000150;0.982014;0.047426;0.119203;0.006693;0.731059;0.047426;0.047426;0.047426;0.047426;0.500000;0.500000;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.047426;0.017986;0.880797;0.916445;0.054785;0.000000;0.000000;0.783469;0.067736;0.000000;0.115067;0.000000;0.768525;0.520489;0.000000;0.647713;0.231653;0.041846;0.250490;0.216361;0.000000;0.131473;0.791171;0.934840;0.021499;0.043661;0.999975;0.000000;0.000025;0.999995;0.000000;0.000005;0.731059;0.880797;0.119203;0.500000;0.047426;0.952574;0.731059;0.268941;0.500000;0.119203;0.500000;0.731059;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.728890;0.866227;0.247685;0.151100;0.000000;0.793802;0.755470;0.225133;0.367025;0.077701;0.468791;0.745547;0.206034;0.048522;0.128196;0.189080;0.165896;0.000000;0.026442;0.431189;0.933212;0.032224;0.034564;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.731059;0.880797;0.268941;0.500000;0.047426;0.500000;0.731059;0.880797;0.268941;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.268941;0.952574;0.119203;0.047426;0.668409;0.864713;0.364937;0.487752;0.000000;0.683305;0.689118;0.333588;0.246754;0.324975;0.187247;0.739236;0.152000;0.097969;0.110957;0.502000;0.270123;0.796247;0.352972;0.239942;0.926134;0.036408;0.037459;0.999905;0.000000;0.000095;0.999945;0.000000;0.000055;0.731059;0.017986;0.119203;0.006693;0.017986;0.119203;0.017986;0.017986;0.731059;0.268941;0.268941;0.017986;0.500000;0.880797;0.006693;0.731059;0.047426;0.993307;0.997527;0.500000;0.836853;0.365864;0.129656;0.092205;0.749510;0.133195;0.124553;0.209656;0.484255;0.344117;0.657236;0.284551;0.799633;0.591942;0.000000;0.080394;0.138715;0.778682;0.821127;0.535192;0.925658;0.025578;0.048764;0.999670;0.000000;0.000330;0.999835;0.000000;0.000165;0.731059;0.731059;0.017986;0.017986;0.119203;0.500000;0.119203;0.017986;0.268941;0.731059;0.880797;0.500000;0.500000;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.982014;0.567829;0.776086;0.222873;0.154074;0.517493;0.721316;0.305339;0.016302;0.246197;0.646571;0.642677;0.654527;0.675244;0.108806;0.161244;0.106120;0.070175;0.136461;0.650901;0.738464;0.928020;0.019821;0.052159;0.999140;0.000000;0.000860;0.995740;0.000000;0.004260;0.952574;0.268941;0.268941;0.952574;0.006693;0.268941;0.982014;0.119203;0.119203;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.500000;0.047426;0.002473;0.006693;0.017986;0.823028;0.632975;0.547605;0.854209;0.125538;0.582489;0.846577;0.299643;0.000000;0.000000;0.061978;0.663292;0.000000;0.152516;0.134121;0.390788;0.023203;0.177409;0.000000;0.072158;0.895804;0.035249;0.068947;0.996235;0.000000;0.003765;0.918180;0.000000;0.081820;0.880797;0.952574;0.268941;0.500000;0.017986;0.982014;0.880797;0.119203;0.268941;0.017986;0.119203;0.731059;0.880797;0.017986;0.047426;0.500000;0.119203;0.268941;0.017986;0.047426;0.806121;0.705577;0.245826;0.169806;0.275878;0.880692;0.779370;0.019474;0.518991;0.079292;0.418727;0.624806;0.428494;0.161922;0.069332;0.506500;0.227761;0.187704;0.328716;0.131930;0.449657;0.039265;0.511077;0.425680;0.000005;0.574315;0.487640;0.000000;0.512355;0.017986;0.000911;0.017986;0.017986;0.000911;0.006693;0.002473;0.999665;0.017986;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000911;0.165757;0.154335;0.190772;0.181384;0.000000;0.294838;0.038679;0.969939;0.106595;0.000000;0.049219;0.105741;0.000000;0.000000;0.147166;0.103679;0.018253;0.000000;0.000000;0.000000;0.110248;0.035012;0.854740;0.083725;0.000015;0.916260;0.000985;0.000120;0.998895;0.017986;0.002473;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.952574;0.880797;0.268941;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.731059;0.982014;0.119203;0.537927;0.096216;0.000000;0.000000;0.237760;0.123575;0.054372;0.030978;0.369817;0.394843;0.226181;0.059861;0.000000;0.969112;0.248991;0.000000;0.030061;0.781427;0.941310;0.363547;0.111825;0.038401;0.849774;0.080845;0.014115;0.905040;0.000970;0.027480;0.971550;0.268941;0.982014;0.731059;0.731059;0.017986;0.500000;0.268941;0.880797;0.880797;0.017986;0.017986;0.952574;0.047426;0.006693;0.500000;0.500000;0.731059;0.047426;0.047426;0.047426;0.300063;0.822006;0.548844;0.802501;0.264833;0.781768;0.259225;0.313889;0.327393;0.053707;0.012958;0.774692;0.365864;0.202458;0.352972;0.675682;0.705993;0.477515;0.000000;0.033764;0.108258;0.075763;0.815975;0.070120;0.036685;0.893190;0.001375;0.135055;0.863565
0.982014;0.047426;0.119203;0.006693;0.731059;0.047426;0.047426;0.047426;0.047426;0.500000;0.500000;0.047426;0.982014;0.047426;0.017986;0.268941;0.500000;0.047426;0.017986;0.880797;0.916445;0.054785;0.000000;0.000000;0.783469;0.067736;0.000000;0.115067;0.000000;0.768525;0.520489;0.000000;0.647713;0.231653;0.041846;0.250490;0.216361;0.000000;0.131473;0.791171;0.934840;0.021499;0.043661;0.999975;0.000000;0.000025;0.999995;0.000000;0.000005;0.731059;0.880797;0.119203;0.500000;0.047426;0.952574;0.731059;0.268941;0.500000;0.119203;0.500000;0.731059;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.728890;0.866227;0.247685;0.151100;0.000000;0.793802;0.755470;0.225133;0.367025;0.077701;0.468791;0.745547;0.206034;0.048522;0.128196;0.189080;0.165896;0.000000;0.026442;0.431189;0.933212;0.032224;0.034564;0.999960;0.000000;0.000040;0.999995;0.000000;0.000005;0.731059;0.880797;0.268941;0.500000;0.047426;0.500000;0.731059;0.880797;0.268941;0.047426;0.047426;0.731059;0.268941;0.017986;0.047426;0.731059;0.268941;0.952574;0.119203;0.047426;0.668409;0.864713;0.364937;0.487752;0.000000;0.683305;0.689118;0.333588;0.246754;0.324975;0.187247;0.739236;0.152000;0.097969;0.110957;0.502000;0.270123;0.796247;0.352972;0.239942;0.926134;0.036408;0.037459;0.999905;0.000000;0.000095;0.999945;0.000000;0.000055;0.731059;0.017986;0.119203;0.006693;0.017986;0.119203;0.017986;0.017986;0.731059;0.268941;0.268941;0.017986;0.500000;0.880797;0.006693;0.731059;0.047426;0.993307;0.997527;0.500000;0.836853;0.365864;0.129656;0.092205;0.749510;0.133195;0.124553;0.209656;0.484255;0.344117;0.657236;0.284551;0.799633;0.591942;0.000000;0.080394;0.138715;0.778682;0.821127;0.535192;0.925658;0.025578;0.048764;0.999670;0.000000;0.000330;0.999835;0.000000;0.000165;0.731059;0.731059;0.017986;0.017986;0.119203;0.500000;0.119203;0.017986;0.268941;0.731059;0.880797;0.500000;0.500000;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.982014;0.567829;0.776086;0.222873;0.154074;0.517493;0.721316;0.305339;0.016302;0.246197;0.646571;0.642677;0.654527;0.675244;0.108806;0.161244;0.106120;0.070175;0.136461;0.650901;0.738464;0.928020;0.019821;0.052159;0.999140;0.000000;0.000860;0.995740;0.000000;0.004260;0.952574;0.268941;0.268941;0.952574;0.006693;0.268941;0.982014;0.119203;0.119203;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.500000;0.047426;0.002473;0.006693;0.017986;0.823028;0.632975;0.547605;0.854209;0.125538;0.582489;0.846577;0.299643;0.000000;0.000000;0.061978;0.663292;0.000000;0.152516;0.134121;0.390788;0.023203;0.177409;0.000000;0.072158;0.895804;0.035249;0.068947;0.996235;0.000000;0.003765;0.918180;0.000000;0.081820;0.880797;0.952574;0.268941;0.500000;0.017986;0.982014;0.880797;0.119203;0.268941;0.017986;0.119203;0.731059;0.880797;0.017986;0.047426;0.500000;0.119203;0.268941;0.017986;0.047426;0.806121;0.705577;0.245826;0.169806;0.275878;0.880692;0.779370;0.019474;0.518991;0.079292;0.418727;0.624806;0.428494;0.161922;0.069332;0.506500;0.227761;0.187704;0.328716;0.131930;0.449657;0.039265;0.511077;0.425680;0.000005;0.574315;0.487640;0.000000;0.512355;0.017986;0.000911;0.017986;0.017986;0.000911;0.006693;0.002473;0.999665;0.017986;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000911;0.165757;0.154335;0.190772;0.181384;0.000000;0.294838;0.038679;0.969939;0.106595;0.000000;0.049219;0.105741;0.000000;0.000000;0.147166;0.103679;0.018253;0.000000;0.000000;0.000000;0.110248;0.035012;0.854740;0.083725;0.000015;0.916260;0.000985;0.000120;0.998895;0.017986;0.002473;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.952574;0.880797;0.268941;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.731059;0.982014;0.119203;0.537927;0.096216;0.000000;0.000000;0.237760;0.123575;0.054372;0.030978;0.369817;0.394843;0.226181;0.059861;0.000000;0.969112;0.248991;0.000000;0.030061;0.781427;0.941310;0.363547;0.111825;0.038401;0.849774;0.080845;0.014115;0.905040;0.000970;0.027480;0.971550;0.268941;0.982014;0.731059;0.731059;0.017986;0.500000;0.268941;0.880797;0.880797;0.017986;0.017986;0.952574;0.047426;0.006693;0.500000;0.500000;0.731059;0.047426;0.047426;0.047426;0.300063;0.822006;0.548844;0.802501;0.264833;0.781768;0.259225;0.313889;0.327393;0.053707;0.012958;0.774692;0.365864;0.202458;0.352972;0.675682;0.705993;0.477515;0.000000;0.033764;0.108258;0.075763;0.815975;0.070120;0.036685;0.893190;0.001375;0.135055;0.863565;0.993307;0.500000;0.017986;0.017986;0.017986;0.047426;0.017986;0.982014;0.017986;0.017986;0.017986;0.047426;0.268941;0.017986;0.017986;0.268941;0.119203;0.268941;0.017986;0.047426;0.841442;0.634136;0.347737;0.171221;0.670843;0.219943;0.115781;0.760058;0.484755;0.283940;0.134936;0.137051;0.247871;0.455369;0.056094;0.590976;0.651582;0.291729;0.327834;0.409508;0.109318;0.569378;0.321300;0.068810;0.326595;0.604590;0.004490;0.858755;0.136750
0.119203;0.006693;0.002473;0.002473;0.047426;0.006693;0.006693;0.017986;0.002473;0.993307;0.731059;0.006693;0.500000;0.500000;0.006693;0.017986;0.119203;0.047426;0.017986;0.993307;0.621519;0.000000;0.000000;0.000000;0.733802;0.137406;0.000000;0.555273;0.000000;0.842374;0.665077;0.034490;0.831038;0.619164;0.416781;0.120151;0.197182;0.690188;0.000000;0.829346;0.077336;0.396780;0.525883;0.047690;0.398945;0.553365;0.005815;0.580025;0.414160;0.047426;0.006693;0.047426;0.006693;0.002473;0.006693;0.002473;0.999089;0.047426;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.017986;0.017986;0.002473;0.000911;0.000911;0.406127;0.245270;0.315398;0.450166;0.461576;0.077701;0.134936;0.949741;0.185427;0.042697;0.035881;0.264833;0.275679;0.096826;0.366096;0.698676;0.128196;0.242688;0.000000;0.079585;0.022382;0.072971;0.904653;0.014990;0.091965;0.893055;0.007025;0.077320;0.915660;0.268941;0.982014;0.119203;0.119203;0.017986;0.880797;0.500000;0.500000;0.880797;0.047426;0.268941;0.731059;0.119203;0.731059;0.047426;0.731059;0.119203;0.119203;0.731059;0.119203;0.676121;0.773468;0.314104;0.383197;0.358933;0.446950;0.261536;0.648397;0.824480;0.298176;0.257692;0.390788;0.097440;0.263666;0.608974;0.516244;0.084788;0.246197;0.695720;0.408058;0.127179;0.017467;0.855354;0.018985;0.007425;0.973590;0.229435;0.017790;0.752775;0.500000;0.500000;0.119203;0.731059;0.119203;0.268941;0.731059;0.268941;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.993307;0.268941;0.268941;0.268941;0.047426;0.268941;0.459092;0.674586;0.569546;0.760058;0.157892;0.634368;0.526226;0.821127;0.381544;0.102938;0.131359;0.473275;0.221663;0.276278;0.699097;0.621519;0.073169;0.000000;0.080468;0.212654;0.183103;0.004109;0.812789;0.043185;0.002885;0.953930;0.346470;0.001530;0.652000;0.268941;0.268941;0.731059;0.993307;0.047426;0.268941;0.500000;0.880797;0.731059;0.017986;0.017986;0.119203;0.017986;0.047426;0.268941;0.880797;0.731059;0.006693;0.047426;0.017986;0.304492;0.198770;0.552308;0.888746;0.123143;0.450166;0.408783;0.510998;0.291523;0.086432;0.252184;0.231475;0.263860;0.218744;0.763506;0.811073;0.499750;0.629949;0.472777;0.150332;0.259378;0.006107;0.734517;0.059230;0.000040;0.940735;0.563850;0.000410;0.435740;0.268941;0.268941;0.047426;0.047426;0.268941;0.047426;0.119203;0.119203;0.119203;0.731059;0.880797;0.047426;0.880797;0.268941;0.982014;0.119203;0.268941;0.880797;0.268941;0.880797;0.466301;0.393172;0.000000;0.053201;0.000000;0.301956;0.040233;0.225832;0.072494;0.833411;0.760605;0.087864;0.660831;0.760787;0.829770;0.262890;0.249553;0.290904;0.083478;0.657686;0.845832;0.025357;0.128811;0.904885;0.000000;0.095115;0.938250;0.000215;0.061535;0.880797;0.952574;0.500000;0.880797;0.017986;0.731059;0.880797;0.119203;0.268941;0.017986;0.017986;0.880797;0.119203;0.017986;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.471032;0.766920;0.663962;0.799312;0.000000;0.638994;0.852457;0.381072;0.163147;0.158291;0.163147;0.699727;0.200367;0.177118;0.117222;0.436347;0.239031;0.242137;0.000000;0.200848;0.856480;0.033327;0.110192;0.946700;0.000000;0.053295;0.963525;0.000020;0.036455;0.268941;0.952574;0.268941;0.880797;0.006693;0.731059;0.993307;0.047426;0.500000;0.119203;0.119203;0.500000;0.119203;0.006693;0.119203;0.119203;0.268941;0.006693;0.017986;0.119203;0.687187;0.738077;0.172216;0.567338;0.077344;0.668188;0.786003;0.168121;0.117119;0.509749;0.336708;0.667522;0.342314;0.800433;0.023045;0.312598;0.182127;0.556508;0.319298;0.270123;0.880307;0.044861;0.074831;0.986720;0.000000;0.013275;0.991190;0.000000;0.008810;0.047426;0.006693;0.500000;0.999665;0.000911;0.017986;0.731059;0.006693;0.119203;0.000911;0.002473;0.017986;0.006693;0.000911;0.006693;0.047426;0.047426;0.000335;0.006693;0.000911;0.624103;0.000000;0.381780;0.947549;0.000000;0.000000;0.563161;0.117533;0.084711;0.461079;0.456609;0.000000;0.545623;0.055988;0.168401;0.582489;0.302800;0.000000;0.000000;0.563161;0.914606;0.043516;0.041879;0.986880;0.000000;0.013120;0.994010;0.000000;0.005990;0.500000;0.268941;0.017986;0.017986;0.119203;0.047426;0.500000;0.017986;0.017986;0.952574;0.952574;0.047426;0.500000;0.119203;0.268941;0.047426;0.119203;0.017986;0.268941;0.952574;0.658811;0.684386;0.169103;0.027411;0.261343;0.054785;0.504750;0.000000;0.327613;0.876099;0.716872;0.387698;0.605635;0.296713;0.285162;0.096651;0.169806;0.405886;0.308957;0.641987;0.933996;0.046402;0.019602;0.999660;0.000000;0.000340;0.999740;0.000000;0.000260;0.952574;0.880797;0.119203;0.880797;0.006693;0.731059;0.982014;0.047426;0.500000;0.006693;0.017986;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.826927;0.787848;0.563407;0.640146;0.000000;0.591942;0.904737;0.078638;0.314751;0.037906;0.065620;0.553050;0.188162;0.071691;0.091788;0.148679;0.130448;0.224610;0.033994;0.000000;0.936719;0.051131;0.012150;0.999790;0.000000;0.000210;0.999915;0.000000;0.000085
0.047426;0.006693;0.047426;0.006693;0.002473;0.006693;0.002473;0.999089;0.047426;0.000911;0.000911;0.006693;0.002473;0.000911;0.002473;0.017986;0.017986;0.002473;0.000911;0.000911;0.406127;0.245270;0.315398;0.450166;0.461576;0.077701;0.134936;0.949741;0.185427;0.042697;0.035881;0.264833;0.275679;0.096826;0.366096;0.698676;0.128196;0.242688;0.000000;0.079585;0.022382;0.072971;0.904653;0.014990;0.091965;0.893055;0.007025;0.077320;0.915660;0.268941;0.982014;0.119203;0.119203;0.017986;0.880797;0.500000;0.500000;0.880797;0.047426;0.268941;0.731059;0.119203;0.731059;0.047426;0.731059;0.119203;0.119203;0.731059;0.119203;0.676121;0.773468;0.314104;0.383197;0.358933;0.446950;0.261536;0.648397;0.824480;0.298176;0.257692;0.390788;0.097440;0.263666;0.608974;0.516244;0.084788;0.246197;0.695720;0.408058;0.127179;0.017467;0.855354;0.018985;0.007425;0.973590;0.229435;0.017790;0.752775;0.500000;0.500000;0.119203;0.731059;0.119203;0.268941;0.731059;0.268941;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.993307;0.268941;0.268941;0.268941;0.047426;0.268941;0.459092;0.674586;0.569546;0.760058;0.157892;0.634368;0.526226;0.821127;0.381544;0.102938;0.131359;0.473275;0.221663;0.276278;0.699097;0.621519;0.073169;0.000000;0.080468;0.212654;0.183103;0.004109;0.812789;0.043185;0.002885;0.953930;0.346470;0.001530;0.652000;0.268941;0.268941;0.731059;0.993307;0.047426;0.268941;0.500000;0.880797;0.731059;0.017986;0.017986;0.119203;0.017986;0.047426;0.268941;0.880797;0.731059;0.006693;0.047426;0.017986;0.304492;0.198770;0.552308;0.888746;0.123143;0.450166;0.408783;0.510998;0.291523;0.086432;0.252184;0.231475;0.263860;0.218744;0.763506;0.811073;0.499750;0.629949;0.472777;0.150332;0.259378;0.006107;0.734517;0.059230;0.000040;0.940735;0.563850;0.000410;0.435740;0.268941;0.268941;0.047426;0.047426;0.268941;0.047426;0.119203;0.119203;0.119203;0.731059;0.880797;0.047426;0.880797;0.268941;0.982014;0.119203;0.268941;0.880797;0.268941;0.880797;0.466301;0.393172;0.000000;0.053201;0.000000;0.301956;0.040233;0.225832;0.072494;0.833411;0.760605;0.087864;0.660831;0.760787;0.829770;0.262890;0.249553;0.290904;0.083478;0.657686;0.845832;0.025357;0.128811;0.904885;0.000000;0.095115;0.938250;0.000215;0.061535;0.880797;0.952574;0.500000;0.880797;0.017986;0.731059;0.880797;0.119203;0.268941;0.017986;0.017986;0.880797;0.119203;0.017986;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.471032;0.766920;0.663962;0.799312;0.000000;0.638994;0.852457;0.381072;0.163147;0.158291;0.163147;0.699727;0.200367;0.177118;0.117222;0.436347;0.239031;0.242137;0.000000;0.200848;0.856480;0.033327;0.110192;0.946700;0.000000;0.053295;0.963525;0.000020;0.036455;0.268941;0.952574;0.268941;0.880797;0.006693;0.731059;0.993307;0.047426;0.500000;0.119203;0.119203;0.500000;0.119203;0.006693;0.119203;0.119203;0.268941;0.006693;0.017986;0.119203;0.687187;0.738077;0.172216;0.567338;0.077344;0.668188;0.786003;0.168121;0.117119;0.509749;0.336708;0.667522;0.342314;0.800433;0.023045;0.312598;0.182127;0.556508;0.319298;0.270123;0.880307;0.044861;0.074831;0.986720;0.000000;0.013275;0.991190;0.000000;0.008810;0.047426;0.006693;0.500000;0.999665;0.000911;0.017986;0.731059;0.006693;0.119203;0.000911;0.002473;0.017986;0.006693;0.000911;0.006693;0.047426;0.047426;0.000335;0.006693;0.000911;0.624103;0.000000;0.381780;0.947549;0.000000;0.000000;0.563161;0.117533;0.084711;0.461079;0.456609;0.000000;0.545623;0.055988;0.168401;0.582489;0.302800;0.000000;0.000000;0.563161;0.914606;0.043516;0.041879;0.986880;0.000000;0.013120;0.994010;0.000000;0.005990;0.500000;0.268941;0.017986;0.017986;0.119203;0.047426;0.500000;0.017986;0.017986;0.952574;0.952574;0.047426;0.500000;0.119203;0.268941;0.047426;0.119203;0.017986;0.268941;0.952574;0.658811;0.684386;0.169103;0.027411;0.261343;0.054785;0.504750;0.000000;0.327613;0.876099;0.716872;0.387698;0.605635;0.296713;0.285162;0.096651;0.169806;0.405886;0.308957;0.641987;0.933996;0.046402;0.019602;0.999660;0.000000;0.000340;0.999740;0.000000;0.000260;0.952574;0.880797;0.119203;0.880797;0.006693;0.731059;0.982014;0.047426;0.500000;0.006693;0.017986;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.826927;0.787848;0.563407;0.640146;0.000000;0.591942;0.904737;0.078638;0.314751;0.037906;0.065620;0.553050;0.188162;0.071691;0.091788;0.148679;0.130448;0.224610;0.033994;0.000000;0.936719;0.051131;0.012150;0.999790;0.000000;0.000210;0.999915;0.000000;0.000085;0.119203;0.999089;0.119203;0.006693;0.047426;0.047426;0.017986;0.002473;0.047426;0.268941;0.119203;0.268941;0.119203;0.002473;0.002473;0.047426;0.047426;0.002473;0.017986;0.731059;0.480011;0.907207;0.298385;0.017688;0.557248;0.492251;0.170937;0.000000;0.300693;0.777646;0.527971;0.341414;0.458843;0.426046;0.183322;0.251618;0.360314;0.417025;0.443246;0.659934;0.938375;0.050572;0.011053;0.999890;0.000000;0.000110;0.999950;0.000000;0.000050
0.268941;0.982014;0.119203;0.119203;0.017986;0.880797;0.500000;0.500000;0.880797;0.047426;0.268941;0.731059;0.119203;0.731059;0.047426;0.731059;0.119203;0.119203;0.731059;0.119203;0.676121;0.773468;0.314104;0.383197;0.358933;0.446950;0.261536;0.648397;0.824480;0.298176;0.257692;0.390788;0.097440;0.263666;0.608974;0.516244;0.084788;0.246197;0.695720;0.408058;0.127179;0.017467;0.855354;0.018985;0.007425;0.973590;0.229435;0.017790;0.752775;0.500000;0.500000;0.119203;0.731059;0.119203;0.268941;0.731059;0.268941;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.993307;0.268941;0.268941;0.268941;0.047426;0.268941;0.459092;0.674586;0.569546;0.760058;0.157892;0.634368;0.526226;0.821127;0.381544;0.102938;0.131359;0.473275;0.221663;0.276278;0.699097;0.621519;0.073169;0.000000;0.080468;0.212654;0.183103;0.004109;0.812789;0.043185;0.002885;0.953930;0.346470;0.001530;0.652000;0.268941;0.268941;0.731059;0.993307;0.047426;0.268941;0.500000;0.880797;0.731059;0.017986;0.017986;0.119203;0.017986;0.047426;0.268941;0.880797;0.731059;0.006693;0.047426;0.017986;0.304492;0.198770;0.552308;0.888746;0.123143;0.450166;0.408783;0.510998;0.291523;0.086432;0.252184;0.231475;0.263860;0.218744;0.763506;0.811073;0.499750;0.629949;0.472777;0.150332;0.259378;0.006107;0.734517;0.059230;0.000040;0.940735;0.563850;0.000410;0.435740;0.268941;0.268941;0.047426;0.047426;0.268941;0.047426;0.119203;0.119203;0.119203;0.731059;0.880797;0.047426;0.880797;0.268941;0.982014;0.119203;0.268941;0.880797;0.268941;0.880797;0.466301;0.393172;0.000000;0.053201;0.000000;0.301956;0.040233;0.225832;0.072494;0.833411;0.760605;0.087864;0.660831;0.760787;0.829770;0.262890;0.249553;0.290904;0.083478;0.657686;0.845832;0.025357;0.128811;0.904885;0.000000;0.095115;0.938250;0.000215;0.061535;0.880797;0.952574;0.500000;0.880797;0.017986;0.731059;0.880797;0.119203;0.268941;0.017986;0.017986;0.880797;0.119203;0.017986;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.471032;0.766920;0.663962;0.799312;0.000000;0.638994;0.852457;0.381072;0.163147;0.158291;0.163147;0.699727;0.200367;0.177118;0.117222;0.436347;0.239031;0.242137;0.000000;0.200848;0.856480;0.033327;0.110192;0.946700;0.000000;0.053295;0.963525;0.000020;0.036455;0.268941;0.952574;0.268941;0.880797;0.006693;0.731059;0.993307;0.047426;0.500000;0.119203;0.119203;0.500000;0.119203;0.006693;0.119203;0.119203;0.268941;0.006693;0.017986;0.119203;0.687187;0.738077;0.172216;0.567338;0.077344;0.668188;0.786003;0.168121;0.117119;0.509749;0.336708;0.667522;0.342314;0.800433;0.023045;0.312598;0.182127;0.556508;0.319298;0.270123;0.880307;0.044861;0.074831;0.986720;0.000000;0.013275;0.991190;0.000000;0.008810;0.047426;0.006693;0.500000;0.999665;0.000911;0.017986;0.731059;0.006693;0.119203;0.000911;0.002473;0.017986;0.006693;0.000911;0.006693;0.047426;0.047426;0.000335;0.006693;0.000911;0.624103;0.000000;0.381780;0.947549;0.000000;0.000000;0.563161;0.117533;0.084711;0.461079;0.456609;0.000000;0.545623;0.055988;0.168401;0.582489;0.302800;0.000000;0.000000;0.563161;0.914606;0.043516;0.041879;0.986880;0.000000;0.013120;0.994010;0.000000;0.005990;0.500000;0.268941;0.017986;0.017986;0.119203;0.047426;0.500000;0.017986;0.017986;0.952574;0.952574;0.047426;0.500000;0.119203;0.268941;0.047426;0.119203;0.017986;0.268941;0.952574;0.658811;0.684386;0.169103;0.027411;0.261343;0.054785;0.504750;0.000000;0.327613;0.876099;0.716872;0.387698;0.605635;0.296713;0.285162;0.096651;0.169806;0.405886;0.308957;0.641987;0.933996;0.046402;0.019602;0.999660;0.000000;0.000340;0.999740;0.000000;0.000260;0.952574;0.880797;0.119203;0.880797;0.006693;0.731059;0.982014;0.047426;0.500000;0.006693;0.017986;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.826927;0.787848;0.563407;0.640146;0.000000;0.591942;0.904737;0.078638;0.314751;0.037906;0.065620;0.553050;0.188162;0.071691;0.091788;0.148679;0.130448;0.224610;0.033994;0.000000;0.936719;0.051131;0.012150;0.999790;0.000000;0.000210;0.999915;0.000000;0.000085;0.119203;0.999089;0.119203;0.006693;0.047426;0.047426;0.017986;0.002473;0.047426;0.268941;0.119203;0.268941;0.119203;0.002473;0.002473;0.047426;0.047426;0.002473;0.017986;0.731059;0.480011;0.907207;0.298385;0.017688;0.557248;0.492251;0.170937;0.000000;0.300693;0.777646;0.527971;0.341414;0.458843;0.426046;0.183322;0.251618;0.360314;0.417025;0.443246;0.659934;0.938375;0.050572;0.011053;0.999890;0.000000;0.000110;0.999950;0.000000;0.000050;0.119203;0.006693;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.002473;0.982014;0.880797;0.006693;0.731059;0.017986;0.002473;0.006693;0.119203;0.002473;0.017986;0.997527;0.406609;0.052253;0.000000;0.057595;0.662622;0.000000;0.000000;0.000000;0.133310;0.891194;0.810613;0.000000;0.783300;0.545871;0.000000;0.125758;0.098678;0.000000;0.204728;0.862475;0.939715;0.045516;0.014769;0.999995;0.000000;0.000005;0.999990;0.000000;0.000010
0.500000;0.500000;0.119203;0.731059;0.119203;0.268941;0.731059;0.268941;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.993307;0.268941;0.268941;0.268941;0.047426;0.268941;0.459092;0.674586;0.569546;0.760058;0.157892;0.634368;0.526226;0.821127;0.381544;0.102938;0.131359;0.473275;0.221663;0.276278;0.699097;0.621519;0.073169;0.000000;0.080468;0.212654;0.183103;0.004109;0.812789;0.043185;0.002885;0.953930;0.346470;0.001530;0.652000;0.268941;0.268941;0.731059;0.993307;0.047426;0.268941;0.500000;0.880797;0.731059;0.017986;0.017986;0.119203;0.017986;0.047426;0.268941;0.880797;0.731059;0.006693;0.047426;0.017986;0.304492;0.198770;0.552308;0.888746;0.123143;0.450166;0.408783;0.510998;0.291523;0.086432;0.252184;0.231475;0.263860;0.218744;0.763506;0.811073;0.499750;0.629949;0.472777;0.150332;0.259378;0.006107;0.734517;0.059230;0.000040;0.940735;0.563850;0.000410;0.435740;0.268941;0.268941;0.047426;0.047426;0.268941;0.047426;0.119203;0.119203;0.119203;0.731059;0.880797;0.047426;0.880797;0.268941;0.982014;0.119203;0.268941;0.880797;0.268941;0.880797;0.466301;0.393172;0.000000;0.053201;0.000000;0.301956;0.040233;0.225832;0.072494;0.833411;0.760605;0.087864;0.660831;0.760787;0.829770;0.262890;0.249553;0.290904;0.083478;0.657686;0.845832;0.025357;0.128811;0.904885;0.000000;0.095115;0.938250;0.000215;0.061535;0.880797;0.952574;0.500000;0.880797;0.017986;0.731059;0.880797;0.119203;0.268941;0.017986;0.017986;0.880797;0.119203;0.017986;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.471032;0.766920;0.663962;0.799312;0.000000;0.638994;0.852457;0.381072;0.163147;0.158291;0.163147;0.699727;0.200367;0.177118;0.117222;0.436347;0.239031;0.242137;0.000000;0.200848;0.856480;0.033327;0.110192;0.946700;0.000000;0.053295;0.963525;0.000020;0.036455;0.268941;0.952574;0.268941;0.880797;0.006693;0.731059;0.993307;0.047426;0.500000;0.119203;0.119203;0.500000;0.119203;0.006693;0.119203;0.119203;0.268941;0.006693;0.017986;0.119203;0.687187;0.738077;0.172216;0.567338;0.077344;0.668188;0.786003;0.168121;0.117119;0.509749;0.336708;0.667522;0.342314;0.800433;0.023045;0.312598;0.182127;0.556508;0.319298;0.270123;0.880307;0.044861;0.074831;0.986720;0.000000;0.013275;0.991190;0.000000;0.008810;0.047426;0.006693;0.500000;0.999665;0.000911;0.017986;0.731059;0.006693;0.119203;0.000911;0.002473;0.017986;0.006693;0.000911;0.006693;0.047426;0.047426;0.000335;0.006693;0.000911;0.624103;0.000000;0.381780;0.947549;0.000000;0.000000;0.563161;0.117533;0.084711;0.461079;0.456609;0.000000;0.545623;0.055988;0.168401;0.582489;0.302800;0.000000;0.000000;0.563161;0.914606;0.043516;0.041879;0.986880;0.000000;0.013120;0.994010;0.000000;0.005990;0.500000;0.268941;0.017986;0.017986;0.119203;0.047426;0.500000;0.017986;0.017986;0.952574;0.952574;0.047426;0.500000;0.119203;0.268941;0.047426;0.119203;0.017986;0.268941;0.952574;0.658811;0.684386;0.169103;0.027411;0.261343;0.054785;0.504750;0.000000;0.327613;0.876099;0.716872;0.387698;0.605635;0.296713;0.285162;0.096651;0.169806;0.405886;0.308957;0.641987;0.933996;0.046402;0.019602;0.999660;0.000000;0.000340;0.999740;0.000000;0.000260;0.952574;0.880797;0.119203;0.880797;0.006693;0.731059;0.982014;0.047426;0.500000;0.006693;0.017986;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.826927;0.787848;0.563407;0.640146;0.000000;0.591942;0.904737;0.078638;0.314751;0.037906;0.065620;0.553050;0.188162;0.071691;0.091788;0.148679;0.130448;0.224610;0.033994;0.000000;0.936719;0.051131;0.012150;0.999790;0.000000;0.000210;0.999915;0.000000;0.000085;0.119203;0.999089;0.119203;0.006693;0.047426;0.047426;0.017986;0.002473;0.047426;0.268941;0.119203;0.268941;0.119203;0.002473;0.002473;0.047426;0.047426;0.002473;0.017986;0.731059;0.480011;0.907207;0.298385;0.017688;0.557248;0.492251;0.170937;0.000000;0.300693;0.777646;0.527971;0.341414;0.458843;0.426046;0.183322;0.251618;0.360314;0.417025;0.443246;0.659934;0.938375;0.050572;0.011053;0.999890;0.000000;0.000110;0.999950;0.000000;0.000050;0.119203;0.006693;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.002473;0.982014;0.880797;0.006693;0.731059;0.017986;0.002473;0.006693;0.119203;0.002473;0.017986;0.997527;0.406609;0.052253;0.000000;0.057595;0.662622;0.000000;0.000000;0.000000;0.133310;0.891194;0.810613;0.000000;0.783300;0.545871;0.000000;0.125758;0.098678;0.000000;0.204728;0.862475;0.939715;0.045516;0.014769;0.999995;0.000000;0.000005;0.999990;0.000000;0.000010;0.952574;0.993307;0.119203;0.119203;0.017986;0.500000;0.880797;0.119203;0.500000;0.006693;0.017986;0.952574;0.047426;0.006693;0.017986;0.268941;0.268941;0.006693;0.017986;0.017986;0.684386;0.848515;0.285570;0.568811;0.181235;0.774692;0.814119;0.175375;0.470783;0.202943;0.185730;0.761333;0.000000;0.211151;0.176826;0.396756;0.250490;0.185881;0.000000;0.072831;0.938517;0.031707;0.029776;0.999985;0.000000;0.000015;0.999995;0.000000;0.000005
0.268941;0.268941;0.731059;0.993307;0.047426;0.268941;0.500000;0.880797;0.731059;0.017986;0.017986;0.119203;0.017986;0.047426;0.268941;0.880797;0.731059;0.006693;0.047426;0.017986;0.304492;0.198770;0.552308;0.888746;0.123143;0.450166;0.408783;0.510998;0.291523;0.086432;0.252184;0.231475;0.263860;0.218744;0.763506;0.811073;0.499750;0.629949;0.472777;0.150332;0.259378;0.006107;0.734517;0.059230;0.000040;0.940735;0.563850;0.000410;0.435740;0.268941;0.268941;0.047426;0.047426;0.268941;0.047426;0.119203;0.119203;0.119203;0.731059;0.880797;0.047426;0.880797;0.268941;0.982014;0.119203;0.268941;0.880797;0.268941;0.880797;0.466301;0.393172;0.000000;0.053201;0.000000;0.301956;0.040233;0.225832;0.072494;0.833411;0.760605;0.087864;0.660831;0.760787;0.829770;0.262890;0.249553;0.290904;0.083478;0.657686;0.845832;0.025357;0.128811;0.904885;0.000000;0.095115;0.938250;0.000215;0.061535;0.880797;0.952574;0.500000;0.880797;0.017986;0.731059;0.880797;0.119203;0.268941;0.017986;0.017986;0.880797;0.119203;0.017986;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.471032;0.766920;0.663962;0.799312;0.000000;0.638994;0.852457;0.381072;0.163147;0.158291;0.163147;0.699727;0.200367;0.177118;0.117222;0.436347;0.239031;0.242137;0.000000;0.200848;0.856480;0.033327;0.110192;0.946700;0.000000;0.053295;0.963525;0.000020;0.036455;0.268941;0.952574;0.268941;0.880797;0.006693;0.731059;0.993307;0.047426;0.500000;0.119203;0.119203;0.500000;0.119203;0.006693;0.119203;0.119203;0.268941;0.006693;0.017986;0.119203;0.687187;0.738077;0.172216;0.567338;0.077344;0.668188;0.786003;0.168121;0.117119;0.509749;0.336708;0.667522;0.342314;0.800433;0.023045;0.312598;0.182127;0.556508;0.319298;0.270123;0.880307;0.044861;0.074831;0.986720;0.000000;0.013275;0.991190;0.000000;0.008810;0.047426;0.006693;0.500000;0.999665;0.000911;0.017986;0.731059;0.006693;0.119203;0.000911;0.002473;0.017986;0.006693;0.000911;0.006693;0.047426;0.047426;0.000335;0.006693;0.000911;0.624103;0.000000;0.381780;0.947549;0.000000;0.000000;0.563161;0.117533;0.084711;0.461079;0.456609;0.000000;0.545623;0.055988;0.168401;0.582489;0.302800;0.000000;0.000000;0.563161;0.914606;0.043516;0.041879;0.986880;0.000000;0.013120;0.994010;0.000000;0.005990;0.500000;0.268941;0.017986;0.017986;0.119203;0.047426;0.500000;0.017986;0.017986;0.952574;0.952574;0.047426;0.500000;0.119203;0.268941;0.047426;0.119203;0.017986;0.268941;0.952574;0.658811;0.684386;0.169103;0.027411;0.261343;0.054785;0.504750;0.000000;0.327613;0.876099;0.716872;0.387698;0.605635;0.296713;0.285162;0.096651;0.169806;0.405886;0.308957;0.641987;0.933996;0.046402;0.019602;0.999660;0.000000;0.000340;0.999740;0.000000;0.000260;0.952574;0.880797;0.119203;0.880797;0.006693;0.731059;0.982014;0.047426;0.500000;0.006693;0.017986;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.826927;0.787848;0.563407;0.640146;0.000000;0.591942;0.904737;0.078638;0.314751;0.037906;0.065620;0.553050;0.188162;0.071691;0.091788;0.148679;0.130448;0.224610;0.033994;0.000000;0.936719;0.051131;0.012150;0.999790;0.000000;0.000210;0.999915;0.000000;0.000085;0.119203;0.999089;0.119203;0.006693;0.047426;0.047426;0.017986;0.002473;0.047426;0.268941;0.119203;0.268941;0.119203;0.002473;0.002473;0.047426;0.047426;0.002473;0.017986;0.731059;0.480011;0.907207;0.298385;0.017688;0.557248;0.492251;0.170937;0.000000;0.300693;0.777646;0.527971;0.341414;0.458843;0.426046;0.183322;0.251618;0.360314;0.417025;0.443246;0.659934;0.938375;0.050572;0.011053;0.999890;0.000000;0.000110;0.999950;0.000000;0.000050;0.119203;0.006693;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.002473;0.982014;0.880797;0.006693;0.731059;0.017986;0.002473;0.006693;0.119203;0.002473;0.017986;0.997527;0.406609;0.052253;0.000000;0.057595;0.662622;0.000000;0.000000;0.000000;0.133310;0.891194;0.810613;0.000000;0.783300;0.545871;0.000000;0.125758;0.098678;0.000000;0.204728;0.862475;0.939715;0.045516;0.014769;0.999995;0.000000;0.000005;0.999990;0.000000;0.000010;0.952574;0.993307;0.119203;0.119203;0.017986;0.500000;0.880797;0.119203;0.500000;0.006693;0.017986;0.952574;0.047426;0.006693;0.017986;0.268941;0.268941;0.006693;0.017986;0.017986;0.684386;0.848515;0.285570;0.568811;0.181235;0.774692;0.814119;0.175375;0.470783;0.202943;0.185730;0.761333;0.000000;0.211151;0.176826;0.396756;0.250490;0.185881;0.000000;0.072831;0.938517;0.031707;0.029776;0.999985;0.000000;0.000015;0.999995;0.000000;0.000005;0.997527;0.268941;0.047426;0.017986;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.017986;0.017986;0.268941;0.500000;0.002473;0.006693;0.119203;0.917587;0.708064;0.331369;0.064706;0.000000;0.398433;0.631580;0.088588;0.262116;0.316912;0.409750;0.609688;0.166034;0.235772;0.000000;0.471531;0.232544;0.294630;0.096477;0.136579;0.941199;0.028369;0.030433;0.999920;0.000000;0.000080;0.999975;0.000000;0.000025
0.268941;0.268941;0.047426;0.047426;0.268941;0.047426;0.119203;0.119203;0.119203;0.731059;0.880797;0.047426;0.880797;0.268941;0.982014;0.119203;0.268941;0.880797;0.268941;0.880797;0.466301;0.393172;0.000000;0.053201;0.000000;0.301956;0.040233;0.225832;0.072494;0.833411;0.760605;0.087864;0.660831;0.760787;0.829770;0.262890;0.249553;0.290904;0.083478;0.657686;0.845832;0.025357;0.128811;0.904885;0.000000;0.095115;0.938250;0.000215;0.061535;0.880797;0.952574;0.500000;0.880797;0.017986;0.731059;0.880797;0.119203;0.268941;0.017986;0.017986;0.880797;0.119203;0.017986;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.471032;0.766920;0.663962;0.799312;0.000000;0.638994;0.852457;0.381072;0.163147;0.158291;0.163147;0.699727;0.200367;0.177118;0.117222;0.436347;0.239031;0.242137;0.000000;0.200848;0.856480;0.033327;0.110192;0.946700;0.000000;0.053295;0.963525;0.000020;0.036455;0.268941;0.952574;0.268941;0.880797;0.006693;0.731059;0.993307;0.047426;0.500000;0.119203;0.119203;0.500000;0.119203;0.006693;0.119203;0.119203;0.268941;0.006693;0.017986;0.119203;0.687187;0.738077;0.172216;0.567338;0.077344;0.668188;0.786003;0.168121;0.117119;0.509749;0.336708;0.667522;0.342314;0.800433;0.023045;0.312598;0.182127;0.556508;0.319298;0.270123;0.880307;0.044861;0.074831;0.986720;0.000000;0.013275;0.991190;0.000000;0.008810;0.047426;0.006693;0.500000;0.999665;0.000911;0.017986;0.731059;0.006693;0.119203;0.000911;0.002473;0.017986;0.006693;0.000911;0.006693;0.047426;0.047426;0.000335;0.006693;0.000911;0.624103;0.000000;0.381780;0.947549;0.000000;0.000000;0.563161;0.117533;0.084711;0.461079;0.456609;0.000000;0.545623;0.055988;0.168401;0.582489;0.302800;0.000000;0.000000;0.563161;0.914606;0.043516;0.041879;0.986880;0.000000;0.013120;0.994010;0.000000;0.005990;0.500000;0.268941;0.017986;0.017986;0.119203;0.047426;0.500000;0.017986;0.017986;0.952574;0.952574;0.047426;0.500000;0.119203;0.268941;0.047426;0.119203;0.017986;0.268941;0.952574;0.658811;0.684386;0.169103;0.027411;0.261343;0.054785;0.504750;0.000000;0.327613;0.876099;0.716872;0.387698;0.605635;0.296713;0.285162;0.096651;0.169806;0.405886;0.308957;0.641987;0.933996;0.046402;0.019602;0.999660;0.000000;0.000340;0.999740;0.000000;0.000260;0.952574;0.880797;0.119203;0.880797;0.006693;0.731059;0.982014;0.047426;0.500000;0.006693;0.017986;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.826927;0.787848;0.563407;0.640146;0.000000;0.591942;0.904737;0.078638;0.314751;0.037906;0.065620;0.553050;0.188162;0.071691;0.091788;0.148679;0.130448;0.224610;0.033994;0.000000;0.936719;0.051131;0.012150;0.999790;0.000000;0.000210;0.999915;0.000000;0.000085;0.119203;0.999089;0.119203;0.006693;0.047426;0.047426;0.017986;0.002473;0.047426;0.268941;0.119203;0.268941;0.119203;0.002473;0.002473;0.047426;0.047426;0.002473;0.017986;0.731059;0.480011;0.907207;0.298385;0.017688;0.557248;0.492251;0.170937;0.000000;0.300693;0.777646;0.527971;0.341414;0.458843;0.426046;0.183322;0.251618;0.360314;0.417025;0.443246;0.659934;0.938375;0.050572;0.011053;0.999890;0.000000;0.000110;0.999950;0.000000;0.000050;0.119203;0.006693;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.002473;0.982014;0.880797;0.006693;0.731059;0.017986;0.002473;0.006693;0.119203;0.002473;0.017986;0.997527;0.406609;0.052253;0.000000;0.057595;0.662622;0.000000;0.000000;0.000000;0.133310;0.891194;0.810613;0.000000;0.783300;0.545871;0.000000;0.125758;0.098678;0.000000;0.204728;0.862475;0.939715;0.045516;0.014769;0.999995;0.000000;0.000005;0.999990;0.000000;0.000010;0.952574;0.993307;0.119203;0.119203;0.017986;0.500000;0.880797;0.119203;0.500000;0.006693;0.017986;0.952574;0.047426;0.006693;0.017986;0.268941;0.268941;0.006693;0.017986;0.017986;0.684386;0.848515;0.285570;0.568811;0.181235;0.774692;0.814119;0.175375;0.470783;0.202943;0.185730;0.761333;0.000000;0.211151;0.176826;0.396756;0.250490;0.185881;0.000000;0.072831;0.938517;0.031707;0.029776;0.999985;0.000000;0.000015;0.999995;0.000000;0.000005;0.997527;0.268941;0.047426;0.017986;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.017986;0.017986;0.268941;0.500000;0.002473;0.006693;0.119203;0.917587;0.708064;0.331369;0.064706;0.000000;0.398433;0.631580;0.088588;0.262116;0.316912;0.409750;0.609688;0.166034;0.235772;0.000000;0.471531;0.232544;0.294630;0.096477;0.136579;0.941199;0.028369;0.030433;0.999920;0.000000;0.000080;0.999975;0.000000;0.000025;0.880797;0.006693;0.002473;0.002473;0.268941;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.880797;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.997527;0.554038;0.000000;0.000000;0.000000;0.754174;0.000000;0.000000;0.021083;0.055619;0.898074;0.739621;0.000000;0.825202;0.161650;0.061054;0.092961;0.016774;0.351147;0.000000;0.895013;0.938930;0.013416;0.047654;0.999785;0.000000;0.000215;0.999880;0.000000;0.000120
0.880797;0.952574;0.500000;0.880797;0.017986;0.731059;0.880797;0.119203;0.268941;0.017986;0.017986;0.880797;0.119203;0.017986;0.047426;0.500000;0.119203;0.006693;0.017986;0.047426;0.471032;0.766920;0.663962;0.799312;0.000000;0.638994;0.852457;0.381072;0.163147;0.158291;0.163147;0.699727;0.200367;0.177118;0.117222;0.436347;0.239031;0.242137;0.000000;0.200848;0.856480;0.033327;0.110192;0.946700;0.000000;0.053295;0.963525;0.000020;0.036455;0.268941;0.952574;0.268941;0.880797;0.006693;0.731059;0.993307;0.047426;0.500000;0.119203;0.119203;0.500000;0.119203;0.006693;0.119203;0.119203;0.268941;0.006693;0.017986;0.119203;0.687187;0.738077;0.172216;0.567338;0.077344;0.668188;0.786003;0.168121;0.117119;0.509749;0.336708;0.667522;0.342314;0.800433;0.023045;0.312598;0.182127;0.556508;0.319298;0.270123;0.880307;0.044861;0.074831;0.986720;0.000000;0.013275;0.991190;0.000000;0.008810;0.047426;0.006693;0.500000;0.999665;0.000911;0.017986;0.731059;0.006693;0.119203;0.000911;0.002473;0.017986;0.006693;0.000911;0.006693;0.047426;0.047426;0.000335;0.006693;0.000911;0.624103;0.000000;0.381780;0.947549;0.000000;0.000000;0.563161;0.117533;0.084711;0.461079;0.456609;0.000000;0.545623;0.055988;0.168401;0.582489;0.302800;0.000000;0.000000;0.563161;0.914606;0.043516;0.041879;0.986880;0.000000;0.013120;0.994010;0.000000;0.005990;0.500000;0.268941;0.017986;0.017986;0.119203;0.047426;0.500000;0.017986;0.017986;0.952574;0.952574;0.047426;0.500000;0.119203;0.268941;0.047426;0.119203;0.017986;0.268941;0.952574;0.658811;0.684386;0.169103;0.027411;0.261343;0.054785;0.504750;0.000000;0.327613;0.876099;0.716872;0.387698;0.605635;0.296713;0.285162;0.096651;0.169806;0.405886;0.308957;0.641987;0.933996;0.046402;0.019602;0.999660;0.000000;0.000340;0.999740;0.000000;0.000260;0.952574;0.880797;0.119203;0.880797;0.006693;0.731059;0.982014;0.047426;0.500000;0.006693;0.017986;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.826927;0.787848;0.563407;0.640146;0.000000;0.591942;0.904737;0.078638;0.314751;0.037906;0.065620;0.553050;0.188162;0.071691;0.091788;0.148679;0.130448;0.224610;0.033994;0.000000;0.936719;0.051131;0.012150;0.999790;0.000000;0.000210;0.999915;0.000000;0.000085;0.119203;0.999089;0.119203;0.006693;0.047426;0.047426;0.017986;0.002473;0.047426;0.268941;0.119203;0.268941;0.119203;0.002473;0.002473;0.047426;0.047426;0.002473;0.017986;0.731059;0.480011;0.907207;0.298385;0.017688;0.557248;0.492251;0.170937;0.000000;0.300693;0.777646;0.527971;0.341414;0.458843;0.426046;0.183322;0.251618;0.360314;0.417025;0.443246;0.659934;0.938375;0.050572;0.011053;0.999890;0.000000;0.000110;0.999950;0.000000;0.000050;0.119203;0.006693;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.002473;0.982014;0.880797;0.006693;0.731059;0.017986;0.002473;0.006693;0.119203;0.002473;0.017986;0.997527;0.406609;0.052253;0.000000;0.057595;0.662622;0.000000;0.000000;0.000000;0.133310;0.891194;0.810613;0.000000;0.783300;0.545871;0.000000;0.125758;0.098678;0.000000;0.204728;0.862475;0.939715;0.045516;0.014769;0.999995;0.000000;0.000005;0.999990;0.000000;0.000010;0.952574;0.993307;0.119203;0.119203;0.017986;0.500000;0.880797;0.119203;0.500000;0.006693;0.017986;0.952574;0.047426;0.006693;0.017986;0.268941;0.268941;0.006693;0.017986;0.017986;0.684386;0.848515;0.285570;0.568811;0.181235;0.774692;0.814119;0.175375;0.470783;0.202943;0.185730;0.761333;0.000000;0.211151;0.176826;0.396756;0.250490;0.185881;0.000000;0.072831;0.938517;0.031707;0.029776;0.999985;0.000000;0.000015;0.999995;0.000000;0.000005;0.997527;0.268941;0.047426;0.017986;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.017986;0.017986;0.268941;0.500000;0.002473;0.006693;0.119203;0.917587;0.708064;0.331369;0.064706;0.000000;0.398433;0.631580;0.088588;0.262116;0.316912;0.409750;0.609688;0.166034;0.235772;0.000000;0.471531;0.232544;0.294630;0.096477;0.136579;0.941199;0.028369;0.030433;0.999920;0.000000;0.000080;0.999975;0.000000;0.000025;0.880797;0.006693;0.002473;0.002473;0.268941;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.880797;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.997527;0.554038;0.000000;0.000000;0.000000;0.754174;0.000000;0.000000;0.021083;0.055619;0.898074;0.739621;0.000000;0.825202;0.161650;0.061054;0.092961;0.016774;0.351147;0.000000;0.895013;0.938930;0.013416;0.047654;0.999785;0.000000;0.000215;0.999880;0.000000;0.000120;0.002473;0.999877;0.006693;0.002473;0.000335;0.119203;0.017986;0.000911;0.047426;0.002473;0.006693;0.500000;0.002473;0.000911;0.002473;0.006693;0.006693;0.047426;0.002473;0.000911;0.594114;0.970200;0.137170;0.087624;0.000000;0.476268;0.000000;0.021605;0.391026;0.069267;0.223567;0.580542;0.000000;0.052055;0.000000;0.517243;0.090710;0.403236;0.208334;0.164105;0.928495;0.009889;0.061616;0.998660;0.000000;0.001340;0.999550;0.000000;0.000450
0.268941;0.952574;0.268941;0.880797;0.006693;0.731059;0.993307;0.047426;0.500000;0.119203;0.119203;0.500000;0.119203;0.006693;0.119203;0.119203;0.268941;0.006693;0.017986;0.119203;0.687187;0.738077;0.172216;0.567338;0.077344;0.668188;0.786003;0.168121;0.117119;0.509749;0.336708;0.667522;0.342314;0.800433;0.023045;0.312598;0.182127;0.556508;0.319298;0.270123;0.880307;0.044861;0.074831;0.986720;0.000000;0.013275;0.991190;0.000000;0.008810;0.047426;0.006693;0.500000;0.999665;0.000911;0.017986;0.731059;0.006693;0.119203;0.000911;0.002473;0.017986;0.006693;0.000911;0.006693;0.047426;0.047426;0.000335;0.006693;0.000911;0.624103;0.000000;0.381780;0.947549;0.000000;0.000000;0.563161;0.117533;0.084711;0.461079;0.456609;0.000000;0.545623;0.055988;0.168401;0.582489;0.302800;0.000000;0.000000;0.563161;0.914606;0.043516;0.041879;0.986880;0.000000;0.013120;0.994010;0.000000;0.005990;0.500000;0.268941;0.017986;0.017986;0.119203;0.047426;0.500000;0.017986;0.017986;0.952574;0.952574;0.047426;0.500000;0.119203;0.268941;0.047426;0.119203;0.017986;0.268941;0.952574;0.658811;0.684386;0.169103;0.027411;0.261343;0.054785;0.504750;0.000000;0.327613;0.876099;0.716872;0.387698;0.605635;0.296713;0.285162;0.096651;0.169806;0.405886;0.308957;0.641987;0.933996;0.046402;0.019602;0.999660;0.000000;0.000340;0.999740;0.000000;0.000260;0.952574;0.880797;0.119203;0.880797;0.006693;0.731059;0.982014;0.047426;0.500000;0.006693;0.017986;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.826927;0.787848;0.563407;0.640146;0.000000;0.591942;0.904737;0.078638;0.314751;0.037906;0.065620;0.553050;0.188162;0.071691;0.091788;0.148679;0.130448;0.224610;0.033994;0.000000;0.936719;0.051131;0.012150;0.999790;0.000000;0.000210;0.999915;0.000000;0.000085;0.119203;0.999089;0.119203;0.006693;0.047426;0.047426;0.017986;0.002473;0.047426;0.268941;0.119203;0.268941;0.119203;0.002473;0.002473;0.047426;0.047426;0.002473;0.017986;0.731059;0.480011;0.907207;0.298385;0.017688;0.557248;0.492251;0.170937;0.000000;0.300693;0.777646;0.527971;0.341414;0.458843;0.426046;0.183322;0.251618;0.360314;0.417025;0.443246;0.659934;0.938375;0.050572;0.011053;0.999890;0.000000;0.000110;0.999950;0.000000;0.000050;0.119203;0.006693;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.002473;0.982014;0.880797;0.006693;0.731059;0.017986;0.002473;0.006693;0.119203;0.002473;0.017986;0.997527;0.406609;0.052253;0.000000;0.057595;0.662622;0.000000;0.000000;0.000000;0.133310;0.891194;0.810613;0.000000;0.783300;0.545871;0.000000;0.125758;0.098678;0.000000;0.204728;0.862475;0.939715;0.045516;0.014769;0.999995;0.000000;0.000005;0.999990;0.000000;0.000010;0.952574;0.993307;0.119203;0.119203;0.017986;0.500000;0.880797;0.119203;0.500000;0.006693;0.017986;0.952574;0.047426;0.006693;0.017986;0.268941;0.268941;0.006693;0.017986;0.017986;0.684386;0.848515;0.285570;0.568811;0.181235;0.774692;0.814119;0.175375;0.470783;0.202943;0.185730;0.761333;0.000000;0.211151;0.176826;0.396756;0.250490;0.185881;0.000000;0.072831;0.938517;0.031707;0.029776;0.999985;0.000000;0.000015;0.999995;0.000000;0.000005;0.997527;0.268941;0.047426;0.017986;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.017986;0.017986;0.268941;0.500000;0.002473;0.006693;0.119203;0.917587;0.708064;0.331369;0.064706;0.000000;0.398433;0.631580;0.088588;0.262116;0.316912;0.409750;0.609688;0.166034;0.235772;0.000000;0.471531;0.232544;0.294630;0.096477;0.136579;0.941199;0.028369;0.030433;0.999920;0.000000;0.000080;0.999975;0.000000;0.000025;0.880797;0.006693;0.002473;0.002473;0.268941;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.880797;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.997527;0.554038;0.000000;0.000000;0.000000;0.754174;0.000000;0.000000;0.021083;0.055619;0.898074;0.739621;0.000000;0.825202;0.161650;0.061054;0.092961;0.016774;0.351147;0.000000;0.895013;0.938930;0.013416;0.047654;0.999785;0.000000;0.000215;0.999880;0.000000;0.000120;0.002473;0.999877;0.006693;0.002473;0.000335;0.119203;0.017986;0.000911;0.047426;0.002473;0.006693;0.500000;0.002473;0.000911;0.002473;0.006693;0.006693;0.047426;0.002473;0.000911;0.594114;0.970200;0.137170;0.087624;0.000000;0.476268;0.000000;0.021605;0.391026;0.069267;0.223567;0.580542;0.000000;0.052055;0.000000;0.517243;0.090710;0.403236;0.208334;0.164105;0.928495;0.009889;0.061616;0.998660;0.000000;0.001340;0.999550;0.000000;0.000450;0.500000;0.731059;0.268941;0.952574;0.002473;0.731059;0.993307;0.047426;0.268941;0.002473;0.006693;0.880797;0.006693;0.006693;0.017986;0.268941;0.119203;0.002473;0.006693;0.006693;0.710333;0.655657;0.478264;0.729483;0.224610;0.790012;0.900787;0.310239;0.229347;0.039582;0.000000;0.718089;0.105931;0.000000;0.112745;0.578349;0.084866;0.000000;0.000000;0.000000;0.909182;0.007875;0.082943;0.988710;0.000000;0.011290;0.985610;0.000000;0.014390
0.047426;0.006693;0.500000;0.999665;0.000911;0.017986;0.731059;0.006693;0.119203;0.000911;0.002473;0.017986;0.006693;0.000911;0.006693;0.047426;0.047426;0.000335;0.006693;0.000911;0.624103;0.000000;0.381780;0.947549;0.000000;0.000000;0.563161;0.117533;0.084711;0.461079;0.456609;0.000000;0.545623;0.055988;0.168401;0.582489;0.302800;0.000000;0.000000;0.563161;0.914606;0.043516;0.041879;0.986880;0.000000;0.013120;0.994010;0.000000;0.005990;0.500000;0.268941;0.017986;0.017986;0.119203;0.047426;0.500000;0.017986;0.017986;0.952574;0.952574;0.047426;0.500000;0.119203;0.268941;0.047426;0.119203;0.017986;0.268941;0.952574;0.658811;0.684386;0.169103;0.027411;0.261343;0.054785;0.504750;0.000000;0.327613;0.876099;0.716872;0.387698;0.605635;0.296713;0.285162;0.096651;0.169806;0.405886;0.308957;0.641987;0.933996;0.046402;0.019602;0.999660;0.000000;0.000340;0.999740;0.000000;0.000260;0.952574;0.880797;0.119203;0.880797;0.006693;0.731059;0.982014;0.047426;0.500000;0.006693;0.017986;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.826927;0.787848;0.563407;0.640146;0.000000;0.591942;0.904737;0.078638;0.314751;0.037906;0.065620;0.553050;0.188162;0.071691;0.091788;0.148679;0.130448;0.224610;0.033994;0.000000;0.936719;0.051131;0.012150;0.999790;0.000000;0.000210;0.999915;0.000000;0.000085;0.119203;0.999089;0.119203;0.006693;0.047426;0.047426;0.017986;0.002473;0.047426;0.268941;0.119203;0.268941;0.119203;0.002473;0.002473;0.047426;0.047426;0.002473;0.017986;0.731059;0.480011;0.907207;0.298385;0.017688;0.557248;0.492251;0.170937;0.000000;0.300693;0.777646;0.527971;0.341414;0.458843;0.426046;0.183322;0.251618;0.360314;0.417025;0.443246;0.659934;0.938375;0.050572;0.011053;0.999890;0.000000;0.000110;0.999950;0.000000;0.000050;0.119203;0.006693;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.002473;0.982014;0.880797;0.006693;0.731059;0.017986;0.002473;0.006693;0.119203;0.002473;0.017986;0.997527;0.406609;0.052253;0.000000;0.057595;0.662622;0.000000;0.000000;0.000000;0.133310;0.891194;0.810613;0.000000;0.783300;0.545871;0.000000;0.125758;0.098678;0.000000;0.204728;0.862475;0.939715;0.045516;0.014769;0.999995;0.000000;0.000005;0.999990;0.000000;0.000010;0.952574;0.993307;0.119203;0.119203;0.017986;0.500000;0.880797;0.119203;0.500000;0.006693;0.017986;0.952574;0.047426;0.006693;0.017986;0.268941;0.268941;0.006693;0.017986;0.017986;0.684386;0.848515;0.285570;0.568811;0.181235;0.774692;0.814119;0.175375;0.470783;0.202943;0.185730;0.761333;0.000000;0.211151;0.176826;0.396756;0.250490;0.185881;0.000000;0.072831;0.938517;0.031707;0.029776;0.999985;0.000000;0.000015;0.999995;0.000000;0.000005;0.997527;0.268941;0.047426;0.017986;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.017986;0.017986;0.268941;0.500000;0.002473;0.006693;0.119203;0.917587;0.708064;0.331369;0.064706;0.000000;0.398433;0.631580;0.088588;0.262116;0.316912;0.409750;0.609688;0.166034;0.235772;0.000000;0.471531;0.232544;0.294630;0.096477;0.136579;0.941199;0.028369;0.030433;0.999920;0.000000;0.000080;0.999975;0.000000;0.000025;0.880797;0.006693;0.002473;0.002473;0.268941;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.880797;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.997527;0.554038;0.000000;0.000000;0.000000;0.754174;0.000000;0.000000;0.021083;0.055619;0.898074;0.739621;0.000000;0.825202;0.161650;0.061054;0.092961;0.016774;0.351147;0.000000;0.895013;0.938930;0.013416;0.047654;0.999785;0.000000;0.000215;0.999880;0.000000;0.000120;0.002473;0.999877;0.006693;0.002473;0.000335;0.119203;0.017986;0.000911;0.047426;0.002473;0.006693;0.500000;0.002473;0.000911;0.002473;0.006693;0.006693;0.047426;0.002473;0.000911;0.594114;0.970200;0.137170;0.087624;0.000000;0.476268;0.000000;0.021605;0.391026;0.069267;0.223567;0.580542;0.000000;0.052055;0.000000;0.517243;0.090710;0.403236;0.208334;0.164105;0.928495;0.009889;0.061616;0.998660;0.000000;0.001340;0.999550;0.000000;0.000450;0.500000;0.731059;0.268941;0.952574;0.002473;0.731059;0.993307;0.047426;0.268941;0.002473;0.006693;0.880797;0.006693;0.006693;0.017986;0.268941;0.119203;0.002473;0.006693;0.006693;0.710333;0.655657;0.478264;0.729483;0.224610;0.790012;0.900787;0.310239;0.229347;0.039582;0.000000;0.718089;0.105931;0.000000;0.112745;0.578349;0.084866;0.000000;0.000000;0.000000;0.909182;0.007875;0.082943;0.988710;0.000000;0.011290;0.985610;0.000000;0.014390;0.993307;0.268941;0.017986;0.017986;0.047426;0.119203;0.119203;0.119203;0.952574;0.119203;0.500000;0.047426;0.119203;0.119203;0.017986;0.268941;0.500000;0.006693;0.047426;0.731059;0.873249;0.633904;0.526725;0.200528;0.000000;0.331812;0.639686;0.386986;0.196550;0.164792;0.445962;0.474522;0.580055;0.044235;0.000000;0.407092;0.406609;0.483256;0.000000;0.610639;0.880102;0.005753;0.114144;0.937730;0.000010;0.062260;0.967445;0.000005;0.032550
0.500000;0.268941;0.017986;0.017986;0.119203;0.047426;0.500000;0.017986;0.017986;0.952574;0.952574;0.047426;0.500000;0.119203;0.268941;0.047426;0.119203;0.017986;0.268941;0.952574;0.658811;0.684386;0.169103;0.027411;0.261343;0.054785;0.504750;0.000000;0.327613;0.876099;0.716872;0.387698;0.605635;0.296713;0.285162;0.096651;0.169806;0.405886;0.308957;0.641987;0.933996;0.046402;0.019602;0.999660;0.000000;0.000340;0.999740;0.000000;0.000260;0.952574;0.880797;0.119203;0.880797;0.006693;0.731059;0.982014;0.047426;0.500000;0.006693;0.017986;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.826927;0.787848;0.563407;0.640146;0.000000;0.591942;0.904737;0.078638;0.314751;0.037906;0.065620;0.553050;0.188162;0.071691;0.091788;0.148679;0.130448;0.224610;0.033994;0.000000;0.936719;0.051131;0.012150;0.999790;0.000000;0.000210;0.999915;0.000000;0.000085;0.119203;0.999089;0.119203;0.006693;0.047426;0.047426;0.017986;0.002473;0.047426;0.268941;0.119203;0.268941;0.119203;0.002473;0.002473;0.047426;0.047426;0.002473;0.017986;0.731059;0.480011;0.907207;0.298385;0.017688;0.557248;0.492251;0.170937;0.000000;0.300693;0.777646;0.527971;0.341414;0.458843;0.426046;0.183322;0.251618;0.360314;0.417025;0.443246;0.659934;0.938375;0.050572;0.011053;0.999890;0.000000;0.000110;0.999950;0.000000;0.000050;0.119203;0.006693;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.002473;0.982014;0.880797;0.006693;0.731059;0.017986;0.002473;0.006693;0.119203;0.002473;0.017986;0.997527;0.406609;0.052253;0.000000;0.057595;0.662622;0.000000;0.000000;0.000000;0.133310;0.891194;0.810613;0.000000;0.783300;0.545871;0.000000;0.125758;0.098678;0.000000;0.204728;0.862475;0.939715;0.045516;0.014769;0.999995;0.000000;0.000005;0.999990;0.000000;0.000010;0.952574;0.993307;0.119203;0.119203;0.017986;0.500000;0.880797;0.119203;0.500000;0.006693;0.017986;0.952574;0.047426;0.006693;0.017986;0.268941;0.268941;0.006693;0.017986;0.017986;0.684386;0.848515;0.285570;0.568811;0.181235;0.774692;0.814119;0.175375;0.470783;0.202943;0.185730;0.761333;0.000000;0.211151;0.176826;0.396756;0.250490;0.185881;0.000000;0.072831;0.938517;0.031707;0.029776;0.999985;0.000000;0.000015;0.999995;0.000000;0.000005;0.997527;0.268941;0.047426;0.017986;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.017986;0.017986;0.268941;0.500000;0.002473;0.006693;0.119203;0.917587;0.708064;0.331369;0.064706;0.000000;0.398433;0.631580;0.088588;0.262116;0.316912;0.409750;0.609688;0.166034;0.235772;0.000000;0.471531;0.232544;0.294630;0.096477;0.136579;0.941199;0.028369;0.030433;0.999920;0.000000;0.000080;0.999975;0.000000;0.000025;0.880797;0.006693;0.002473;0.002473;0.268941;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.880797;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.997527;0.554038;0.000000;0.000000;0.000000;0.754174;0.000000;0.000000;0.021083;0.055619;0.898074;0.739621;0.000000;0.825202;0.161650;0.061054;0.092961;0.016774;0.351147;0.000000;0.895013;0.938930;0.013416;0.047654;0.999785;0.000000;0.000215;0.999880;0.000000;0.000120;0.002473;0.999877;0.006693;0.002473;0.000335;0.119203;0.017986;0.000911;0.047426;0.002473;0.006693;0.500000;0.002473;0.000911;0.002473;0.006693;0.006693;0.047426;0.002473;0.000911;0.594114;0.970200;0.137170;0.087624;0.000000;0.476268;0.000000;0.021605;0.391026;0.069267;0.223567;0.580542;0.000000;0.052055;0.000000;0.517243;0.090710;0.403236;0.208334;0.164105;0.928495;0.009889;0.061616;0.998660;0.000000;0.001340;0.999550;0.000000;0.000450;0.500000;0.731059;0.268941;0.952574;0.002473;0.731059;0.993307;0.047426;0.268941;0.002473;0.006693;0.880797;0.006693;0.006693;0.017986;0.268941;0.119203;0.002473;0.006693;0.006693;0.710333;0.655657;0.478264;0.729483;0.224610;0.790012;0.900787;0.310239;0.229347;0.039582;0.000000;0.718089;0.105931;0.000000;0.112745;0.578349;0.084866;0.000000;0.000000;0.000000;0.909182;0.007875;0.082943;0.988710;0.000000;0.011290;0.985610;0.000000;0.014390;0.993307;0.268941;0.017986;0.017986;0.047426;0.119203;0.119203;0.119203;0.952574;0.119203;0.500000;0.047426;0.119203;0.119203;0.017986;0.268941;0.500000;0.006693;0.047426;0.731059;0.873249;0.633904;0.526725;0.200528;0.000000;0.331812;0.639686;0.386986;0.196550;0.164792;0.445962;0.474522;0.580055;0.044235;0.000000;0.407092;0.406609;0.483256;0.000000;0.610639;0.880102;0.005753;0.114144;0.937730;0.000010;0.062260;0.967445;0.000005;0.032550;0.047426;0.002473;0.002473;0.002473;0.119203;0.006693;0.002473;0.002473;0.002473;0.997527;0.952574;0.002473;0.268941;0.119203;0.002473;0.006693;0.047426;0.006693;0.017986;0.982014;0.636915;0.204078;0.000000;0.050259;0.448187;0.000000;0.000000;0.109975;0.057324;0.780057;0.771006;0.109486;0.483756;0.849028;0.000000;0.237398;0.310454;0.161379;0.448929;0.828921;0.332071;0.012513;0.655419;0.153045;0.000130;0.846825;0.433080;0.000065;0.566865
0.952574;0.880797;0.119203;0.880797;0.006693;0.731059;0.982014;0.047426;0.500000;0.006693;0.017986;0.731059;0.047426;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.826927;0.787848;0.563407;0.640146;0.000000;0.591942;0.904737;0.078638;0.314751;0.037906;0.065620;0.553050;0.188162;0.071691;0.091788;0.148679;0.130448;0.224610;0.033994;0.000000;0.936719;0.051131;0.012150;0.999790;0.000000;0.000210;0.999915;0.000000;0.000085;0.119203;0.999089;0.119203;0.006693;0.047426;0.047426;0.017986;0.002473;0.047426;0.268941;0.119203;0.268941;0.119203;0.002473;0.002473;0.047426;0.047426;0.002473;0.017986;0.731059;0.480011;0.907207;0.298385;0.017688;0.557248;0.492251;0.170937;0.000000;0.300693;0.777646;0.527971;0.341414;0.458843;0.426046;0.183322;0.251618;0.360314;0.417025;0.443246;0.659934;0.938375;0.050572;0.011053;0.999890;0.000000;0.000110;0.999950;0.000000;0.000050;0.119203;0.006693;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.002473;0.982014;0.880797;0.006693;0.731059;0.017986;0.002473;0.006693;0.119203;0.002473;0.017986;0.997527;0.406609;0.052253;0.000000;0.057595;0.662622;0.000000;0.000000;0.000000;0.133310;0.891194;0.810613;0.000000;0.783300;0.545871;0.000000;0.125758;0.098678;0.000000;0.204728;0.862475;0.939715;0.045516;0.014769;0.999995;0.000000;0.000005;0.999990;0.000000;0.000010;0.952574;0.993307;0.119203;0.119203;0.017986;0.500000;0.880797;0.119203;0.500000;0.006693;0.017986;0.952574;0.047426;0.006693;0.017986;0.268941;0.268941;0.006693;0.017986;0.017986;0.684386;0.848515;0.285570;0.568811;0.181235;0.774692;0.814119;0.175375;0.470783;0.202943;0.185730;0.761333;0.000000;0.211151;0.176826;0.396756;0.250490;0.185881;0.000000;0.072831;0.938517;0.031707;0.029776;0.999985;0.000000;0.000015;0.999995;0.000000;0.000005;0.997527;0.268941;0.047426;0.017986;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.017986;0.017986;0.268941;0.500000;0.002473;0.006693;0.119203;0.917587;0.708064;0.331369;0.064706;0.000000;0.398433;0.631580;0.088588;0.262116;0.316912;0.409750;0.609688;0.166034;0.235772;0.000000;0.471531;0.232544;0.294630;0.096477;0.136579;0.941199;0.028369;0.030433;0.999920;0.000000;0.000080;0.999975;0.000000;0.000025;0.880797;0.006693;0.002473;0.002473;0.268941;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.880797;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.997527;0.554038;0.000000;0.000000;0.000000;0.754174;0.000000;0.000000;0.021083;0.055619;0.898074;0.739621;0.000000;0.825202;0.161650;0.061054;0.092961;0.016774;0.351147;0.000000;0.895013;0.938930;0.013416;0.047654;0.999785;0.000000;0.000215;0.999880;0.000000;0.000120;0.002473;0.999877;0.006693;0.002473;0.000335;0.119203;0.017986;0.000911;0.047426;0.002473;0.006693;0.500000;0.002473;0.000911;0.002473;0.006693;0.006693;0.047426;0.002473;0.000911;0.594114;0.970200;0.137170;0.087624;0.000000;0.476268;0.000000;0.021605;0.391026;0.069267;0.223567;0.580542;0.000000;0.052055;0.000000;0.517243;0.090710;0.403236;0.208334;0.164105;0.928495;0.009889;0.061616;0.998660;0.000000;0.001340;0.999550;0.000000;0.000450;0.500000;0.731059;0.268941;0.952574;0.002473;0.731059;0.993307;0.047426;0.268941;0.002473;0.006693;0.880797;0.006693;0.006693;0.017986;0.268941;0.119203;0.002473;0.006693;0.006693;0.710333;0.655657;0.478264;0.729483;0.224610;0.790012;0.900787;0.310239;0.229347;0.039582;0.000000;0.718089;0.105931;0.000000;0.112745;0.578349;0.084866;0.000000;0.000000;0.000000;0.909182;0.007875;0.082943;0.988710;0.000000;0.011290;0.985610;0.000000;0.014390;0.993307;0.268941;0.017986;0.017986;0.047426;0.119203;0.119203;0.119203;0.952574;0.119203;0.500000;0.047426;0.119203;0.119203;0.017986;0.268941;0.500000;0.006693;0.047426;0.731059;0.873249;0.633904;0.526725;0.200528;0.000000;0.331812;0.639686;0.386986;0.196550;0.164792;0.445962;0.474522;0.580055;0.044235;0.000000;0.407092;0.406609;0.483256;0.000000;0.610639;0.880102;0.005753;0.114144;0.937730;0.000010;0.062260;0.967445;0.000005;0.032550;0.047426;0.002473;0.002473;0.002473;0.119203;0.006693;0.002473;0.002473;0.002473;0.997527;0.952574;0.002473;0.268941;0.119203;0.002473;0.006693;0.047426;0.006693;0.017986;0.982014;0.636915;0.204078;0.000000;0.050259;0.448187;0.000000;0.000000;0.109975;0.057324;0.780057;0.771006;0.109486;0.483756;0.849028;0.000000;0.237398;0.310454;0.161379;0.448929;0.828921;0.332071;0.012513;0.655419;0.153045;0.000130;0.846825;0.433080;0.000065;0.566865;0.047426;0.002473;0.017986;0.017986;0.000911;0.006693;0.006693;0.999665;0.002473;0.000335;0.000335;0.006693;0.000911;0.000911;0.119203;0.017986;0.002473;0.000911;0.000911;0.000911;0.243056;0.313458;0.000000;0.188162;0.000000;0.097528;0.396517;0.951200;0.094833;0.110073;0.014161;0.262697;0.000000;0.061978;0.856190;0.330483;0.218915;0.000000;0.000000;0.000000;0.039320;0.004742;0.955938;0.009015;0.000040;0.990940;0.026710;0.000085;0.973210
0.119203;0.999089;0.119203;0.006693;0.047426;0.047426;0.017986;0.002473;0.047426;0.268941;0.119203;0.268941;0.119203;0.002473;0.002473;0.047426;0.047426;0.002473;0.017986;0.731059;0.480011;0.907207;0.298385;0.017688;0.557248;0.492251;0.170937;0.000000;0.300693;0.777646;0.527971;0.341414;0.458843;0.426046;0.183322;0.251618;0.360314;0.417025;0.443246;0.659934;0.938375;0.050572;0.011053;0.999890;0.000000;0.000110;0.999950;0.000000;0.000050;0.119203;0.006693;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.002473;0.982014;0.880797;0.006693;0.731059;0.017986;0.002473;0.006693;0.119203;0.002473;0.017986;0.997527;0.406609;0.052253;0.000000;0.057595;0.662622;0.000000;0.000000;0.000000;0.133310;0.891194;0.810613;0.000000;0.783300;0.545871;0.000000;0.125758;0.098678;0.000000;0.204728;0.862475;0.939715;0.045516;0.014769;0.999995;0.000000;0.000005;0.999990;0.000000;0.000010;0.952574;0.993307;0.119203;0.119203;0.017986;0.500000;0.880797;0.119203;0.500000;0.006693;0.017986;0.952574;0.047426;0.006693;0.017986;0.268941;0.268941;0.006693;0.017986;0.017986;0.684386;0.848515;0.285570;0.568811;0.181235;0.774692;0.814119;0.175375;0.470783;0.202943;0.185730;0.761333;0.000000;0.211151;0.176826;0.396756;0.250490;0.185881;0.000000;0.072831;0.938517;0.031707;0.029776;0.999985;0.000000;0.000015;0.999995;0.000000;0.000005;0.997527;0.268941;0.047426;0.017986;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.017986;0.017986;0.268941;0.500000;0.002473;0.006693;0.119203;0.917587;0.708064;0.331369;0.064706;0.000000;0.398433;0.631580;0.088588;0.262116;0.316912;0.409750;0.609688;0.166034;0.235772;0.000000;0.471531;0.232544;0.294630;0.096477;0.136579;0.941199;0.028369;0.030433;0.999920;0.000000;0.000080;0.999975;0.000000;0.000025;0.880797;0.006693;0.002473;0.002473;0.268941;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.880797;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.997527;0.554038;0.000000;0.000000;0.000000;0.754174;0.000000;0.000000;0.021083;0.055619;0.898074;0.739621;0.000000;0.825202;0.161650;0.061054;0.092961;0.016774;0.351147;0.000000;0.895013;0.938930;0.013416;0.047654;0.999785;0.000000;0.000215;0.999880;0.000000;0.000120;0.002473;0.999877;0.006693;0.002473;0.000335;0.119203;0.017986;0.000911;0.047426;0.002473;0.006693;0.500000;0.002473;0.000911;0.002473;0.006693;0.006693;0.047426;0.002473;0.000911;0.594114;0.970200;0.137170;0.087624;0.000000;0.476268;0.000000;0.021605;0.391026;0.069267;0.223567;0.580542;0.000000;0.052055;0.000000;0.517243;0.090710;0.403236;0.208334;0.164105;0.928495;0.009889;0.061616;0.998660;0.000000;0.001340;0.999550;0.000000;0.000450;0.500000;0.731059;0.268941;0.952574;0.002473;0.731059;0.993307;0.047426;0.268941;0.002473;0.006693;0.880797;0.006693;0.006693;0.017986;0.268941;0.119203;0.002473;0.006693;0.006693;0.710333;0.655657;0.478264;0.729483;0.224610;0.790012;0.900787;0.310239;0.229347;0.039582;0.000000;0.718089;0.105931;0.000000;0.112745;0.578349;0.084866;0.000000;0.000000;0.000000;0.909182;0.007875;0.082943;0.988710;0.000000;0.011290;0.985610;0.000000;0.014390;0.993307;0.268941;0.017986;0.017986;0.047426;0.119203;0.119203;0.119203;0.952574;0.119203;0.500000;0.047426;0.119203;0.119203;0.017986;0.268941;0.500000;0.006693;0.047426;0.731059;0.873249;0.633904;0.526725;0.200528;0.000000;0.331812;0.639686;0.386986;0.196550;0.164792;0.445962;0.474522;0.580055;0.044235;0.000000;0.407092;0.406609;0.483256;0.000000;0.610639;0.880102;0.005753;0.114144;0.937730;0.000010;0.062260;0.967445;0.000005;0.032550;0.047426;0.002473;0.002473;0.002473;0.119203;0.006693;0.002473;0.002473;0.002473;0.997527;0.952574;0.002473;0.268941;0.119203;0.002473;0.006693;0.047426;0.006693;0.017986;0.982014;0.636915;0.204078;0.000000;0.050259;0.448187;0.000000;0.000000;0.109975;0.057324;0.780057;0.771006;0.109486;0.483756;0.849028;0.000000;0.237398;0.310454;0.161379;0.448929;0.828921;0.332071;0.012513;0.655419;0.153045;0.000130;0.846825;0.433080;0.000065;0.566865;0.047426;0.002473;0.017986;0.017986;0.000911;0.006693;0.006693;0.999665;0.002473;0.000335;0.000335;0.006693;0.000911;0.000911;0.119203;0.017986;0.002473;0.000911;0.000911;0.000911;0.243056;0.313458;0.000000;0.188162;0.000000;0.097528;0.396517;0.951200;0.094833;0.110073;0.014161;0.262697;0.000000;0.061978;0.856190;0.330483;0.218915;0.000000;0.000000;0.000000;0.039320;0.004742;0.955938;0.009015;0.000040;0.990940;0.026710;0.000085;0.973210;0.268941;0.047426;0.268941;0.993307;0.006693;0.047426;0.731059;0.119203;0.047426;0.002473;0.002473;0.119203;0.017986;0.017986;0.997527;0.268941;0.119203;0.047426;0.002473;0.006693;0.354115;0.378246;0.349099;0.859483;0.000000;0.495000;0.698044;0.386274;0.079878;0.113448;0.000000;0.230587;0.094919;0.383670;0.936076;0.545127;0.088588;0.581029;0.589766;0.019040;0.031308;0.013778;0.954912;0.013060;0.000080;0.986855;0.023580;0.000625;0.975795
0.119203;0.006693;0.002473;0.002473;0.268941;0.006693;0.002473;0.002473;0.002473;0.982014;0.880797;0.006693;0.731059;0.017986;0.002473;0.006693;0.119203;0.002473;0.017986;0.997527;0.406609;0.052253;0.000000;0.057595;0.662622;0.000000;0.000000;0.000000;0.133310;0.891194;0.810613;0.000000;0.783300;0.545871;0.000000;0.125758;0.098678;0.000000;0.204728;0.862475;0.939715;0.045516;0.014769;0.999995;0.000000;0.000005;0.999990;0.000000;0.000010;0.952574;0.993307;0.119203;0.119203;0.017986;0.500000;0.880797;0.119203;0.500000;0.006693;0.017986;0.952574;0.047426;0.006693;0.017986;0.268941;0.268941;0.006693;0.017986;0.017986;0.684386;0.848515;0.285570;0.568811;0.181235;0.774692;0.814119;0.175375;0.470783;0.202943;0.185730;0.761333;0.000000;0.211151;0.176826;0.396756;0.250490;0.185881;0.000000;0.072831;0.938517;0.031707;0.029776;0.999985;0.000000;0.000015;0.999995;0.000000;0.000005;0.997527;0.268941;0.047426;0.017986;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.017986;0.017986;0.268941;0.500000;0.002473;0.006693;0.119203;0.917587;0.708064;0.331369;0.064706;0.000000;0.398433;0.631580;0.088588;0.262116;0.316912;0.409750;0.609688;0.166034;0.235772;0.000000;0.471531;0.232544;0.294630;0.096477;0.136579;0.941199;0.028369;0.030433;0.999920;0.000000;0.000080;0.999975;0.000000;0.000025;0.880797;0.006693;0.002473;0.002473;0.268941;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.880797;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.997527;0.554038;0.000000;0.000000;0.000000;0.754174;0.000000;0.000000;0.021083;0.055619;0.898074;0.739621;0.000000;0.825202;0.161650;0.061054;0.092961;0.016774;0.351147;0.000000;0.895013;0.938930;0.013416;0.047654;0.999785;0.000000;0.000215;0.999880;0.000000;0.000120;0.002473;0.999877;0.006693;0.002473;0.000335;0.119203;0.017986;0.000911;0.047426;0.002473;0.006693;0.500000;0.002473;0.000911;0.002473;0.006693;0.006693;0.047426;0.002473;0.000911;0.594114;0.970200;0.137170;0.087624;0.000000;0.476268;0.000000;0.021605;0.391026;0.069267;0.223567;0.580542;0.000000;0.052055;0.000000;0.517243;0.090710;0.403236;0.208334;0.164105;0.928495;0.009889;0.061616;0.998660;0.000000;0.001340;0.999550;0.000000;0.000450;0.500000;0.731059;0.268941;0.952574;0.002473;0.731059;0.993307;0.047426;0.268941;0.002473;0.006693;0.880797;0.006693;0.006693;0.017986;0.268941;0.119203;0.002473;0.006693;0.006693;0.710333;0.655657;0.478264;0.729483;0.224610;0.790012;0.900787;0.310239;0.229347;0.039582;0.000000;0.718089;0.105931;0.000000;0.112745;0.578349;0.084866;0.000000;0.000000;0.000000;0.909182;0.007875;0.082943;0.988710;0.000000;0.011290;0.985610;0.000000;0.014390;0.993307;0.268941;0.017986;0.017986;0.047426;0.119203;0.119203;0.119203;0.952574;0.119203;0.500000;0.047426;0.119203;0.119203;0.017986;0.268941;0.500000;0.006693;0.047426;0.731059;0.873249;0.633904;0.526725;0.200528;0.000000;0.331812;0.639686;0.386986;0.196550;0.164792;0.445962;0.474522;0.580055;0.044235;0.000000;0.407092;0.406609;0.483256;0.000000;0.610639;0.880102;0.005753;0.114144;0.937730;0.000010;0.062260;0.967445;0.000005;0.032550;0.047426;0.002473;0.002473;0.002473;0.119203;0.006693;0.002473;0.002473;0.002473;0.997527;0.952574;0.002473;0.268941;0.119203;0.002473;0.006693;0.047426;0.006693;0.017986;0.982014;0.636915;0.204078;0.000000;0.050259;0.448187;0.000000;0.000000;0.109975;0.057324;0.780057;0.771006;0.109486;0.483756;0.849028;0.000000;0.237398;0.310454;0.161379;0.448929;0.828921;0.332071;0.012513;0.655419;0.153045;0.000130;0.846825;0.433080;0.000065;0.566865;0.047426;0.002473;0.017986;0.017986;0.000911;0.006693;0.006693;0.999665;0.002473;0.000335;0.000335;0.006693;0.000911;0.000911;0.119203;0.017986;0.002473;0.000911;0.000911;0.000911;0.243056;0.313458;0.000000;0.188162;0.000000;0.097528;0.396517;0.951200;0.094833;0.110073;0.014161;0.262697;0.000000;0.061978;0.856190;0.330483;0.218915;0.000000;0.000000;0.000000;0.039320;0.004742;0.955938;0.009015;0.000040;0.990940;0.026710;0.000085;0.973210;0.268941;0.047426;0.268941;0.993307;0.006693;0.047426;0.731059;0.119203;0.047426;0.002473;0.002473;0.119203;0.017986;0.017986;0.997527;0.268941;0.119203;0.047426;0.002473;0.006693;0.354115;0.378246;0.349099;0.859483;0.000000;0.495000;0.698044;0.386274;0.079878;0.113448;0.000000;0.230587;0.094919;0.383670;0.936076;0.545127;0.088588;0.581029;0.589766;0.019040;0.031308;0.013778;0.954912;0.013060;0.000080;0.986855;0.023580;0.000625;0.975795;0.268941;0.268941;0.500000;0.997527;0.002473;0.268941;0.880797;0.731059;0.500000;0.002473;0.002473;0.268941;0.006693;0.002473;0.017986;0.268941;0.119203;0.002473;0.047426;0.006693;0.225832;0.366329;0.458347;0.941365;0.000000;0.657911;0.701824;0.746305;0.263278;0.000000;0.000000;0.579812;0.000000;0.000000;0.178286;0.500500;0.325634;0.000000;0.119308;0.000000;0.039856;0.046620;0.913524;0.034250;0.032310;0.933440;0.023415;0.061555;0.915030
0.952574;0.993307;0.119203;0.119203;0.017986;0.500000;0.880797;0.119203;0.500000;0.006693;0.017986;0.952574;0.047426;0.006693;0.017986;0.268941;0.268941;0.006693;0.017986;0.017986;0.684386;0.848515;0.285570;0.568811;0.181235;0.774692;0.814119;0.175375;0.470783;0.202943;0.185730;0.761333;0.000000;0.211151;0.176826;0.396756;0.250490;0.185881;0.000000;0.072831;0.938517;0.031707;0.029776;0.999985;0.000000;0.000015;0.999995;0.000000;0.000005;0.997527;0.268941;0.047426;0.017986;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.017986;0.017986;0.268941;0.500000;0.002473;0.006693;0.119203;0.917587;0.708064;0.331369;0.064706;0.000000;0.398433;0.631580;0.088588;0.262116;0.316912;0.409750;0.609688;0.166034;0.235772;0.000000;0.471531;0.232544;0.294630;0.096477;0.136579;0.941199;0.028369;0.030433;0.999920;0.000000;0.000080;0.999975;0.000000;0.000025;0.880797;0.006693;0.002473;0.002473;0.268941;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.880797;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.997527;0.554038;0.000000;0.000000;0.000000;0.754174;0.000000;0.000000;0.021083;0.055619;0.898074;0.739621;0.000000;0.825202;0.161650;0.061054;0.092961;0.016774;0.351147;0.000000;0.895013;0.938930;0.013416;0.047654;0.999785;0.000000;0.000215;0.999880;0.000000;0.000120;0.002473;0.999877;0.006693;0.002473;0.000335;0.119203;0.017986;0.000911;0.047426;0.002473;0.006693;0.500000;0.002473;0.000911;0.002473;0.006693;0.006693;0.047426;0.002473;0.000911;0.594114;0.970200;0.137170;0.087624;0.000000;0.476268;0.000000;0.021605;0.391026;0.069267;0.223567;0.580542;0.000000;0.052055;0.000000;0.517243;0.090710;0.403236;0.208334;0.164105;0.928495;0.009889;0.061616;0.998660;0.000000;0.001340;0.999550;0.000000;0.000450;0.500000;0.731059;0.268941;0.952574;0.002473;0.731059;0.993307;0.047426;0.268941;0.002473;0.006693;0.880797;0.006693;0.006693;0.017986;0.268941;0.119203;0.002473;0.006693;0.006693;0.710333;0.655657;0.478264;0.729483;0.224610;0.790012;0.900787;0.310239;0.229347;0.039582;0.000000;0.718089;0.105931;0.000000;0.112745;0.578349;0.084866;0.000000;0.000000;0.000000;0.909182;0.007875;0.082943;0.988710;0.000000;0.011290;0.985610;0.000000;0.014390;0.993307;0.268941;0.017986;0.017986;0.047426;0.119203;0.119203;0.119203;0.952574;0.119203;0.500000;0.047426;0.119203;0.119203;0.017986;0.268941;0.500000;0.006693;0.047426;0.731059;0.873249;0.633904;0.526725;0.200528;0.000000;0.331812;0.639686;0.386986;0.196550;0.164792;0.445962;0.474522;0.580055;0.044235;0.000000;0.407092;0.406609;0.483256;0.000000;0.610639;0.880102;0.005753;0.114144;0.937730;0.000010;0.062260;0.967445;0.000005;0.032550;0.047426;0.002473;0.002473;0.002473;0.119203;0.006693;0.002473;0.002473;0.002473;0.997527;0.952574;0.002473;0.268941;0.119203;0.002473;0.006693;0.047426;0.006693;0.017986;0.982014;0.636915;0.204078;0.000000;0.050259;0.448187;0.000000;0.000000;0.109975;0.057324;0.780057;0.771006;0.109486;0.483756;0.849028;0.000000;0.237398;0.310454;0.161379;0.448929;0.828921;0.332071;0.012513;0.655419;0.153045;0.000130;0.846825;0.433080;0.000065;0.566865;0.047426;0.002473;0.017986;0.017986;0.000911;0.006693;0.006693;0.999665;0.002473;0.000335;0.000335;0.006693;0.000911;0.000911;0.119203;0.017986;0.002473;0.000911;0.000911;0.000911;0.243056;0.313458;0.000000;0.188162;0.000000;0.097528;0.396517;0.951200;0.094833;0.110073;0.014161;0.262697;0.000000;0.061978;0.856190;0.330483;0.218915;0.000000;0.000000;0.000000;0.039320;0.004742;0.955938;0.009015;0.000040;0.990940;0.026710;0.000085;0.973210;0.268941;0.047426;0.268941;0.993307;0.006693;0.047426;0.731059;0.119203;0.047426;0.002473;0.002473;0.119203;0.017986;0.017986;0.997527;0.268941;0.119203;0.047426;0.002473;0.006693;0.354115;0.378246;0.349099;0.859483;0.000000;0.495000;0.698044;0.386274;0.079878;0.113448;0.000000;0.230587;0.094919;0.383670;0.936076;0.545127;0.088588;0.581029;0.589766;0.019040;0.031308;0.013778;0.954912;0.013060;0.000080;0.986855;0.023580;0.000625;0.975795;0.268941;0.268941;0.500000;0.997527;0.002473;0.268941;0.880797;0.731059;0.500000;0.002473;0.002473;0.268941;0.006693;0.002473;0.017986;0.268941;0.119203;0.002473;0.047426;0.006693;0.225832;0.366329;0.458347;0.941365;0.000000;0.657911;0.701824;0.746305;0.263278;0.000000;0.000000;0.579812;0.000000;0.000000;0.178286;0.500500;0.325634;0.000000;0.119308;0.000000;0.039856;0.046620;0.913524;0.034250;0.032310;0.933440;0.023415;0.061555;0.915030;0.500000;0.731059;0.017986;0.006693;0.268941;0.017986;0.017986;0.047426;0.017986;0.952574;0.268941;0.047426;0.880797;0.880797;0.119203;0.119203;0.500000;0.047426;0.268941;0.982014;0.641757;0.161109;0.034959;0.033504;0.690402;0.127750;0.297130;0.334701;0.174078;0.830053;0.358473;0.341864;0.864713;0.858878;0.219771;0.284347;0.214670;0.535938;0.456609;0.734388;0.087317;0.264809;0.647874;0.230610;0.366335;0.403060;0.010185;0.289740;0.700070
0.997527;0.268941;0.047426;0.017986;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.017986;0.017986;0.268941;0.500000;0.002473;0.006693;0.119203;0.917587;0.708064;0.331369;0.064706;0.000000;0.398433;0.631580;0.088588;0.262116;0.316912;0.409750;0.609688;0.166034;0.235772;0.000000;0.471531;0.232544;0.294630;0.096477;0.136579;0.941199;0.028369;0.030433;0.999920;0.000000;0.000080;0.999975;0.000000;0.000025;0.880797;0.006693;0.002473;0.002473;0.268941;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.880797;0.017986;0.006693;0.017986;0.047426;0.002473;0.006693;0.997527;0.554038;0.000000;0.000000;0.000000;0.754174;0.000000;0.000000;0.021083;0.055619;0.898074;0.739621;0.000000;0.825202;0.161650;0.061054;0.092961;0.016774;0.351147;0.000000;0.895013;0.938930;0.013416;0.047654;0.999785;0.000000;0.000215;0.999880;0.000000;0.000120;0.002473;0.999877;0.006693;0.002473;0.000335;0.119203;0.017986;0.000911;0.047426;0.002473;0.006693;0.500000;0.002473;0.000911;0.002473;0.006693;0.006693;0.047426;0.002473;0.000911;0.594114;0.970200;0.137170;0.087624;0.000000;0.476268;0.000000;0.021605;0.391026;0.069267;0.223567;0.580542;0.000000;0.052055;0.000000;0.517243;0.090710;0.403236;0.208334;0.164105;0.928495;0.009889;0.061616;0.998660;0.000000;0.001340;0.999550;0.000000;0.000450;0.500000;0.731059;0.268941;0.952574;0.002473;0.731059;0.993307;0.047426;0.268941;0.002473;0.006693;0.880797;0.006693;0.006693;0.017986;0.268941;0.119203;0.002473;0.006693;0.006693;0.710333;0.655657;0.478264;0.729483;0.224610;0.790012;0.900787;0.310239;0.229347;0.039582;0.000000;0.718089;0.105931;0.000000;0.112745;0.578349;0.084866;0.000000;0.000000;0.000000;0.909182;0.007875;0.082943;0.988710;0.000000;0.011290;0.985610;0.000000;0.014390;0.993307;0.268941;0.017986;0.017986;0.047426;0.119203;0.119203;0.119203;0.952574;0.119203;0.500000;0.047426;0.119203;0.119203;0.017986;0.268941;0.500000;0.006693;0.047426;0.731059;0.873249;0.633904;0.526725;0.200528;0.000000;0.331812;0.639686;0.386986;0.196550;0.164792;0.445962;0.474522;0.580055;0.044235;0.000000;0.407092;0.406609;0.483256;0.000000;0.610639;0.880102;0.005753;0.114144;0.937730;0.000010;0.062260;0.967445;0.000005;0.032550;0.047426;0.002473;0.002473;0.002473;0.119203;0.006693;0.002473;0.002473;0.002473;0.997527;0.952574;0.002473;0.268941;0.119203;0.002473;0.006693;0.047426;0.006693;0.017986;0.982014;0.636915;0.204078;0.000000;0.050259;0.448187;0.000000;0.000000;0.109975;0.057324;0.780057;0.771006;0.109486;0.483756;0.849028;0.000000;0.237398;0.310454;0.161379;0.448929;0.828921;0.332071;0.012513;0.655419;0.153045;0.000130;0.846825;0.433080;0.000065;0.566865;0.047426;0.002473;0.017986;0.017986;0.000911;0.006693;0.006693;0.999665;0.002473;0.000335;0.000335;0.006693;0.000911;0.000911;0.119203;0.017986;0.002473;0.000911;0.000911;0.000911;0.243056;0.313458;0.000000;0.188162;0.000000;0.097528;0.396517;0.951200;0.094833;0.110073;0.014161;0.262697;0.000000;0.061978;0.856190;0.330483;0.218915;0.000000;0.000000;0.000000;0.039320;0.004742;0.955938;0.009015;0.000040;0.990940;0.026710;0.000085;0.973210;0.268941;0.047426;0.268941;0.993307;0.006693;0.047426;0.731059;0.119203;0.047426;0.002473;0.002473;0.119203;0.017986;0.017986;0.997527;0.268941;0.119203;0.047426;0.002473;0.006693;0.354115;0.378246;0.349099;0.859483;0.000000;0.495000;0.698044;0.386274;0.079878;0.113448;0.000000;0.230587;0.094919;0.383670;0.936076;0.545127;0.088588;0.581029;0.589766;0.019040;0.031308;0.013778;0.954912;0.013060;0.000080;0.986855;0.023580;0.000625;0.975795;0.268941;0.268941;0.500000;0.997527;0.002473;0.268941;0.880797;0.731059;0.500000;0.002473;0.002473;0.268941;0.006693;0.002473;0.017986;0.268941;0.119203;0.002473;0.047426;0.006693;0.225832;0.366329;0.458347;0.941365;0.000000;0.657911;0.701824;0.746305;0.263278;0.000000;0.000000;0.579812;0.000000;0.000000;0.178286;0.500500;0.325634;0.000000;0.119308;0.000000;0.039856;0.046620;0.913524;0.034250;0.032310;0.933440;0.023415;0.061555;0.915030;0.500000;0.731059;0.017986;0.006693;0.268941;0.017986;0.017986;0.047426;0.017986;0.952574;0.268941;0.047426;0.880797;0.880797;0.119203;0.119203;0.500000;0.047426;0.268941;0.982014;0.641757;0.161109;0.034959;0.033504;0.690402;0.127750;0.297130;0.334701;0.174078;0.830053;0.358473;0.341864;0.864713;0.858878;0.219771;0.284347;0.214670;0.535938;0.456609;0.734388;0.087317;0.264809;0.647874;0.230610;0.366335;0.403060;0.010185;0.289740;0.700070;0.500000;0.880797;0.268941;0.880797;0.047426;0.500000;0.880797;0.268941;0.500000;0.047426;0.119203;0.731059;0.119203;0.017986;0.880797;0.268941;0.500000;0.268941;0.047426;0.119203;0.410718;0.745736;0.040660;0.677652;0.460085;0.598207;0.601088;0.488252;0.126751;0.447198;0.184523;0.698886;0.590008;0.266784;0.792490;0.541405;0.344117;0.387698;0.000000;0.443492;0.092869;0.658383;0.248748;0.243685;0.486160;0.270155;0.009025;0.796210;0.194765
0.002473;0.006693;0.999877;0.047426;0.000911;0.017986;0.006693;0.017986;0.880797;0.000335;0.000335;0.006693;0.002473;0.017986;0.002473;0.047426;0.017986;0.000335;0.268941;0.002473;0.331812;0.612777;0.977045;0.250490;0.281709;0.270320;0.118993;0.090463;0.811686;0.000000;0.074399;0.052600;0.000000;0.333811;0.336708;0.100833;0.022423;0.679832;0.330262;0.160704;0.117792;0.145998;0.736207;0.258615;0.178530;0.562855;0.018830;0.217295;0.763865;0.017986;0.047426;0.731059;0.017986;0.880797;0.997527;0.119203;0.880797;0.982014;0.006693;0.006693;0.047426;0.952574;0.017986;0.006693;0.047426;0.119203;0.047426;0.880797;0.006693;0.361468;0.395560;0.466799;0.283940;0.775041;0.894353;0.704538;0.854209;0.281507;0.047607;0.184673;0.108709;0.471531;0.250490;0.161515;0.592908;0.363316;0.710538;0.111948;0.164379;0.131036;0.086623;0.782339;0.190705;0.113145;0.696145;0.021350;0.110030;0.868620;0.952574;0.731059;0.119203;0.047426;0.731059;0.880797;0.047426;0.952574;0.047426;0.017986;0.017986;0.500000;0.047426;0.017986;0.017986;0.880797;0.500000;0.006693;0.017986;0.268941;0.786171;0.755470;0.566602;0.079878;0.436839;0.048986;0.074606;0.865530;0.150460;0.105552;0.050883;0.229347;0.475270;0.320821;0.245085;0.799312;0.426780;0.190927;0.052600;0.163010;0.042478;0.159205;0.798319;0.038880;0.113195;0.847925;0.011010;0.120575;0.868420;0.002473;0.002473;0.000911;0.000335;0.017986;0.047426;0.002473;0.000911;0.047426;0.017986;0.880797;0.002473;0.952574;0.880797;0.000911;0.002473;0.002473;0.999955;0.997527;0.006693;0.178433;0.151742;0.000000;0.090052;0.448187;0.234693;0.189694;0.016561;0.048522;0.290491;0.671946;0.000000;0.541405;0.831038;0.082338;0.034257;0.047652;0.992263;0.896321;0.022140;0.034307;0.189528;0.776164;0.001730;0.107715;0.890555;0.010570;0.144035;0.845390;0.047426;0.119203;0.880797;0.993307;0.017986;0.047426;0.119203;0.119203;0.047426;0.006693;0.006693;0.047426;0.047426;0.002473;0.017986;0.880797;0.982014;0.002473;0.047426;0.017986;0.289050;0.116706;0.773994;0.875665;0.000000;0.408058;0.468542;0.052253;0.534445;0.052401;0.062620;0.315831;0.197816;0.000000;0.035881;0.884627;0.860926;0.000000;0.000000;0.000000;0.055066;0.028572;0.916363;0.001995;0.009500;0.988510;0.010650;0.036935;0.952415;0.500000;0.952574;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.047426;0.500000;0.731059;0.119203;0.268941;0.500000;0.731059;0.119203;0.268941;0.017986;0.268941;0.982014;0.571017;0.586618;0.095177;0.169243;0.000000;0.158158;0.555026;0.055357;0.072158;0.558481;0.677652;0.069785;0.403717;0.746115;0.858392;0.198452;0.394126;0.000000;0.508249;0.679614;0.920337;0.017747;0.061917;0.990000;0.000005;0.010000;0.943085;0.000110;0.056805;0.880797;0.268941;0.500000;0.731059;0.017986;0.268941;0.731059;0.119203;0.500000;0.047426;0.047426;0.731059;0.047426;0.047426;0.982014;0.500000;0.500000;0.006693;0.119203;0.119203;0.623634;0.533699;0.442999;0.812296;0.000000;0.575909;0.884321;0.293178;0.467048;0.268548;0.024747;0.461327;0.000000;0.046133;0.550824;0.740967;0.289256;0.254643;0.000000;0.041249;0.955787;0.012047;0.032164;0.998770;0.000000;0.001230;0.970295;0.000000;0.029700;0.268941;0.500000;0.119203;0.880797;0.006693;0.982014;0.982014;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.952574;0.006693;0.268941;0.047426;0.240124;0.435855;0.205870;0.864362;0.000000;0.791336;0.889535;0.332478;0.130675;0.038457;0.181087;0.137051;0.207181;0.124881;0.235952;0.357094;0.701824;0.000000;0.323223;0.306613;0.968423;0.013631;0.017944;0.998925;0.000000;0.001075;0.986145;0.000000;0.013850;0.999089;0.006693;0.006693;0.002473;0.500000;0.006693;0.006693;0.047426;0.002473;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.119203;0.119203;0.000911;0.002473;0.047426;0.951524;0.030266;0.048384;0.089725;0.570772;0.194192;0.000000;0.094234;0.000000;0.200367;0.214502;0.000000;0.707236;0.447198;0.000000;0.221663;0.516494;0.479511;0.468044;0.387698;0.989394;0.008193;0.002413;0.999400;0.000000;0.000600;0.999410;0.000000;0.000590;0.119203;0.500000;0.017986;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.993307;0.880797;0.500000;0.880797;0.119203;0.006693;0.017986;0.268941;0.006693;0.047426;0.880797;0.456609;0.776780;0.000000;0.231120;0.241220;0.654979;0.237217;0.000000;0.053606;0.890903;0.782280;0.496000;0.505750;0.486253;0.028917;0.333811;0.049172;0.000000;0.000000;0.534445;0.990483;0.006831;0.002686;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.500000;0.997527;0.119203;0.119203;0.002473;0.880797;0.731059;0.017986;0.500000;0.017986;0.017986;0.880797;0.047426;0.017986;0.047426;0.047426;0.268941;0.047426;0.017986;0.047426;0.678743;0.835071;0.284754;0.680919;0.000000;0.825922;0.749510;0.184673;0.028945;0.229878;0.095349;0.701615;0.000000;0.000000;0.481508;0.663962;0.189080;0.631114;0.346604;0.047066;0.985452;0.011875;0.002673;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005
0.017986;0.047426;0.731059;0.017986;0.880797;0.997527;0.119203;0.880797;0.982014;0.006693;0.006693;0.047426;0.952574;0.017986;0.006693;0.047426;0.119203;0.047426;0.880797;0.006693;0.361468;0.395560;0.466799;0.283940;0.775041;0.894353;0.704538;0.854209;0.281507;0.047607;0.184673;0.108709;0.471531;0.250490;0.161515;0.592908;0.363316;0.710538;0.111948;0.164379;0.131036;0.086623;0.782339;0.190705;0.113145;0.696145;0.021350;0.110030;0.868620;0.952574;0.731059;0.119203;0.047426;0.731059;0.880797;0.047426;0.952574;0.047426;0.017986;0.017986;0.500000;0.047426;0.017986;0.017986;0.880797;0.500000;0.006693;0.017986;0.268941;0.786171;0.755470;0.566602;0.079878;0.436839;0.048986;0.074606;0.865530;0.150460;0.105552;0.050883;0.229347;0.475270;0.320821;0.245085;0.799312;0.426780;0.190927;0.052600;0.163010;0.042478;0.159205;0.798319;0.038880;0.113195;0.847925;0.011010;0.120575;0.868420;0.002473;0.002473;0.000911;0.000335;0.017986;0.047426;0.002473;0.000911;0.047426;0.017986;0.880797;0.002473;0.952574;0.880797;0.000911;0.002473;0.002473;0.999955;0.997527;0.006693;0.178433;0.151742;0.000000;0.090052;0.448187;0.234693;0.189694;0.016561;0.048522;0.290491;0.671946;0.000000;0.541405;0.831038;0.082338;0.034257;0.047652;0.992263;0.896321;0.022140;0.034307;0.189528;0.776164;0.001730;0.107715;0.890555;0.010570;0.144035;0.845390;0.047426;0.119203;0.880797;0.993307;0.017986;0.047426;0.119203;0.119203;0.047426;0.006693;0.006693;0.047426;0.047426;0.002473;0.017986;0.880797;0.982014;0.002473;0.047426;0.017986;0.289050;0.116706;0.773994;0.875665;0.000000;0.408058;0.468542;0.052253;0.534445;0.052401;0.062620;0.315831;0.197816;0.000000;0.035881;0.884627;0.860926;0.000000;0.000000;0.000000;0.055066;0.028572;0.916363;0.001995;0.009500;0.988510;0.010650;0.036935;0.952415;0.500000;0.952574;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.047426;0.500000;0.731059;0.119203;0.268941;0.500000;0.731059;0.119203;0.268941;0.017986;0.268941;0.982014;0.571017;0.586618;0.095177;0.169243;0.000000;0.158158;0.555026;0.055357;0.072158;0.558481;0.677652;0.069785;0.403717;0.746115;0.858392;0.198452;0.394126;0.000000;0.508249;0.679614;0.920337;0.017747;0.061917;0.990000;0.000005;0.010000;0.943085;0.000110;0.056805;0.880797;0.268941;0.500000;0.731059;0.017986;0.268941;0.731059;0.119203;0.500000;0.047426;0.047426;0.731059;0.047426;0.047426;0.982014;0.500000;0.500000;0.006693;0.119203;0.119203;0.623634;0.533699;0.442999;0.812296;0.000000;0.575909;0.884321;0.293178;0.467048;0.268548;0.024747;0.461327;0.000000;0.046133;0.550824;0.740967;0.289256;0.254643;0.000000;0.041249;0.955787;0.012047;0.032164;0.998770;0.000000;0.001230;0.970295;0.000000;0.029700;0.268941;0.500000;0.119203;0.880797;0.006693;0.982014;0.982014;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.952574;0.006693;0.268941;0.047426;0.240124;0.435855;0.205870;0.864362;0.000000;0.791336;0.889535;0.332478;0.130675;0.038457;0.181087;0.137051;0.207181;0.124881;0.235952;0.357094;0.701824;0.000000;0.323223;0.306613;0.968423;0.013631;0.017944;0.998925;0.000000;0.001075;0.986145;0.000000;0.013850;0.999089;0.006693;0.006693;0.002473;0.500000;0.006693;0.006693;0.047426;0.002473;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.119203;0.119203;0.000911;0.002473;0.047426;0.951524;0.030266;0.048384;0.089725;0.570772;0.194192;0.000000;0.094234;0.000000;0.200367;0.214502;0.000000;0.707236;0.447198;0.000000;0.221663;0.516494;0.479511;0.468044;0.387698;0.989394;0.008193;0.002413;0.999400;0.000000;0.000600;0.999410;0.000000;0.000590;0.119203;0.500000;0.017986;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.993307;0.880797;0.500000;0.880797;0.119203;0.006693;0.017986;0.268941;0.006693;0.047426;0.880797;0.456609;0.776780;0.000000;0.231120;0.241220;0.654979;0.237217;0.000000;0.053606;0.890903;0.782280;0.496000;0.505750;0.486253;0.028917;0.333811;0.049172;0.000000;0.000000;0.534445;0.990483;0.006831;0.002686;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.500000;0.997527;0.119203;0.119203;0.002473;0.880797;0.731059;0.017986;0.500000;0.017986;0.017986;0.880797;0.047426;0.017986;0.047426;0.047426;0.268941;0.047426;0.017986;0.047426;0.678743;0.835071;0.284754;0.680919;0.000000;0.825922;0.749510;0.184673;0.028945;0.229878;0.095349;0.701615;0.000000;0.000000;0.481508;0.663962;0.189080;0.631114;0.346604;0.047066;0.985452;0.011875;0.002673;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.731059;0.952574;0.047426;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.880797;0.047426;0.993307;0.952574;0.006693;0.047426;0.119203;0.500000;0.731059;0.731059;0.528220;0.462073;0.259033;0.000000;0.475769;0.237036;0.094149;0.066236;0.204240;0.769413;0.699097;0.101744;0.816977;0.911250;0.000000;0.000000;0.194662;0.788849;0.693599;0.636684;0.985152;0.013239;0.001609;0.999945;0.000000;0.000055;1.000.000;0.000000;0.000000
0.952574;0.731059;0.119203;0.047426;0.731059;0.880797;0.047426;0.952574;0.047426;0.017986;0.017986;0.500000;0.047426;0.017986;0.017986;0.880797;0.500000;0.006693;0.017986;0.268941;0.786171;0.755470;0.566602;0.079878;0.436839;0.048986;0.074606;0.865530;0.150460;0.105552;0.050883;0.229347;0.475270;0.320821;0.245085;0.799312;0.426780;0.190927;0.052600;0.163010;0.042478;0.159205;0.798319;0.038880;0.113195;0.847925;0.011010;0.120575;0.868420;0.002473;0.002473;0.000911;0.000335;0.017986;0.047426;0.002473;0.000911;0.047426;0.017986;0.880797;0.002473;0.952574;0.880797;0.000911;0.002473;0.002473;0.999955;0.997527;0.006693;0.178433;0.151742;0.000000;0.090052;0.448187;0.234693;0.189694;0.016561;0.048522;0.290491;0.671946;0.000000;0.541405;0.831038;0.082338;0.034257;0.047652;0.992263;0.896321;0.022140;0.034307;0.189528;0.776164;0.001730;0.107715;0.890555;0.010570;0.144035;0.845390;0.047426;0.119203;0.880797;0.993307;0.017986;0.047426;0.119203;0.119203;0.047426;0.006693;0.006693;0.047426;0.047426;0.002473;0.017986;0.880797;0.982014;0.002473;0.047426;0.017986;0.289050;0.116706;0.773994;0.875665;0.000000;0.408058;0.468542;0.052253;0.534445;0.052401;0.062620;0.315831;0.197816;0.000000;0.035881;0.884627;0.860926;0.000000;0.000000;0.000000;0.055066;0.028572;0.916363;0.001995;0.009500;0.988510;0.010650;0.036935;0.952415;0.500000;0.952574;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.047426;0.500000;0.731059;0.119203;0.268941;0.500000;0.731059;0.119203;0.268941;0.017986;0.268941;0.982014;0.571017;0.586618;0.095177;0.169243;0.000000;0.158158;0.555026;0.055357;0.072158;0.558481;0.677652;0.069785;0.403717;0.746115;0.858392;0.198452;0.394126;0.000000;0.508249;0.679614;0.920337;0.017747;0.061917;0.990000;0.000005;0.010000;0.943085;0.000110;0.056805;0.880797;0.268941;0.500000;0.731059;0.017986;0.268941;0.731059;0.119203;0.500000;0.047426;0.047426;0.731059;0.047426;0.047426;0.982014;0.500000;0.500000;0.006693;0.119203;0.119203;0.623634;0.533699;0.442999;0.812296;0.000000;0.575909;0.884321;0.293178;0.467048;0.268548;0.024747;0.461327;0.000000;0.046133;0.550824;0.740967;0.289256;0.254643;0.000000;0.041249;0.955787;0.012047;0.032164;0.998770;0.000000;0.001230;0.970295;0.000000;0.029700;0.268941;0.500000;0.119203;0.880797;0.006693;0.982014;0.982014;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.952574;0.006693;0.268941;0.047426;0.240124;0.435855;0.205870;0.864362;0.000000;0.791336;0.889535;0.332478;0.130675;0.038457;0.181087;0.137051;0.207181;0.124881;0.235952;0.357094;0.701824;0.000000;0.323223;0.306613;0.968423;0.013631;0.017944;0.998925;0.000000;0.001075;0.986145;0.000000;0.013850;0.999089;0.006693;0.006693;0.002473;0.500000;0.006693;0.006693;0.047426;0.002473;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.119203;0.119203;0.000911;0.002473;0.047426;0.951524;0.030266;0.048384;0.089725;0.570772;0.194192;0.000000;0.094234;0.000000;0.200367;0.214502;0.000000;0.707236;0.447198;0.000000;0.221663;0.516494;0.479511;0.468044;0.387698;0.989394;0.008193;0.002413;0.999400;0.000000;0.000600;0.999410;0.000000;0.000590;0.119203;0.500000;0.017986;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.993307;0.880797;0.500000;0.880797;0.119203;0.006693;0.017986;0.268941;0.006693;0.047426;0.880797;0.456609;0.776780;0.000000;0.231120;0.241220;0.654979;0.237217;0.000000;0.053606;0.890903;0.782280;0.496000;0.505750;0.486253;0.028917;0.333811;0.049172;0.000000;0.000000;0.534445;0.990483;0.006831;0.002686;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.500000;0.997527;0.119203;0.119203;0.002473;0.880797;0.731059;0.017986;0.500000;0.017986;0.017986;0.880797;0.047426;0.017986;0.047426;0.047426;0.268941;0.047426;0.017986;0.047426;0.678743;0.835071;0.284754;0.680919;0.000000;0.825922;0.749510;0.184673;0.028945;0.229878;0.095349;0.701615;0.000000;0.000000;0.481508;0.663962;0.189080;0.631114;0.346604;0.047066;0.985452;0.011875;0.002673;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.731059;0.952574;0.047426;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.880797;0.047426;0.993307;0.952574;0.006693;0.047426;0.119203;0.500000;0.731059;0.731059;0.528220;0.462073;0.259033;0.000000;0.475769;0.237036;0.094149;0.066236;0.204240;0.769413;0.699097;0.101744;0.816977;0.911250;0.000000;0.000000;0.194662;0.788849;0.693599;0.636684;0.985152;0.013239;0.001609;0.999945;0.000000;0.000055;1.000.000;0.000000;0.000000;0.952574;0.006693;0.017986;0.047426;0.993307;0.017986;0.017986;0.952574;0.006693;0.500000;0.500000;0.017986;0.731059;0.047426;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.823755;0.000000;0.000000;0.000000;0.877181;0.000000;0.136226;0.600608;0.042860;0.776953;0.759694;0.020193;0.520738;0.457354;0.066795;0.377776;0.056200;0.653396;0.094234;0.626914;0.982043;0.013248;0.004709;0.999710;0.000000;0.000290;0.999975;0.000000;0.000025
0.002473;0.002473;0.000911;0.000335;0.017986;0.047426;0.002473;0.000911;0.047426;0.017986;0.880797;0.002473;0.952574;0.880797;0.000911;0.002473;0.002473;0.999955;0.997527;0.006693;0.178433;0.151742;0.000000;0.090052;0.448187;0.234693;0.189694;0.016561;0.048522;0.290491;0.671946;0.000000;0.541405;0.831038;0.082338;0.034257;0.047652;0.992263;0.896321;0.022140;0.034307;0.189528;0.776164;0.001730;0.107715;0.890555;0.010570;0.144035;0.845390;0.047426;0.119203;0.880797;0.993307;0.017986;0.047426;0.119203;0.119203;0.047426;0.006693;0.006693;0.047426;0.047426;0.002473;0.017986;0.880797;0.982014;0.002473;0.047426;0.017986;0.289050;0.116706;0.773994;0.875665;0.000000;0.408058;0.468542;0.052253;0.534445;0.052401;0.062620;0.315831;0.197816;0.000000;0.035881;0.884627;0.860926;0.000000;0.000000;0.000000;0.055066;0.028572;0.916363;0.001995;0.009500;0.988510;0.010650;0.036935;0.952415;0.500000;0.952574;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.047426;0.500000;0.731059;0.119203;0.268941;0.500000;0.731059;0.119203;0.268941;0.017986;0.268941;0.982014;0.571017;0.586618;0.095177;0.169243;0.000000;0.158158;0.555026;0.055357;0.072158;0.558481;0.677652;0.069785;0.403717;0.746115;0.858392;0.198452;0.394126;0.000000;0.508249;0.679614;0.920337;0.017747;0.061917;0.990000;0.000005;0.010000;0.943085;0.000110;0.056805;0.880797;0.268941;0.500000;0.731059;0.017986;0.268941;0.731059;0.119203;0.500000;0.047426;0.047426;0.731059;0.047426;0.047426;0.982014;0.500000;0.500000;0.006693;0.119203;0.119203;0.623634;0.533699;0.442999;0.812296;0.000000;0.575909;0.884321;0.293178;0.467048;0.268548;0.024747;0.461327;0.000000;0.046133;0.550824;0.740967;0.289256;0.254643;0.000000;0.041249;0.955787;0.012047;0.032164;0.998770;0.000000;0.001230;0.970295;0.000000;0.029700;0.268941;0.500000;0.119203;0.880797;0.006693;0.982014;0.982014;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.952574;0.006693;0.268941;0.047426;0.240124;0.435855;0.205870;0.864362;0.000000;0.791336;0.889535;0.332478;0.130675;0.038457;0.181087;0.137051;0.207181;0.124881;0.235952;0.357094;0.701824;0.000000;0.323223;0.306613;0.968423;0.013631;0.017944;0.998925;0.000000;0.001075;0.986145;0.000000;0.013850;0.999089;0.006693;0.006693;0.002473;0.500000;0.006693;0.006693;0.047426;0.002473;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.119203;0.119203;0.000911;0.002473;0.047426;0.951524;0.030266;0.048384;0.089725;0.570772;0.194192;0.000000;0.094234;0.000000;0.200367;0.214502;0.000000;0.707236;0.447198;0.000000;0.221663;0.516494;0.479511;0.468044;0.387698;0.989394;0.008193;0.002413;0.999400;0.000000;0.000600;0.999410;0.000000;0.000590;0.119203;0.500000;0.017986;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.993307;0.880797;0.500000;0.880797;0.119203;0.006693;0.017986;0.268941;0.006693;0.047426;0.880797;0.456609;0.776780;0.000000;0.231120;0.241220;0.654979;0.237217;0.000000;0.053606;0.890903;0.782280;0.496000;0.505750;0.486253;0.028917;0.333811;0.049172;0.000000;0.000000;0.534445;0.990483;0.006831;0.002686;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.500000;0.997527;0.119203;0.119203;0.002473;0.880797;0.731059;0.017986;0.500000;0.017986;0.017986;0.880797;0.047426;0.017986;0.047426;0.047426;0.268941;0.047426;0.017986;0.047426;0.678743;0.835071;0.284754;0.680919;0.000000;0.825922;0.749510;0.184673;0.028945;0.229878;0.095349;0.701615;0.000000;0.000000;0.481508;0.663962;0.189080;0.631114;0.346604;0.047066;0.985452;0.011875;0.002673;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.731059;0.952574;0.047426;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.880797;0.047426;0.993307;0.952574;0.006693;0.047426;0.119203;0.500000;0.731059;0.731059;0.528220;0.462073;0.259033;0.000000;0.475769;0.237036;0.094149;0.066236;0.204240;0.769413;0.699097;0.101744;0.816977;0.911250;0.000000;0.000000;0.194662;0.788849;0.693599;0.636684;0.985152;0.013239;0.001609;0.999945;0.000000;0.000055;1.000.000;0.000000;0.000000;0.952574;0.006693;0.017986;0.047426;0.993307;0.017986;0.017986;0.952574;0.006693;0.500000;0.500000;0.017986;0.731059;0.047426;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.823755;0.000000;0.000000;0.000000;0.877181;0.000000;0.136226;0.600608;0.042860;0.776953;0.759694;0.020193;0.520738;0.457354;0.066795;0.377776;0.056200;0.653396;0.094234;0.626914;0.982043;0.013248;0.004709;0.999710;0.000000;0.000290;0.999975;0.000000;0.000025;0.268941;0.997527;0.731059;0.500000;0.017986;0.880797;0.731059;0.047426;0.880797;0.006693;0.047426;0.880797;0.047426;0.006693;0.500000;0.119203;0.119203;0.006693;0.047426;0.017986;0.501500;0.865530;0.566602;0.622694;0.085333;0.789514;0.751756;0.118470;0.251618;0.036474;0.056786;0.825058;0.172502;0.000000;0.613251;0.529466;0.201652;0.307677;0.000000;0.075788;0.963801;0.013278;0.022921;0.999520;0.000000;0.000480;0.999570;0.000000;0.000430
0.047426;0.119203;0.880797;0.993307;0.017986;0.047426;0.119203;0.119203;0.047426;0.006693;0.006693;0.047426;0.047426;0.002473;0.017986;0.880797;0.982014;0.002473;0.047426;0.017986;0.289050;0.116706;0.773994;0.875665;0.000000;0.408058;0.468542;0.052253;0.534445;0.052401;0.062620;0.315831;0.197816;0.000000;0.035881;0.884627;0.860926;0.000000;0.000000;0.000000;0.055066;0.028572;0.916363;0.001995;0.009500;0.988510;0.010650;0.036935;0.952415;0.500000;0.952574;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.047426;0.500000;0.731059;0.119203;0.268941;0.500000;0.731059;0.119203;0.268941;0.017986;0.268941;0.982014;0.571017;0.586618;0.095177;0.169243;0.000000;0.158158;0.555026;0.055357;0.072158;0.558481;0.677652;0.069785;0.403717;0.746115;0.858392;0.198452;0.394126;0.000000;0.508249;0.679614;0.920337;0.017747;0.061917;0.990000;0.000005;0.010000;0.943085;0.000110;0.056805;0.880797;0.268941;0.500000;0.731059;0.017986;0.268941;0.731059;0.119203;0.500000;0.047426;0.047426;0.731059;0.047426;0.047426;0.982014;0.500000;0.500000;0.006693;0.119203;0.119203;0.623634;0.533699;0.442999;0.812296;0.000000;0.575909;0.884321;0.293178;0.467048;0.268548;0.024747;0.461327;0.000000;0.046133;0.550824;0.740967;0.289256;0.254643;0.000000;0.041249;0.955787;0.012047;0.032164;0.998770;0.000000;0.001230;0.970295;0.000000;0.029700;0.268941;0.500000;0.119203;0.880797;0.006693;0.982014;0.982014;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.952574;0.006693;0.268941;0.047426;0.240124;0.435855;0.205870;0.864362;0.000000;0.791336;0.889535;0.332478;0.130675;0.038457;0.181087;0.137051;0.207181;0.124881;0.235952;0.357094;0.701824;0.000000;0.323223;0.306613;0.968423;0.013631;0.017944;0.998925;0.000000;0.001075;0.986145;0.000000;0.013850;0.999089;0.006693;0.006693;0.002473;0.500000;0.006693;0.006693;0.047426;0.002473;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.119203;0.119203;0.000911;0.002473;0.047426;0.951524;0.030266;0.048384;0.089725;0.570772;0.194192;0.000000;0.094234;0.000000;0.200367;0.214502;0.000000;0.707236;0.447198;0.000000;0.221663;0.516494;0.479511;0.468044;0.387698;0.989394;0.008193;0.002413;0.999400;0.000000;0.000600;0.999410;0.000000;0.000590;0.119203;0.500000;0.017986;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.993307;0.880797;0.500000;0.880797;0.119203;0.006693;0.017986;0.268941;0.006693;0.047426;0.880797;0.456609;0.776780;0.000000;0.231120;0.241220;0.654979;0.237217;0.000000;0.053606;0.890903;0.782280;0.496000;0.505750;0.486253;0.028917;0.333811;0.049172;0.000000;0.000000;0.534445;0.990483;0.006831;0.002686;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.500000;0.997527;0.119203;0.119203;0.002473;0.880797;0.731059;0.017986;0.500000;0.017986;0.017986;0.880797;0.047426;0.017986;0.047426;0.047426;0.268941;0.047426;0.017986;0.047426;0.678743;0.835071;0.284754;0.680919;0.000000;0.825922;0.749510;0.184673;0.028945;0.229878;0.095349;0.701615;0.000000;0.000000;0.481508;0.663962;0.189080;0.631114;0.346604;0.047066;0.985452;0.011875;0.002673;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.731059;0.952574;0.047426;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.880797;0.047426;0.993307;0.952574;0.006693;0.047426;0.119203;0.500000;0.731059;0.731059;0.528220;0.462073;0.259033;0.000000;0.475769;0.237036;0.094149;0.066236;0.204240;0.769413;0.699097;0.101744;0.816977;0.911250;0.000000;0.000000;0.194662;0.788849;0.693599;0.636684;0.985152;0.013239;0.001609;0.999945;0.000000;0.000055;1.000.000;0.000000;0.000000;0.952574;0.006693;0.017986;0.047426;0.993307;0.017986;0.017986;0.952574;0.006693;0.500000;0.500000;0.017986;0.731059;0.047426;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.823755;0.000000;0.000000;0.000000;0.877181;0.000000;0.136226;0.600608;0.042860;0.776953;0.759694;0.020193;0.520738;0.457354;0.066795;0.377776;0.056200;0.653396;0.094234;0.626914;0.982043;0.013248;0.004709;0.999710;0.000000;0.000290;0.999975;0.000000;0.000025;0.268941;0.997527;0.731059;0.500000;0.017986;0.880797;0.731059;0.047426;0.880797;0.006693;0.047426;0.880797;0.047426;0.006693;0.500000;0.119203;0.119203;0.006693;0.047426;0.017986;0.501500;0.865530;0.566602;0.622694;0.085333;0.789514;0.751756;0.118470;0.251618;0.036474;0.056786;0.825058;0.172502;0.000000;0.613251;0.529466;0.201652;0.307677;0.000000;0.075788;0.963801;0.013278;0.022921;0.999520;0.000000;0.000480;0.999570;0.000000;0.000430;0.952574;0.952574;0.119203;0.119203;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.500000;0.731059;0.880797;0.047426;0.017986;0.119203;0.119203;0.047426;0.047426;0.268941;0.802660;0.778164;0.086748;0.122282;0.209656;0.714226;0.692748;0.329378;0.208004;0.160434;0.504750;0.632278;0.713409;0.329378;0.145170;0.458099;0.246568;0.652716;0.307464;0.155382;0.954099;0.014730;0.031171;0.998965;0.000000;0.001035;0.999170;0.000000;0.000830
0.500000;0.952574;0.017986;0.017986;0.017986;0.047426;0.047426;0.017986;0.047426;0.500000;0.731059;0.119203;0.268941;0.500000;0.731059;0.119203;0.268941;0.017986;0.268941;0.982014;0.571017;0.586618;0.095177;0.169243;0.000000;0.158158;0.555026;0.055357;0.072158;0.558481;0.677652;0.069785;0.403717;0.746115;0.858392;0.198452;0.394126;0.000000;0.508249;0.679614;0.920337;0.017747;0.061917;0.990000;0.000005;0.010000;0.943085;0.000110;0.056805;0.880797;0.268941;0.500000;0.731059;0.017986;0.268941;0.731059;0.119203;0.500000;0.047426;0.047426;0.731059;0.047426;0.047426;0.982014;0.500000;0.500000;0.006693;0.119203;0.119203;0.623634;0.533699;0.442999;0.812296;0.000000;0.575909;0.884321;0.293178;0.467048;0.268548;0.024747;0.461327;0.000000;0.046133;0.550824;0.740967;0.289256;0.254643;0.000000;0.041249;0.955787;0.012047;0.032164;0.998770;0.000000;0.001230;0.970295;0.000000;0.029700;0.268941;0.500000;0.119203;0.880797;0.006693;0.982014;0.982014;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.952574;0.006693;0.268941;0.047426;0.240124;0.435855;0.205870;0.864362;0.000000;0.791336;0.889535;0.332478;0.130675;0.038457;0.181087;0.137051;0.207181;0.124881;0.235952;0.357094;0.701824;0.000000;0.323223;0.306613;0.968423;0.013631;0.017944;0.998925;0.000000;0.001075;0.986145;0.000000;0.013850;0.999089;0.006693;0.006693;0.002473;0.500000;0.006693;0.006693;0.047426;0.002473;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.119203;0.119203;0.000911;0.002473;0.047426;0.951524;0.030266;0.048384;0.089725;0.570772;0.194192;0.000000;0.094234;0.000000;0.200367;0.214502;0.000000;0.707236;0.447198;0.000000;0.221663;0.516494;0.479511;0.468044;0.387698;0.989394;0.008193;0.002413;0.999400;0.000000;0.000600;0.999410;0.000000;0.000590;0.119203;0.500000;0.017986;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.993307;0.880797;0.500000;0.880797;0.119203;0.006693;0.017986;0.268941;0.006693;0.047426;0.880797;0.456609;0.776780;0.000000;0.231120;0.241220;0.654979;0.237217;0.000000;0.053606;0.890903;0.782280;0.496000;0.505750;0.486253;0.028917;0.333811;0.049172;0.000000;0.000000;0.534445;0.990483;0.006831;0.002686;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.500000;0.997527;0.119203;0.119203;0.002473;0.880797;0.731059;0.017986;0.500000;0.017986;0.017986;0.880797;0.047426;0.017986;0.047426;0.047426;0.268941;0.047426;0.017986;0.047426;0.678743;0.835071;0.284754;0.680919;0.000000;0.825922;0.749510;0.184673;0.028945;0.229878;0.095349;0.701615;0.000000;0.000000;0.481508;0.663962;0.189080;0.631114;0.346604;0.047066;0.985452;0.011875;0.002673;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.731059;0.952574;0.047426;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.880797;0.047426;0.993307;0.952574;0.006693;0.047426;0.119203;0.500000;0.731059;0.731059;0.528220;0.462073;0.259033;0.000000;0.475769;0.237036;0.094149;0.066236;0.204240;0.769413;0.699097;0.101744;0.816977;0.911250;0.000000;0.000000;0.194662;0.788849;0.693599;0.636684;0.985152;0.013239;0.001609;0.999945;0.000000;0.000055;1.000.000;0.000000;0.000000;0.952574;0.006693;0.017986;0.047426;0.993307;0.017986;0.017986;0.952574;0.006693;0.500000;0.500000;0.017986;0.731059;0.047426;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.823755;0.000000;0.000000;0.000000;0.877181;0.000000;0.136226;0.600608;0.042860;0.776953;0.759694;0.020193;0.520738;0.457354;0.066795;0.377776;0.056200;0.653396;0.094234;0.626914;0.982043;0.013248;0.004709;0.999710;0.000000;0.000290;0.999975;0.000000;0.000025;0.268941;0.997527;0.731059;0.500000;0.017986;0.880797;0.731059;0.047426;0.880797;0.006693;0.047426;0.880797;0.047426;0.006693;0.500000;0.119203;0.119203;0.006693;0.047426;0.017986;0.501500;0.865530;0.566602;0.622694;0.085333;0.789514;0.751756;0.118470;0.251618;0.036474;0.056786;0.825058;0.172502;0.000000;0.613251;0.529466;0.201652;0.307677;0.000000;0.075788;0.963801;0.013278;0.022921;0.999520;0.000000;0.000480;0.999570;0.000000;0.000430;0.952574;0.952574;0.119203;0.119203;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.500000;0.731059;0.880797;0.047426;0.017986;0.119203;0.119203;0.047426;0.047426;0.268941;0.802660;0.778164;0.086748;0.122282;0.209656;0.714226;0.692748;0.329378;0.208004;0.160434;0.504750;0.632278;0.713409;0.329378;0.145170;0.458099;0.246568;0.652716;0.307464;0.155382;0.954099;0.014730;0.031171;0.998965;0.000000;0.001035;0.999170;0.000000;0.000830;0.500000;0.006693;0.002473;0.002473;0.119203;0.006693;0.006693;0.006693;0.006693;0.731059;0.982014;0.006693;0.880797;0.982014;0.006693;0.017986;0.017986;0.500000;0.500000;0.731059;0.274881;0.000000;0.000000;0.039430;0.724920;0.000000;0.000000;0.000000;0.000000;0.763145;0.919753;0.031615;0.829770;0.726115;0.073782;0.000000;0.229701;0.620342;0.116397;0.413382;0.918731;0.012314;0.068954;0.993560;0.000000;0.006440;0.991950;0.000000;0.008045
0.880797;0.268941;0.500000;0.731059;0.017986;0.268941;0.731059;0.119203;0.500000;0.047426;0.047426;0.731059;0.047426;0.047426;0.982014;0.500000;0.500000;0.006693;0.119203;0.119203;0.623634;0.533699;0.442999;0.812296;0.000000;0.575909;0.884321;0.293178;0.467048;0.268548;0.024747;0.461327;0.000000;0.046133;0.550824;0.740967;0.289256;0.254643;0.000000;0.041249;0.955787;0.012047;0.032164;0.998770;0.000000;0.001230;0.970295;0.000000;0.029700;0.268941;0.500000;0.119203;0.880797;0.006693;0.982014;0.982014;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.952574;0.006693;0.268941;0.047426;0.240124;0.435855;0.205870;0.864362;0.000000;0.791336;0.889535;0.332478;0.130675;0.038457;0.181087;0.137051;0.207181;0.124881;0.235952;0.357094;0.701824;0.000000;0.323223;0.306613;0.968423;0.013631;0.017944;0.998925;0.000000;0.001075;0.986145;0.000000;0.013850;0.999089;0.006693;0.006693;0.002473;0.500000;0.006693;0.006693;0.047426;0.002473;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.119203;0.119203;0.000911;0.002473;0.047426;0.951524;0.030266;0.048384;0.089725;0.570772;0.194192;0.000000;0.094234;0.000000;0.200367;0.214502;0.000000;0.707236;0.447198;0.000000;0.221663;0.516494;0.479511;0.468044;0.387698;0.989394;0.008193;0.002413;0.999400;0.000000;0.000600;0.999410;0.000000;0.000590;0.119203;0.500000;0.017986;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.993307;0.880797;0.500000;0.880797;0.119203;0.006693;0.017986;0.268941;0.006693;0.047426;0.880797;0.456609;0.776780;0.000000;0.231120;0.241220;0.654979;0.237217;0.000000;0.053606;0.890903;0.782280;0.496000;0.505750;0.486253;0.028917;0.333811;0.049172;0.000000;0.000000;0.534445;0.990483;0.006831;0.002686;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.500000;0.997527;0.119203;0.119203;0.002473;0.880797;0.731059;0.017986;0.500000;0.017986;0.017986;0.880797;0.047426;0.017986;0.047426;0.047426;0.268941;0.047426;0.017986;0.047426;0.678743;0.835071;0.284754;0.680919;0.000000;0.825922;0.749510;0.184673;0.028945;0.229878;0.095349;0.701615;0.000000;0.000000;0.481508;0.663962;0.189080;0.631114;0.346604;0.047066;0.985452;0.011875;0.002673;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.731059;0.952574;0.047426;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.880797;0.047426;0.993307;0.952574;0.006693;0.047426;0.119203;0.500000;0.731059;0.731059;0.528220;0.462073;0.259033;0.000000;0.475769;0.237036;0.094149;0.066236;0.204240;0.769413;0.699097;0.101744;0.816977;0.911250;0.000000;0.000000;0.194662;0.788849;0.693599;0.636684;0.985152;0.013239;0.001609;0.999945;0.000000;0.000055;1.000.000;0.000000;0.000000;0.952574;0.006693;0.017986;0.047426;0.993307;0.017986;0.017986;0.952574;0.006693;0.500000;0.500000;0.017986;0.731059;0.047426;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.823755;0.000000;0.000000;0.000000;0.877181;0.000000;0.136226;0.600608;0.042860;0.776953;0.759694;0.020193;0.520738;0.457354;0.066795;0.377776;0.056200;0.653396;0.094234;0.626914;0.982043;0.013248;0.004709;0.999710;0.000000;0.000290;0.999975;0.000000;0.000025;0.268941;0.997527;0.731059;0.500000;0.017986;0.880797;0.731059;0.047426;0.880797;0.006693;0.047426;0.880797;0.047426;0.006693;0.500000;0.119203;0.119203;0.006693;0.047426;0.017986;0.501500;0.865530;0.566602;0.622694;0.085333;0.789514;0.751756;0.118470;0.251618;0.036474;0.056786;0.825058;0.172502;0.000000;0.613251;0.529466;0.201652;0.307677;0.000000;0.075788;0.963801;0.013278;0.022921;0.999520;0.000000;0.000480;0.999570;0.000000;0.000430;0.952574;0.952574;0.119203;0.119203;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.500000;0.731059;0.880797;0.047426;0.017986;0.119203;0.119203;0.047426;0.047426;0.268941;0.802660;0.778164;0.086748;0.122282;0.209656;0.714226;0.692748;0.329378;0.208004;0.160434;0.504750;0.632278;0.713409;0.329378;0.145170;0.458099;0.246568;0.652716;0.307464;0.155382;0.954099;0.014730;0.031171;0.998965;0.000000;0.001035;0.999170;0.000000;0.000830;0.500000;0.006693;0.002473;0.002473;0.119203;0.006693;0.006693;0.006693;0.006693;0.731059;0.982014;0.006693;0.880797;0.982014;0.006693;0.017986;0.017986;0.500000;0.500000;0.731059;0.274881;0.000000;0.000000;0.039430;0.724920;0.000000;0.000000;0.000000;0.000000;0.763145;0.919753;0.031615;0.829770;0.726115;0.073782;0.000000;0.229701;0.620342;0.116397;0.413382;0.918731;0.012314;0.068954;0.993560;0.000000;0.006440;0.991950;0.000000;0.008045;0.952574;0.500000;0.047426;0.880797;0.006693;0.731059;0.993307;0.047426;0.047426;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.268941;0.119203;0.017986;0.006693;0.047426;0.758963;0.525229;0.230764;0.711976;0.159226;0.712591;0.910926;0.130562;0.249553;0.241587;0.049926;0.494750;0.000000;0.000000;0.431680;0.710538;0.089888;0.000000;0.088750;0.065743;0.851599;0.012547;0.135853;0.895760;0.000000;0.104235;0.931840;0.000010;0.068155
0.268941;0.500000;0.119203;0.880797;0.006693;0.982014;0.982014;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.952574;0.006693;0.268941;0.047426;0.240124;0.435855;0.205870;0.864362;0.000000;0.791336;0.889535;0.332478;0.130675;0.038457;0.181087;0.137051;0.207181;0.124881;0.235952;0.357094;0.701824;0.000000;0.323223;0.306613;0.968423;0.013631;0.017944;0.998925;0.000000;0.001075;0.986145;0.000000;0.013850;0.999089;0.006693;0.006693;0.002473;0.500000;0.006693;0.006693;0.047426;0.002473;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.119203;0.119203;0.000911;0.002473;0.047426;0.951524;0.030266;0.048384;0.089725;0.570772;0.194192;0.000000;0.094234;0.000000;0.200367;0.214502;0.000000;0.707236;0.447198;0.000000;0.221663;0.516494;0.479511;0.468044;0.387698;0.989394;0.008193;0.002413;0.999400;0.000000;0.000600;0.999410;0.000000;0.000590;0.119203;0.500000;0.017986;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.993307;0.880797;0.500000;0.880797;0.119203;0.006693;0.017986;0.268941;0.006693;0.047426;0.880797;0.456609;0.776780;0.000000;0.231120;0.241220;0.654979;0.237217;0.000000;0.053606;0.890903;0.782280;0.496000;0.505750;0.486253;0.028917;0.333811;0.049172;0.000000;0.000000;0.534445;0.990483;0.006831;0.002686;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.500000;0.997527;0.119203;0.119203;0.002473;0.880797;0.731059;0.017986;0.500000;0.017986;0.017986;0.880797;0.047426;0.017986;0.047426;0.047426;0.268941;0.047426;0.017986;0.047426;0.678743;0.835071;0.284754;0.680919;0.000000;0.825922;0.749510;0.184673;0.028945;0.229878;0.095349;0.701615;0.000000;0.000000;0.481508;0.663962;0.189080;0.631114;0.346604;0.047066;0.985452;0.011875;0.002673;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.731059;0.952574;0.047426;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.880797;0.047426;0.993307;0.952574;0.006693;0.047426;0.119203;0.500000;0.731059;0.731059;0.528220;0.462073;0.259033;0.000000;0.475769;0.237036;0.094149;0.066236;0.204240;0.769413;0.699097;0.101744;0.816977;0.911250;0.000000;0.000000;0.194662;0.788849;0.693599;0.636684;0.985152;0.013239;0.001609;0.999945;0.000000;0.000055;1.000.000;0.000000;0.000000;0.952574;0.006693;0.017986;0.047426;0.993307;0.017986;0.017986;0.952574;0.006693;0.500000;0.500000;0.017986;0.731059;0.047426;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.823755;0.000000;0.000000;0.000000;0.877181;0.000000;0.136226;0.600608;0.042860;0.776953;0.759694;0.020193;0.520738;0.457354;0.066795;0.377776;0.056200;0.653396;0.094234;0.626914;0.982043;0.013248;0.004709;0.999710;0.000000;0.000290;0.999975;0.000000;0.000025;0.268941;0.997527;0.731059;0.500000;0.017986;0.880797;0.731059;0.047426;0.880797;0.006693;0.047426;0.880797;0.047426;0.006693;0.500000;0.119203;0.119203;0.006693;0.047426;0.017986;0.501500;0.865530;0.566602;0.622694;0.085333;0.789514;0.751756;0.118470;0.251618;0.036474;0.056786;0.825058;0.172502;0.000000;0.613251;0.529466;0.201652;0.307677;0.000000;0.075788;0.963801;0.013278;0.022921;0.999520;0.000000;0.000480;0.999570;0.000000;0.000430;0.952574;0.952574;0.119203;0.119203;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.500000;0.731059;0.880797;0.047426;0.017986;0.119203;0.119203;0.047426;0.047426;0.268941;0.802660;0.778164;0.086748;0.122282;0.209656;0.714226;0.692748;0.329378;0.208004;0.160434;0.504750;0.632278;0.713409;0.329378;0.145170;0.458099;0.246568;0.652716;0.307464;0.155382;0.954099;0.014730;0.031171;0.998965;0.000000;0.001035;0.999170;0.000000;0.000830;0.500000;0.006693;0.002473;0.002473;0.119203;0.006693;0.006693;0.006693;0.006693;0.731059;0.982014;0.006693;0.880797;0.982014;0.006693;0.017986;0.017986;0.500000;0.500000;0.731059;0.274881;0.000000;0.000000;0.039430;0.724920;0.000000;0.000000;0.000000;0.000000;0.763145;0.919753;0.031615;0.829770;0.726115;0.073782;0.000000;0.229701;0.620342;0.116397;0.413382;0.918731;0.012314;0.068954;0.993560;0.000000;0.006440;0.991950;0.000000;0.008045;0.952574;0.500000;0.047426;0.880797;0.006693;0.731059;0.993307;0.047426;0.047426;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.268941;0.119203;0.017986;0.006693;0.047426;0.758963;0.525229;0.230764;0.711976;0.159226;0.712591;0.910926;0.130562;0.249553;0.241587;0.049926;0.494750;0.000000;0.000000;0.431680;0.710538;0.089888;0.000000;0.088750;0.065743;0.851599;0.012547;0.135853;0.895760;0.000000;0.104235;0.931840;0.000010;0.068155;0.268941;0.731059;0.268941;0.982014;0.047426;0.880797;0.952574;0.119203;0.268941;0.006693;0.006693;0.731059;0.017986;0.002473;0.982014;0.119203;0.047426;0.002473;0.006693;0.006693;0.428738;0.724122;0.346378;0.876857;0.152387;0.632278;0.791171;0.327613;0.095955;0.000000;0.037724;0.621989;0.000000;0.148426;0.821860;0.463316;0.375194;0.142461;0.000000;0.068116;0.707998;0.014377;0.277624;0.679475;0.000005;0.320520;0.743770;0.000050;0.256175
0.999089;0.006693;0.006693;0.002473;0.500000;0.006693;0.006693;0.047426;0.002473;0.017986;0.006693;0.006693;0.006693;0.002473;0.006693;0.119203;0.119203;0.000911;0.002473;0.047426;0.951524;0.030266;0.048384;0.089725;0.570772;0.194192;0.000000;0.094234;0.000000;0.200367;0.214502;0.000000;0.707236;0.447198;0.000000;0.221663;0.516494;0.479511;0.468044;0.387698;0.989394;0.008193;0.002413;0.999400;0.000000;0.000600;0.999410;0.000000;0.000590;0.119203;0.500000;0.017986;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.993307;0.880797;0.500000;0.880797;0.119203;0.006693;0.017986;0.268941;0.006693;0.047426;0.880797;0.456609;0.776780;0.000000;0.231120;0.241220;0.654979;0.237217;0.000000;0.053606;0.890903;0.782280;0.496000;0.505750;0.486253;0.028917;0.333811;0.049172;0.000000;0.000000;0.534445;0.990483;0.006831;0.002686;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.500000;0.997527;0.119203;0.119203;0.002473;0.880797;0.731059;0.017986;0.500000;0.017986;0.017986;0.880797;0.047426;0.017986;0.047426;0.047426;0.268941;0.047426;0.017986;0.047426;0.678743;0.835071;0.284754;0.680919;0.000000;0.825922;0.749510;0.184673;0.028945;0.229878;0.095349;0.701615;0.000000;0.000000;0.481508;0.663962;0.189080;0.631114;0.346604;0.047066;0.985452;0.011875;0.002673;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.731059;0.952574;0.047426;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.880797;0.047426;0.993307;0.952574;0.006693;0.047426;0.119203;0.500000;0.731059;0.731059;0.528220;0.462073;0.259033;0.000000;0.475769;0.237036;0.094149;0.066236;0.204240;0.769413;0.699097;0.101744;0.816977;0.911250;0.000000;0.000000;0.194662;0.788849;0.693599;0.636684;0.985152;0.013239;0.001609;0.999945;0.000000;0.000055;1.000.000;0.000000;0.000000;0.952574;0.006693;0.017986;0.047426;0.993307;0.017986;0.017986;0.952574;0.006693;0.500000;0.500000;0.017986;0.731059;0.047426;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.823755;0.000000;0.000000;0.000000;0.877181;0.000000;0.136226;0.600608;0.042860;0.776953;0.759694;0.020193;0.520738;0.457354;0.066795;0.377776;0.056200;0.653396;0.094234;0.626914;0.982043;0.013248;0.004709;0.999710;0.000000;0.000290;0.999975;0.000000;0.000025;0.268941;0.997527;0.731059;0.500000;0.017986;0.880797;0.731059;0.047426;0.880797;0.006693;0.047426;0.880797;0.047426;0.006693;0.500000;0.119203;0.119203;0.006693;0.047426;0.017986;0.501500;0.865530;0.566602;0.622694;0.085333;0.789514;0.751756;0.118470;0.251618;0.036474;0.056786;0.825058;0.172502;0.000000;0.613251;0.529466;0.201652;0.307677;0.000000;0.075788;0.963801;0.013278;0.022921;0.999520;0.000000;0.000480;0.999570;0.000000;0.000430;0.952574;0.952574;0.119203;0.119203;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.500000;0.731059;0.880797;0.047426;0.017986;0.119203;0.119203;0.047426;0.047426;0.268941;0.802660;0.778164;0.086748;0.122282;0.209656;0.714226;0.692748;0.329378;0.208004;0.160434;0.504750;0.632278;0.713409;0.329378;0.145170;0.458099;0.246568;0.652716;0.307464;0.155382;0.954099;0.014730;0.031171;0.998965;0.000000;0.001035;0.999170;0.000000;0.000830;0.500000;0.006693;0.002473;0.002473;0.119203;0.006693;0.006693;0.006693;0.006693;0.731059;0.982014;0.006693;0.880797;0.982014;0.006693;0.017986;0.017986;0.500000;0.500000;0.731059;0.274881;0.000000;0.000000;0.039430;0.724920;0.000000;0.000000;0.000000;0.000000;0.763145;0.919753;0.031615;0.829770;0.726115;0.073782;0.000000;0.229701;0.620342;0.116397;0.413382;0.918731;0.012314;0.068954;0.993560;0.000000;0.006440;0.991950;0.000000;0.008045;0.952574;0.500000;0.047426;0.880797;0.006693;0.731059;0.993307;0.047426;0.047426;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.268941;0.119203;0.017986;0.006693;0.047426;0.758963;0.525229;0.230764;0.711976;0.159226;0.712591;0.910926;0.130562;0.249553;0.241587;0.049926;0.494750;0.000000;0.000000;0.431680;0.710538;0.089888;0.000000;0.088750;0.065743;0.851599;0.012547;0.135853;0.895760;0.000000;0.104235;0.931840;0.000010;0.068155;0.268941;0.731059;0.268941;0.982014;0.047426;0.880797;0.952574;0.119203;0.268941;0.006693;0.006693;0.731059;0.017986;0.002473;0.982014;0.119203;0.047426;0.002473;0.006693;0.006693;0.428738;0.724122;0.346378;0.876857;0.152387;0.632278;0.791171;0.327613;0.095955;0.000000;0.037724;0.621989;0.000000;0.148426;0.821860;0.463316;0.375194;0.142461;0.000000;0.068116;0.707998;0.014377;0.277624;0.679475;0.000005;0.320520;0.743770;0.000050;0.256175;0.047426;0.017986;0.006693;0.006693;0.880797;0.268941;0.500000;0.002473;0.880797;0.268941;0.880797;0.006693;0.119203;0.993307;0.002473;0.017986;0.017986;0.119203;0.997527;0.047426;0.601807;0.253506;0.181532;0.293592;0.588072;0.384616;0.338273;0.124662;0.468791;0.634368;0.753432;0.021290;0.193099;0.805338;0.028945;0.197975;0.129656;0.541901;0.916215;0.247871;0.325183;0.011691;0.663126;0.308630;0.000165;0.691205;0.345315;0.000450;0.654235
0.119203;0.500000;0.017986;0.006693;0.017986;0.268941;0.047426;0.006693;0.006693;0.993307;0.880797;0.500000;0.880797;0.119203;0.006693;0.017986;0.268941;0.006693;0.047426;0.880797;0.456609;0.776780;0.000000;0.231120;0.241220;0.654979;0.237217;0.000000;0.053606;0.890903;0.782280;0.496000;0.505750;0.486253;0.028917;0.333811;0.049172;0.000000;0.000000;0.534445;0.990483;0.006831;0.002686;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.500000;0.997527;0.119203;0.119203;0.002473;0.880797;0.731059;0.017986;0.500000;0.017986;0.017986;0.880797;0.047426;0.017986;0.047426;0.047426;0.268941;0.047426;0.017986;0.047426;0.678743;0.835071;0.284754;0.680919;0.000000;0.825922;0.749510;0.184673;0.028945;0.229878;0.095349;0.701615;0.000000;0.000000;0.481508;0.663962;0.189080;0.631114;0.346604;0.047066;0.985452;0.011875;0.002673;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.731059;0.952574;0.047426;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.880797;0.047426;0.993307;0.952574;0.006693;0.047426;0.119203;0.500000;0.731059;0.731059;0.528220;0.462073;0.259033;0.000000;0.475769;0.237036;0.094149;0.066236;0.204240;0.769413;0.699097;0.101744;0.816977;0.911250;0.000000;0.000000;0.194662;0.788849;0.693599;0.636684;0.985152;0.013239;0.001609;0.999945;0.000000;0.000055;1.000.000;0.000000;0.000000;0.952574;0.006693;0.017986;0.047426;0.993307;0.017986;0.017986;0.952574;0.006693;0.500000;0.500000;0.017986;0.731059;0.047426;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.823755;0.000000;0.000000;0.000000;0.877181;0.000000;0.136226;0.600608;0.042860;0.776953;0.759694;0.020193;0.520738;0.457354;0.066795;0.377776;0.056200;0.653396;0.094234;0.626914;0.982043;0.013248;0.004709;0.999710;0.000000;0.000290;0.999975;0.000000;0.000025;0.268941;0.997527;0.731059;0.500000;0.017986;0.880797;0.731059;0.047426;0.880797;0.006693;0.047426;0.880797;0.047426;0.006693;0.500000;0.119203;0.119203;0.006693;0.047426;0.017986;0.501500;0.865530;0.566602;0.622694;0.085333;0.789514;0.751756;0.118470;0.251618;0.036474;0.056786;0.825058;0.172502;0.000000;0.613251;0.529466;0.201652;0.307677;0.000000;0.075788;0.963801;0.013278;0.022921;0.999520;0.000000;0.000480;0.999570;0.000000;0.000430;0.952574;0.952574;0.119203;0.119203;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.500000;0.731059;0.880797;0.047426;0.017986;0.119203;0.119203;0.047426;0.047426;0.268941;0.802660;0.778164;0.086748;0.122282;0.209656;0.714226;0.692748;0.329378;0.208004;0.160434;0.504750;0.632278;0.713409;0.329378;0.145170;0.458099;0.246568;0.652716;0.307464;0.155382;0.954099;0.014730;0.031171;0.998965;0.000000;0.001035;0.999170;0.000000;0.000830;0.500000;0.006693;0.002473;0.002473;0.119203;0.006693;0.006693;0.006693;0.006693;0.731059;0.982014;0.006693;0.880797;0.982014;0.006693;0.017986;0.017986;0.500000;0.500000;0.731059;0.274881;0.000000;0.000000;0.039430;0.724920;0.000000;0.000000;0.000000;0.000000;0.763145;0.919753;0.031615;0.829770;0.726115;0.073782;0.000000;0.229701;0.620342;0.116397;0.413382;0.918731;0.012314;0.068954;0.993560;0.000000;0.006440;0.991950;0.000000;0.008045;0.952574;0.500000;0.047426;0.880797;0.006693;0.731059;0.993307;0.047426;0.047426;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.268941;0.119203;0.017986;0.006693;0.047426;0.758963;0.525229;0.230764;0.711976;0.159226;0.712591;0.910926;0.130562;0.249553;0.241587;0.049926;0.494750;0.000000;0.000000;0.431680;0.710538;0.089888;0.000000;0.088750;0.065743;0.851599;0.012547;0.135853;0.895760;0.000000;0.104235;0.931840;0.000010;0.068155;0.268941;0.731059;0.268941;0.982014;0.047426;0.880797;0.952574;0.119203;0.268941;0.006693;0.006693;0.731059;0.017986;0.002473;0.982014;0.119203;0.047426;0.002473;0.006693;0.006693;0.428738;0.724122;0.346378;0.876857;0.152387;0.632278;0.791171;0.327613;0.095955;0.000000;0.037724;0.621989;0.000000;0.148426;0.821860;0.463316;0.375194;0.142461;0.000000;0.068116;0.707998;0.014377;0.277624;0.679475;0.000005;0.320520;0.743770;0.000050;0.256175;0.047426;0.017986;0.006693;0.006693;0.880797;0.268941;0.500000;0.002473;0.880797;0.268941;0.880797;0.006693;0.119203;0.993307;0.002473;0.017986;0.017986;0.119203;0.997527;0.047426;0.601807;0.253506;0.181532;0.293592;0.588072;0.384616;0.338273;0.124662;0.468791;0.634368;0.753432;0.021290;0.193099;0.805338;0.028945;0.197975;0.129656;0.541901;0.916215;0.247871;0.325183;0.011691;0.663126;0.308630;0.000165;0.691205;0.345315;0.000450;0.654235;0.119203;0.268941;0.982014;0.997527;0.002473;0.268941;0.268941;0.952574;0.268941;0.002473;0.000911;0.047426;0.002473;0.002473;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.382961;0.545375;0.810920;0.804868;0.000000;0.487253;0.477016;0.883191;0.529217;0.025136;0.044532;0.550576;0.000000;0.044235;0.668853;0.105931;0.058085;0.000000;0.115781;0.023385;0.023387;0.014085;0.962526;0.006830;0.001275;0.991890;0.016170;0.008455;0.975375
0.500000;0.997527;0.119203;0.119203;0.002473;0.880797;0.731059;0.017986;0.500000;0.017986;0.017986;0.880797;0.047426;0.017986;0.047426;0.047426;0.268941;0.047426;0.017986;0.047426;0.678743;0.835071;0.284754;0.680919;0.000000;0.825922;0.749510;0.184673;0.028945;0.229878;0.095349;0.701615;0.000000;0.000000;0.481508;0.663962;0.189080;0.631114;0.346604;0.047066;0.985452;0.011875;0.002673;0.999995;0.000000;0.000005;0.999995;0.000000;0.000005;0.731059;0.952574;0.047426;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.880797;0.047426;0.993307;0.952574;0.006693;0.047426;0.119203;0.500000;0.731059;0.731059;0.528220;0.462073;0.259033;0.000000;0.475769;0.237036;0.094149;0.066236;0.204240;0.769413;0.699097;0.101744;0.816977;0.911250;0.000000;0.000000;0.194662;0.788849;0.693599;0.636684;0.985152;0.013239;0.001609;0.999945;0.000000;0.000055;1.000.000;0.000000;0.000000;0.952574;0.006693;0.017986;0.047426;0.993307;0.017986;0.017986;0.952574;0.006693;0.500000;0.500000;0.017986;0.731059;0.047426;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.823755;0.000000;0.000000;0.000000;0.877181;0.000000;0.136226;0.600608;0.042860;0.776953;0.759694;0.020193;0.520738;0.457354;0.066795;0.377776;0.056200;0.653396;0.094234;0.626914;0.982043;0.013248;0.004709;0.999710;0.000000;0.000290;0.999975;0.000000;0.000025;0.268941;0.997527;0.731059;0.500000;0.017986;0.880797;0.731059;0.047426;0.880797;0.006693;0.047426;0.880797;0.047426;0.006693;0.500000;0.119203;0.119203;0.006693;0.047426;0.017986;0.501500;0.865530;0.566602;0.622694;0.085333;0.789514;0.751756;0.118470;0.251618;0.036474;0.056786;0.825058;0.172502;0.000000;0.613251;0.529466;0.201652;0.307677;0.000000;0.075788;0.963801;0.013278;0.022921;0.999520;0.000000;0.000480;0.999570;0.000000;0.000430;0.952574;0.952574;0.119203;0.119203;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.500000;0.731059;0.880797;0.047426;0.017986;0.119203;0.119203;0.047426;0.047426;0.268941;0.802660;0.778164;0.086748;0.122282;0.209656;0.714226;0.692748;0.329378;0.208004;0.160434;0.504750;0.632278;0.713409;0.329378;0.145170;0.458099;0.246568;0.652716;0.307464;0.155382;0.954099;0.014730;0.031171;0.998965;0.000000;0.001035;0.999170;0.000000;0.000830;0.500000;0.006693;0.002473;0.002473;0.119203;0.006693;0.006693;0.006693;0.006693;0.731059;0.982014;0.006693;0.880797;0.982014;0.006693;0.017986;0.017986;0.500000;0.500000;0.731059;0.274881;0.000000;0.000000;0.039430;0.724920;0.000000;0.000000;0.000000;0.000000;0.763145;0.919753;0.031615;0.829770;0.726115;0.073782;0.000000;0.229701;0.620342;0.116397;0.413382;0.918731;0.012314;0.068954;0.993560;0.000000;0.006440;0.991950;0.000000;0.008045;0.952574;0.500000;0.047426;0.880797;0.006693;0.731059;0.993307;0.047426;0.047426;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.268941;0.119203;0.017986;0.006693;0.047426;0.758963;0.525229;0.230764;0.711976;0.159226;0.712591;0.910926;0.130562;0.249553;0.241587;0.049926;0.494750;0.000000;0.000000;0.431680;0.710538;0.089888;0.000000;0.088750;0.065743;0.851599;0.012547;0.135853;0.895760;0.000000;0.104235;0.931840;0.000010;0.068155;0.268941;0.731059;0.268941;0.982014;0.047426;0.880797;0.952574;0.119203;0.268941;0.006693;0.006693;0.731059;0.017986;0.002473;0.982014;0.119203;0.047426;0.002473;0.006693;0.006693;0.428738;0.724122;0.346378;0.876857;0.152387;0.632278;0.791171;0.327613;0.095955;0.000000;0.037724;0.621989;0.000000;0.148426;0.821860;0.463316;0.375194;0.142461;0.000000;0.068116;0.707998;0.014377;0.277624;0.679475;0.000005;0.320520;0.743770;0.000050;0.256175;0.047426;0.017986;0.006693;0.006693;0.880797;0.268941;0.500000;0.002473;0.880797;0.268941;0.880797;0.006693;0.119203;0.993307;0.002473;0.017986;0.017986;0.119203;0.997527;0.047426;0.601807;0.253506;0.181532;0.293592;0.588072;0.384616;0.338273;0.124662;0.468791;0.634368;0.753432;0.021290;0.193099;0.805338;0.028945;0.197975;0.129656;0.541901;0.916215;0.247871;0.325183;0.011691;0.663126;0.308630;0.000165;0.691205;0.345315;0.000450;0.654235;0.119203;0.268941;0.982014;0.997527;0.002473;0.268941;0.268941;0.952574;0.268941;0.002473;0.000911;0.047426;0.002473;0.002473;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.382961;0.545375;0.810920;0.804868;0.000000;0.487253;0.477016;0.883191;0.529217;0.025136;0.044532;0.550576;0.000000;0.044235;0.668853;0.105931;0.058085;0.000000;0.115781;0.023385;0.023387;0.014085;0.962526;0.006830;0.001275;0.991890;0.016170;0.008455;0.975375;0.047426;0.006693;0.002473;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.982014;0.982014;0.006693;0.731059;0.047426;0.952574;0.006693;0.017986;0.006693;0.017986;0.952574;0.408299;0.000000;0.000000;0.026442;0.374725;0.000000;0.000000;0.000000;0.000000;0.890806;0.821420;0.000000;0.378246;0.714634;0.701824;0.000000;0.026365;0.000000;0.226356;0.842905;0.014634;0.233059;0.752309;0.009695;0.077560;0.912750;0.023625;0.306110;0.670265
0.731059;0.952574;0.047426;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.880797;0.047426;0.993307;0.952574;0.006693;0.047426;0.119203;0.500000;0.731059;0.731059;0.528220;0.462073;0.259033;0.000000;0.475769;0.237036;0.094149;0.066236;0.204240;0.769413;0.699097;0.101744;0.816977;0.911250;0.000000;0.000000;0.194662;0.788849;0.693599;0.636684;0.985152;0.013239;0.001609;0.999945;0.000000;0.000055;1.000.000;0.000000;0.000000;0.952574;0.006693;0.017986;0.047426;0.993307;0.017986;0.017986;0.952574;0.006693;0.500000;0.500000;0.017986;0.731059;0.047426;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.823755;0.000000;0.000000;0.000000;0.877181;0.000000;0.136226;0.600608;0.042860;0.776953;0.759694;0.020193;0.520738;0.457354;0.066795;0.377776;0.056200;0.653396;0.094234;0.626914;0.982043;0.013248;0.004709;0.999710;0.000000;0.000290;0.999975;0.000000;0.000025;0.268941;0.997527;0.731059;0.500000;0.017986;0.880797;0.731059;0.047426;0.880797;0.006693;0.047426;0.880797;0.047426;0.006693;0.500000;0.119203;0.119203;0.006693;0.047426;0.017986;0.501500;0.865530;0.566602;0.622694;0.085333;0.789514;0.751756;0.118470;0.251618;0.036474;0.056786;0.825058;0.172502;0.000000;0.613251;0.529466;0.201652;0.307677;0.000000;0.075788;0.963801;0.013278;0.022921;0.999520;0.000000;0.000480;0.999570;0.000000;0.000430;0.952574;0.952574;0.119203;0.119203;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.500000;0.731059;0.880797;0.047426;0.017986;0.119203;0.119203;0.047426;0.047426;0.268941;0.802660;0.778164;0.086748;0.122282;0.209656;0.714226;0.692748;0.329378;0.208004;0.160434;0.504750;0.632278;0.713409;0.329378;0.145170;0.458099;0.246568;0.652716;0.307464;0.155382;0.954099;0.014730;0.031171;0.998965;0.000000;0.001035;0.999170;0.000000;0.000830;0.500000;0.006693;0.002473;0.002473;0.119203;0.006693;0.006693;0.006693;0.006693;0.731059;0.982014;0.006693;0.880797;0.982014;0.006693;0.017986;0.017986;0.500000;0.500000;0.731059;0.274881;0.000000;0.000000;0.039430;0.724920;0.000000;0.000000;0.000000;0.000000;0.763145;0.919753;0.031615;0.829770;0.726115;0.073782;0.000000;0.229701;0.620342;0.116397;0.413382;0.918731;0.012314;0.068954;0.993560;0.000000;0.006440;0.991950;0.000000;0.008045;0.952574;0.500000;0.047426;0.880797;0.006693;0.731059;0.993307;0.047426;0.047426;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.268941;0.119203;0.017986;0.006693;0.047426;0.758963;0.525229;0.230764;0.711976;0.159226;0.712591;0.910926;0.130562;0.249553;0.241587;0.049926;0.494750;0.000000;0.000000;0.431680;0.710538;0.089888;0.000000;0.088750;0.065743;0.851599;0.012547;0.135853;0.895760;0.000000;0.104235;0.931840;0.000010;0.068155;0.268941;0.731059;0.268941;0.982014;0.047426;0.880797;0.952574;0.119203;0.268941;0.006693;0.006693;0.731059;0.017986;0.002473;0.982014;0.119203;0.047426;0.002473;0.006693;0.006693;0.428738;0.724122;0.346378;0.876857;0.152387;0.632278;0.791171;0.327613;0.095955;0.000000;0.037724;0.621989;0.000000;0.148426;0.821860;0.463316;0.375194;0.142461;0.000000;0.068116;0.707998;0.014377;0.277624;0.679475;0.000005;0.320520;0.743770;0.000050;0.256175;0.047426;0.017986;0.006693;0.006693;0.880797;0.268941;0.500000;0.002473;0.880797;0.268941;0.880797;0.006693;0.119203;0.993307;0.002473;0.017986;0.017986;0.119203;0.997527;0.047426;0.601807;0.253506;0.181532;0.293592;0.588072;0.384616;0.338273;0.124662;0.468791;0.634368;0.753432;0.021290;0.193099;0.805338;0.028945;0.197975;0.129656;0.541901;0.916215;0.247871;0.325183;0.011691;0.663126;0.308630;0.000165;0.691205;0.345315;0.000450;0.654235;0.119203;0.268941;0.982014;0.997527;0.002473;0.268941;0.268941;0.952574;0.268941;0.002473;0.000911;0.047426;0.002473;0.002473;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.382961;0.545375;0.810920;0.804868;0.000000;0.487253;0.477016;0.883191;0.529217;0.025136;0.044532;0.550576;0.000000;0.044235;0.668853;0.105931;0.058085;0.000000;0.115781;0.023385;0.023387;0.014085;0.962526;0.006830;0.001275;0.991890;0.016170;0.008455;0.975375;0.047426;0.006693;0.002473;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.982014;0.982014;0.006693;0.731059;0.047426;0.952574;0.006693;0.017986;0.006693;0.017986;0.952574;0.408299;0.000000;0.000000;0.026442;0.374725;0.000000;0.000000;0.000000;0.000000;0.890806;0.821420;0.000000;0.378246;0.714634;0.701824;0.000000;0.026365;0.000000;0.226356;0.842905;0.014634;0.233059;0.752309;0.009695;0.077560;0.912750;0.023625;0.306110;0.670265;0.731059;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.268941;0.731059;0.017986;0.268941;0.880797;0.731059;0.982014;0.500000;0.642906;0.267567;0.128756;0.799312;0.103123;0.650219;0.778337;0.476268;0.272495;0.263860;0.409992;0.241770;0.683088;0.537181;0.000000;0.564882;0.393649;0.405645;0.671284;0.243608;0.015016;0.449275;0.535709;0.009760;0.505745;0.484500;0.035015;0.475170;0.489810
0.952574;0.006693;0.017986;0.047426;0.993307;0.017986;0.017986;0.952574;0.006693;0.500000;0.500000;0.017986;0.731059;0.047426;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.823755;0.000000;0.000000;0.000000;0.877181;0.000000;0.136226;0.600608;0.042860;0.776953;0.759694;0.020193;0.520738;0.457354;0.066795;0.377776;0.056200;0.653396;0.094234;0.626914;0.982043;0.013248;0.004709;0.999710;0.000000;0.000290;0.999975;0.000000;0.000025;0.268941;0.997527;0.731059;0.500000;0.017986;0.880797;0.731059;0.047426;0.880797;0.006693;0.047426;0.880797;0.047426;0.006693;0.500000;0.119203;0.119203;0.006693;0.047426;0.017986;0.501500;0.865530;0.566602;0.622694;0.085333;0.789514;0.751756;0.118470;0.251618;0.036474;0.056786;0.825058;0.172502;0.000000;0.613251;0.529466;0.201652;0.307677;0.000000;0.075788;0.963801;0.013278;0.022921;0.999520;0.000000;0.000480;0.999570;0.000000;0.000430;0.952574;0.952574;0.119203;0.119203;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.500000;0.731059;0.880797;0.047426;0.017986;0.119203;0.119203;0.047426;0.047426;0.268941;0.802660;0.778164;0.086748;0.122282;0.209656;0.714226;0.692748;0.329378;0.208004;0.160434;0.504750;0.632278;0.713409;0.329378;0.145170;0.458099;0.246568;0.652716;0.307464;0.155382;0.954099;0.014730;0.031171;0.998965;0.000000;0.001035;0.999170;0.000000;0.000830;0.500000;0.006693;0.002473;0.002473;0.119203;0.006693;0.006693;0.006693;0.006693;0.731059;0.982014;0.006693;0.880797;0.982014;0.006693;0.017986;0.017986;0.500000;0.500000;0.731059;0.274881;0.000000;0.000000;0.039430;0.724920;0.000000;0.000000;0.000000;0.000000;0.763145;0.919753;0.031615;0.829770;0.726115;0.073782;0.000000;0.229701;0.620342;0.116397;0.413382;0.918731;0.012314;0.068954;0.993560;0.000000;0.006440;0.991950;0.000000;0.008045;0.952574;0.500000;0.047426;0.880797;0.006693;0.731059;0.993307;0.047426;0.047426;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.268941;0.119203;0.017986;0.006693;0.047426;0.758963;0.525229;0.230764;0.711976;0.159226;0.712591;0.910926;0.130562;0.249553;0.241587;0.049926;0.494750;0.000000;0.000000;0.431680;0.710538;0.089888;0.000000;0.088750;0.065743;0.851599;0.012547;0.135853;0.895760;0.000000;0.104235;0.931840;0.000010;0.068155;0.268941;0.731059;0.268941;0.982014;0.047426;0.880797;0.952574;0.119203;0.268941;0.006693;0.006693;0.731059;0.017986;0.002473;0.982014;0.119203;0.047426;0.002473;0.006693;0.006693;0.428738;0.724122;0.346378;0.876857;0.152387;0.632278;0.791171;0.327613;0.095955;0.000000;0.037724;0.621989;0.000000;0.148426;0.821860;0.463316;0.375194;0.142461;0.000000;0.068116;0.707998;0.014377;0.277624;0.679475;0.000005;0.320520;0.743770;0.000050;0.256175;0.047426;0.017986;0.006693;0.006693;0.880797;0.268941;0.500000;0.002473;0.880797;0.268941;0.880797;0.006693;0.119203;0.993307;0.002473;0.017986;0.017986;0.119203;0.997527;0.047426;0.601807;0.253506;0.181532;0.293592;0.588072;0.384616;0.338273;0.124662;0.468791;0.634368;0.753432;0.021290;0.193099;0.805338;0.028945;0.197975;0.129656;0.541901;0.916215;0.247871;0.325183;0.011691;0.663126;0.308630;0.000165;0.691205;0.345315;0.000450;0.654235;0.119203;0.268941;0.982014;0.997527;0.002473;0.268941;0.268941;0.952574;0.268941;0.002473;0.000911;0.047426;0.002473;0.002473;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.382961;0.545375;0.810920;0.804868;0.000000;0.487253;0.477016;0.883191;0.529217;0.025136;0.044532;0.550576;0.000000;0.044235;0.668853;0.105931;0.058085;0.000000;0.115781;0.023385;0.023387;0.014085;0.962526;0.006830;0.001275;0.991890;0.016170;0.008455;0.975375;0.047426;0.006693;0.002473;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.982014;0.982014;0.006693;0.731059;0.047426;0.952574;0.006693;0.017986;0.006693;0.017986;0.952574;0.408299;0.000000;0.000000;0.026442;0.374725;0.000000;0.000000;0.000000;0.000000;0.890806;0.821420;0.000000;0.378246;0.714634;0.701824;0.000000;0.026365;0.000000;0.226356;0.842905;0.014634;0.233059;0.752309;0.009695;0.077560;0.912750;0.023625;0.306110;0.670265;0.731059;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.268941;0.731059;0.017986;0.268941;0.880797;0.731059;0.982014;0.500000;0.642906;0.267567;0.128756;0.799312;0.103123;0.650219;0.778337;0.476268;0.272495;0.263860;0.409992;0.241770;0.683088;0.537181;0.000000;0.564882;0.393649;0.405645;0.671284;0.243608;0.015016;0.449275;0.535709;0.009760;0.505745;0.484500;0.035015;0.475170;0.489810;0.000335;0.000335;0.000123;0.000123;0.017986;0.000911;0.000335;0.000335;0.017986;0.000911;0.006693;0.000335;0.002473;0.952574;0.000123;0.000911;0.000911;0.999998;0.047426;0.000335;0.464808;0.051760;0.059524;0.048476;0.277279;0.000000;0.040660;0.037615;0.124444;0.415324;0.485504;0.000000;0.730468;0.909866;0.000000;0.336931;0.120999;0.989839;0.873360;0.205217;0.020141;0.806209;0.173651;0.011390;0.731550;0.257060;0.046840;0.800465;0.152695
0.268941;0.997527;0.731059;0.500000;0.017986;0.880797;0.731059;0.047426;0.880797;0.006693;0.047426;0.880797;0.047426;0.006693;0.500000;0.119203;0.119203;0.006693;0.047426;0.017986;0.501500;0.865530;0.566602;0.622694;0.085333;0.789514;0.751756;0.118470;0.251618;0.036474;0.056786;0.825058;0.172502;0.000000;0.613251;0.529466;0.201652;0.307677;0.000000;0.075788;0.963801;0.013278;0.022921;0.999520;0.000000;0.000480;0.999570;0.000000;0.000430;0.952574;0.952574;0.119203;0.119203;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.500000;0.731059;0.880797;0.047426;0.017986;0.119203;0.119203;0.047426;0.047426;0.268941;0.802660;0.778164;0.086748;0.122282;0.209656;0.714226;0.692748;0.329378;0.208004;0.160434;0.504750;0.632278;0.713409;0.329378;0.145170;0.458099;0.246568;0.652716;0.307464;0.155382;0.954099;0.014730;0.031171;0.998965;0.000000;0.001035;0.999170;0.000000;0.000830;0.500000;0.006693;0.002473;0.002473;0.119203;0.006693;0.006693;0.006693;0.006693;0.731059;0.982014;0.006693;0.880797;0.982014;0.006693;0.017986;0.017986;0.500000;0.500000;0.731059;0.274881;0.000000;0.000000;0.039430;0.724920;0.000000;0.000000;0.000000;0.000000;0.763145;0.919753;0.031615;0.829770;0.726115;0.073782;0.000000;0.229701;0.620342;0.116397;0.413382;0.918731;0.012314;0.068954;0.993560;0.000000;0.006440;0.991950;0.000000;0.008045;0.952574;0.500000;0.047426;0.880797;0.006693;0.731059;0.993307;0.047426;0.047426;0.006693;0.006693;0.500000;0.017986;0.002473;0.017986;0.268941;0.119203;0.017986;0.006693;0.047426;0.758963;0.525229;0.230764;0.711976;0.159226;0.712591;0.910926;0.130562;0.249553;0.241587;0.049926;0.494750;0.000000;0.000000;0.431680;0.710538;0.089888;0.000000;0.088750;0.065743;0.851599;0.012547;0.135853;0.895760;0.000000;0.104235;0.931840;0.000010;0.068155;0.268941;0.731059;0.268941;0.982014;0.047426;0.880797;0.952574;0.119203;0.268941;0.006693;0.006693;0.731059;0.017986;0.002473;0.982014;0.119203;0.047426;0.002473;0.006693;0.006693;0.428738;0.724122;0.346378;0.876857;0.152387;0.632278;0.791171;0.327613;0.095955;0.000000;0.037724;0.621989;0.000000;0.148426;0.821860;0.463316;0.375194;0.142461;0.000000;0.068116;0.707998;0.014377;0.277624;0.679475;0.000005;0.320520;0.743770;0.000050;0.256175;0.047426;0.017986;0.006693;0.006693;0.880797;0.268941;0.500000;0.002473;0.880797;0.268941;0.880797;0.006693;0.119203;0.993307;0.002473;0.017986;0.017986;0.119203;0.997527;0.047426;0.601807;0.253506;0.181532;0.293592;0.588072;0.384616;0.338273;0.124662;0.468791;0.634368;0.753432;0.021290;0.193099;0.805338;0.028945;0.197975;0.129656;0.541901;0.916215;0.247871;0.325183;0.011691;0.663126;0.308630;0.000165;0.691205;0.345315;0.000450;0.654235;0.119203;0.268941;0.982014;0.997527;0.002473;0.268941;0.268941;0.952574;0.268941;0.002473;0.000911;0.047426;0.002473;0.002473;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.382961;0.545375;0.810920;0.804868;0.000000;0.487253;0.477016;0.883191;0.529217;0.025136;0.044532;0.550576;0.000000;0.044235;0.668853;0.105931;0.058085;0.000000;0.115781;0.023385;0.023387;0.014085;0.962526;0.006830;0.001275;0.991890;0.016170;0.008455;0.975375;0.047426;0.006693;0.002473;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.982014;0.982014;0.006693;0.731059;0.047426;0.952574;0.006693;0.017986;0.006693;0.017986;0.952574;0.408299;0.000000;0.000000;0.026442;0.374725;0.000000;0.000000;0.000000;0.000000;0.890806;0.821420;0.000000;0.378246;0.714634;0.701824;0.000000;0.026365;0.000000;0.226356;0.842905;0.014634;0.233059;0.752309;0.009695;0.077560;0.912750;0.023625;0.306110;0.670265;0.731059;0.268941;0.119203;0.268941;0.268941;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.268941;0.731059;0.017986;0.268941;0.880797;0.731059;0.982014;0.500000;0.642906;0.267567;0.128756;0.799312;0.103123;0.650219;0.778337;0.476268;0.272495;0.263860;0.409992;0.241770;0.683088;0.537181;0.000000;0.564882;0.393649;0.405645;0.671284;0.243608;0.015016;0.449275;0.535709;0.009760;0.505745;0.484500;0.035015;0.475170;0.489810;0.000335;0.000335;0.000123;0.000123;0.017986;0.000911;0.000335;0.000335;0.017986;0.000911;0.006693;0.000335;0.002473;0.952574;0.000123;0.000911;0.000911;0.999998;0.047426;0.000335;0.464808;0.051760;0.059524;0.048476;0.277279;0.000000;0.040660;0.037615;0.124444;0.415324;0.485504;0.000000;0.730468;0.909866;0.000000;0.336931;0.120999;0.989839;0.873360;0.205217;0.020141;0.806209;0.173651;0.011390;0.731550;0.257060;0.046840;0.800465;0.152695;0.006693;0.002473;0.002473;0.000911;0.006693;0.002473;0.002473;0.000911;0.006693;0.993307;0.880797;0.002473;0.268941;0.999089;0.002473;0.002473;0.017986;0.017986;0.268941;0.731059;0.189540;0.055935;0.000000;0.046619;0.131017;0.000000;0.000000;0.000000;0.178286;0.926763;0.773293;0.000000;0.652943;0.849284;0.000000;0.000000;0.000000;0.564145;0.598207;0.807679;0.021032;0.824535;0.154432;0.010740;0.713830;0.275430;0.050275;0.795055;0.154665
0.047426;0.006693;0.006693;0.002473;0.119203;0.006693;0.006693;0.002473;0.006693;0.952574;0.952574;0.006693;0.731059;0.731059;0.006693;0.017986;0.880797;0.006693;0.047426;0.993307;0.170089;0.051271;0.000000;0.088346;0.879001;0.000000;0.000000;0.245826;0.061803;0.732237;0.779714;0.000000;0.779370;0.833550;0.000000;0.203915;0.633904;0.000000;0.389599;0.800592;0.009052;0.163337;0.827611;0.004815;0.073860;0.921325;0.014085;0.199110;0.786805;0.500000;0.500000;0.268941;0.731059;0.047426;0.268941;0.119203;0.047426;0.731059;0.880797;0.268941;0.119203;0.500000;0.119203;0.952574;0.731059;0.268941;0.500000;0.119203;0.500000;0.616094;0.738657;0.453386;0.447692;0.149059;0.614673;0.327834;0.340740;0.354344;0.183622;0.154988;0.396038;0.074124;0.340964;0.925463;0.708477;0.137170;0.602286;0.382725;0.110957;0.021310;0.024402;0.954287;0.033640;0.008660;0.957695;0.015080;0.048895;0.936025;0.952574;0.017986;0.047426;0.017986;0.731059;0.268941;0.017986;0.047426;0.880797;0.047426;0.017986;0.047426;0.047426;0.047426;0.997527;0.731059;0.119203;0.006693;0.731059;0.017986;0.715042;0.745926;0.040195;0.535938;0.130562;0.386749;0.538921;0.164516;0.417511;0.337378;0.155119;0.064465;0.335815;0.487253;0.905851;0.613963;0.418727;0.576397;0.065192;0.395799;0.145175;0.007602;0.847226;0.177405;0.000370;0.822235;0.179805;0.005900;0.814295;0.017986;0.017986;0.500000;0.999089;0.000911;0.119203;0.952574;0.047426;0.952574;0.002473;0.002473;0.017986;0.002473;0.017986;0.006693;0.017986;0.119203;0.268941;0.880797;0.002473;0.624806;0.302589;0.371217;0.860085;0.000000;0.546119;0.829911;0.624806;0.434872;0.097704;0.081062;0.064164;0.304703;0.274881;0.355718;0.526725;0.365401;0.789182;0.546366;0.100833;0.168323;0.051307;0.780369;0.190265;0.000110;0.809620;0.201020;0.000775;0.798205;0.047426;0.047426;0.880797;0.999665;0.000911;0.500000;0.119203;0.006693;0.017986;0.002473;0.000911;0.017986;0.000911;0.000911;0.006693;0.119203;0.017986;0.000335;0.017986;0.000911;0.355259;0.304068;0.894825;0.936612;0.121853;0.653622;0.266198;0.176826;0.467546;0.000000;0.033343;0.316479;0.101288;0.132619;0.049454;0.678088;0.459837;0.217891;0.347964;0.072561;0.192487;0.005890;0.801624;0.219115;0.000075;0.780815;0.220345;0.000045;0.779605;0.268941;0.119203;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.500000;0.952574;0.880797;0.119203;0.268941;0.880797;0.047426;0.017986;0.119203;0.047426;0.982014;0.880797;0.282722;0.305127;0.049878;0.250866;0.000000;0.441765;0.198929;0.000000;0.517493;0.818616;0.710538;0.205217;0.517992;0.787848;0.748005;0.093978;0.260186;0.922155;0.704538;0.468791;0.920703;0.011604;0.067693;0.966685;0.000190;0.033125;0.908575;0.000025;0.091400;0.880797;0.268941;0.268941;0.952574;0.047426;0.731059;0.952574;0.268941;0.500000;0.047426;0.047426;0.500000;0.047426;0.017986;0.268941;0.500000;0.268941;0.268941;0.047426;0.119203;0.691256;0.454377;0.277078;0.806277;0.000000;0.678961;0.873028;0.488252;0.328936;0.075160;0.095868;0.407816;0.127083;0.046664;0.590976;0.619871;0.209988;0.191700;0.052800;0.211151;0.948152;0.011850;0.039996;0.992355;0.000055;0.007595;0.964670;0.000005;0.035315;0.731059;0.006693;0.268941;0.119203;0.047426;0.006693;0.006693;0.999089;0.047426;0.002473;0.047426;0.006693;0.006693;0.002473;0.006693;0.500000;0.119203;0.002473;0.002473;0.002473;0.759511;0.244900;0.349554;0.711155;0.143195;0.463316;0.526725;0.834933;0.202136;0.293592;0.460085;0.000000;0.512747;0.526226;0.125868;0.602047;0.258649;0.502500;0.268352;0.104425;0.969145;0.005054;0.025797;0.994495;0.000035;0.005465;0.992810;0.000000;0.007185;0.017986;0.006693;0.047426;0.002473;0.268941;0.119203;0.017986;0.002473;0.999665;0.006693;0.731059;0.006693;0.880797;0.500000;0.002473;0.047426;0.017986;0.047426;0.999089;0.006693;0.372852;0.105175;0.428494;0.000000;0.753618;0.070241;0.068561;0.115884;0.770476;0.481758;0.810152;0.000000;0.879955;0.649081;0.048800;0.187551;0.236674;0.798509;0.888251;0.198770;0.974614;0.010733;0.014652;0.998490;0.000015;0.001490;0.998115;0.000000;0.001885;0.993307;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.119203;0.268941;0.047426;0.047426;0.500000;0.047426;0.017986;0.017986;0.268941;0.119203;0.002473;0.006693;0.268941;0.863539;0.852205;0.087784;0.156831;0.269729;0.616567;0.647028;0.364010;0.428738;0.206853;0.016561;0.721517;0.124990;0.064949;0.376132;0.571262;0.293178;0.123684;0.049737;0.068625;0.974378;0.011261;0.014360;0.999240;0.000015;0.000745;0.999525;0.000000;0.000475;0.731059;0.993307;0.047426;0.500000;0.006693;0.880797;0.952574;0.017986;0.500000;0.047426;0.119203;0.731059;0.119203;0.017986;0.017986;0.119203;0.119203;0.017986;0.119203;0.047426;0.635527;0.862238;0.374491;0.447198;0.000000;0.608735;0.816228;0.043605;0.463067;0.185881;0.300693;0.735557;0.646571;0.150588;0.046177;0.345473;0.382016;0.569301;0.333144;0.059357;0.979612;0.011687;0.008702;0.999700;0.000015;0.000285;0.999810;0.000000;0.000190
0.500000;0.500000;0.268941;0.731059;0.047426;0.268941;0.119203;0.047426;0.731059;0.880797;0.268941;0.119203;0.500000;0.119203;0.952574;0.731059;0.268941;0.500000;0.119203;0.500000;0.616094;0.738657;0.453386;0.447692;0.149059;0.614673;0.327834;0.340740;0.354344;0.183622;0.154988;0.396038;0.074124;0.340964;0.925463;0.708477;0.137170;0.602286;0.382725;0.110957;0.021310;0.024402;0.954287;0.033640;0.008660;0.957695;0.015080;0.048895;0.936025;0.952574;0.017986;0.047426;0.017986;0.731059;0.268941;0.017986;0.047426;0.880797;0.047426;0.017986;0.047426;0.047426;0.047426;0.997527;0.731059;0.119203;0.006693;0.731059;0.017986;0.715042;0.745926;0.040195;0.535938;0.130562;0.386749;0.538921;0.164516;0.417511;0.337378;0.155119;0.064465;0.335815;0.487253;0.905851;0.613963;0.418727;0.576397;0.065192;0.395799;0.145175;0.007602;0.847226;0.177405;0.000370;0.822235;0.179805;0.005900;0.814295;0.017986;0.017986;0.500000;0.999089;0.000911;0.119203;0.952574;0.047426;0.952574;0.002473;0.002473;0.017986;0.002473;0.017986;0.006693;0.017986;0.119203;0.268941;0.880797;0.002473;0.624806;0.302589;0.371217;0.860085;0.000000;0.546119;0.829911;0.624806;0.434872;0.097704;0.081062;0.064164;0.304703;0.274881;0.355718;0.526725;0.365401;0.789182;0.546366;0.100833;0.168323;0.051307;0.780369;0.190265;0.000110;0.809620;0.201020;0.000775;0.798205;0.047426;0.047426;0.880797;0.999665;0.000911;0.500000;0.119203;0.006693;0.017986;0.002473;0.000911;0.017986;0.000911;0.000911;0.006693;0.119203;0.017986;0.000335;0.017986;0.000911;0.355259;0.304068;0.894825;0.936612;0.121853;0.653622;0.266198;0.176826;0.467546;0.000000;0.033343;0.316479;0.101288;0.132619;0.049454;0.678088;0.459837;0.217891;0.347964;0.072561;0.192487;0.005890;0.801624;0.219115;0.000075;0.780815;0.220345;0.000045;0.779605;0.268941;0.119203;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.500000;0.952574;0.880797;0.119203;0.268941;0.880797;0.047426;0.017986;0.119203;0.047426;0.982014;0.880797;0.282722;0.305127;0.049878;0.250866;0.000000;0.441765;0.198929;0.000000;0.517493;0.818616;0.710538;0.205217;0.517992;0.787848;0.748005;0.093978;0.260186;0.922155;0.704538;0.468791;0.920703;0.011604;0.067693;0.966685;0.000190;0.033125;0.908575;0.000025;0.091400;0.880797;0.268941;0.268941;0.952574;0.047426;0.731059;0.952574;0.268941;0.500000;0.047426;0.047426;0.500000;0.047426;0.017986;0.268941;0.500000;0.268941;0.268941;0.047426;0.119203;0.691256;0.454377;0.277078;0.806277;0.000000;0.678961;0.873028;0.488252;0.328936;0.075160;0.095868;0.407816;0.127083;0.046664;0.590976;0.619871;0.209988;0.191700;0.052800;0.211151;0.948152;0.011850;0.039996;0.992355;0.000055;0.007595;0.964670;0.000005;0.035315;0.731059;0.006693;0.268941;0.119203;0.047426;0.006693;0.006693;0.999089;0.047426;0.002473;0.047426;0.006693;0.006693;0.002473;0.006693;0.500000;0.119203;0.002473;0.002473;0.002473;0.759511;0.244900;0.349554;0.711155;0.143195;0.463316;0.526725;0.834933;0.202136;0.293592;0.460085;0.000000;0.512747;0.526226;0.125868;0.602047;0.258649;0.502500;0.268352;0.104425;0.969145;0.005054;0.025797;0.994495;0.000035;0.005465;0.992810;0.000000;0.007185;0.017986;0.006693;0.047426;0.002473;0.268941;0.119203;0.017986;0.002473;0.999665;0.006693;0.731059;0.006693;0.880797;0.500000;0.002473;0.047426;0.017986;0.047426;0.999089;0.006693;0.372852;0.105175;0.428494;0.000000;0.753618;0.070241;0.068561;0.115884;0.770476;0.481758;0.810152;0.000000;0.879955;0.649081;0.048800;0.187551;0.236674;0.798509;0.888251;0.198770;0.974614;0.010733;0.014652;0.998490;0.000015;0.001490;0.998115;0.000000;0.001885;0.993307;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.119203;0.268941;0.047426;0.047426;0.500000;0.047426;0.017986;0.017986;0.268941;0.119203;0.002473;0.006693;0.268941;0.863539;0.852205;0.087784;0.156831;0.269729;0.616567;0.647028;0.364010;0.428738;0.206853;0.016561;0.721517;0.124990;0.064949;0.376132;0.571262;0.293178;0.123684;0.049737;0.068625;0.974378;0.011261;0.014360;0.999240;0.000015;0.000745;0.999525;0.000000;0.000475;0.731059;0.993307;0.047426;0.500000;0.006693;0.880797;0.952574;0.017986;0.500000;0.047426;0.119203;0.731059;0.119203;0.017986;0.017986;0.119203;0.119203;0.017986;0.119203;0.047426;0.635527;0.862238;0.374491;0.447198;0.000000;0.608735;0.816228;0.043605;0.463067;0.185881;0.300693;0.735557;0.646571;0.150588;0.046177;0.345473;0.382016;0.569301;0.333144;0.059357;0.979612;0.011687;0.008702;0.999700;0.000015;0.000285;0.999810;0.000000;0.000190;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.982014;0.006693;0.500000;0.268941;0.002473;0.006693;0.017986;0.006693;0.047426;0.982014;0.160704;0.000000;0.053454;0.051956;0.000000;0.000000;0.000000;0.000000;0.000000;0.865762;0.905766;0.000000;0.373320;0.654075;0.000000;0.000000;0.029001;0.000000;0.402033;0.804553;0.974736;0.011846;0.013417;0.999585;0.000015;0.000400;0.999275;0.000000;0.000720
0.952574;0.017986;0.047426;0.017986;0.731059;0.268941;0.017986;0.047426;0.880797;0.047426;0.017986;0.047426;0.047426;0.047426;0.997527;0.731059;0.119203;0.006693;0.731059;0.017986;0.715042;0.745926;0.040195;0.535938;0.130562;0.386749;0.538921;0.164516;0.417511;0.337378;0.155119;0.064465;0.335815;0.487253;0.905851;0.613963;0.418727;0.576397;0.065192;0.395799;0.145175;0.007602;0.847226;0.177405;0.000370;0.822235;0.179805;0.005900;0.814295;0.017986;0.017986;0.500000;0.999089;0.000911;0.119203;0.952574;0.047426;0.952574;0.002473;0.002473;0.017986;0.002473;0.017986;0.006693;0.017986;0.119203;0.268941;0.880797;0.002473;0.624806;0.302589;0.371217;0.860085;0.000000;0.546119;0.829911;0.624806;0.434872;0.097704;0.081062;0.064164;0.304703;0.274881;0.355718;0.526725;0.365401;0.789182;0.546366;0.100833;0.168323;0.051307;0.780369;0.190265;0.000110;0.809620;0.201020;0.000775;0.798205;0.047426;0.047426;0.880797;0.999665;0.000911;0.500000;0.119203;0.006693;0.017986;0.002473;0.000911;0.017986;0.000911;0.000911;0.006693;0.119203;0.017986;0.000335;0.017986;0.000911;0.355259;0.304068;0.894825;0.936612;0.121853;0.653622;0.266198;0.176826;0.467546;0.000000;0.033343;0.316479;0.101288;0.132619;0.049454;0.678088;0.459837;0.217891;0.347964;0.072561;0.192487;0.005890;0.801624;0.219115;0.000075;0.780815;0.220345;0.000045;0.779605;0.268941;0.119203;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.500000;0.952574;0.880797;0.119203;0.268941;0.880797;0.047426;0.017986;0.119203;0.047426;0.982014;0.880797;0.282722;0.305127;0.049878;0.250866;0.000000;0.441765;0.198929;0.000000;0.517493;0.818616;0.710538;0.205217;0.517992;0.787848;0.748005;0.093978;0.260186;0.922155;0.704538;0.468791;0.920703;0.011604;0.067693;0.966685;0.000190;0.033125;0.908575;0.000025;0.091400;0.880797;0.268941;0.268941;0.952574;0.047426;0.731059;0.952574;0.268941;0.500000;0.047426;0.047426;0.500000;0.047426;0.017986;0.268941;0.500000;0.268941;0.268941;0.047426;0.119203;0.691256;0.454377;0.277078;0.806277;0.000000;0.678961;0.873028;0.488252;0.328936;0.075160;0.095868;0.407816;0.127083;0.046664;0.590976;0.619871;0.209988;0.191700;0.052800;0.211151;0.948152;0.011850;0.039996;0.992355;0.000055;0.007595;0.964670;0.000005;0.035315;0.731059;0.006693;0.268941;0.119203;0.047426;0.006693;0.006693;0.999089;0.047426;0.002473;0.047426;0.006693;0.006693;0.002473;0.006693;0.500000;0.119203;0.002473;0.002473;0.002473;0.759511;0.244900;0.349554;0.711155;0.143195;0.463316;0.526725;0.834933;0.202136;0.293592;0.460085;0.000000;0.512747;0.526226;0.125868;0.602047;0.258649;0.502500;0.268352;0.104425;0.969145;0.005054;0.025797;0.994495;0.000035;0.005465;0.992810;0.000000;0.007185;0.017986;0.006693;0.047426;0.002473;0.268941;0.119203;0.017986;0.002473;0.999665;0.006693;0.731059;0.006693;0.880797;0.500000;0.002473;0.047426;0.017986;0.047426;0.999089;0.006693;0.372852;0.105175;0.428494;0.000000;0.753618;0.070241;0.068561;0.115884;0.770476;0.481758;0.810152;0.000000;0.879955;0.649081;0.048800;0.187551;0.236674;0.798509;0.888251;0.198770;0.974614;0.010733;0.014652;0.998490;0.000015;0.001490;0.998115;0.000000;0.001885;0.993307;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.119203;0.268941;0.047426;0.047426;0.500000;0.047426;0.017986;0.017986;0.268941;0.119203;0.002473;0.006693;0.268941;0.863539;0.852205;0.087784;0.156831;0.269729;0.616567;0.647028;0.364010;0.428738;0.206853;0.016561;0.721517;0.124990;0.064949;0.376132;0.571262;0.293178;0.123684;0.049737;0.068625;0.974378;0.011261;0.014360;0.999240;0.000015;0.000745;0.999525;0.000000;0.000475;0.731059;0.993307;0.047426;0.500000;0.006693;0.880797;0.952574;0.017986;0.500000;0.047426;0.119203;0.731059;0.119203;0.017986;0.017986;0.119203;0.119203;0.017986;0.119203;0.047426;0.635527;0.862238;0.374491;0.447198;0.000000;0.608735;0.816228;0.043605;0.463067;0.185881;0.300693;0.735557;0.646571;0.150588;0.046177;0.345473;0.382016;0.569301;0.333144;0.059357;0.979612;0.011687;0.008702;0.999700;0.000015;0.000285;0.999810;0.000000;0.000190;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.982014;0.006693;0.500000;0.268941;0.002473;0.006693;0.017986;0.006693;0.047426;0.982014;0.160704;0.000000;0.053454;0.051956;0.000000;0.000000;0.000000;0.000000;0.000000;0.865762;0.905766;0.000000;0.373320;0.654075;0.000000;0.000000;0.029001;0.000000;0.402033;0.804553;0.974736;0.011846;0.013417;0.999585;0.000015;0.000400;0.999275;0.000000;0.000720;0.982014;0.993307;0.268941;0.017986;0.500000;0.268941;0.047426;0.119203;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.268941;0.002473;0.006693;0.119203;0.752315;0.931119;0.233080;0.067799;0.649536;0.681354;0.021165;0.262309;0.423115;0.030739;0.028832;0.787513;0.117430;0.101744;0.000000;0.530462;0.556014;0.000000;0.050835;0.203267;0.969429;0.006722;0.023848;0.998605;0.000005;0.001385;0.987390;0.000000;0.012610
0.017986;0.017986;0.500000;0.999089;0.000911;0.119203;0.952574;0.047426;0.952574;0.002473;0.002473;0.017986;0.002473;0.017986;0.006693;0.017986;0.119203;0.268941;0.880797;0.002473;0.624806;0.302589;0.371217;0.860085;0.000000;0.546119;0.829911;0.624806;0.434872;0.097704;0.081062;0.064164;0.304703;0.274881;0.355718;0.526725;0.365401;0.789182;0.546366;0.100833;0.168323;0.051307;0.780369;0.190265;0.000110;0.809620;0.201020;0.000775;0.798205;0.047426;0.047426;0.880797;0.999665;0.000911;0.500000;0.119203;0.006693;0.017986;0.002473;0.000911;0.017986;0.000911;0.000911;0.006693;0.119203;0.017986;0.000335;0.017986;0.000911;0.355259;0.304068;0.894825;0.936612;0.121853;0.653622;0.266198;0.176826;0.467546;0.000000;0.033343;0.316479;0.101288;0.132619;0.049454;0.678088;0.459837;0.217891;0.347964;0.072561;0.192487;0.005890;0.801624;0.219115;0.000075;0.780815;0.220345;0.000045;0.779605;0.268941;0.119203;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.500000;0.952574;0.880797;0.119203;0.268941;0.880797;0.047426;0.017986;0.119203;0.047426;0.982014;0.880797;0.282722;0.305127;0.049878;0.250866;0.000000;0.441765;0.198929;0.000000;0.517493;0.818616;0.710538;0.205217;0.517992;0.787848;0.748005;0.093978;0.260186;0.922155;0.704538;0.468791;0.920703;0.011604;0.067693;0.966685;0.000190;0.033125;0.908575;0.000025;0.091400;0.880797;0.268941;0.268941;0.952574;0.047426;0.731059;0.952574;0.268941;0.500000;0.047426;0.047426;0.500000;0.047426;0.017986;0.268941;0.500000;0.268941;0.268941;0.047426;0.119203;0.691256;0.454377;0.277078;0.806277;0.000000;0.678961;0.873028;0.488252;0.328936;0.075160;0.095868;0.407816;0.127083;0.046664;0.590976;0.619871;0.209988;0.191700;0.052800;0.211151;0.948152;0.011850;0.039996;0.992355;0.000055;0.007595;0.964670;0.000005;0.035315;0.731059;0.006693;0.268941;0.119203;0.047426;0.006693;0.006693;0.999089;0.047426;0.002473;0.047426;0.006693;0.006693;0.002473;0.006693;0.500000;0.119203;0.002473;0.002473;0.002473;0.759511;0.244900;0.349554;0.711155;0.143195;0.463316;0.526725;0.834933;0.202136;0.293592;0.460085;0.000000;0.512747;0.526226;0.125868;0.602047;0.258649;0.502500;0.268352;0.104425;0.969145;0.005054;0.025797;0.994495;0.000035;0.005465;0.992810;0.000000;0.007185;0.017986;0.006693;0.047426;0.002473;0.268941;0.119203;0.017986;0.002473;0.999665;0.006693;0.731059;0.006693;0.880797;0.500000;0.002473;0.047426;0.017986;0.047426;0.999089;0.006693;0.372852;0.105175;0.428494;0.000000;0.753618;0.070241;0.068561;0.115884;0.770476;0.481758;0.810152;0.000000;0.879955;0.649081;0.048800;0.187551;0.236674;0.798509;0.888251;0.198770;0.974614;0.010733;0.014652;0.998490;0.000015;0.001490;0.998115;0.000000;0.001885;0.993307;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.119203;0.268941;0.047426;0.047426;0.500000;0.047426;0.017986;0.017986;0.268941;0.119203;0.002473;0.006693;0.268941;0.863539;0.852205;0.087784;0.156831;0.269729;0.616567;0.647028;0.364010;0.428738;0.206853;0.016561;0.721517;0.124990;0.064949;0.376132;0.571262;0.293178;0.123684;0.049737;0.068625;0.974378;0.011261;0.014360;0.999240;0.000015;0.000745;0.999525;0.000000;0.000475;0.731059;0.993307;0.047426;0.500000;0.006693;0.880797;0.952574;0.017986;0.500000;0.047426;0.119203;0.731059;0.119203;0.017986;0.017986;0.119203;0.119203;0.017986;0.119203;0.047426;0.635527;0.862238;0.374491;0.447198;0.000000;0.608735;0.816228;0.043605;0.463067;0.185881;0.300693;0.735557;0.646571;0.150588;0.046177;0.345473;0.382016;0.569301;0.333144;0.059357;0.979612;0.011687;0.008702;0.999700;0.000015;0.000285;0.999810;0.000000;0.000190;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.982014;0.006693;0.500000;0.268941;0.002473;0.006693;0.017986;0.006693;0.047426;0.982014;0.160704;0.000000;0.053454;0.051956;0.000000;0.000000;0.000000;0.000000;0.000000;0.865762;0.905766;0.000000;0.373320;0.654075;0.000000;0.000000;0.029001;0.000000;0.402033;0.804553;0.974736;0.011846;0.013417;0.999585;0.000015;0.000400;0.999275;0.000000;0.000720;0.982014;0.993307;0.268941;0.017986;0.500000;0.268941;0.047426;0.119203;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.268941;0.002473;0.006693;0.119203;0.752315;0.931119;0.233080;0.067799;0.649536;0.681354;0.021165;0.262309;0.423115;0.030739;0.028832;0.787513;0.117430;0.101744;0.000000;0.530462;0.556014;0.000000;0.050835;0.203267;0.969429;0.006722;0.023848;0.998605;0.000005;0.001385;0.987390;0.000000;0.012610;0.880797;0.952574;0.500000;0.880797;0.017986;0.880797;0.880797;0.119203;0.119203;0.006693;0.017986;0.731059;0.017986;0.006693;0.017986;0.500000;0.119203;0.006693;0.017986;0.017986;0.583948;0.818616;0.311525;0.618456;0.112946;0.881426;0.787011;0.279489;0.514496;0.023476;0.102110;0.698465;0.456361;0.000000;0.218744;0.605635;0.370750;0.000000;0.034858;0.060540;0.881041;0.007197;0.111760;0.929800;0.000005;0.070190;0.916560;0.000000;0.083440
0.047426;0.047426;0.880797;0.999665;0.000911;0.500000;0.119203;0.006693;0.017986;0.002473;0.000911;0.017986;0.000911;0.000911;0.006693;0.119203;0.017986;0.000335;0.017986;0.000911;0.355259;0.304068;0.894825;0.936612;0.121853;0.653622;0.266198;0.176826;0.467546;0.000000;0.033343;0.316479;0.101288;0.132619;0.049454;0.678088;0.459837;0.217891;0.347964;0.072561;0.192487;0.005890;0.801624;0.219115;0.000075;0.780815;0.220345;0.000045;0.779605;0.268941;0.119203;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.500000;0.952574;0.880797;0.119203;0.268941;0.880797;0.047426;0.017986;0.119203;0.047426;0.982014;0.880797;0.282722;0.305127;0.049878;0.250866;0.000000;0.441765;0.198929;0.000000;0.517493;0.818616;0.710538;0.205217;0.517992;0.787848;0.748005;0.093978;0.260186;0.922155;0.704538;0.468791;0.920703;0.011604;0.067693;0.966685;0.000190;0.033125;0.908575;0.000025;0.091400;0.880797;0.268941;0.268941;0.952574;0.047426;0.731059;0.952574;0.268941;0.500000;0.047426;0.047426;0.500000;0.047426;0.017986;0.268941;0.500000;0.268941;0.268941;0.047426;0.119203;0.691256;0.454377;0.277078;0.806277;0.000000;0.678961;0.873028;0.488252;0.328936;0.075160;0.095868;0.407816;0.127083;0.046664;0.590976;0.619871;0.209988;0.191700;0.052800;0.211151;0.948152;0.011850;0.039996;0.992355;0.000055;0.007595;0.964670;0.000005;0.035315;0.731059;0.006693;0.268941;0.119203;0.047426;0.006693;0.006693;0.999089;0.047426;0.002473;0.047426;0.006693;0.006693;0.002473;0.006693;0.500000;0.119203;0.002473;0.002473;0.002473;0.759511;0.244900;0.349554;0.711155;0.143195;0.463316;0.526725;0.834933;0.202136;0.293592;0.460085;0.000000;0.512747;0.526226;0.125868;0.602047;0.258649;0.502500;0.268352;0.104425;0.969145;0.005054;0.025797;0.994495;0.000035;0.005465;0.992810;0.000000;0.007185;0.017986;0.006693;0.047426;0.002473;0.268941;0.119203;0.017986;0.002473;0.999665;0.006693;0.731059;0.006693;0.880797;0.500000;0.002473;0.047426;0.017986;0.047426;0.999089;0.006693;0.372852;0.105175;0.428494;0.000000;0.753618;0.070241;0.068561;0.115884;0.770476;0.481758;0.810152;0.000000;0.879955;0.649081;0.048800;0.187551;0.236674;0.798509;0.888251;0.198770;0.974614;0.010733;0.014652;0.998490;0.000015;0.001490;0.998115;0.000000;0.001885;0.993307;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.119203;0.268941;0.047426;0.047426;0.500000;0.047426;0.017986;0.017986;0.268941;0.119203;0.002473;0.006693;0.268941;0.863539;0.852205;0.087784;0.156831;0.269729;0.616567;0.647028;0.364010;0.428738;0.206853;0.016561;0.721517;0.124990;0.064949;0.376132;0.571262;0.293178;0.123684;0.049737;0.068625;0.974378;0.011261;0.014360;0.999240;0.000015;0.000745;0.999525;0.000000;0.000475;0.731059;0.993307;0.047426;0.500000;0.006693;0.880797;0.952574;0.017986;0.500000;0.047426;0.119203;0.731059;0.119203;0.017986;0.017986;0.119203;0.119203;0.017986;0.119203;0.047426;0.635527;0.862238;0.374491;0.447198;0.000000;0.608735;0.816228;0.043605;0.463067;0.185881;0.300693;0.735557;0.646571;0.150588;0.046177;0.345473;0.382016;0.569301;0.333144;0.059357;0.979612;0.011687;0.008702;0.999700;0.000015;0.000285;0.999810;0.000000;0.000190;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.982014;0.006693;0.500000;0.268941;0.002473;0.006693;0.017986;0.006693;0.047426;0.982014;0.160704;0.000000;0.053454;0.051956;0.000000;0.000000;0.000000;0.000000;0.000000;0.865762;0.905766;0.000000;0.373320;0.654075;0.000000;0.000000;0.029001;0.000000;0.402033;0.804553;0.974736;0.011846;0.013417;0.999585;0.000015;0.000400;0.999275;0.000000;0.000720;0.982014;0.993307;0.268941;0.017986;0.500000;0.268941;0.047426;0.119203;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.268941;0.002473;0.006693;0.119203;0.752315;0.931119;0.233080;0.067799;0.649536;0.681354;0.021165;0.262309;0.423115;0.030739;0.028832;0.787513;0.117430;0.101744;0.000000;0.530462;0.556014;0.000000;0.050835;0.203267;0.969429;0.006722;0.023848;0.998605;0.000005;0.001385;0.987390;0.000000;0.012610;0.880797;0.952574;0.500000;0.880797;0.017986;0.880797;0.880797;0.119203;0.119203;0.006693;0.017986;0.731059;0.017986;0.006693;0.017986;0.500000;0.119203;0.006693;0.017986;0.017986;0.583948;0.818616;0.311525;0.618456;0.112946;0.881426;0.787011;0.279489;0.514496;0.023476;0.102110;0.698465;0.456361;0.000000;0.218744;0.605635;0.370750;0.000000;0.034858;0.060540;0.881041;0.007197;0.111760;0.929800;0.000005;0.070190;0.916560;0.000000;0.083440;0.952574;0.880797;0.268941;0.119203;0.119203;0.731059;0.731059;0.500000;0.731059;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.719302;0.777473;0.630881;0.466799;0.398912;0.829205;0.518991;0.294215;0.675244;0.204403;0.324537;0.603244;0.477515;0.328054;0.065743;0.549586;0.254074;0.476268;0.381780;0.059245;0.801788;0.006575;0.191636;0.803895;0.000030;0.196075;0.854895;0.000075;0.145030
0.268941;0.119203;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.500000;0.952574;0.880797;0.119203;0.268941;0.880797;0.047426;0.017986;0.119203;0.047426;0.982014;0.880797;0.282722;0.305127;0.049878;0.250866;0.000000;0.441765;0.198929;0.000000;0.517493;0.818616;0.710538;0.205217;0.517992;0.787848;0.748005;0.093978;0.260186;0.922155;0.704538;0.468791;0.920703;0.011604;0.067693;0.966685;0.000190;0.033125;0.908575;0.000025;0.091400;0.880797;0.268941;0.268941;0.952574;0.047426;0.731059;0.952574;0.268941;0.500000;0.047426;0.047426;0.500000;0.047426;0.017986;0.268941;0.500000;0.268941;0.268941;0.047426;0.119203;0.691256;0.454377;0.277078;0.806277;0.000000;0.678961;0.873028;0.488252;0.328936;0.075160;0.095868;0.407816;0.127083;0.046664;0.590976;0.619871;0.209988;0.191700;0.052800;0.211151;0.948152;0.011850;0.039996;0.992355;0.000055;0.007595;0.964670;0.000005;0.035315;0.731059;0.006693;0.268941;0.119203;0.047426;0.006693;0.006693;0.999089;0.047426;0.002473;0.047426;0.006693;0.006693;0.002473;0.006693;0.500000;0.119203;0.002473;0.002473;0.002473;0.759511;0.244900;0.349554;0.711155;0.143195;0.463316;0.526725;0.834933;0.202136;0.293592;0.460085;0.000000;0.512747;0.526226;0.125868;0.602047;0.258649;0.502500;0.268352;0.104425;0.969145;0.005054;0.025797;0.994495;0.000035;0.005465;0.992810;0.000000;0.007185;0.017986;0.006693;0.047426;0.002473;0.268941;0.119203;0.017986;0.002473;0.999665;0.006693;0.731059;0.006693;0.880797;0.500000;0.002473;0.047426;0.017986;0.047426;0.999089;0.006693;0.372852;0.105175;0.428494;0.000000;0.753618;0.070241;0.068561;0.115884;0.770476;0.481758;0.810152;0.000000;0.879955;0.649081;0.048800;0.187551;0.236674;0.798509;0.888251;0.198770;0.974614;0.010733;0.014652;0.998490;0.000015;0.001490;0.998115;0.000000;0.001885;0.993307;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.119203;0.268941;0.047426;0.047426;0.500000;0.047426;0.017986;0.017986;0.268941;0.119203;0.002473;0.006693;0.268941;0.863539;0.852205;0.087784;0.156831;0.269729;0.616567;0.647028;0.364010;0.428738;0.206853;0.016561;0.721517;0.124990;0.064949;0.376132;0.571262;0.293178;0.123684;0.049737;0.068625;0.974378;0.011261;0.014360;0.999240;0.000015;0.000745;0.999525;0.000000;0.000475;0.731059;0.993307;0.047426;0.500000;0.006693;0.880797;0.952574;0.017986;0.500000;0.047426;0.119203;0.731059;0.119203;0.017986;0.017986;0.119203;0.119203;0.017986;0.119203;0.047426;0.635527;0.862238;0.374491;0.447198;0.000000;0.608735;0.816228;0.043605;0.463067;0.185881;0.300693;0.735557;0.646571;0.150588;0.046177;0.345473;0.382016;0.569301;0.333144;0.059357;0.979612;0.011687;0.008702;0.999700;0.000015;0.000285;0.999810;0.000000;0.000190;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.982014;0.006693;0.500000;0.268941;0.002473;0.006693;0.017986;0.006693;0.047426;0.982014;0.160704;0.000000;0.053454;0.051956;0.000000;0.000000;0.000000;0.000000;0.000000;0.865762;0.905766;0.000000;0.373320;0.654075;0.000000;0.000000;0.029001;0.000000;0.402033;0.804553;0.974736;0.011846;0.013417;0.999585;0.000015;0.000400;0.999275;0.000000;0.000720;0.982014;0.993307;0.268941;0.017986;0.500000;0.268941;0.047426;0.119203;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.268941;0.002473;0.006693;0.119203;0.752315;0.931119;0.233080;0.067799;0.649536;0.681354;0.021165;0.262309;0.423115;0.030739;0.028832;0.787513;0.117430;0.101744;0.000000;0.530462;0.556014;0.000000;0.050835;0.203267;0.969429;0.006722;0.023848;0.998605;0.000005;0.001385;0.987390;0.000000;0.012610;0.880797;0.952574;0.500000;0.880797;0.017986;0.880797;0.880797;0.119203;0.119203;0.006693;0.017986;0.731059;0.017986;0.006693;0.017986;0.500000;0.119203;0.006693;0.017986;0.017986;0.583948;0.818616;0.311525;0.618456;0.112946;0.881426;0.787011;0.279489;0.514496;0.023476;0.102110;0.698465;0.456361;0.000000;0.218744;0.605635;0.370750;0.000000;0.034858;0.060540;0.881041;0.007197;0.111760;0.929800;0.000005;0.070190;0.916560;0.000000;0.083440;0.952574;0.880797;0.268941;0.119203;0.119203;0.731059;0.731059;0.500000;0.731059;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.719302;0.777473;0.630881;0.466799;0.398912;0.829205;0.518991;0.294215;0.675244;0.204403;0.324537;0.603244;0.477515;0.328054;0.065743;0.549586;0.254074;0.476268;0.381780;0.059245;0.801788;0.006575;0.191636;0.803895;0.000030;0.196075;0.854895;0.000075;0.145030;0.268941;0.017986;0.047426;0.017986;0.268941;0.500000;0.047426;0.500000;0.017986;0.731059;0.880797;0.047426;0.500000;0.268941;0.017986;0.500000;0.982014;0.017986;0.047426;0.731059;0.428004;0.170089;0.064949;0.031462;0.820096;0.057487;0.109486;0.188927;0.057108;0.732824;0.648397;0.398433;0.292143;0.574443;0.124662;0.805965;0.776433;0.000000;0.246197;0.688690;0.136864;0.009980;0.853158;0.052845;0.000630;0.946530;0.051830;0.001040;0.947130
0.880797;0.268941;0.268941;0.952574;0.047426;0.731059;0.952574;0.268941;0.500000;0.047426;0.047426;0.500000;0.047426;0.017986;0.268941;0.500000;0.268941;0.268941;0.047426;0.119203;0.691256;0.454377;0.277078;0.806277;0.000000;0.678961;0.873028;0.488252;0.328936;0.075160;0.095868;0.407816;0.127083;0.046664;0.590976;0.619871;0.209988;0.191700;0.052800;0.211151;0.948152;0.011850;0.039996;0.992355;0.000055;0.007595;0.964670;0.000005;0.035315;0.731059;0.006693;0.268941;0.119203;0.047426;0.006693;0.006693;0.999089;0.047426;0.002473;0.047426;0.006693;0.006693;0.002473;0.006693;0.500000;0.119203;0.002473;0.002473;0.002473;0.759511;0.244900;0.349554;0.711155;0.143195;0.463316;0.526725;0.834933;0.202136;0.293592;0.460085;0.000000;0.512747;0.526226;0.125868;0.602047;0.258649;0.502500;0.268352;0.104425;0.969145;0.005054;0.025797;0.994495;0.000035;0.005465;0.992810;0.000000;0.007185;0.017986;0.006693;0.047426;0.002473;0.268941;0.119203;0.017986;0.002473;0.999665;0.006693;0.731059;0.006693;0.880797;0.500000;0.002473;0.047426;0.017986;0.047426;0.999089;0.006693;0.372852;0.105175;0.428494;0.000000;0.753618;0.070241;0.068561;0.115884;0.770476;0.481758;0.810152;0.000000;0.879955;0.649081;0.048800;0.187551;0.236674;0.798509;0.888251;0.198770;0.974614;0.010733;0.014652;0.998490;0.000015;0.001490;0.998115;0.000000;0.001885;0.993307;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.119203;0.268941;0.047426;0.047426;0.500000;0.047426;0.017986;0.017986;0.268941;0.119203;0.002473;0.006693;0.268941;0.863539;0.852205;0.087784;0.156831;0.269729;0.616567;0.647028;0.364010;0.428738;0.206853;0.016561;0.721517;0.124990;0.064949;0.376132;0.571262;0.293178;0.123684;0.049737;0.068625;0.974378;0.011261;0.014360;0.999240;0.000015;0.000745;0.999525;0.000000;0.000475;0.731059;0.993307;0.047426;0.500000;0.006693;0.880797;0.952574;0.017986;0.500000;0.047426;0.119203;0.731059;0.119203;0.017986;0.017986;0.119203;0.119203;0.017986;0.119203;0.047426;0.635527;0.862238;0.374491;0.447198;0.000000;0.608735;0.816228;0.043605;0.463067;0.185881;0.300693;0.735557;0.646571;0.150588;0.046177;0.345473;0.382016;0.569301;0.333144;0.059357;0.979612;0.011687;0.008702;0.999700;0.000015;0.000285;0.999810;0.000000;0.000190;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.982014;0.006693;0.500000;0.268941;0.002473;0.006693;0.017986;0.006693;0.047426;0.982014;0.160704;0.000000;0.053454;0.051956;0.000000;0.000000;0.000000;0.000000;0.000000;0.865762;0.905766;0.000000;0.373320;0.654075;0.000000;0.000000;0.029001;0.000000;0.402033;0.804553;0.974736;0.011846;0.013417;0.999585;0.000015;0.000400;0.999275;0.000000;0.000720;0.982014;0.993307;0.268941;0.017986;0.500000;0.268941;0.047426;0.119203;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.268941;0.002473;0.006693;0.119203;0.752315;0.931119;0.233080;0.067799;0.649536;0.681354;0.021165;0.262309;0.423115;0.030739;0.028832;0.787513;0.117430;0.101744;0.000000;0.530462;0.556014;0.000000;0.050835;0.203267;0.969429;0.006722;0.023848;0.998605;0.000005;0.001385;0.987390;0.000000;0.012610;0.880797;0.952574;0.500000;0.880797;0.017986;0.880797;0.880797;0.119203;0.119203;0.006693;0.017986;0.731059;0.017986;0.006693;0.017986;0.500000;0.119203;0.006693;0.017986;0.017986;0.583948;0.818616;0.311525;0.618456;0.112946;0.881426;0.787011;0.279489;0.514496;0.023476;0.102110;0.698465;0.456361;0.000000;0.218744;0.605635;0.370750;0.000000;0.034858;0.060540;0.881041;0.007197;0.111760;0.929800;0.000005;0.070190;0.916560;0.000000;0.083440;0.952574;0.880797;0.268941;0.119203;0.119203;0.731059;0.731059;0.500000;0.731059;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.719302;0.777473;0.630881;0.466799;0.398912;0.829205;0.518991;0.294215;0.675244;0.204403;0.324537;0.603244;0.477515;0.328054;0.065743;0.549586;0.254074;0.476268;0.381780;0.059245;0.801788;0.006575;0.191636;0.803895;0.000030;0.196075;0.854895;0.000075;0.145030;0.268941;0.017986;0.047426;0.017986;0.268941;0.500000;0.047426;0.500000;0.017986;0.731059;0.880797;0.047426;0.500000;0.268941;0.017986;0.500000;0.982014;0.017986;0.047426;0.731059;0.428004;0.170089;0.064949;0.031462;0.820096;0.057487;0.109486;0.188927;0.057108;0.732824;0.648397;0.398433;0.292143;0.574443;0.124662;0.805965;0.776433;0.000000;0.246197;0.688690;0.136864;0.009980;0.853158;0.052845;0.000630;0.946530;0.051830;0.001040;0.947130;0.268941;0.880797;0.500000;0.952574;0.047426;0.268941;0.268941;0.731059;0.119203;0.017986;0.017986;0.500000;0.047426;0.006693;0.982014;0.731059;0.500000;0.006693;0.017986;0.047426;0.359393;0.647028;0.666856;0.772767;0.182426;0.287409;0.373320;0.694661;0.108903;0.086828;0.132504;0.617984;0.177263;0.185427;0.821714;0.813057;0.401553;0.000000;0.000000;0.116603;0.008249;0.040248;0.951503;0.003920;0.063915;0.932165;0.000575;0.015960;0.983465
0.731059;0.006693;0.268941;0.119203;0.047426;0.006693;0.006693;0.999089;0.047426;0.002473;0.047426;0.006693;0.006693;0.002473;0.006693;0.500000;0.119203;0.002473;0.002473;0.002473;0.759511;0.244900;0.349554;0.711155;0.143195;0.463316;0.526725;0.834933;0.202136;0.293592;0.460085;0.000000;0.512747;0.526226;0.125868;0.602047;0.258649;0.502500;0.268352;0.104425;0.969145;0.005054;0.025797;0.994495;0.000035;0.005465;0.992810;0.000000;0.007185;0.017986;0.006693;0.047426;0.002473;0.268941;0.119203;0.017986;0.002473;0.999665;0.006693;0.731059;0.006693;0.880797;0.500000;0.002473;0.047426;0.017986;0.047426;0.999089;0.006693;0.372852;0.105175;0.428494;0.000000;0.753618;0.070241;0.068561;0.115884;0.770476;0.481758;0.810152;0.000000;0.879955;0.649081;0.048800;0.187551;0.236674;0.798509;0.888251;0.198770;0.974614;0.010733;0.014652;0.998490;0.000015;0.001490;0.998115;0.000000;0.001885;0.993307;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.119203;0.268941;0.047426;0.047426;0.500000;0.047426;0.017986;0.017986;0.268941;0.119203;0.002473;0.006693;0.268941;0.863539;0.852205;0.087784;0.156831;0.269729;0.616567;0.647028;0.364010;0.428738;0.206853;0.016561;0.721517;0.124990;0.064949;0.376132;0.571262;0.293178;0.123684;0.049737;0.068625;0.974378;0.011261;0.014360;0.999240;0.000015;0.000745;0.999525;0.000000;0.000475;0.731059;0.993307;0.047426;0.500000;0.006693;0.880797;0.952574;0.017986;0.500000;0.047426;0.119203;0.731059;0.119203;0.017986;0.017986;0.119203;0.119203;0.017986;0.119203;0.047426;0.635527;0.862238;0.374491;0.447198;0.000000;0.608735;0.816228;0.043605;0.463067;0.185881;0.300693;0.735557;0.646571;0.150588;0.046177;0.345473;0.382016;0.569301;0.333144;0.059357;0.979612;0.011687;0.008702;0.999700;0.000015;0.000285;0.999810;0.000000;0.000190;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.982014;0.006693;0.500000;0.268941;0.002473;0.006693;0.017986;0.006693;0.047426;0.982014;0.160704;0.000000;0.053454;0.051956;0.000000;0.000000;0.000000;0.000000;0.000000;0.865762;0.905766;0.000000;0.373320;0.654075;0.000000;0.000000;0.029001;0.000000;0.402033;0.804553;0.974736;0.011846;0.013417;0.999585;0.000015;0.000400;0.999275;0.000000;0.000720;0.982014;0.993307;0.268941;0.017986;0.500000;0.268941;0.047426;0.119203;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.268941;0.002473;0.006693;0.119203;0.752315;0.931119;0.233080;0.067799;0.649536;0.681354;0.021165;0.262309;0.423115;0.030739;0.028832;0.787513;0.117430;0.101744;0.000000;0.530462;0.556014;0.000000;0.050835;0.203267;0.969429;0.006722;0.023848;0.998605;0.000005;0.001385;0.987390;0.000000;0.012610;0.880797;0.952574;0.500000;0.880797;0.017986;0.880797;0.880797;0.119203;0.119203;0.006693;0.017986;0.731059;0.017986;0.006693;0.017986;0.500000;0.119203;0.006693;0.017986;0.017986;0.583948;0.818616;0.311525;0.618456;0.112946;0.881426;0.787011;0.279489;0.514496;0.023476;0.102110;0.698465;0.456361;0.000000;0.218744;0.605635;0.370750;0.000000;0.034858;0.060540;0.881041;0.007197;0.111760;0.929800;0.000005;0.070190;0.916560;0.000000;0.083440;0.952574;0.880797;0.268941;0.119203;0.119203;0.731059;0.731059;0.500000;0.731059;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.719302;0.777473;0.630881;0.466799;0.398912;0.829205;0.518991;0.294215;0.675244;0.204403;0.324537;0.603244;0.477515;0.328054;0.065743;0.549586;0.254074;0.476268;0.381780;0.059245;0.801788;0.006575;0.191636;0.803895;0.000030;0.196075;0.854895;0.000075;0.145030;0.268941;0.017986;0.047426;0.017986;0.268941;0.500000;0.047426;0.500000;0.017986;0.731059;0.880797;0.047426;0.500000;0.268941;0.017986;0.500000;0.982014;0.017986;0.047426;0.731059;0.428004;0.170089;0.064949;0.031462;0.820096;0.057487;0.109486;0.188927;0.057108;0.732824;0.648397;0.398433;0.292143;0.574443;0.124662;0.805965;0.776433;0.000000;0.246197;0.688690;0.136864;0.009980;0.853158;0.052845;0.000630;0.946530;0.051830;0.001040;0.947130;0.268941;0.880797;0.500000;0.952574;0.047426;0.268941;0.268941;0.731059;0.119203;0.017986;0.017986;0.500000;0.047426;0.006693;0.982014;0.731059;0.500000;0.006693;0.017986;0.047426;0.359393;0.647028;0.666856;0.772767;0.182426;0.287409;0.373320;0.694661;0.108903;0.086828;0.132504;0.617984;0.177263;0.185427;0.821714;0.813057;0.401553;0.000000;0.000000;0.116603;0.008249;0.040248;0.951503;0.003920;0.063915;0.932165;0.000575;0.015960;0.983465;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.002473;0.047426;0.993307;0.500000;0.006693;0.982014;0.119203;0.047426;0.047426;0.952574;0.006693;0.268941;0.952574;0.250490;0.000000;0.082565;0.032515;0.185427;0.316912;0.000000;0.113046;0.298804;0.906954;0.608021;0.124444;0.646799;0.312813;0.237036;0.087864;0.716669;0.208334;0.301535;0.853460;0.008961;0.152180;0.838860;0.008740;0.182890;0.808370;0.000580;0.229035;0.770385
0.017986;0.006693;0.047426;0.002473;0.268941;0.119203;0.017986;0.002473;0.999665;0.006693;0.731059;0.006693;0.880797;0.500000;0.002473;0.047426;0.017986;0.047426;0.999089;0.006693;0.372852;0.105175;0.428494;0.000000;0.753618;0.070241;0.068561;0.115884;0.770476;0.481758;0.810152;0.000000;0.879955;0.649081;0.048800;0.187551;0.236674;0.798509;0.888251;0.198770;0.974614;0.010733;0.014652;0.998490;0.000015;0.001490;0.998115;0.000000;0.001885;0.993307;0.982014;0.047426;0.006693;0.047426;0.268941;0.119203;0.119203;0.268941;0.047426;0.047426;0.500000;0.047426;0.017986;0.017986;0.268941;0.119203;0.002473;0.006693;0.268941;0.863539;0.852205;0.087784;0.156831;0.269729;0.616567;0.647028;0.364010;0.428738;0.206853;0.016561;0.721517;0.124990;0.064949;0.376132;0.571262;0.293178;0.123684;0.049737;0.068625;0.974378;0.011261;0.014360;0.999240;0.000015;0.000745;0.999525;0.000000;0.000475;0.731059;0.993307;0.047426;0.500000;0.006693;0.880797;0.952574;0.017986;0.500000;0.047426;0.119203;0.731059;0.119203;0.017986;0.017986;0.119203;0.119203;0.017986;0.119203;0.047426;0.635527;0.862238;0.374491;0.447198;0.000000;0.608735;0.816228;0.043605;0.463067;0.185881;0.300693;0.735557;0.646571;0.150588;0.046177;0.345473;0.382016;0.569301;0.333144;0.059357;0.979612;0.011687;0.008702;0.999700;0.000015;0.000285;0.999810;0.000000;0.000190;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.982014;0.982014;0.006693;0.500000;0.268941;0.002473;0.006693;0.017986;0.006693;0.047426;0.982014;0.160704;0.000000;0.053454;0.051956;0.000000;0.000000;0.000000;0.000000;0.000000;0.865762;0.905766;0.000000;0.373320;0.654075;0.000000;0.000000;0.029001;0.000000;0.402033;0.804553;0.974736;0.011846;0.013417;0.999585;0.000015;0.000400;0.999275;0.000000;0.000720;0.982014;0.993307;0.268941;0.017986;0.500000;0.268941;0.047426;0.119203;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.268941;0.268941;0.002473;0.006693;0.119203;0.752315;0.931119;0.233080;0.067799;0.649536;0.681354;0.021165;0.262309;0.423115;0.030739;0.028832;0.787513;0.117430;0.101744;0.000000;0.530462;0.556014;0.000000;0.050835;0.203267;0.969429;0.006722;0.023848;0.998605;0.000005;0.001385;0.987390;0.000000;0.012610;0.880797;0.952574;0.500000;0.880797;0.017986;0.880797;0.880797;0.119203;0.119203;0.006693;0.017986;0.731059;0.017986;0.006693;0.017986;0.500000;0.119203;0.006693;0.017986;0.017986;0.583948;0.818616;0.311525;0.618456;0.112946;0.881426;0.787011;0.279489;0.514496;0.023476;0.102110;0.698465;0.456361;0.000000;0.218744;0.605635;0.370750;0.000000;0.034858;0.060540;0.881041;0.007197;0.111760;0.929800;0.000005;0.070190;0.916560;0.000000;0.083440;0.952574;0.880797;0.268941;0.119203;0.119203;0.731059;0.731059;0.500000;0.731059;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.731059;0.268941;0.017986;0.119203;0.119203;0.719302;0.777473;0.630881;0.466799;0.398912;0.829205;0.518991;0.294215;0.675244;0.204403;0.324537;0.603244;0.477515;0.328054;0.065743;0.549586;0.254074;0.476268;0.381780;0.059245;0.801788;0.006575;0.191636;0.803895;0.000030;0.196075;0.854895;0.000075;0.145030;0.268941;0.017986;0.047426;0.017986;0.268941;0.500000;0.047426;0.500000;0.017986;0.731059;0.880797;0.047426;0.500000;0.268941;0.017986;0.500000;0.982014;0.017986;0.047426;0.731059;0.428004;0.170089;0.064949;0.031462;0.820096;0.057487;0.109486;0.188927;0.057108;0.732824;0.648397;0.398433;0.292143;0.574443;0.124662;0.805965;0.776433;0.000000;0.246197;0.688690;0.136864;0.009980;0.853158;0.052845;0.000630;0.946530;0.051830;0.001040;0.947130;0.268941;0.880797;0.500000;0.952574;0.047426;0.268941;0.268941;0.731059;0.119203;0.017986;0.017986;0.500000;0.047426;0.006693;0.982014;0.731059;0.500000;0.006693;0.017986;0.047426;0.359393;0.647028;0.666856;0.772767;0.182426;0.287409;0.373320;0.694661;0.108903;0.086828;0.132504;0.617984;0.177263;0.185427;0.821714;0.813057;0.401553;0.000000;0.000000;0.116603;0.008249;0.040248;0.951503;0.003920;0.063915;0.932165;0.000575;0.015960;0.983465;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.002473;0.047426;0.993307;0.500000;0.006693;0.982014;0.119203;0.047426;0.047426;0.952574;0.006693;0.268941;0.952574;0.250490;0.000000;0.082565;0.032515;0.185427;0.316912;0.000000;0.113046;0.298804;0.906954;0.608021;0.124444;0.646799;0.312813;0.237036;0.087864;0.716669;0.208334;0.301535;0.853460;0.008961;0.152180;0.838860;0.008740;0.182890;0.808370;0.000580;0.229035;0.770385;0.500000;0.119203;0.119203;0.268941;0.000911;0.006693;0.047426;0.002473;0.002473;0.000911;0.002473;0.017986;0.002473;0.000911;0.999665;0.119203;0.047426;0.000335;0.006693;0.002473;0.316047;0.485754;0.216700;0.350692;0.000000;0.411928;0.294630;0.065927;0.000000;0.051466;0.217210;0.448681;0.083020;0.000000;0.978161;0.135404;0.141122;0.000000;0.000000;0.095177;0.010129;0.329769;0.660102;0.009410;0.190875;0.799715;0.000630;0.427235;0.572135
0.006693;0.017986;0.006693;0.047426;0.000335;0.268941;0.999665;0.000911;0.017986;0.000335;0.000911;0.017986;0.002473;0.000335;0.002473;0.006693;0.006693;0.000911;0.000911;0.000911;0.000000;0.040934;0.399632;0.330041;0.162601;0.393888;0.972535;0.721718;0.041368;0.000000;0.000000;0.028973;0.378952;0.000000;0.000000;0.039544;0.000000;0.000000;0.000000;0.102846;0.193975;0.058935;0.747092;0.510325;0.039390;0.450285;0.005895;0.090710;0.903400;0.119203;0.500000;0.993307;0.047426;0.731059;0.500000;0.047426;0.017986;0.880797;0.268941;0.119203;0.047426;0.982014;0.017986;0.006693;0.731059;0.731059;0.006693;0.880797;0.047426;0.256355;0.745357;0.693387;0.534445;0.434135;0.611590;0.449918;0.374256;0.376601;0.342314;0.287819;0.156699;0.621989;0.035196;0.066422;0.936016;0.353886;0.481758;0.177118;0.107455;0.190932;0.082009;0.727060;0.507295;0.066335;0.426375;0.006960;0.140855;0.852185;0.119203;0.017986;0.119203;0.047426;0.047426;0.047426;0.952574;0.500000;0.880797;0.268941;0.952574;0.017986;0.731059;0.500000;0.006693;0.047426;0.017986;0.993307;0.047426;0.119203;0.505000;0.056840;0.224959;0.239213;0.874352;0.328274;0.537927;0.061803;0.442012;0.842108;0.736916;0.000000;0.538673;0.758596;0.043480;0.098945;0.118261;0.617039;0.274881;0.709303;0.192608;0.072079;0.735314;0.495070;0.059765;0.445170;0.025690;0.140755;0.833555;0.500000;0.731059;0.017986;0.047426;0.119203;0.119203;0.017986;0.047426;0.993307;0.017986;0.047426;0.017986;0.017986;0.982014;0.006693;0.047426;0.500000;0.982014;0.999089;0.047426;0.462819;0.675025;0.654527;0.400352;0.683521;0.670401;0.023476;0.098589;0.714634;0.403717;0.164792;0.201813;0.089155;0.753246;0.485504;0.428494;0.725518;0.841175;0.769413;0.304703;0.044883;0.033324;0.921791;0.033605;0.059545;0.906845;0.046015;0.026135;0.927850;0.047426;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.880797;0.268941;0.017986;0.017986;0.017986;0.047426;0.119203;0.047426;0.952574;0.993307;0.002473;0.006693;0.017986;0.000000;0.435855;0.763867;0.786507;0.000000;0.316479;0.261343;0.719503;0.410476;0.031799;0.132734;0.091455;0.095955;0.051271;0.065070;0.894731;0.856805;0.000000;0.000000;0.000000;0.055508;0.005932;0.938559;0.066410;0.001530;0.932055;0.054490;0.004785;0.940725;0.268941;0.982014;0.047426;0.017986;0.047426;0.119203;0.119203;0.017986;0.268941;0.880797;0.731059;0.500000;0.268941;0.119203;0.880797;0.119203;0.268941;0.268941;0.119203;0.731059;0.609450;0.804239;0.103308;0.087864;0.277479;0.293800;0.208664;0.179609;0.267176;0.604679;0.657010;0.214502;0.189848;0.593391;0.869892;0.517493;0.125648;0.237941;0.299223;0.522734;0.927161;0.003796;0.069041;0.912945;0.000105;0.086950;0.942935;0.000070;0.056990;0.500000;0.731059;0.119203;0.500000;0.006693;0.119203;0.500000;0.268941;0.982014;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.119203;0.119203;0.999089;0.982014;0.047426;0.662845;0.482257;0.410234;0.691256;0.000000;0.655431;0.784147;0.231653;0.758413;0.030888;0.104799;0.560206;0.000000;0.325414;0.389123;0.274681;0.369817;0.918863;0.605396;0.346151;0.957361;0.000387;0.042249;0.961475;0.000020;0.038500;0.979210;0.000010;0.020775;0.500000;0.500000;0.119203;0.880797;0.006693;0.880797;0.982014;0.952574;0.500000;0.006693;0.006693;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.268941;0.880797;0.017986;0.373788;0.350692;0.486253;0.933080;0.000000;0.731844;0.743454;0.467795;0.240489;0.060597;0.158825;0.314751;0.509249;0.087066;0.276878;0.571751;0.352744;0.000000;0.042819;0.203591;0.965991;0.000007;0.034000;0.963390;0.000000;0.036605;0.991645;0.000000;0.008355;0.047426;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.002473;0.993307;0.268941;0.268941;0.002473;0.952574;0.999665;0.000911;0.006693;0.006693;0.500000;0.268941;0.268941;0.803608;0.102110;0.130789;0.000000;0.457106;0.346604;0.000000;0.113850;0.089317;0.689118;0.729285;0.069785;0.674147;0.931502;0.226532;0.000000;0.022621;0.657236;0.567829;0.503250;0.954460;0.000416;0.045124;0.999375;0.000000;0.000625;0.999640;0.000000;0.000360;0.731059;0.993307;0.268941;0.047426;0.047426;0.500000;0.731059;0.119203;0.731059;0.017986;0.268941;0.880797;0.119203;0.047426;0.017986;0.119203;0.119203;0.731059;0.268941;0.047426;0.670622;0.850560;0.304703;0.324318;0.198134;0.670401;0.760058;0.036124;0.277880;0.428494;0.376836;0.737303;0.345925;0.493750;0.197024;0.323004;0.178286;0.000000;0.340740;0.376132;0.984090;0.003130;0.012778;0.999920;0.000000;0.000075;0.999935;0.000000;0.000065;0.268941;0.952574;0.500000;0.982014;0.006693;0.880797;0.982014;0.017986;0.880797;0.017986;0.047426;0.500000;0.119203;0.006693;0.119203;0.119203;0.119203;0.006693;0.500000;0.017986;0.590734;0.824480;0.633671;0.692536;0.000000;0.851194;0.803134;0.016725;0.438808;0.038346;0.114965;0.598688;0.408058;0.199887;0.602047;0.338049;0.284144;0.435610;0.127973;0.040272;0.980386;0.002873;0.016741;0.999725;0.000000;0.000275;0.999960;0.000000;0.000040
0.119203;0.500000;0.993307;0.047426;0.731059;0.500000;0.047426;0.017986;0.880797;0.268941;0.119203;0.047426;0.982014;0.017986;0.006693;0.731059;0.731059;0.006693;0.880797;0.047426;0.256355;0.745357;0.693387;0.534445;0.434135;0.611590;0.449918;0.374256;0.376601;0.342314;0.287819;0.156699;0.621989;0.035196;0.066422;0.936016;0.353886;0.481758;0.177118;0.107455;0.190932;0.082009;0.727060;0.507295;0.066335;0.426375;0.006960;0.140855;0.852185;0.119203;0.017986;0.119203;0.047426;0.047426;0.047426;0.952574;0.500000;0.880797;0.268941;0.952574;0.017986;0.731059;0.500000;0.006693;0.047426;0.017986;0.993307;0.047426;0.119203;0.505000;0.056840;0.224959;0.239213;0.874352;0.328274;0.537927;0.061803;0.442012;0.842108;0.736916;0.000000;0.538673;0.758596;0.043480;0.098945;0.118261;0.617039;0.274881;0.709303;0.192608;0.072079;0.735314;0.495070;0.059765;0.445170;0.025690;0.140755;0.833555;0.500000;0.731059;0.017986;0.047426;0.119203;0.119203;0.017986;0.047426;0.993307;0.017986;0.047426;0.017986;0.017986;0.982014;0.006693;0.047426;0.500000;0.982014;0.999089;0.047426;0.462819;0.675025;0.654527;0.400352;0.683521;0.670401;0.023476;0.098589;0.714634;0.403717;0.164792;0.201813;0.089155;0.753246;0.485504;0.428494;0.725518;0.841175;0.769413;0.304703;0.044883;0.033324;0.921791;0.033605;0.059545;0.906845;0.046015;0.026135;0.927850;0.047426;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.880797;0.268941;0.017986;0.017986;0.017986;0.047426;0.119203;0.047426;0.952574;0.993307;0.002473;0.006693;0.017986;0.000000;0.435855;0.763867;0.786507;0.000000;0.316479;0.261343;0.719503;0.410476;0.031799;0.132734;0.091455;0.095955;0.051271;0.065070;0.894731;0.856805;0.000000;0.000000;0.000000;0.055508;0.005932;0.938559;0.066410;0.001530;0.932055;0.054490;0.004785;0.940725;0.268941;0.982014;0.047426;0.017986;0.047426;0.119203;0.119203;0.017986;0.268941;0.880797;0.731059;0.500000;0.268941;0.119203;0.880797;0.119203;0.268941;0.268941;0.119203;0.731059;0.609450;0.804239;0.103308;0.087864;0.277479;0.293800;0.208664;0.179609;0.267176;0.604679;0.657010;0.214502;0.189848;0.593391;0.869892;0.517493;0.125648;0.237941;0.299223;0.522734;0.927161;0.003796;0.069041;0.912945;0.000105;0.086950;0.942935;0.000070;0.056990;0.500000;0.731059;0.119203;0.500000;0.006693;0.119203;0.500000;0.268941;0.982014;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.119203;0.119203;0.999089;0.982014;0.047426;0.662845;0.482257;0.410234;0.691256;0.000000;0.655431;0.784147;0.231653;0.758413;0.030888;0.104799;0.560206;0.000000;0.325414;0.389123;0.274681;0.369817;0.918863;0.605396;0.346151;0.957361;0.000387;0.042249;0.961475;0.000020;0.038500;0.979210;0.000010;0.020775;0.500000;0.500000;0.119203;0.880797;0.006693;0.880797;0.982014;0.952574;0.500000;0.006693;0.006693;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.268941;0.880797;0.017986;0.373788;0.350692;0.486253;0.933080;0.000000;0.731844;0.743454;0.467795;0.240489;0.060597;0.158825;0.314751;0.509249;0.087066;0.276878;0.571751;0.352744;0.000000;0.042819;0.203591;0.965991;0.000007;0.034000;0.963390;0.000000;0.036605;0.991645;0.000000;0.008355;0.047426;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.002473;0.993307;0.268941;0.268941;0.002473;0.952574;0.999665;0.000911;0.006693;0.006693;0.500000;0.268941;0.268941;0.803608;0.102110;0.130789;0.000000;0.457106;0.346604;0.000000;0.113850;0.089317;0.689118;0.729285;0.069785;0.674147;0.931502;0.226532;0.000000;0.022621;0.657236;0.567829;0.503250;0.954460;0.000416;0.045124;0.999375;0.000000;0.000625;0.999640;0.000000;0.000360;0.731059;0.993307;0.268941;0.047426;0.047426;0.500000;0.731059;0.119203;0.731059;0.017986;0.268941;0.880797;0.119203;0.047426;0.017986;0.119203;0.119203;0.731059;0.268941;0.047426;0.670622;0.850560;0.304703;0.324318;0.198134;0.670401;0.760058;0.036124;0.277880;0.428494;0.376836;0.737303;0.345925;0.493750;0.197024;0.323004;0.178286;0.000000;0.340740;0.376132;0.984090;0.003130;0.012778;0.999920;0.000000;0.000075;0.999935;0.000000;0.000065;0.268941;0.952574;0.500000;0.982014;0.006693;0.880797;0.982014;0.017986;0.880797;0.017986;0.047426;0.500000;0.119203;0.006693;0.119203;0.119203;0.119203;0.006693;0.500000;0.017986;0.590734;0.824480;0.633671;0.692536;0.000000;0.851194;0.803134;0.016725;0.438808;0.038346;0.114965;0.598688;0.408058;0.199887;0.602047;0.338049;0.284144;0.435610;0.127973;0.040272;0.980386;0.002873;0.016741;0.999725;0.000000;0.000275;0.999960;0.000000;0.000040;0.880797;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.500000;0.982014;0.017986;0.982014;0.952574;0.268941;0.119203;0.047426;0.119203;0.952574;0.119203;0.793147;0.191391;0.054785;0.000000;0.308530;0.051028;0.047201;0.194505;0.060882;0.729877;0.822882;0.028637;0.828069;0.791336;0.136108;0.113951;0.043605;0.594355;0.554779;0.541157;0.981039;0.003054;0.015907;0.999680;0.000000;0.000320;0.999960;0.000000;0.000040
0.119203;0.017986;0.119203;0.047426;0.047426;0.047426;0.952574;0.500000;0.880797;0.268941;0.952574;0.017986;0.731059;0.500000;0.006693;0.047426;0.017986;0.993307;0.047426;0.119203;0.505000;0.056840;0.224959;0.239213;0.874352;0.328274;0.537927;0.061803;0.442012;0.842108;0.736916;0.000000;0.538673;0.758596;0.043480;0.098945;0.118261;0.617039;0.274881;0.709303;0.192608;0.072079;0.735314;0.495070;0.059765;0.445170;0.025690;0.140755;0.833555;0.500000;0.731059;0.017986;0.047426;0.119203;0.119203;0.017986;0.047426;0.993307;0.017986;0.047426;0.017986;0.017986;0.982014;0.006693;0.047426;0.500000;0.982014;0.999089;0.047426;0.462819;0.675025;0.654527;0.400352;0.683521;0.670401;0.023476;0.098589;0.714634;0.403717;0.164792;0.201813;0.089155;0.753246;0.485504;0.428494;0.725518;0.841175;0.769413;0.304703;0.044883;0.033324;0.921791;0.033605;0.059545;0.906845;0.046015;0.026135;0.927850;0.047426;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.880797;0.268941;0.017986;0.017986;0.017986;0.047426;0.119203;0.047426;0.952574;0.993307;0.002473;0.006693;0.017986;0.000000;0.435855;0.763867;0.786507;0.000000;0.316479;0.261343;0.719503;0.410476;0.031799;0.132734;0.091455;0.095955;0.051271;0.065070;0.894731;0.856805;0.000000;0.000000;0.000000;0.055508;0.005932;0.938559;0.066410;0.001530;0.932055;0.054490;0.004785;0.940725;0.268941;0.982014;0.047426;0.017986;0.047426;0.119203;0.119203;0.017986;0.268941;0.880797;0.731059;0.500000;0.268941;0.119203;0.880797;0.119203;0.268941;0.268941;0.119203;0.731059;0.609450;0.804239;0.103308;0.087864;0.277479;0.293800;0.208664;0.179609;0.267176;0.604679;0.657010;0.214502;0.189848;0.593391;0.869892;0.517493;0.125648;0.237941;0.299223;0.522734;0.927161;0.003796;0.069041;0.912945;0.000105;0.086950;0.942935;0.000070;0.056990;0.500000;0.731059;0.119203;0.500000;0.006693;0.119203;0.500000;0.268941;0.982014;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.119203;0.119203;0.999089;0.982014;0.047426;0.662845;0.482257;0.410234;0.691256;0.000000;0.655431;0.784147;0.231653;0.758413;0.030888;0.104799;0.560206;0.000000;0.325414;0.389123;0.274681;0.369817;0.918863;0.605396;0.346151;0.957361;0.000387;0.042249;0.961475;0.000020;0.038500;0.979210;0.000010;0.020775;0.500000;0.500000;0.119203;0.880797;0.006693;0.880797;0.982014;0.952574;0.500000;0.006693;0.006693;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.268941;0.880797;0.017986;0.373788;0.350692;0.486253;0.933080;0.000000;0.731844;0.743454;0.467795;0.240489;0.060597;0.158825;0.314751;0.509249;0.087066;0.276878;0.571751;0.352744;0.000000;0.042819;0.203591;0.965991;0.000007;0.034000;0.963390;0.000000;0.036605;0.991645;0.000000;0.008355;0.047426;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.002473;0.993307;0.268941;0.268941;0.002473;0.952574;0.999665;0.000911;0.006693;0.006693;0.500000;0.268941;0.268941;0.803608;0.102110;0.130789;0.000000;0.457106;0.346604;0.000000;0.113850;0.089317;0.689118;0.729285;0.069785;0.674147;0.931502;0.226532;0.000000;0.022621;0.657236;0.567829;0.503250;0.954460;0.000416;0.045124;0.999375;0.000000;0.000625;0.999640;0.000000;0.000360;0.731059;0.993307;0.268941;0.047426;0.047426;0.500000;0.731059;0.119203;0.731059;0.017986;0.268941;0.880797;0.119203;0.047426;0.017986;0.119203;0.119203;0.731059;0.268941;0.047426;0.670622;0.850560;0.304703;0.324318;0.198134;0.670401;0.760058;0.036124;0.277880;0.428494;0.376836;0.737303;0.345925;0.493750;0.197024;0.323004;0.178286;0.000000;0.340740;0.376132;0.984090;0.003130;0.012778;0.999920;0.000000;0.000075;0.999935;0.000000;0.000065;0.268941;0.952574;0.500000;0.982014;0.006693;0.880797;0.982014;0.017986;0.880797;0.017986;0.047426;0.500000;0.119203;0.006693;0.119203;0.119203;0.119203;0.006693;0.500000;0.017986;0.590734;0.824480;0.633671;0.692536;0.000000;0.851194;0.803134;0.016725;0.438808;0.038346;0.114965;0.598688;0.408058;0.199887;0.602047;0.338049;0.284144;0.435610;0.127973;0.040272;0.980386;0.002873;0.016741;0.999725;0.000000;0.000275;0.999960;0.000000;0.000040;0.880797;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.500000;0.982014;0.017986;0.982014;0.952574;0.268941;0.119203;0.047426;0.119203;0.952574;0.119203;0.793147;0.191391;0.054785;0.000000;0.308530;0.051028;0.047201;0.194505;0.060882;0.729877;0.822882;0.028637;0.828069;0.791336;0.136108;0.113951;0.043605;0.594355;0.554779;0.541157;0.981039;0.003054;0.015907;0.999680;0.000000;0.000320;0.999960;0.000000;0.000040;0.119203;0.006693;0.006693;0.002473;0.500000;0.006693;0.002473;0.002473;0.006693;0.993307;0.982014;0.006693;0.952574;0.731059;0.006693;0.006693;0.047426;0.017986;0.119203;0.731059;0.493250;0.297130;0.071226;0.056147;0.381072;0.183472;0.070765;0.055988;0.168682;0.922585;0.830897;0.193723;0.669295;0.556261;0.000000;0.160300;0.000000;0.000000;0.171363;0.659485;0.967167;0.007181;0.025651;0.992580;0.000005;0.007410;0.996210;0.000000;0.003790
0.500000;0.731059;0.017986;0.047426;0.119203;0.119203;0.017986;0.047426;0.993307;0.017986;0.047426;0.017986;0.017986;0.982014;0.006693;0.047426;0.500000;0.982014;0.999089;0.047426;0.462819;0.675025;0.654527;0.400352;0.683521;0.670401;0.023476;0.098589;0.714634;0.403717;0.164792;0.201813;0.089155;0.753246;0.485504;0.428494;0.725518;0.841175;0.769413;0.304703;0.044883;0.033324;0.921791;0.033605;0.059545;0.906845;0.046015;0.026135;0.927850;0.047426;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.880797;0.268941;0.017986;0.017986;0.017986;0.047426;0.119203;0.047426;0.952574;0.993307;0.002473;0.006693;0.017986;0.000000;0.435855;0.763867;0.786507;0.000000;0.316479;0.261343;0.719503;0.410476;0.031799;0.132734;0.091455;0.095955;0.051271;0.065070;0.894731;0.856805;0.000000;0.000000;0.000000;0.055508;0.005932;0.938559;0.066410;0.001530;0.932055;0.054490;0.004785;0.940725;0.268941;0.982014;0.047426;0.017986;0.047426;0.119203;0.119203;0.017986;0.268941;0.880797;0.731059;0.500000;0.268941;0.119203;0.880797;0.119203;0.268941;0.268941;0.119203;0.731059;0.609450;0.804239;0.103308;0.087864;0.277479;0.293800;0.208664;0.179609;0.267176;0.604679;0.657010;0.214502;0.189848;0.593391;0.869892;0.517493;0.125648;0.237941;0.299223;0.522734;0.927161;0.003796;0.069041;0.912945;0.000105;0.086950;0.942935;0.000070;0.056990;0.500000;0.731059;0.119203;0.500000;0.006693;0.119203;0.500000;0.268941;0.982014;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.119203;0.119203;0.999089;0.982014;0.047426;0.662845;0.482257;0.410234;0.691256;0.000000;0.655431;0.784147;0.231653;0.758413;0.030888;0.104799;0.560206;0.000000;0.325414;0.389123;0.274681;0.369817;0.918863;0.605396;0.346151;0.957361;0.000387;0.042249;0.961475;0.000020;0.038500;0.979210;0.000010;0.020775;0.500000;0.500000;0.119203;0.880797;0.006693;0.880797;0.982014;0.952574;0.500000;0.006693;0.006693;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.268941;0.880797;0.017986;0.373788;0.350692;0.486253;0.933080;0.000000;0.731844;0.743454;0.467795;0.240489;0.060597;0.158825;0.314751;0.509249;0.087066;0.276878;0.571751;0.352744;0.000000;0.042819;0.203591;0.965991;0.000007;0.034000;0.963390;0.000000;0.036605;0.991645;0.000000;0.008355;0.047426;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.002473;0.993307;0.268941;0.268941;0.002473;0.952574;0.999665;0.000911;0.006693;0.006693;0.500000;0.268941;0.268941;0.803608;0.102110;0.130789;0.000000;0.457106;0.346604;0.000000;0.113850;0.089317;0.689118;0.729285;0.069785;0.674147;0.931502;0.226532;0.000000;0.022621;0.657236;0.567829;0.503250;0.954460;0.000416;0.045124;0.999375;0.000000;0.000625;0.999640;0.000000;0.000360;0.731059;0.993307;0.268941;0.047426;0.047426;0.500000;0.731059;0.119203;0.731059;0.017986;0.268941;0.880797;0.119203;0.047426;0.017986;0.119203;0.119203;0.731059;0.268941;0.047426;0.670622;0.850560;0.304703;0.324318;0.198134;0.670401;0.760058;0.036124;0.277880;0.428494;0.376836;0.737303;0.345925;0.493750;0.197024;0.323004;0.178286;0.000000;0.340740;0.376132;0.984090;0.003130;0.012778;0.999920;0.000000;0.000075;0.999935;0.000000;0.000065;0.268941;0.952574;0.500000;0.982014;0.006693;0.880797;0.982014;0.017986;0.880797;0.017986;0.047426;0.500000;0.119203;0.006693;0.119203;0.119203;0.119203;0.006693;0.500000;0.017986;0.590734;0.824480;0.633671;0.692536;0.000000;0.851194;0.803134;0.016725;0.438808;0.038346;0.114965;0.598688;0.408058;0.199887;0.602047;0.338049;0.284144;0.435610;0.127973;0.040272;0.980386;0.002873;0.016741;0.999725;0.000000;0.000275;0.999960;0.000000;0.000040;0.880797;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.500000;0.982014;0.017986;0.982014;0.952574;0.268941;0.119203;0.047426;0.119203;0.952574;0.119203;0.793147;0.191391;0.054785;0.000000;0.308530;0.051028;0.047201;0.194505;0.060882;0.729877;0.822882;0.028637;0.828069;0.791336;0.136108;0.113951;0.043605;0.594355;0.554779;0.541157;0.981039;0.003054;0.015907;0.999680;0.000000;0.000320;0.999960;0.000000;0.000040;0.119203;0.006693;0.006693;0.002473;0.500000;0.006693;0.002473;0.002473;0.006693;0.993307;0.982014;0.006693;0.952574;0.731059;0.006693;0.006693;0.047426;0.017986;0.119203;0.731059;0.493250;0.297130;0.071226;0.056147;0.381072;0.183472;0.070765;0.055988;0.168682;0.922585;0.830897;0.193723;0.669295;0.556261;0.000000;0.160300;0.000000;0.000000;0.171363;0.659485;0.967167;0.007181;0.025651;0.992580;0.000005;0.007410;0.996210;0.000000;0.003790;0.880797;0.880797;0.268941;0.880797;0.017986;0.880797;0.952574;0.119203;0.268941;0.047426;0.119203;0.500000;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.119203;0.775912;0.698255;0.103308;0.765846;0.000000;0.632045;0.869778;0.130675;0.396756;0.145418;0.154074;0.623164;0.402033;0.000000;0.090957;0.700987;0.208498;0.000000;0.050738;0.013926;0.882578;0.001894;0.115530;0.851980;0.000005;0.148020;0.916590;0.000000;0.083410
0.047426;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.880797;0.268941;0.017986;0.017986;0.017986;0.047426;0.119203;0.047426;0.952574;0.993307;0.002473;0.006693;0.017986;0.000000;0.435855;0.763867;0.786507;0.000000;0.316479;0.261343;0.719503;0.410476;0.031799;0.132734;0.091455;0.095955;0.051271;0.065070;0.894731;0.856805;0.000000;0.000000;0.000000;0.055508;0.005932;0.938559;0.066410;0.001530;0.932055;0.054490;0.004785;0.940725;0.268941;0.982014;0.047426;0.017986;0.047426;0.119203;0.119203;0.017986;0.268941;0.880797;0.731059;0.500000;0.268941;0.119203;0.880797;0.119203;0.268941;0.268941;0.119203;0.731059;0.609450;0.804239;0.103308;0.087864;0.277479;0.293800;0.208664;0.179609;0.267176;0.604679;0.657010;0.214502;0.189848;0.593391;0.869892;0.517493;0.125648;0.237941;0.299223;0.522734;0.927161;0.003796;0.069041;0.912945;0.000105;0.086950;0.942935;0.000070;0.056990;0.500000;0.731059;0.119203;0.500000;0.006693;0.119203;0.500000;0.268941;0.982014;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.119203;0.119203;0.999089;0.982014;0.047426;0.662845;0.482257;0.410234;0.691256;0.000000;0.655431;0.784147;0.231653;0.758413;0.030888;0.104799;0.560206;0.000000;0.325414;0.389123;0.274681;0.369817;0.918863;0.605396;0.346151;0.957361;0.000387;0.042249;0.961475;0.000020;0.038500;0.979210;0.000010;0.020775;0.500000;0.500000;0.119203;0.880797;0.006693;0.880797;0.982014;0.952574;0.500000;0.006693;0.006693;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.268941;0.880797;0.017986;0.373788;0.350692;0.486253;0.933080;0.000000;0.731844;0.743454;0.467795;0.240489;0.060597;0.158825;0.314751;0.509249;0.087066;0.276878;0.571751;0.352744;0.000000;0.042819;0.203591;0.965991;0.000007;0.034000;0.963390;0.000000;0.036605;0.991645;0.000000;0.008355;0.047426;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.002473;0.993307;0.268941;0.268941;0.002473;0.952574;0.999665;0.000911;0.006693;0.006693;0.500000;0.268941;0.268941;0.803608;0.102110;0.130789;0.000000;0.457106;0.346604;0.000000;0.113850;0.089317;0.689118;0.729285;0.069785;0.674147;0.931502;0.226532;0.000000;0.022621;0.657236;0.567829;0.503250;0.954460;0.000416;0.045124;0.999375;0.000000;0.000625;0.999640;0.000000;0.000360;0.731059;0.993307;0.268941;0.047426;0.047426;0.500000;0.731059;0.119203;0.731059;0.017986;0.268941;0.880797;0.119203;0.047426;0.017986;0.119203;0.119203;0.731059;0.268941;0.047426;0.670622;0.850560;0.304703;0.324318;0.198134;0.670401;0.760058;0.036124;0.277880;0.428494;0.376836;0.737303;0.345925;0.493750;0.197024;0.323004;0.178286;0.000000;0.340740;0.376132;0.984090;0.003130;0.012778;0.999920;0.000000;0.000075;0.999935;0.000000;0.000065;0.268941;0.952574;0.500000;0.982014;0.006693;0.880797;0.982014;0.017986;0.880797;0.017986;0.047426;0.500000;0.119203;0.006693;0.119203;0.119203;0.119203;0.006693;0.500000;0.017986;0.590734;0.824480;0.633671;0.692536;0.000000;0.851194;0.803134;0.016725;0.438808;0.038346;0.114965;0.598688;0.408058;0.199887;0.602047;0.338049;0.284144;0.435610;0.127973;0.040272;0.980386;0.002873;0.016741;0.999725;0.000000;0.000275;0.999960;0.000000;0.000040;0.880797;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.500000;0.982014;0.017986;0.982014;0.952574;0.268941;0.119203;0.047426;0.119203;0.952574;0.119203;0.793147;0.191391;0.054785;0.000000;0.308530;0.051028;0.047201;0.194505;0.060882;0.729877;0.822882;0.028637;0.828069;0.791336;0.136108;0.113951;0.043605;0.594355;0.554779;0.541157;0.981039;0.003054;0.015907;0.999680;0.000000;0.000320;0.999960;0.000000;0.000040;0.119203;0.006693;0.006693;0.002473;0.500000;0.006693;0.002473;0.002473;0.006693;0.993307;0.982014;0.006693;0.952574;0.731059;0.006693;0.006693;0.047426;0.017986;0.119203;0.731059;0.493250;0.297130;0.071226;0.056147;0.381072;0.183472;0.070765;0.055988;0.168682;0.922585;0.830897;0.193723;0.669295;0.556261;0.000000;0.160300;0.000000;0.000000;0.171363;0.659485;0.967167;0.007181;0.025651;0.992580;0.000005;0.007410;0.996210;0.000000;0.003790;0.880797;0.880797;0.268941;0.880797;0.017986;0.880797;0.952574;0.119203;0.268941;0.047426;0.119203;0.500000;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.119203;0.775912;0.698255;0.103308;0.765846;0.000000;0.632045;0.869778;0.130675;0.396756;0.145418;0.154074;0.623164;0.402033;0.000000;0.090957;0.700987;0.208498;0.000000;0.050738;0.013926;0.882578;0.001894;0.115530;0.851980;0.000005;0.148020;0.916590;0.000000;0.083410;0.952574;0.880797;0.500000;0.119203;0.047426;0.880797;0.268941;0.268941;0.731059;0.047426;0.268941;0.731059;0.268941;0.017986;0.047426;0.500000;0.500000;0.119203;0.268941;0.119203;0.708684;0.628083;0.649081;0.540163;0.426780;0.682438;0.768347;0.147669;0.611827;0.369351;0.359393;0.561684;0.471282;0.261150;0.000000;0.695085;0.415324;0.000000;0.161515;0.139434;0.434463;0.002320;0.563215;0.524965;0.000005;0.475030;0.463095;0.000000;0.536900
0.268941;0.982014;0.047426;0.017986;0.047426;0.119203;0.119203;0.017986;0.268941;0.880797;0.731059;0.500000;0.268941;0.119203;0.880797;0.119203;0.268941;0.268941;0.119203;0.731059;0.609450;0.804239;0.103308;0.087864;0.277479;0.293800;0.208664;0.179609;0.267176;0.604679;0.657010;0.214502;0.189848;0.593391;0.869892;0.517493;0.125648;0.237941;0.299223;0.522734;0.927161;0.003796;0.069041;0.912945;0.000105;0.086950;0.942935;0.000070;0.056990;0.500000;0.731059;0.119203;0.500000;0.006693;0.119203;0.500000;0.268941;0.982014;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.119203;0.119203;0.999089;0.982014;0.047426;0.662845;0.482257;0.410234;0.691256;0.000000;0.655431;0.784147;0.231653;0.758413;0.030888;0.104799;0.560206;0.000000;0.325414;0.389123;0.274681;0.369817;0.918863;0.605396;0.346151;0.957361;0.000387;0.042249;0.961475;0.000020;0.038500;0.979210;0.000010;0.020775;0.500000;0.500000;0.119203;0.880797;0.006693;0.880797;0.982014;0.952574;0.500000;0.006693;0.006693;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.268941;0.880797;0.017986;0.373788;0.350692;0.486253;0.933080;0.000000;0.731844;0.743454;0.467795;0.240489;0.060597;0.158825;0.314751;0.509249;0.087066;0.276878;0.571751;0.352744;0.000000;0.042819;0.203591;0.965991;0.000007;0.034000;0.963390;0.000000;0.036605;0.991645;0.000000;0.008355;0.047426;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.002473;0.993307;0.268941;0.268941;0.002473;0.952574;0.999665;0.000911;0.006693;0.006693;0.500000;0.268941;0.268941;0.803608;0.102110;0.130789;0.000000;0.457106;0.346604;0.000000;0.113850;0.089317;0.689118;0.729285;0.069785;0.674147;0.931502;0.226532;0.000000;0.022621;0.657236;0.567829;0.503250;0.954460;0.000416;0.045124;0.999375;0.000000;0.000625;0.999640;0.000000;0.000360;0.731059;0.993307;0.268941;0.047426;0.047426;0.500000;0.731059;0.119203;0.731059;0.017986;0.268941;0.880797;0.119203;0.047426;0.017986;0.119203;0.119203;0.731059;0.268941;0.047426;0.670622;0.850560;0.304703;0.324318;0.198134;0.670401;0.760058;0.036124;0.277880;0.428494;0.376836;0.737303;0.345925;0.493750;0.197024;0.323004;0.178286;0.000000;0.340740;0.376132;0.984090;0.003130;0.012778;0.999920;0.000000;0.000075;0.999935;0.000000;0.000065;0.268941;0.952574;0.500000;0.982014;0.006693;0.880797;0.982014;0.017986;0.880797;0.017986;0.047426;0.500000;0.119203;0.006693;0.119203;0.119203;0.119203;0.006693;0.500000;0.017986;0.590734;0.824480;0.633671;0.692536;0.000000;0.851194;0.803134;0.016725;0.438808;0.038346;0.114965;0.598688;0.408058;0.199887;0.602047;0.338049;0.284144;0.435610;0.127973;0.040272;0.980386;0.002873;0.016741;0.999725;0.000000;0.000275;0.999960;0.000000;0.000040;0.880797;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.500000;0.982014;0.017986;0.982014;0.952574;0.268941;0.119203;0.047426;0.119203;0.952574;0.119203;0.793147;0.191391;0.054785;0.000000;0.308530;0.051028;0.047201;0.194505;0.060882;0.729877;0.822882;0.028637;0.828069;0.791336;0.136108;0.113951;0.043605;0.594355;0.554779;0.541157;0.981039;0.003054;0.015907;0.999680;0.000000;0.000320;0.999960;0.000000;0.000040;0.119203;0.006693;0.006693;0.002473;0.500000;0.006693;0.002473;0.002473;0.006693;0.993307;0.982014;0.006693;0.952574;0.731059;0.006693;0.006693;0.047426;0.017986;0.119203;0.731059;0.493250;0.297130;0.071226;0.056147;0.381072;0.183472;0.070765;0.055988;0.168682;0.922585;0.830897;0.193723;0.669295;0.556261;0.000000;0.160300;0.000000;0.000000;0.171363;0.659485;0.967167;0.007181;0.025651;0.992580;0.000005;0.007410;0.996210;0.000000;0.003790;0.880797;0.880797;0.268941;0.880797;0.017986;0.880797;0.952574;0.119203;0.268941;0.047426;0.119203;0.500000;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.119203;0.775912;0.698255;0.103308;0.765846;0.000000;0.632045;0.869778;0.130675;0.396756;0.145418;0.154074;0.623164;0.402033;0.000000;0.090957;0.700987;0.208498;0.000000;0.050738;0.013926;0.882578;0.001894;0.115530;0.851980;0.000005;0.148020;0.916590;0.000000;0.083410;0.952574;0.880797;0.500000;0.119203;0.047426;0.880797;0.268941;0.268941;0.731059;0.047426;0.268941;0.731059;0.268941;0.017986;0.047426;0.500000;0.500000;0.119203;0.268941;0.119203;0.708684;0.628083;0.649081;0.540163;0.426780;0.682438;0.768347;0.147669;0.611827;0.369351;0.359393;0.561684;0.471282;0.261150;0.000000;0.695085;0.415324;0.000000;0.161515;0.139434;0.434463;0.002320;0.563215;0.524965;0.000005;0.475030;0.463095;0.000000;0.536900;0.268941;0.952574;0.731059;0.500000;0.017986;0.500000;0.731059;0.993307;0.119203;0.002473;0.002473;0.731059;0.006693;0.002473;0.017986;0.268941;0.017986;0.006693;0.006693;0.006693;0.330926;0.711360;0.747439;0.533948;0.314104;0.827926;0.473275;0.888944;0.246011;0.043522;0.008942;0.602765;0.000000;0.000000;0.289256;0.522734;0.253317;0.000000;0.149822;0.018199;0.058947;0.003087;0.937968;0.118355;0.000110;0.881535;0.011365;0.000945;0.987695
0.500000;0.731059;0.119203;0.500000;0.006693;0.119203;0.500000;0.268941;0.982014;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.119203;0.119203;0.999089;0.982014;0.047426;0.662845;0.482257;0.410234;0.691256;0.000000;0.655431;0.784147;0.231653;0.758413;0.030888;0.104799;0.560206;0.000000;0.325414;0.389123;0.274681;0.369817;0.918863;0.605396;0.346151;0.957361;0.000387;0.042249;0.961475;0.000020;0.038500;0.979210;0.000010;0.020775;0.500000;0.500000;0.119203;0.880797;0.006693;0.880797;0.982014;0.952574;0.500000;0.006693;0.006693;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.268941;0.880797;0.017986;0.373788;0.350692;0.486253;0.933080;0.000000;0.731844;0.743454;0.467795;0.240489;0.060597;0.158825;0.314751;0.509249;0.087066;0.276878;0.571751;0.352744;0.000000;0.042819;0.203591;0.965991;0.000007;0.034000;0.963390;0.000000;0.036605;0.991645;0.000000;0.008355;0.047426;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.002473;0.993307;0.268941;0.268941;0.002473;0.952574;0.999665;0.000911;0.006693;0.006693;0.500000;0.268941;0.268941;0.803608;0.102110;0.130789;0.000000;0.457106;0.346604;0.000000;0.113850;0.089317;0.689118;0.729285;0.069785;0.674147;0.931502;0.226532;0.000000;0.022621;0.657236;0.567829;0.503250;0.954460;0.000416;0.045124;0.999375;0.000000;0.000625;0.999640;0.000000;0.000360;0.731059;0.993307;0.268941;0.047426;0.047426;0.500000;0.731059;0.119203;0.731059;0.017986;0.268941;0.880797;0.119203;0.047426;0.017986;0.119203;0.119203;0.731059;0.268941;0.047426;0.670622;0.850560;0.304703;0.324318;0.198134;0.670401;0.760058;0.036124;0.277880;0.428494;0.376836;0.737303;0.345925;0.493750;0.197024;0.323004;0.178286;0.000000;0.340740;0.376132;0.984090;0.003130;0.012778;0.999920;0.000000;0.000075;0.999935;0.000000;0.000065;0.268941;0.952574;0.500000;0.982014;0.006693;0.880797;0.982014;0.017986;0.880797;0.017986;0.047426;0.500000;0.119203;0.006693;0.119203;0.119203;0.119203;0.006693;0.500000;0.017986;0.590734;0.824480;0.633671;0.692536;0.000000;0.851194;0.803134;0.016725;0.438808;0.038346;0.114965;0.598688;0.408058;0.199887;0.602047;0.338049;0.284144;0.435610;0.127973;0.040272;0.980386;0.002873;0.016741;0.999725;0.000000;0.000275;0.999960;0.000000;0.000040;0.880797;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.500000;0.982014;0.017986;0.982014;0.952574;0.268941;0.119203;0.047426;0.119203;0.952574;0.119203;0.793147;0.191391;0.054785;0.000000;0.308530;0.051028;0.047201;0.194505;0.060882;0.729877;0.822882;0.028637;0.828069;0.791336;0.136108;0.113951;0.043605;0.594355;0.554779;0.541157;0.981039;0.003054;0.015907;0.999680;0.000000;0.000320;0.999960;0.000000;0.000040;0.119203;0.006693;0.006693;0.002473;0.500000;0.006693;0.002473;0.002473;0.006693;0.993307;0.982014;0.006693;0.952574;0.731059;0.006693;0.006693;0.047426;0.017986;0.119203;0.731059;0.493250;0.297130;0.071226;0.056147;0.381072;0.183472;0.070765;0.055988;0.168682;0.922585;0.830897;0.193723;0.669295;0.556261;0.000000;0.160300;0.000000;0.000000;0.171363;0.659485;0.967167;0.007181;0.025651;0.992580;0.000005;0.007410;0.996210;0.000000;0.003790;0.880797;0.880797;0.268941;0.880797;0.017986;0.880797;0.952574;0.119203;0.268941;0.047426;0.119203;0.500000;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.119203;0.775912;0.698255;0.103308;0.765846;0.000000;0.632045;0.869778;0.130675;0.396756;0.145418;0.154074;0.623164;0.402033;0.000000;0.090957;0.700987;0.208498;0.000000;0.050738;0.013926;0.882578;0.001894;0.115530;0.851980;0.000005;0.148020;0.916590;0.000000;0.083410;0.952574;0.880797;0.500000;0.119203;0.047426;0.880797;0.268941;0.268941;0.731059;0.047426;0.268941;0.731059;0.268941;0.017986;0.047426;0.500000;0.500000;0.119203;0.268941;0.119203;0.708684;0.628083;0.649081;0.540163;0.426780;0.682438;0.768347;0.147669;0.611827;0.369351;0.359393;0.561684;0.471282;0.261150;0.000000;0.695085;0.415324;0.000000;0.161515;0.139434;0.434463;0.002320;0.563215;0.524965;0.000005;0.475030;0.463095;0.000000;0.536900;0.268941;0.952574;0.731059;0.500000;0.017986;0.500000;0.731059;0.993307;0.119203;0.002473;0.002473;0.731059;0.006693;0.002473;0.017986;0.268941;0.017986;0.006693;0.006693;0.006693;0.330926;0.711360;0.747439;0.533948;0.314104;0.827926;0.473275;0.888944;0.246011;0.043522;0.008942;0.602765;0.000000;0.000000;0.289256;0.522734;0.253317;0.000000;0.149822;0.018199;0.058947;0.003087;0.937968;0.118355;0.000110;0.881535;0.011365;0.000945;0.987695;0.997527;0.047426;0.119203;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.017986;0.017986;0.500000;0.017986;0.006693;0.017986;0.500000;0.119203;0.002473;0.047426;0.119203;0.898894;0.238667;0.343215;0.317778;0.683305;0.628083;0.049973;0.687402;0.447939;0.341189;0.243240;0.229701;0.080616;0.000000;0.233617;0.683737;0.233796;0.559467;0.278081;0.363779;0.042349;0.109377;0.848275;0.107805;0.288415;0.603780;0.010310;0.034755;0.954935
0.500000;0.500000;0.119203;0.880797;0.006693;0.880797;0.982014;0.952574;0.500000;0.006693;0.006693;0.119203;0.017986;0.017986;0.268941;0.119203;0.047426;0.268941;0.880797;0.017986;0.373788;0.350692;0.486253;0.933080;0.000000;0.731844;0.743454;0.467795;0.240489;0.060597;0.158825;0.314751;0.509249;0.087066;0.276878;0.571751;0.352744;0.000000;0.042819;0.203591;0.965991;0.000007;0.034000;0.963390;0.000000;0.036605;0.991645;0.000000;0.008355;0.047426;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.002473;0.993307;0.268941;0.268941;0.002473;0.952574;0.999665;0.000911;0.006693;0.006693;0.500000;0.268941;0.268941;0.803608;0.102110;0.130789;0.000000;0.457106;0.346604;0.000000;0.113850;0.089317;0.689118;0.729285;0.069785;0.674147;0.931502;0.226532;0.000000;0.022621;0.657236;0.567829;0.503250;0.954460;0.000416;0.045124;0.999375;0.000000;0.000625;0.999640;0.000000;0.000360;0.731059;0.993307;0.268941;0.047426;0.047426;0.500000;0.731059;0.119203;0.731059;0.017986;0.268941;0.880797;0.119203;0.047426;0.017986;0.119203;0.119203;0.731059;0.268941;0.047426;0.670622;0.850560;0.304703;0.324318;0.198134;0.670401;0.760058;0.036124;0.277880;0.428494;0.376836;0.737303;0.345925;0.493750;0.197024;0.323004;0.178286;0.000000;0.340740;0.376132;0.984090;0.003130;0.012778;0.999920;0.000000;0.000075;0.999935;0.000000;0.000065;0.268941;0.952574;0.500000;0.982014;0.006693;0.880797;0.982014;0.017986;0.880797;0.017986;0.047426;0.500000;0.119203;0.006693;0.119203;0.119203;0.119203;0.006693;0.500000;0.017986;0.590734;0.824480;0.633671;0.692536;0.000000;0.851194;0.803134;0.016725;0.438808;0.038346;0.114965;0.598688;0.408058;0.199887;0.602047;0.338049;0.284144;0.435610;0.127973;0.040272;0.980386;0.002873;0.016741;0.999725;0.000000;0.000275;0.999960;0.000000;0.000040;0.880797;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.500000;0.982014;0.017986;0.982014;0.952574;0.268941;0.119203;0.047426;0.119203;0.952574;0.119203;0.793147;0.191391;0.054785;0.000000;0.308530;0.051028;0.047201;0.194505;0.060882;0.729877;0.822882;0.028637;0.828069;0.791336;0.136108;0.113951;0.043605;0.594355;0.554779;0.541157;0.981039;0.003054;0.015907;0.999680;0.000000;0.000320;0.999960;0.000000;0.000040;0.119203;0.006693;0.006693;0.002473;0.500000;0.006693;0.002473;0.002473;0.006693;0.993307;0.982014;0.006693;0.952574;0.731059;0.006693;0.006693;0.047426;0.017986;0.119203;0.731059;0.493250;0.297130;0.071226;0.056147;0.381072;0.183472;0.070765;0.055988;0.168682;0.922585;0.830897;0.193723;0.669295;0.556261;0.000000;0.160300;0.000000;0.000000;0.171363;0.659485;0.967167;0.007181;0.025651;0.992580;0.000005;0.007410;0.996210;0.000000;0.003790;0.880797;0.880797;0.268941;0.880797;0.017986;0.880797;0.952574;0.119203;0.268941;0.047426;0.119203;0.500000;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.119203;0.775912;0.698255;0.103308;0.765846;0.000000;0.632045;0.869778;0.130675;0.396756;0.145418;0.154074;0.623164;0.402033;0.000000;0.090957;0.700987;0.208498;0.000000;0.050738;0.013926;0.882578;0.001894;0.115530;0.851980;0.000005;0.148020;0.916590;0.000000;0.083410;0.952574;0.880797;0.500000;0.119203;0.047426;0.880797;0.268941;0.268941;0.731059;0.047426;0.268941;0.731059;0.268941;0.017986;0.047426;0.500000;0.500000;0.119203;0.268941;0.119203;0.708684;0.628083;0.649081;0.540163;0.426780;0.682438;0.768347;0.147669;0.611827;0.369351;0.359393;0.561684;0.471282;0.261150;0.000000;0.695085;0.415324;0.000000;0.161515;0.139434;0.434463;0.002320;0.563215;0.524965;0.000005;0.475030;0.463095;0.000000;0.536900;0.268941;0.952574;0.731059;0.500000;0.017986;0.500000;0.731059;0.993307;0.119203;0.002473;0.002473;0.731059;0.006693;0.002473;0.017986;0.268941;0.017986;0.006693;0.006693;0.006693;0.330926;0.711360;0.747439;0.533948;0.314104;0.827926;0.473275;0.888944;0.246011;0.043522;0.008942;0.602765;0.000000;0.000000;0.289256;0.522734;0.253317;0.000000;0.149822;0.018199;0.058947;0.003087;0.937968;0.118355;0.000110;0.881535;0.011365;0.000945;0.987695;0.997527;0.047426;0.119203;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.017986;0.017986;0.500000;0.017986;0.006693;0.017986;0.500000;0.119203;0.002473;0.047426;0.119203;0.898894;0.238667;0.343215;0.317778;0.683305;0.628083;0.049973;0.687402;0.447939;0.341189;0.243240;0.229701;0.080616;0.000000;0.233617;0.683737;0.233796;0.559467;0.278081;0.363779;0.042349;0.109377;0.848275;0.107805;0.288415;0.603780;0.010310;0.034755;0.954935;0.880797;0.017986;0.006693;0.006693;0.993307;0.017986;0.006693;0.047426;0.006693;0.731059;0.731059;0.017986;0.500000;0.047426;0.006693;0.268941;0.119203;0.006693;0.047426;0.982014;0.781085;0.058250;0.000000;0.000000;0.930215;0.000000;0.025185;0.062094;0.122819;0.735557;0.503000;0.000000;0.436347;0.520738;0.405645;0.129093;0.281709;0.232188;0.677433;0.858635;0.050324;0.172519;0.777155;0.109555;0.325545;0.564895;0.011460;0.128630;0.859910
0.047426;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.002473;0.993307;0.268941;0.268941;0.002473;0.952574;0.999665;0.000911;0.006693;0.006693;0.500000;0.268941;0.268941;0.803608;0.102110;0.130789;0.000000;0.457106;0.346604;0.000000;0.113850;0.089317;0.689118;0.729285;0.069785;0.674147;0.931502;0.226532;0.000000;0.022621;0.657236;0.567829;0.503250;0.954460;0.000416;0.045124;0.999375;0.000000;0.000625;0.999640;0.000000;0.000360;0.731059;0.993307;0.268941;0.047426;0.047426;0.500000;0.731059;0.119203;0.731059;0.017986;0.268941;0.880797;0.119203;0.047426;0.017986;0.119203;0.119203;0.731059;0.268941;0.047426;0.670622;0.850560;0.304703;0.324318;0.198134;0.670401;0.760058;0.036124;0.277880;0.428494;0.376836;0.737303;0.345925;0.493750;0.197024;0.323004;0.178286;0.000000;0.340740;0.376132;0.984090;0.003130;0.012778;0.999920;0.000000;0.000075;0.999935;0.000000;0.000065;0.268941;0.952574;0.500000;0.982014;0.006693;0.880797;0.982014;0.017986;0.880797;0.017986;0.047426;0.500000;0.119203;0.006693;0.119203;0.119203;0.119203;0.006693;0.500000;0.017986;0.590734;0.824480;0.633671;0.692536;0.000000;0.851194;0.803134;0.016725;0.438808;0.038346;0.114965;0.598688;0.408058;0.199887;0.602047;0.338049;0.284144;0.435610;0.127973;0.040272;0.980386;0.002873;0.016741;0.999725;0.000000;0.000275;0.999960;0.000000;0.000040;0.880797;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.500000;0.982014;0.017986;0.982014;0.952574;0.268941;0.119203;0.047426;0.119203;0.952574;0.119203;0.793147;0.191391;0.054785;0.000000;0.308530;0.051028;0.047201;0.194505;0.060882;0.729877;0.822882;0.028637;0.828069;0.791336;0.136108;0.113951;0.043605;0.594355;0.554779;0.541157;0.981039;0.003054;0.015907;0.999680;0.000000;0.000320;0.999960;0.000000;0.000040;0.119203;0.006693;0.006693;0.002473;0.500000;0.006693;0.002473;0.002473;0.006693;0.993307;0.982014;0.006693;0.952574;0.731059;0.006693;0.006693;0.047426;0.017986;0.119203;0.731059;0.493250;0.297130;0.071226;0.056147;0.381072;0.183472;0.070765;0.055988;0.168682;0.922585;0.830897;0.193723;0.669295;0.556261;0.000000;0.160300;0.000000;0.000000;0.171363;0.659485;0.967167;0.007181;0.025651;0.992580;0.000005;0.007410;0.996210;0.000000;0.003790;0.880797;0.880797;0.268941;0.880797;0.017986;0.880797;0.952574;0.119203;0.268941;0.047426;0.119203;0.500000;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.119203;0.775912;0.698255;0.103308;0.765846;0.000000;0.632045;0.869778;0.130675;0.396756;0.145418;0.154074;0.623164;0.402033;0.000000;0.090957;0.700987;0.208498;0.000000;0.050738;0.013926;0.882578;0.001894;0.115530;0.851980;0.000005;0.148020;0.916590;0.000000;0.083410;0.952574;0.880797;0.500000;0.119203;0.047426;0.880797;0.268941;0.268941;0.731059;0.047426;0.268941;0.731059;0.268941;0.017986;0.047426;0.500000;0.500000;0.119203;0.268941;0.119203;0.708684;0.628083;0.649081;0.540163;0.426780;0.682438;0.768347;0.147669;0.611827;0.369351;0.359393;0.561684;0.471282;0.261150;0.000000;0.695085;0.415324;0.000000;0.161515;0.139434;0.434463;0.002320;0.563215;0.524965;0.000005;0.475030;0.463095;0.000000;0.536900;0.268941;0.952574;0.731059;0.500000;0.017986;0.500000;0.731059;0.993307;0.119203;0.002473;0.002473;0.731059;0.006693;0.002473;0.017986;0.268941;0.017986;0.006693;0.006693;0.006693;0.330926;0.711360;0.747439;0.533948;0.314104;0.827926;0.473275;0.888944;0.246011;0.043522;0.008942;0.602765;0.000000;0.000000;0.289256;0.522734;0.253317;0.000000;0.149822;0.018199;0.058947;0.003087;0.937968;0.118355;0.000110;0.881535;0.011365;0.000945;0.987695;0.997527;0.047426;0.119203;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.017986;0.017986;0.500000;0.017986;0.006693;0.017986;0.500000;0.119203;0.002473;0.047426;0.119203;0.898894;0.238667;0.343215;0.317778;0.683305;0.628083;0.049973;0.687402;0.447939;0.341189;0.243240;0.229701;0.080616;0.000000;0.233617;0.683737;0.233796;0.559467;0.278081;0.363779;0.042349;0.109377;0.848275;0.107805;0.288415;0.603780;0.010310;0.034755;0.954935;0.880797;0.017986;0.006693;0.006693;0.993307;0.017986;0.006693;0.047426;0.006693;0.731059;0.731059;0.017986;0.500000;0.047426;0.006693;0.268941;0.119203;0.006693;0.047426;0.982014;0.781085;0.058250;0.000000;0.000000;0.930215;0.000000;0.025185;0.062094;0.122819;0.735557;0.503000;0.000000;0.436347;0.520738;0.405645;0.129093;0.281709;0.232188;0.677433;0.858635;0.050324;0.172519;0.777155;0.109555;0.325545;0.564895;0.011460;0.128630;0.859910;0.268941;0.119203;0.119203;0.999089;0.002473;0.268941;0.268941;0.500000;0.268941;0.002473;0.002473;0.047426;0.047426;0.000911;0.047426;0.731059;0.268941;0.000911;0.002473;0.002473;0.355718;0.571506;0.537430;0.964974;0.000000;0.681354;0.270123;0.274084;0.475520;0.055672;0.008434;0.247871;0.000000;0.000000;0.000000;0.551813;0.270912;0.180347;0.000000;0.083862;0.054531;0.399888;0.545582;0.111130;0.705760;0.183115;0.024545;0.407740;0.567715
0.982014;0.006693;0.006693;0.006693;0.500000;0.017986;0.017986;0.047426;0.006693;0.880797;0.880797;0.017986;0.268941;0.119203;0.119203;0.119203;0.268941;0.006693;0.017986;0.982014;0.433398;0.599888;0.238486;0.056840;0.241953;0.064706;0.023545;0.000000;0.145916;0.824335;0.699937;0.065375;0.526475;0.068370;0.884831;0.186032;0.332478;0.000000;0.051760;0.806901;0.300720;0.356554;0.342725;0.035045;0.458805;0.506150;0.038120;0.591060;0.370820;0.880797;0.047426;0.119203;0.047426;0.982014;0.268941;0.047426;0.268941;0.119203;0.268941;0.119203;0.047426;0.952574;0.047426;0.880797;0.731059;0.880797;0.047426;0.119203;0.500000;0.700777;0.135873;0.365864;0.239759;0.892545;0.443492;0.188927;0.746305;0.330483;0.259609;0.167563;0.035881;0.900070;0.149822;0.520489;0.806745;0.624103;0.000000;0.000000;0.245640;0.317765;0.355977;0.326258;0.051460;0.471960;0.476585;0.039555;0.586720;0.373720;0.268941;0.997527;0.880797;0.017986;0.047426;0.119203;0.047426;0.268941;0.731059;0.119203;0.047426;0.880797;0.017986;0.268941;0.006693;0.047426;0.047426;0.268941;0.119203;0.500000;0.340740;0.871804;0.425557;0.271505;0.000000;0.369817;0.069980;0.135756;0.505250;0.458843;0.433889;0.886653;0.523982;0.340964;0.190772;0.170937;0.060540;0.900250;0.614200;0.225308;0.316879;0.343756;0.339363;0.053770;0.498720;0.447505;0.040130;0.527665;0.432205;0.500000;0.002473;0.002473;0.002473;0.999665;0.017986;0.002473;0.006693;0.002473;0.982014;0.268941;0.006693;0.731059;0.017986;0.006693;0.017986;0.268941;0.006693;0.006693;0.982014;0.448681;0.070371;0.520988;0.099840;0.907795;0.194662;0.000000;0.121319;0.427514;0.716669;0.662398;0.121425;0.810460;0.433153;0.030769;0.699097;0.493000;0.700567;0.080099;0.773644;0.305619;0.355269;0.339112;0.070700;0.531455;0.397845;0.014155;0.524710;0.461135;0.119203;0.002473;0.017986;0.006693;0.047426;0.002473;0.002473;0.999665;0.002473;0.000335;0.002473;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000911;0.322786;0.000000;0.226006;0.000000;0.145294;0.114356;0.073850;0.970055;0.194662;0.000000;0.040934;0.142828;0.138238;0.000000;0.000000;0.058967;0.032515;0.000000;0.133080;0.000000;0.135868;0.145000;0.719132;0.065800;0.389390;0.544810;0.008740;0.036160;0.955100;0.017986;0.000911;0.006693;0.017986;0.000911;0.002473;0.002473;0.999665;0.002473;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000335;0.000000;0.053101;0.182276;0.160434;0.000000;0.227233;0.000000;0.971474;0.000000;0.000000;0.000000;0.056253;0.000000;0.000000;0.000000;0.519240;0.142217;0.000000;0.000000;0.000000;0.099927;0.130565;0.769506;0.118835;0.378460;0.502705;0.079450;0.004535;0.916010;0.017986;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.000911;0.002473;0.999089;0.731059;0.002473;0.119203;0.880797;0.006693;0.006693;0.017986;0.006693;0.268941;0.982014;0.061572;0.140035;0.000000;0.000000;0.000000;0.078493;0.032295;0.000000;0.101015;0.924701;0.824480;0.000000;0.525727;0.792490;0.747250;0.000000;0.000000;0.183472;0.326293;0.717481;0.582152;0.057839;0.360012;0.538595;0.161270;0.300140;0.487920;0.009210;0.502870;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.017986;0.006693;0.002473;0.006693;0.952574;0.999089;0.000911;0.002473;0.017986;0.433153;0.625041;0.558235;0.366561;0.000000;0.426046;0.358473;0.248431;0.115781;0.347964;0.350236;0.146290;0.269532;0.231120;0.000000;0.826353;0.904305;0.828779;0.086274;0.037797;0.688997;0.026290;0.284709;0.627405;0.057005;0.315590;0.664765;0.007345;0.327880;0.268941;0.047426;0.119203;0.119203;0.002473;0.731059;0.993307;0.952574;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.047426;0.047426;0.002473;0.006693;0.006693;0.667300;0.649764;0.712591;0.459092;0.000000;0.450661;0.885238;0.675463;0.307890;0.239942;0.160031;0.490001;0.192010;0.117326;0.751943;0.143810;0.000000;0.000000;0.045261;0.034824;0.853094;0.002052;0.144854;0.713965;0.004560;0.281480;0.899780;0.000730;0.099485;0.500000;0.002473;0.002473;0.000911;0.731059;0.002473;0.002473;0.047426;0.006693;0.047426;0.268941;0.002473;0.880797;0.997527;0.000911;0.017986;0.119203;0.999955;0.731059;0.047426;0.876208;0.000000;0.089074;0.000000;0.817574;0.000000;0.000000;0.466052;0.000000;0.283128;0.444727;0.000000;0.831459;0.816977;0.083173;0.719503;0.578105;0.770299;0.098146;0.494000;0.964170;0.000228;0.035601;0.953870;0.000645;0.045485;0.962550;0.000015;0.037430;0.017986;0.952574;0.017986;0.002473;0.006693;0.268941;0.017986;0.002473;0.006693;0.500000;0.993307;0.731059;0.993307;0.047426;0.006693;0.017986;0.047426;0.268941;0.017986;0.268941;0.332256;0.882467;0.391741;0.115067;0.145418;0.294838;0.020939;0.000000;0.055567;0.717481;0.804711;0.726513;0.911008;0.034290;0.085724;0.000000;0.016175;0.163010;0.094919;0.374725;0.987588;0.000319;0.012095;0.991140;0.000670;0.008195;0.998370;0.000000;0.001630
0.880797;0.047426;0.119203;0.047426;0.982014;0.268941;0.047426;0.268941;0.119203;0.268941;0.119203;0.047426;0.952574;0.047426;0.880797;0.731059;0.880797;0.047426;0.119203;0.500000;0.700777;0.135873;0.365864;0.239759;0.892545;0.443492;0.188927;0.746305;0.330483;0.259609;0.167563;0.035881;0.900070;0.149822;0.520489;0.806745;0.624103;0.000000;0.000000;0.245640;0.317765;0.355977;0.326258;0.051460;0.471960;0.476585;0.039555;0.586720;0.373720;0.268941;0.997527;0.880797;0.017986;0.047426;0.119203;0.047426;0.268941;0.731059;0.119203;0.047426;0.880797;0.017986;0.268941;0.006693;0.047426;0.047426;0.268941;0.119203;0.500000;0.340740;0.871804;0.425557;0.271505;0.000000;0.369817;0.069980;0.135756;0.505250;0.458843;0.433889;0.886653;0.523982;0.340964;0.190772;0.170937;0.060540;0.900250;0.614200;0.225308;0.316879;0.343756;0.339363;0.053770;0.498720;0.447505;0.040130;0.527665;0.432205;0.500000;0.002473;0.002473;0.002473;0.999665;0.017986;0.002473;0.006693;0.002473;0.982014;0.268941;0.006693;0.731059;0.017986;0.006693;0.017986;0.268941;0.006693;0.006693;0.982014;0.448681;0.070371;0.520988;0.099840;0.907795;0.194662;0.000000;0.121319;0.427514;0.716669;0.662398;0.121425;0.810460;0.433153;0.030769;0.699097;0.493000;0.700567;0.080099;0.773644;0.305619;0.355269;0.339112;0.070700;0.531455;0.397845;0.014155;0.524710;0.461135;0.119203;0.002473;0.017986;0.006693;0.047426;0.002473;0.002473;0.999665;0.002473;0.000335;0.002473;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000911;0.322786;0.000000;0.226006;0.000000;0.145294;0.114356;0.073850;0.970055;0.194662;0.000000;0.040934;0.142828;0.138238;0.000000;0.000000;0.058967;0.032515;0.000000;0.133080;0.000000;0.135868;0.145000;0.719132;0.065800;0.389390;0.544810;0.008740;0.036160;0.955100;0.017986;0.000911;0.006693;0.017986;0.000911;0.002473;0.002473;0.999665;0.002473;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000335;0.000000;0.053101;0.182276;0.160434;0.000000;0.227233;0.000000;0.971474;0.000000;0.000000;0.000000;0.056253;0.000000;0.000000;0.000000;0.519240;0.142217;0.000000;0.000000;0.000000;0.099927;0.130565;0.769506;0.118835;0.378460;0.502705;0.079450;0.004535;0.916010;0.017986;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.000911;0.002473;0.999089;0.731059;0.002473;0.119203;0.880797;0.006693;0.006693;0.017986;0.006693;0.268941;0.982014;0.061572;0.140035;0.000000;0.000000;0.000000;0.078493;0.032295;0.000000;0.101015;0.924701;0.824480;0.000000;0.525727;0.792490;0.747250;0.000000;0.000000;0.183472;0.326293;0.717481;0.582152;0.057839;0.360012;0.538595;0.161270;0.300140;0.487920;0.009210;0.502870;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.017986;0.006693;0.002473;0.006693;0.952574;0.999089;0.000911;0.002473;0.017986;0.433153;0.625041;0.558235;0.366561;0.000000;0.426046;0.358473;0.248431;0.115781;0.347964;0.350236;0.146290;0.269532;0.231120;0.000000;0.826353;0.904305;0.828779;0.086274;0.037797;0.688997;0.026290;0.284709;0.627405;0.057005;0.315590;0.664765;0.007345;0.327880;0.268941;0.047426;0.119203;0.119203;0.002473;0.731059;0.993307;0.952574;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.047426;0.047426;0.002473;0.006693;0.006693;0.667300;0.649764;0.712591;0.459092;0.000000;0.450661;0.885238;0.675463;0.307890;0.239942;0.160031;0.490001;0.192010;0.117326;0.751943;0.143810;0.000000;0.000000;0.045261;0.034824;0.853094;0.002052;0.144854;0.713965;0.004560;0.281480;0.899780;0.000730;0.099485;0.500000;0.002473;0.002473;0.000911;0.731059;0.002473;0.002473;0.047426;0.006693;0.047426;0.268941;0.002473;0.880797;0.997527;0.000911;0.017986;0.119203;0.999955;0.731059;0.047426;0.876208;0.000000;0.089074;0.000000;0.817574;0.000000;0.000000;0.466052;0.000000;0.283128;0.444727;0.000000;0.831459;0.816977;0.083173;0.719503;0.578105;0.770299;0.098146;0.494000;0.964170;0.000228;0.035601;0.953870;0.000645;0.045485;0.962550;0.000015;0.037430;0.017986;0.952574;0.017986;0.002473;0.006693;0.268941;0.017986;0.002473;0.006693;0.500000;0.993307;0.731059;0.993307;0.047426;0.006693;0.017986;0.047426;0.268941;0.017986;0.268941;0.332256;0.882467;0.391741;0.115067;0.145418;0.294838;0.020939;0.000000;0.055567;0.717481;0.804711;0.726513;0.911008;0.034290;0.085724;0.000000;0.016175;0.163010;0.094919;0.374725;0.987588;0.000319;0.012095;0.991140;0.000670;0.008195;0.998370;0.000000;0.001630;0.119203;0.993307;0.268941;0.268941;0.002473;0.880797;0.268941;0.017986;0.500000;0.006693;0.006693;0.993307;0.047426;0.002473;0.006693;0.047426;0.047426;0.002473;0.006693;0.006693;0.649081;0.881739;0.387460;0.524480;0.196234;0.703496;0.751196;0.046664;0.252750;0.000000;0.176100;0.899800;0.000000;0.052800;0.103865;0.089643;0.098678;0.405404;0.000000;0.062327;0.990138;0.002709;0.007148;0.997970;0.000640;0.001380;0.999310;0.000000;0.000685
0.268941;0.997527;0.880797;0.017986;0.047426;0.119203;0.047426;0.268941;0.731059;0.119203;0.047426;0.880797;0.017986;0.268941;0.006693;0.047426;0.047426;0.268941;0.119203;0.500000;0.340740;0.871804;0.425557;0.271505;0.000000;0.369817;0.069980;0.135756;0.505250;0.458843;0.433889;0.886653;0.523982;0.340964;0.190772;0.170937;0.060540;0.900250;0.614200;0.225308;0.316879;0.343756;0.339363;0.053770;0.498720;0.447505;0.040130;0.527665;0.432205;0.500000;0.002473;0.002473;0.002473;0.999665;0.017986;0.002473;0.006693;0.002473;0.982014;0.268941;0.006693;0.731059;0.017986;0.006693;0.017986;0.268941;0.006693;0.006693;0.982014;0.448681;0.070371;0.520988;0.099840;0.907795;0.194662;0.000000;0.121319;0.427514;0.716669;0.662398;0.121425;0.810460;0.433153;0.030769;0.699097;0.493000;0.700567;0.080099;0.773644;0.305619;0.355269;0.339112;0.070700;0.531455;0.397845;0.014155;0.524710;0.461135;0.119203;0.002473;0.017986;0.006693;0.047426;0.002473;0.002473;0.999665;0.002473;0.000335;0.002473;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000911;0.322786;0.000000;0.226006;0.000000;0.145294;0.114356;0.073850;0.970055;0.194662;0.000000;0.040934;0.142828;0.138238;0.000000;0.000000;0.058967;0.032515;0.000000;0.133080;0.000000;0.135868;0.145000;0.719132;0.065800;0.389390;0.544810;0.008740;0.036160;0.955100;0.017986;0.000911;0.006693;0.017986;0.000911;0.002473;0.002473;0.999665;0.002473;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000335;0.000000;0.053101;0.182276;0.160434;0.000000;0.227233;0.000000;0.971474;0.000000;0.000000;0.000000;0.056253;0.000000;0.000000;0.000000;0.519240;0.142217;0.000000;0.000000;0.000000;0.099927;0.130565;0.769506;0.118835;0.378460;0.502705;0.079450;0.004535;0.916010;0.017986;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.000911;0.002473;0.999089;0.731059;0.002473;0.119203;0.880797;0.006693;0.006693;0.017986;0.006693;0.268941;0.982014;0.061572;0.140035;0.000000;0.000000;0.000000;0.078493;0.032295;0.000000;0.101015;0.924701;0.824480;0.000000;0.525727;0.792490;0.747250;0.000000;0.000000;0.183472;0.326293;0.717481;0.582152;0.057839;0.360012;0.538595;0.161270;0.300140;0.487920;0.009210;0.502870;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.017986;0.006693;0.002473;0.006693;0.952574;0.999089;0.000911;0.002473;0.017986;0.433153;0.625041;0.558235;0.366561;0.000000;0.426046;0.358473;0.248431;0.115781;0.347964;0.350236;0.146290;0.269532;0.231120;0.000000;0.826353;0.904305;0.828779;0.086274;0.037797;0.688997;0.026290;0.284709;0.627405;0.057005;0.315590;0.664765;0.007345;0.327880;0.268941;0.047426;0.119203;0.119203;0.002473;0.731059;0.993307;0.952574;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.047426;0.047426;0.002473;0.006693;0.006693;0.667300;0.649764;0.712591;0.459092;0.000000;0.450661;0.885238;0.675463;0.307890;0.239942;0.160031;0.490001;0.192010;0.117326;0.751943;0.143810;0.000000;0.000000;0.045261;0.034824;0.853094;0.002052;0.144854;0.713965;0.004560;0.281480;0.899780;0.000730;0.099485;0.500000;0.002473;0.002473;0.000911;0.731059;0.002473;0.002473;0.047426;0.006693;0.047426;0.268941;0.002473;0.880797;0.997527;0.000911;0.017986;0.119203;0.999955;0.731059;0.047426;0.876208;0.000000;0.089074;0.000000;0.817574;0.000000;0.000000;0.466052;0.000000;0.283128;0.444727;0.000000;0.831459;0.816977;0.083173;0.719503;0.578105;0.770299;0.098146;0.494000;0.964170;0.000228;0.035601;0.953870;0.000645;0.045485;0.962550;0.000015;0.037430;0.017986;0.952574;0.017986;0.002473;0.006693;0.268941;0.017986;0.002473;0.006693;0.500000;0.993307;0.731059;0.993307;0.047426;0.006693;0.017986;0.047426;0.268941;0.017986;0.268941;0.332256;0.882467;0.391741;0.115067;0.145418;0.294838;0.020939;0.000000;0.055567;0.717481;0.804711;0.726513;0.911008;0.034290;0.085724;0.000000;0.016175;0.163010;0.094919;0.374725;0.987588;0.000319;0.012095;0.991140;0.000670;0.008195;0.998370;0.000000;0.001630;0.119203;0.993307;0.268941;0.268941;0.002473;0.880797;0.268941;0.017986;0.500000;0.006693;0.006693;0.993307;0.047426;0.002473;0.006693;0.047426;0.047426;0.002473;0.006693;0.006693;0.649081;0.881739;0.387460;0.524480;0.196234;0.703496;0.751196;0.046664;0.252750;0.000000;0.176100;0.899800;0.000000;0.052800;0.103865;0.089643;0.098678;0.405404;0.000000;0.062327;0.990138;0.002709;0.007148;0.997970;0.000640;0.001380;0.999310;0.000000;0.000685;0.880797;0.006693;0.006693;0.002473;0.119203;0.006693;0.006693;0.017986;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.006693;0.119203;0.119203;0.006693;0.047426;0.982014;0.650219;0.048338;0.332922;0.000000;0.265222;0.000000;0.029512;0.013627;0.269532;0.927034;0.612540;0.000000;0.867266;0.411444;0.000000;0.296296;0.178726;0.636915;0.179462;0.802976;0.987464;0.007537;0.005000;0.998585;0.000620;0.000800;0.999665;0.000000;0.000335
0.500000;0.002473;0.002473;0.002473;0.999665;0.017986;0.002473;0.006693;0.002473;0.982014;0.268941;0.006693;0.731059;0.017986;0.006693;0.017986;0.268941;0.006693;0.006693;0.982014;0.448681;0.070371;0.520988;0.099840;0.907795;0.194662;0.000000;0.121319;0.427514;0.716669;0.662398;0.121425;0.810460;0.433153;0.030769;0.699097;0.493000;0.700567;0.080099;0.773644;0.305619;0.355269;0.339112;0.070700;0.531455;0.397845;0.014155;0.524710;0.461135;0.119203;0.002473;0.017986;0.006693;0.047426;0.002473;0.002473;0.999665;0.002473;0.000335;0.002473;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000911;0.322786;0.000000;0.226006;0.000000;0.145294;0.114356;0.073850;0.970055;0.194662;0.000000;0.040934;0.142828;0.138238;0.000000;0.000000;0.058967;0.032515;0.000000;0.133080;0.000000;0.135868;0.145000;0.719132;0.065800;0.389390;0.544810;0.008740;0.036160;0.955100;0.017986;0.000911;0.006693;0.017986;0.000911;0.002473;0.002473;0.999665;0.002473;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000335;0.000000;0.053101;0.182276;0.160434;0.000000;0.227233;0.000000;0.971474;0.000000;0.000000;0.000000;0.056253;0.000000;0.000000;0.000000;0.519240;0.142217;0.000000;0.000000;0.000000;0.099927;0.130565;0.769506;0.118835;0.378460;0.502705;0.079450;0.004535;0.916010;0.017986;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.000911;0.002473;0.999089;0.731059;0.002473;0.119203;0.880797;0.006693;0.006693;0.017986;0.006693;0.268941;0.982014;0.061572;0.140035;0.000000;0.000000;0.000000;0.078493;0.032295;0.000000;0.101015;0.924701;0.824480;0.000000;0.525727;0.792490;0.747250;0.000000;0.000000;0.183472;0.326293;0.717481;0.582152;0.057839;0.360012;0.538595;0.161270;0.300140;0.487920;0.009210;0.502870;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.017986;0.006693;0.002473;0.006693;0.952574;0.999089;0.000911;0.002473;0.017986;0.433153;0.625041;0.558235;0.366561;0.000000;0.426046;0.358473;0.248431;0.115781;0.347964;0.350236;0.146290;0.269532;0.231120;0.000000;0.826353;0.904305;0.828779;0.086274;0.037797;0.688997;0.026290;0.284709;0.627405;0.057005;0.315590;0.664765;0.007345;0.327880;0.268941;0.047426;0.119203;0.119203;0.002473;0.731059;0.993307;0.952574;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.047426;0.047426;0.002473;0.006693;0.006693;0.667300;0.649764;0.712591;0.459092;0.000000;0.450661;0.885238;0.675463;0.307890;0.239942;0.160031;0.490001;0.192010;0.117326;0.751943;0.143810;0.000000;0.000000;0.045261;0.034824;0.853094;0.002052;0.144854;0.713965;0.004560;0.281480;0.899780;0.000730;0.099485;0.500000;0.002473;0.002473;0.000911;0.731059;0.002473;0.002473;0.047426;0.006693;0.047426;0.268941;0.002473;0.880797;0.997527;0.000911;0.017986;0.119203;0.999955;0.731059;0.047426;0.876208;0.000000;0.089074;0.000000;0.817574;0.000000;0.000000;0.466052;0.000000;0.283128;0.444727;0.000000;0.831459;0.816977;0.083173;0.719503;0.578105;0.770299;0.098146;0.494000;0.964170;0.000228;0.035601;0.953870;0.000645;0.045485;0.962550;0.000015;0.037430;0.017986;0.952574;0.017986;0.002473;0.006693;0.268941;0.017986;0.002473;0.006693;0.500000;0.993307;0.731059;0.993307;0.047426;0.006693;0.017986;0.047426;0.268941;0.017986;0.268941;0.332256;0.882467;0.391741;0.115067;0.145418;0.294838;0.020939;0.000000;0.055567;0.717481;0.804711;0.726513;0.911008;0.034290;0.085724;0.000000;0.016175;0.163010;0.094919;0.374725;0.987588;0.000319;0.012095;0.991140;0.000670;0.008195;0.998370;0.000000;0.001630;0.119203;0.993307;0.268941;0.268941;0.002473;0.880797;0.268941;0.017986;0.500000;0.006693;0.006693;0.993307;0.047426;0.002473;0.006693;0.047426;0.047426;0.002473;0.006693;0.006693;0.649081;0.881739;0.387460;0.524480;0.196234;0.703496;0.751196;0.046664;0.252750;0.000000;0.176100;0.899800;0.000000;0.052800;0.103865;0.089643;0.098678;0.405404;0.000000;0.062327;0.990138;0.002709;0.007148;0.997970;0.000640;0.001380;0.999310;0.000000;0.000685;0.880797;0.006693;0.006693;0.002473;0.119203;0.006693;0.006693;0.017986;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.006693;0.119203;0.119203;0.006693;0.047426;0.982014;0.650219;0.048338;0.332922;0.000000;0.265222;0.000000;0.029512;0.013627;0.269532;0.927034;0.612540;0.000000;0.867266;0.411444;0.000000;0.296296;0.178726;0.636915;0.179462;0.802976;0.987464;0.007537;0.005000;0.998585;0.000620;0.000800;0.999665;0.000000;0.000335;0.997527;0.006693;0.017986;0.047426;0.500000;0.047426;0.017986;0.500000;0.006693;0.047426;0.119203;0.017986;0.500000;0.006693;0.017986;0.268941;0.119203;0.268941;0.006693;0.268941;0.914901;0.526725;0.078493;0.040079;0.518991;0.166034;0.020573;0.452395;0.304492;0.654301;0.562915;0.063805;0.518741;0.220458;0.000000;0.200848;0.186487;0.446209;0.441026;0.536435;0.987727;0.006670;0.005602;0.995110;0.000530;0.004360;0.999995;0.000000;0.000005
0.119203;0.002473;0.017986;0.006693;0.047426;0.002473;0.002473;0.999665;0.002473;0.000335;0.002473;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000911;0.322786;0.000000;0.226006;0.000000;0.145294;0.114356;0.073850;0.970055;0.194662;0.000000;0.040934;0.142828;0.138238;0.000000;0.000000;0.058967;0.032515;0.000000;0.133080;0.000000;0.135868;0.145000;0.719132;0.065800;0.389390;0.544810;0.008740;0.036160;0.955100;0.017986;0.000911;0.006693;0.017986;0.000911;0.002473;0.002473;0.999665;0.002473;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000335;0.000000;0.053101;0.182276;0.160434;0.000000;0.227233;0.000000;0.971474;0.000000;0.000000;0.000000;0.056253;0.000000;0.000000;0.000000;0.519240;0.142217;0.000000;0.000000;0.000000;0.099927;0.130565;0.769506;0.118835;0.378460;0.502705;0.079450;0.004535;0.916010;0.017986;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.000911;0.002473;0.999089;0.731059;0.002473;0.119203;0.880797;0.006693;0.006693;0.017986;0.006693;0.268941;0.982014;0.061572;0.140035;0.000000;0.000000;0.000000;0.078493;0.032295;0.000000;0.101015;0.924701;0.824480;0.000000;0.525727;0.792490;0.747250;0.000000;0.000000;0.183472;0.326293;0.717481;0.582152;0.057839;0.360012;0.538595;0.161270;0.300140;0.487920;0.009210;0.502870;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.017986;0.006693;0.002473;0.006693;0.952574;0.999089;0.000911;0.002473;0.017986;0.433153;0.625041;0.558235;0.366561;0.000000;0.426046;0.358473;0.248431;0.115781;0.347964;0.350236;0.146290;0.269532;0.231120;0.000000;0.826353;0.904305;0.828779;0.086274;0.037797;0.688997;0.026290;0.284709;0.627405;0.057005;0.315590;0.664765;0.007345;0.327880;0.268941;0.047426;0.119203;0.119203;0.002473;0.731059;0.993307;0.952574;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.047426;0.047426;0.002473;0.006693;0.006693;0.667300;0.649764;0.712591;0.459092;0.000000;0.450661;0.885238;0.675463;0.307890;0.239942;0.160031;0.490001;0.192010;0.117326;0.751943;0.143810;0.000000;0.000000;0.045261;0.034824;0.853094;0.002052;0.144854;0.713965;0.004560;0.281480;0.899780;0.000730;0.099485;0.500000;0.002473;0.002473;0.000911;0.731059;0.002473;0.002473;0.047426;0.006693;0.047426;0.268941;0.002473;0.880797;0.997527;0.000911;0.017986;0.119203;0.999955;0.731059;0.047426;0.876208;0.000000;0.089074;0.000000;0.817574;0.000000;0.000000;0.466052;0.000000;0.283128;0.444727;0.000000;0.831459;0.816977;0.083173;0.719503;0.578105;0.770299;0.098146;0.494000;0.964170;0.000228;0.035601;0.953870;0.000645;0.045485;0.962550;0.000015;0.037430;0.017986;0.952574;0.017986;0.002473;0.006693;0.268941;0.017986;0.002473;0.006693;0.500000;0.993307;0.731059;0.993307;0.047426;0.006693;0.017986;0.047426;0.268941;0.017986;0.268941;0.332256;0.882467;0.391741;0.115067;0.145418;0.294838;0.020939;0.000000;0.055567;0.717481;0.804711;0.726513;0.911008;0.034290;0.085724;0.000000;0.016175;0.163010;0.094919;0.374725;0.987588;0.000319;0.012095;0.991140;0.000670;0.008195;0.998370;0.000000;0.001630;0.119203;0.993307;0.268941;0.268941;0.002473;0.880797;0.268941;0.017986;0.500000;0.006693;0.006693;0.993307;0.047426;0.002473;0.006693;0.047426;0.047426;0.002473;0.006693;0.006693;0.649081;0.881739;0.387460;0.524480;0.196234;0.703496;0.751196;0.046664;0.252750;0.000000;0.176100;0.899800;0.000000;0.052800;0.103865;0.089643;0.098678;0.405404;0.000000;0.062327;0.990138;0.002709;0.007148;0.997970;0.000640;0.001380;0.999310;0.000000;0.000685;0.880797;0.006693;0.006693;0.002473;0.119203;0.006693;0.006693;0.017986;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.006693;0.119203;0.119203;0.006693;0.047426;0.982014;0.650219;0.048338;0.332922;0.000000;0.265222;0.000000;0.029512;0.013627;0.269532;0.927034;0.612540;0.000000;0.867266;0.411444;0.000000;0.296296;0.178726;0.636915;0.179462;0.802976;0.987464;0.007537;0.005000;0.998585;0.000620;0.000800;0.999665;0.000000;0.000335;0.997527;0.006693;0.017986;0.047426;0.500000;0.047426;0.017986;0.500000;0.006693;0.047426;0.119203;0.017986;0.500000;0.006693;0.017986;0.268941;0.119203;0.268941;0.006693;0.268941;0.914901;0.526725;0.078493;0.040079;0.518991;0.166034;0.020573;0.452395;0.304492;0.654301;0.562915;0.063805;0.518741;0.220458;0.000000;0.200848;0.186487;0.446209;0.441026;0.536435;0.987727;0.006670;0.005602;0.995110;0.000530;0.004360;0.999995;0.000000;0.000005;0.982014;0.268941;0.500000;0.880797;0.017986;0.268941;0.500000;0.500000;0.982014;0.017986;0.017986;0.268941;0.047426;0.006693;0.119203;0.500000;0.731059;0.006693;0.017986;0.047426;0.779542;0.734193;0.444480;0.803292;0.140276;0.722521;0.668853;0.425069;0.721316;0.119308;0.295879;0.339169;0.076845;0.076421;0.059468;0.264249;0.425313;0.210154;0.280497;0.043982;0.982636;0.007435;0.009929;0.995000;0.000485;0.004515;0.999990;0.000000;0.000010
0.017986;0.000911;0.006693;0.017986;0.000911;0.002473;0.002473;0.999665;0.002473;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000335;0.000000;0.053101;0.182276;0.160434;0.000000;0.227233;0.000000;0.971474;0.000000;0.000000;0.000000;0.056253;0.000000;0.000000;0.000000;0.519240;0.142217;0.000000;0.000000;0.000000;0.099927;0.130565;0.769506;0.118835;0.378460;0.502705;0.079450;0.004535;0.916010;0.017986;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.000911;0.002473;0.999089;0.731059;0.002473;0.119203;0.880797;0.006693;0.006693;0.017986;0.006693;0.268941;0.982014;0.061572;0.140035;0.000000;0.000000;0.000000;0.078493;0.032295;0.000000;0.101015;0.924701;0.824480;0.000000;0.525727;0.792490;0.747250;0.000000;0.000000;0.183472;0.326293;0.717481;0.582152;0.057839;0.360012;0.538595;0.161270;0.300140;0.487920;0.009210;0.502870;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.017986;0.006693;0.002473;0.006693;0.952574;0.999089;0.000911;0.002473;0.017986;0.433153;0.625041;0.558235;0.366561;0.000000;0.426046;0.358473;0.248431;0.115781;0.347964;0.350236;0.146290;0.269532;0.231120;0.000000;0.826353;0.904305;0.828779;0.086274;0.037797;0.688997;0.026290;0.284709;0.627405;0.057005;0.315590;0.664765;0.007345;0.327880;0.268941;0.047426;0.119203;0.119203;0.002473;0.731059;0.993307;0.952574;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.047426;0.047426;0.002473;0.006693;0.006693;0.667300;0.649764;0.712591;0.459092;0.000000;0.450661;0.885238;0.675463;0.307890;0.239942;0.160031;0.490001;0.192010;0.117326;0.751943;0.143810;0.000000;0.000000;0.045261;0.034824;0.853094;0.002052;0.144854;0.713965;0.004560;0.281480;0.899780;0.000730;0.099485;0.500000;0.002473;0.002473;0.000911;0.731059;0.002473;0.002473;0.047426;0.006693;0.047426;0.268941;0.002473;0.880797;0.997527;0.000911;0.017986;0.119203;0.999955;0.731059;0.047426;0.876208;0.000000;0.089074;0.000000;0.817574;0.000000;0.000000;0.466052;0.000000;0.283128;0.444727;0.000000;0.831459;0.816977;0.083173;0.719503;0.578105;0.770299;0.098146;0.494000;0.964170;0.000228;0.035601;0.953870;0.000645;0.045485;0.962550;0.000015;0.037430;0.017986;0.952574;0.017986;0.002473;0.006693;0.268941;0.017986;0.002473;0.006693;0.500000;0.993307;0.731059;0.993307;0.047426;0.006693;0.017986;0.047426;0.268941;0.017986;0.268941;0.332256;0.882467;0.391741;0.115067;0.145418;0.294838;0.020939;0.000000;0.055567;0.717481;0.804711;0.726513;0.911008;0.034290;0.085724;0.000000;0.016175;0.163010;0.094919;0.374725;0.987588;0.000319;0.012095;0.991140;0.000670;0.008195;0.998370;0.000000;0.001630;0.119203;0.993307;0.268941;0.268941;0.002473;0.880797;0.268941;0.017986;0.500000;0.006693;0.006693;0.993307;0.047426;0.002473;0.006693;0.047426;0.047426;0.002473;0.006693;0.006693;0.649081;0.881739;0.387460;0.524480;0.196234;0.703496;0.751196;0.046664;0.252750;0.000000;0.176100;0.899800;0.000000;0.052800;0.103865;0.089643;0.098678;0.405404;0.000000;0.062327;0.990138;0.002709;0.007148;0.997970;0.000640;0.001380;0.999310;0.000000;0.000685;0.880797;0.006693;0.006693;0.002473;0.119203;0.006693;0.006693;0.017986;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.006693;0.119203;0.119203;0.006693;0.047426;0.982014;0.650219;0.048338;0.332922;0.000000;0.265222;0.000000;0.029512;0.013627;0.269532;0.927034;0.612540;0.000000;0.867266;0.411444;0.000000;0.296296;0.178726;0.636915;0.179462;0.802976;0.987464;0.007537;0.005000;0.998585;0.000620;0.000800;0.999665;0.000000;0.000335;0.997527;0.006693;0.017986;0.047426;0.500000;0.047426;0.017986;0.500000;0.006693;0.047426;0.119203;0.017986;0.500000;0.006693;0.017986;0.268941;0.119203;0.268941;0.006693;0.268941;0.914901;0.526725;0.078493;0.040079;0.518991;0.166034;0.020573;0.452395;0.304492;0.654301;0.562915;0.063805;0.518741;0.220458;0.000000;0.200848;0.186487;0.446209;0.441026;0.536435;0.987727;0.006670;0.005602;0.995110;0.000530;0.004360;0.999995;0.000000;0.000005;0.982014;0.268941;0.500000;0.880797;0.017986;0.268941;0.500000;0.500000;0.982014;0.017986;0.017986;0.268941;0.047426;0.006693;0.119203;0.500000;0.731059;0.006693;0.017986;0.047426;0.779542;0.734193;0.444480;0.803292;0.140276;0.722521;0.668853;0.425069;0.721316;0.119308;0.295879;0.339169;0.076845;0.076421;0.059468;0.264249;0.425313;0.210154;0.280497;0.043982;0.982636;0.007435;0.009929;0.995000;0.000485;0.004515;0.999990;0.000000;0.000010;0.119203;0.017986;0.006693;0.006693;0.017986;0.119203;0.006693;0.002473;0.268941;0.731059;0.993307;0.006693;0.993307;0.119203;0.006693;0.017986;0.268941;0.017986;0.268941;0.500000;0.515245;0.355488;0.000000;0.078276;0.370517;0.311739;0.492001;0.053555;0.222181;0.710333;0.808145;0.325195;0.931948;0.556261;0.000000;0.039506;0.147543;0.726910;0.648169;0.501250;0.986096;0.008004;0.005900;0.994020;0.000400;0.005580;0.999990;0.000000;0.000010
0.017986;0.002473;0.002473;0.000911;0.017986;0.002473;0.002473;0.000911;0.002473;0.999089;0.731059;0.002473;0.119203;0.880797;0.006693;0.006693;0.017986;0.006693;0.268941;0.982014;0.061572;0.140035;0.000000;0.000000;0.000000;0.078493;0.032295;0.000000;0.101015;0.924701;0.824480;0.000000;0.525727;0.792490;0.747250;0.000000;0.000000;0.183472;0.326293;0.717481;0.582152;0.057839;0.360012;0.538595;0.161270;0.300140;0.487920;0.009210;0.502870;0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.017986;0.006693;0.002473;0.006693;0.952574;0.999089;0.000911;0.002473;0.017986;0.433153;0.625041;0.558235;0.366561;0.000000;0.426046;0.358473;0.248431;0.115781;0.347964;0.350236;0.146290;0.269532;0.231120;0.000000;0.826353;0.904305;0.828779;0.086274;0.037797;0.688997;0.026290;0.284709;0.627405;0.057005;0.315590;0.664765;0.007345;0.327880;0.268941;0.047426;0.119203;0.119203;0.002473;0.731059;0.993307;0.952574;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.047426;0.047426;0.002473;0.006693;0.006693;0.667300;0.649764;0.712591;0.459092;0.000000;0.450661;0.885238;0.675463;0.307890;0.239942;0.160031;0.490001;0.192010;0.117326;0.751943;0.143810;0.000000;0.000000;0.045261;0.034824;0.853094;0.002052;0.144854;0.713965;0.004560;0.281480;0.899780;0.000730;0.099485;0.500000;0.002473;0.002473;0.000911;0.731059;0.002473;0.002473;0.047426;0.006693;0.047426;0.268941;0.002473;0.880797;0.997527;0.000911;0.017986;0.119203;0.999955;0.731059;0.047426;0.876208;0.000000;0.089074;0.000000;0.817574;0.000000;0.000000;0.466052;0.000000;0.283128;0.444727;0.000000;0.831459;0.816977;0.083173;0.719503;0.578105;0.770299;0.098146;0.494000;0.964170;0.000228;0.035601;0.953870;0.000645;0.045485;0.962550;0.000015;0.037430;0.017986;0.952574;0.017986;0.002473;0.006693;0.268941;0.017986;0.002473;0.006693;0.500000;0.993307;0.731059;0.993307;0.047426;0.006693;0.017986;0.047426;0.268941;0.017986;0.268941;0.332256;0.882467;0.391741;0.115067;0.145418;0.294838;0.020939;0.000000;0.055567;0.717481;0.804711;0.726513;0.911008;0.034290;0.085724;0.000000;0.016175;0.163010;0.094919;0.374725;0.987588;0.000319;0.012095;0.991140;0.000670;0.008195;0.998370;0.000000;0.001630;0.119203;0.993307;0.268941;0.268941;0.002473;0.880797;0.268941;0.017986;0.500000;0.006693;0.006693;0.993307;0.047426;0.002473;0.006693;0.047426;0.047426;0.002473;0.006693;0.006693;0.649081;0.881739;0.387460;0.524480;0.196234;0.703496;0.751196;0.046664;0.252750;0.000000;0.176100;0.899800;0.000000;0.052800;0.103865;0.089643;0.098678;0.405404;0.000000;0.062327;0.990138;0.002709;0.007148;0.997970;0.000640;0.001380;0.999310;0.000000;0.000685;0.880797;0.006693;0.006693;0.002473;0.119203;0.006693;0.006693;0.017986;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.006693;0.119203;0.119203;0.006693;0.047426;0.982014;0.650219;0.048338;0.332922;0.000000;0.265222;0.000000;0.029512;0.013627;0.269532;0.927034;0.612540;0.000000;0.867266;0.411444;0.000000;0.296296;0.178726;0.636915;0.179462;0.802976;0.987464;0.007537;0.005000;0.998585;0.000620;0.000800;0.999665;0.000000;0.000335;0.997527;0.006693;0.017986;0.047426;0.500000;0.047426;0.017986;0.500000;0.006693;0.047426;0.119203;0.017986;0.500000;0.006693;0.017986;0.268941;0.119203;0.268941;0.006693;0.268941;0.914901;0.526725;0.078493;0.040079;0.518991;0.166034;0.020573;0.452395;0.304492;0.654301;0.562915;0.063805;0.518741;0.220458;0.000000;0.200848;0.186487;0.446209;0.441026;0.536435;0.987727;0.006670;0.005602;0.995110;0.000530;0.004360;0.999995;0.000000;0.000005;0.982014;0.268941;0.500000;0.880797;0.017986;0.268941;0.500000;0.500000;0.982014;0.017986;0.017986;0.268941;0.047426;0.006693;0.119203;0.500000;0.731059;0.006693;0.017986;0.047426;0.779542;0.734193;0.444480;0.803292;0.140276;0.722521;0.668853;0.425069;0.721316;0.119308;0.295879;0.339169;0.076845;0.076421;0.059468;0.264249;0.425313;0.210154;0.280497;0.043982;0.982636;0.007435;0.009929;0.995000;0.000485;0.004515;0.999990;0.000000;0.000010;0.119203;0.017986;0.006693;0.006693;0.017986;0.119203;0.006693;0.002473;0.268941;0.731059;0.993307;0.006693;0.993307;0.119203;0.006693;0.017986;0.268941;0.017986;0.268941;0.500000;0.515245;0.355488;0.000000;0.078276;0.370517;0.311739;0.492001;0.053555;0.222181;0.710333;0.808145;0.325195;0.931948;0.556261;0.000000;0.039506;0.147543;0.726910;0.648169;0.501250;0.986096;0.008004;0.005900;0.994020;0.000400;0.005580;0.999990;0.000000;0.000010;0.999089;0.006693;0.006693;0.002473;0.952574;0.006693;0.006693;0.047426;0.006693;0.006693;0.006693;0.006693;0.047426;0.002473;0.017986;0.268941;0.268941;0.002473;0.002473;0.119203;0.954479;0.000000;0.000000;0.064404;0.956186;0.000000;0.000000;0.200207;0.000000;0.203915;0.472278;0.000000;0.000000;0.057378;0.000000;0.239577;0.075578;0.000000;0.000000;0.140759;0.983154;0.010088;0.006758;0.993425;0.000435;0.006140;0.999940;0.000000;0.000060
0.017986;0.006693;0.017986;0.017986;0.017986;0.017986;0.119203;0.017986;0.006693;0.017986;0.006693;0.017986;0.006693;0.002473;0.006693;0.952574;0.999089;0.000911;0.002473;0.017986;0.433153;0.625041;0.558235;0.366561;0.000000;0.426046;0.358473;0.248431;0.115781;0.347964;0.350236;0.146290;0.269532;0.231120;0.000000;0.826353;0.904305;0.828779;0.086274;0.037797;0.688997;0.026290;0.284709;0.627405;0.057005;0.315590;0.664765;0.007345;0.327880;0.268941;0.047426;0.119203;0.119203;0.002473;0.731059;0.993307;0.952574;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.047426;0.047426;0.002473;0.006693;0.006693;0.667300;0.649764;0.712591;0.459092;0.000000;0.450661;0.885238;0.675463;0.307890;0.239942;0.160031;0.490001;0.192010;0.117326;0.751943;0.143810;0.000000;0.000000;0.045261;0.034824;0.853094;0.002052;0.144854;0.713965;0.004560;0.281480;0.899780;0.000730;0.099485;0.500000;0.002473;0.002473;0.000911;0.731059;0.002473;0.002473;0.047426;0.006693;0.047426;0.268941;0.002473;0.880797;0.997527;0.000911;0.017986;0.119203;0.999955;0.731059;0.047426;0.876208;0.000000;0.089074;0.000000;0.817574;0.000000;0.000000;0.466052;0.000000;0.283128;0.444727;0.000000;0.831459;0.816977;0.083173;0.719503;0.578105;0.770299;0.098146;0.494000;0.964170;0.000228;0.035601;0.953870;0.000645;0.045485;0.962550;0.000015;0.037430;0.017986;0.952574;0.017986;0.002473;0.006693;0.268941;0.017986;0.002473;0.006693;0.500000;0.993307;0.731059;0.993307;0.047426;0.006693;0.017986;0.047426;0.268941;0.017986;0.268941;0.332256;0.882467;0.391741;0.115067;0.145418;0.294838;0.020939;0.000000;0.055567;0.717481;0.804711;0.726513;0.911008;0.034290;0.085724;0.000000;0.016175;0.163010;0.094919;0.374725;0.987588;0.000319;0.012095;0.991140;0.000670;0.008195;0.998370;0.000000;0.001630;0.119203;0.993307;0.268941;0.268941;0.002473;0.880797;0.268941;0.017986;0.500000;0.006693;0.006693;0.993307;0.047426;0.002473;0.006693;0.047426;0.047426;0.002473;0.006693;0.006693;0.649081;0.881739;0.387460;0.524480;0.196234;0.703496;0.751196;0.046664;0.252750;0.000000;0.176100;0.899800;0.000000;0.052800;0.103865;0.089643;0.098678;0.405404;0.000000;0.062327;0.990138;0.002709;0.007148;0.997970;0.000640;0.001380;0.999310;0.000000;0.000685;0.880797;0.006693;0.006693;0.002473;0.119203;0.006693;0.006693;0.017986;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.006693;0.119203;0.119203;0.006693;0.047426;0.982014;0.650219;0.048338;0.332922;0.000000;0.265222;0.000000;0.029512;0.013627;0.269532;0.927034;0.612540;0.000000;0.867266;0.411444;0.000000;0.296296;0.178726;0.636915;0.179462;0.802976;0.987464;0.007537;0.005000;0.998585;0.000620;0.000800;0.999665;0.000000;0.000335;0.997527;0.006693;0.017986;0.047426;0.500000;0.047426;0.017986;0.500000;0.006693;0.047426;0.119203;0.017986;0.500000;0.006693;0.017986;0.268941;0.119203;0.268941;0.006693;0.268941;0.914901;0.526725;0.078493;0.040079;0.518991;0.166034;0.020573;0.452395;0.304492;0.654301;0.562915;0.063805;0.518741;0.220458;0.000000;0.200848;0.186487;0.446209;0.441026;0.536435;0.987727;0.006670;0.005602;0.995110;0.000530;0.004360;0.999995;0.000000;0.000005;0.982014;0.268941;0.500000;0.880797;0.017986;0.268941;0.500000;0.500000;0.982014;0.017986;0.017986;0.268941;0.047426;0.006693;0.119203;0.500000;0.731059;0.006693;0.017986;0.047426;0.779542;0.734193;0.444480;0.803292;0.140276;0.722521;0.668853;0.425069;0.721316;0.119308;0.295879;0.339169;0.076845;0.076421;0.059468;0.264249;0.425313;0.210154;0.280497;0.043982;0.982636;0.007435;0.009929;0.995000;0.000485;0.004515;0.999990;0.000000;0.000010;0.119203;0.017986;0.006693;0.006693;0.017986;0.119203;0.006693;0.002473;0.268941;0.731059;0.993307;0.006693;0.993307;0.119203;0.006693;0.017986;0.268941;0.017986;0.268941;0.500000;0.515245;0.355488;0.000000;0.078276;0.370517;0.311739;0.492001;0.053555;0.222181;0.710333;0.808145;0.325195;0.931948;0.556261;0.000000;0.039506;0.147543;0.726910;0.648169;0.501250;0.986096;0.008004;0.005900;0.994020;0.000400;0.005580;0.999990;0.000000;0.000010;0.999089;0.006693;0.006693;0.002473;0.952574;0.006693;0.006693;0.047426;0.006693;0.006693;0.006693;0.006693;0.047426;0.002473;0.017986;0.268941;0.268941;0.002473;0.002473;0.119203;0.954479;0.000000;0.000000;0.064404;0.956186;0.000000;0.000000;0.200207;0.000000;0.203915;0.472278;0.000000;0.000000;0.057378;0.000000;0.239577;0.075578;0.000000;0.000000;0.140759;0.983154;0.010088;0.006758;0.993425;0.000435;0.006140;0.999940;0.000000;0.000060;0.880797;0.500000;0.268941;0.880797;0.017986;0.880797;0.982014;0.119203;0.880797;0.006693;0.017986;0.268941;0.119203;0.017986;0.047426;0.731059;0.268941;0.047426;0.119203;0.017986;0.657911;0.815628;0.368886;0.376132;0.000000;0.798830;0.871131;0.055882;0.520239;0.080173;0.195919;0.738850;0.064284;0.000000;0.000000;0.588798;0.106786;0.225482;0.199248;0.308744;0.981705;0.011140;0.007156;0.988045;0.000350;0.011610;0.999725;0.000000;0.000275
0.268941;0.047426;0.119203;0.119203;0.002473;0.731059;0.993307;0.952574;0.047426;0.002473;0.002473;0.047426;0.006693;0.002473;0.952574;0.047426;0.047426;0.002473;0.006693;0.006693;0.667300;0.649764;0.712591;0.459092;0.000000;0.450661;0.885238;0.675463;0.307890;0.239942;0.160031;0.490001;0.192010;0.117326;0.751943;0.143810;0.000000;0.000000;0.045261;0.034824;0.853094;0.002052;0.144854;0.713965;0.004560;0.281480;0.899780;0.000730;0.099485;0.500000;0.002473;0.002473;0.000911;0.731059;0.002473;0.002473;0.047426;0.006693;0.047426;0.268941;0.002473;0.880797;0.997527;0.000911;0.017986;0.119203;0.999955;0.731059;0.047426;0.876208;0.000000;0.089074;0.000000;0.817574;0.000000;0.000000;0.466052;0.000000;0.283128;0.444727;0.000000;0.831459;0.816977;0.083173;0.719503;0.578105;0.770299;0.098146;0.494000;0.964170;0.000228;0.035601;0.953870;0.000645;0.045485;0.962550;0.000015;0.037430;0.017986;0.952574;0.017986;0.002473;0.006693;0.268941;0.017986;0.002473;0.006693;0.500000;0.993307;0.731059;0.993307;0.047426;0.006693;0.017986;0.047426;0.268941;0.017986;0.268941;0.332256;0.882467;0.391741;0.115067;0.145418;0.294838;0.020939;0.000000;0.055567;0.717481;0.804711;0.726513;0.911008;0.034290;0.085724;0.000000;0.016175;0.163010;0.094919;0.374725;0.987588;0.000319;0.012095;0.991140;0.000670;0.008195;0.998370;0.000000;0.001630;0.119203;0.993307;0.268941;0.268941;0.002473;0.880797;0.268941;0.017986;0.500000;0.006693;0.006693;0.993307;0.047426;0.002473;0.006693;0.047426;0.047426;0.002473;0.006693;0.006693;0.649081;0.881739;0.387460;0.524480;0.196234;0.703496;0.751196;0.046664;0.252750;0.000000;0.176100;0.899800;0.000000;0.052800;0.103865;0.089643;0.098678;0.405404;0.000000;0.062327;0.990138;0.002709;0.007148;0.997970;0.000640;0.001380;0.999310;0.000000;0.000685;0.880797;0.006693;0.006693;0.002473;0.119203;0.006693;0.006693;0.017986;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.006693;0.119203;0.119203;0.006693;0.047426;0.982014;0.650219;0.048338;0.332922;0.000000;0.265222;0.000000;0.029512;0.013627;0.269532;0.927034;0.612540;0.000000;0.867266;0.411444;0.000000;0.296296;0.178726;0.636915;0.179462;0.802976;0.987464;0.007537;0.005000;0.998585;0.000620;0.000800;0.999665;0.000000;0.000335;0.997527;0.006693;0.017986;0.047426;0.500000;0.047426;0.017986;0.500000;0.006693;0.047426;0.119203;0.017986;0.500000;0.006693;0.017986;0.268941;0.119203;0.268941;0.006693;0.268941;0.914901;0.526725;0.078493;0.040079;0.518991;0.166034;0.020573;0.452395;0.304492;0.654301;0.562915;0.063805;0.518741;0.220458;0.000000;0.200848;0.186487;0.446209;0.441026;0.536435;0.987727;0.006670;0.005602;0.995110;0.000530;0.004360;0.999995;0.000000;0.000005;0.982014;0.268941;0.500000;0.880797;0.017986;0.268941;0.500000;0.500000;0.982014;0.017986;0.017986;0.268941;0.047426;0.006693;0.119203;0.500000;0.731059;0.006693;0.017986;0.047426;0.779542;0.734193;0.444480;0.803292;0.140276;0.722521;0.668853;0.425069;0.721316;0.119308;0.295879;0.339169;0.076845;0.076421;0.059468;0.264249;0.425313;0.210154;0.280497;0.043982;0.982636;0.007435;0.009929;0.995000;0.000485;0.004515;0.999990;0.000000;0.000010;0.119203;0.017986;0.006693;0.006693;0.017986;0.119203;0.006693;0.002473;0.268941;0.731059;0.993307;0.006693;0.993307;0.119203;0.006693;0.017986;0.268941;0.017986;0.268941;0.500000;0.515245;0.355488;0.000000;0.078276;0.370517;0.311739;0.492001;0.053555;0.222181;0.710333;0.808145;0.325195;0.931948;0.556261;0.000000;0.039506;0.147543;0.726910;0.648169;0.501250;0.986096;0.008004;0.005900;0.994020;0.000400;0.005580;0.999990;0.000000;0.000010;0.999089;0.006693;0.006693;0.002473;0.952574;0.006693;0.006693;0.047426;0.006693;0.006693;0.006693;0.006693;0.047426;0.002473;0.017986;0.268941;0.268941;0.002473;0.002473;0.119203;0.954479;0.000000;0.000000;0.064404;0.956186;0.000000;0.000000;0.200207;0.000000;0.203915;0.472278;0.000000;0.000000;0.057378;0.000000;0.239577;0.075578;0.000000;0.000000;0.140759;0.983154;0.010088;0.006758;0.993425;0.000435;0.006140;0.999940;0.000000;0.000060;0.880797;0.500000;0.268941;0.880797;0.017986;0.880797;0.982014;0.119203;0.880797;0.006693;0.017986;0.268941;0.119203;0.017986;0.047426;0.731059;0.268941;0.047426;0.119203;0.017986;0.657911;0.815628;0.368886;0.376132;0.000000;0.798830;0.871131;0.055882;0.520239;0.080173;0.195919;0.738850;0.064284;0.000000;0.000000;0.588798;0.106786;0.225482;0.199248;0.308744;0.981705;0.011140;0.007156;0.988045;0.000350;0.011610;0.999725;0.000000;0.000275;0.993307;0.268941;0.047426;0.047426;0.500000;0.500000;0.268941;0.268941;0.731059;0.119203;0.119203;0.268941;0.268941;0.047426;0.017986;0.731059;0.731059;0.006693;0.119203;0.268941;0.882259;0.444480;0.388885;0.540163;0.000000;0.662398;0.665967;0.276678;0.355488;0.028804;0.206198;0.667300;0.652943;0.064646;0.054372;0.530960;0.484255;0.000000;0.266393;0.141608;0.967271;0.011233;0.021496;0.979575;0.000605;0.019820;0.993690;0.000000;0.006310
0.500000;0.002473;0.002473;0.000911;0.731059;0.002473;0.002473;0.047426;0.006693;0.047426;0.268941;0.002473;0.880797;0.997527;0.000911;0.017986;0.119203;0.999955;0.731059;0.047426;0.876208;0.000000;0.089074;0.000000;0.817574;0.000000;0.000000;0.466052;0.000000;0.283128;0.444727;0.000000;0.831459;0.816977;0.083173;0.719503;0.578105;0.770299;0.098146;0.494000;0.964170;0.000228;0.035601;0.953870;0.000645;0.045485;0.962550;0.000015;0.037430;0.017986;0.952574;0.017986;0.002473;0.006693;0.268941;0.017986;0.002473;0.006693;0.500000;0.993307;0.731059;0.993307;0.047426;0.006693;0.017986;0.047426;0.268941;0.017986;0.268941;0.332256;0.882467;0.391741;0.115067;0.145418;0.294838;0.020939;0.000000;0.055567;0.717481;0.804711;0.726513;0.911008;0.034290;0.085724;0.000000;0.016175;0.163010;0.094919;0.374725;0.987588;0.000319;0.012095;0.991140;0.000670;0.008195;0.998370;0.000000;0.001630;0.119203;0.993307;0.268941;0.268941;0.002473;0.880797;0.268941;0.017986;0.500000;0.006693;0.006693;0.993307;0.047426;0.002473;0.006693;0.047426;0.047426;0.002473;0.006693;0.006693;0.649081;0.881739;0.387460;0.524480;0.196234;0.703496;0.751196;0.046664;0.252750;0.000000;0.176100;0.899800;0.000000;0.052800;0.103865;0.089643;0.098678;0.405404;0.000000;0.062327;0.990138;0.002709;0.007148;0.997970;0.000640;0.001380;0.999310;0.000000;0.000685;0.880797;0.006693;0.006693;0.002473;0.119203;0.006693;0.006693;0.017986;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.006693;0.119203;0.119203;0.006693;0.047426;0.982014;0.650219;0.048338;0.332922;0.000000;0.265222;0.000000;0.029512;0.013627;0.269532;0.927034;0.612540;0.000000;0.867266;0.411444;0.000000;0.296296;0.178726;0.636915;0.179462;0.802976;0.987464;0.007537;0.005000;0.998585;0.000620;0.000800;0.999665;0.000000;0.000335;0.997527;0.006693;0.017986;0.047426;0.500000;0.047426;0.017986;0.500000;0.006693;0.047426;0.119203;0.017986;0.500000;0.006693;0.017986;0.268941;0.119203;0.268941;0.006693;0.268941;0.914901;0.526725;0.078493;0.040079;0.518991;0.166034;0.020573;0.452395;0.304492;0.654301;0.562915;0.063805;0.518741;0.220458;0.000000;0.200848;0.186487;0.446209;0.441026;0.536435;0.987727;0.006670;0.005602;0.995110;0.000530;0.004360;0.999995;0.000000;0.000005;0.982014;0.268941;0.500000;0.880797;0.017986;0.268941;0.500000;0.500000;0.982014;0.017986;0.017986;0.268941;0.047426;0.006693;0.119203;0.500000;0.731059;0.006693;0.017986;0.047426;0.779542;0.734193;0.444480;0.803292;0.140276;0.722521;0.668853;0.425069;0.721316;0.119308;0.295879;0.339169;0.076845;0.076421;0.059468;0.264249;0.425313;0.210154;0.280497;0.043982;0.982636;0.007435;0.009929;0.995000;0.000485;0.004515;0.999990;0.000000;0.000010;0.119203;0.017986;0.006693;0.006693;0.017986;0.119203;0.006693;0.002473;0.268941;0.731059;0.993307;0.006693;0.993307;0.119203;0.006693;0.017986;0.268941;0.017986;0.268941;0.500000;0.515245;0.355488;0.000000;0.078276;0.370517;0.311739;0.492001;0.053555;0.222181;0.710333;0.808145;0.325195;0.931948;0.556261;0.000000;0.039506;0.147543;0.726910;0.648169;0.501250;0.986096;0.008004;0.005900;0.994020;0.000400;0.005580;0.999990;0.000000;0.000010;0.999089;0.006693;0.006693;0.002473;0.952574;0.006693;0.006693;0.047426;0.006693;0.006693;0.006693;0.006693;0.047426;0.002473;0.017986;0.268941;0.268941;0.002473;0.002473;0.119203;0.954479;0.000000;0.000000;0.064404;0.956186;0.000000;0.000000;0.200207;0.000000;0.203915;0.472278;0.000000;0.000000;0.057378;0.000000;0.239577;0.075578;0.000000;0.000000;0.140759;0.983154;0.010088;0.006758;0.993425;0.000435;0.006140;0.999940;0.000000;0.000060;0.880797;0.500000;0.268941;0.880797;0.017986;0.880797;0.982014;0.119203;0.880797;0.006693;0.017986;0.268941;0.119203;0.017986;0.047426;0.731059;0.268941;0.047426;0.119203;0.017986;0.657911;0.815628;0.368886;0.376132;0.000000;0.798830;0.871131;0.055882;0.520239;0.080173;0.195919;0.738850;0.064284;0.000000;0.000000;0.588798;0.106786;0.225482;0.199248;0.308744;0.981705;0.011140;0.007156;0.988045;0.000350;0.011610;0.999725;0.000000;0.000275;0.993307;0.268941;0.047426;0.047426;0.500000;0.500000;0.268941;0.268941;0.731059;0.119203;0.119203;0.268941;0.268941;0.047426;0.017986;0.731059;0.731059;0.006693;0.119203;0.268941;0.882259;0.444480;0.388885;0.540163;0.000000;0.662398;0.665967;0.276678;0.355488;0.028804;0.206198;0.667300;0.652943;0.064646;0.054372;0.530960;0.484255;0.000000;0.266393;0.141608;0.967271;0.011233;0.021496;0.979575;0.000605;0.019820;0.993690;0.000000;0.006310;0.731059;0.500000;0.500000;0.006693;0.006693;0.119203;0.047426;0.017986;0.999089;0.017986;0.047426;0.119203;0.119203;0.993307;0.006693;0.119203;0.047426;0.952574;0.982014;0.017986;0.787513;0.610639;0.653622;0.227409;0.403958;0.331591;0.188620;0.121639;0.889338;0.119729;0.466799;0.262309;0.094319;0.833966;0.000000;0.223740;0.026727;0.448434;0.845143;0.087464;0.273852;0.012102;0.714046;0.363515;0.000945;0.635545;0.278745;0.000000;0.721250
0.017986;0.952574;0.017986;0.002473;0.006693;0.268941;0.017986;0.002473;0.006693;0.500000;0.993307;0.731059;0.993307;0.047426;0.006693;0.017986;0.047426;0.268941;0.017986;0.268941;0.332256;0.882467;0.391741;0.115067;0.145418;0.294838;0.020939;0.000000;0.055567;0.717481;0.804711;0.726513;0.911008;0.034290;0.085724;0.000000;0.016175;0.163010;0.094919;0.374725;0.987588;0.000319;0.012095;0.991140;0.000670;0.008195;0.998370;0.000000;0.001630;0.119203;0.993307;0.268941;0.268941;0.002473;0.880797;0.268941;0.017986;0.500000;0.006693;0.006693;0.993307;0.047426;0.002473;0.006693;0.047426;0.047426;0.002473;0.006693;0.006693;0.649081;0.881739;0.387460;0.524480;0.196234;0.703496;0.751196;0.046664;0.252750;0.000000;0.176100;0.899800;0.000000;0.052800;0.103865;0.089643;0.098678;0.405404;0.000000;0.062327;0.990138;0.002709;0.007148;0.997970;0.000640;0.001380;0.999310;0.000000;0.000685;0.880797;0.006693;0.006693;0.002473;0.119203;0.006693;0.006693;0.017986;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.006693;0.119203;0.119203;0.006693;0.047426;0.982014;0.650219;0.048338;0.332922;0.000000;0.265222;0.000000;0.029512;0.013627;0.269532;0.927034;0.612540;0.000000;0.867266;0.411444;0.000000;0.296296;0.178726;0.636915;0.179462;0.802976;0.987464;0.007537;0.005000;0.998585;0.000620;0.000800;0.999665;0.000000;0.000335;0.997527;0.006693;0.017986;0.047426;0.500000;0.047426;0.017986;0.500000;0.006693;0.047426;0.119203;0.017986;0.500000;0.006693;0.017986;0.268941;0.119203;0.268941;0.006693;0.268941;0.914901;0.526725;0.078493;0.040079;0.518991;0.166034;0.020573;0.452395;0.304492;0.654301;0.562915;0.063805;0.518741;0.220458;0.000000;0.200848;0.186487;0.446209;0.441026;0.536435;0.987727;0.006670;0.005602;0.995110;0.000530;0.004360;0.999995;0.000000;0.000005;0.982014;0.268941;0.500000;0.880797;0.017986;0.268941;0.500000;0.500000;0.982014;0.017986;0.017986;0.268941;0.047426;0.006693;0.119203;0.500000;0.731059;0.006693;0.017986;0.047426;0.779542;0.734193;0.444480;0.803292;0.140276;0.722521;0.668853;0.425069;0.721316;0.119308;0.295879;0.339169;0.076845;0.076421;0.059468;0.264249;0.425313;0.210154;0.280497;0.043982;0.982636;0.007435;0.009929;0.995000;0.000485;0.004515;0.999990;0.000000;0.000010;0.119203;0.017986;0.006693;0.006693;0.017986;0.119203;0.006693;0.002473;0.268941;0.731059;0.993307;0.006693;0.993307;0.119203;0.006693;0.017986;0.268941;0.017986;0.268941;0.500000;0.515245;0.355488;0.000000;0.078276;0.370517;0.311739;0.492001;0.053555;0.222181;0.710333;0.808145;0.325195;0.931948;0.556261;0.000000;0.039506;0.147543;0.726910;0.648169;0.501250;0.986096;0.008004;0.005900;0.994020;0.000400;0.005580;0.999990;0.000000;0.000010;0.999089;0.006693;0.006693;0.002473;0.952574;0.006693;0.006693;0.047426;0.006693;0.006693;0.006693;0.006693;0.047426;0.002473;0.017986;0.268941;0.268941;0.002473;0.002473;0.119203;0.954479;0.000000;0.000000;0.064404;0.956186;0.000000;0.000000;0.200207;0.000000;0.203915;0.472278;0.000000;0.000000;0.057378;0.000000;0.239577;0.075578;0.000000;0.000000;0.140759;0.983154;0.010088;0.006758;0.993425;0.000435;0.006140;0.999940;0.000000;0.000060;0.880797;0.500000;0.268941;0.880797;0.017986;0.880797;0.982014;0.119203;0.880797;0.006693;0.017986;0.268941;0.119203;0.017986;0.047426;0.731059;0.268941;0.047426;0.119203;0.017986;0.657911;0.815628;0.368886;0.376132;0.000000;0.798830;0.871131;0.055882;0.520239;0.080173;0.195919;0.738850;0.064284;0.000000;0.000000;0.588798;0.106786;0.225482;0.199248;0.308744;0.981705;0.011140;0.007156;0.988045;0.000350;0.011610;0.999725;0.000000;0.000275;0.993307;0.268941;0.047426;0.047426;0.500000;0.500000;0.268941;0.268941;0.731059;0.119203;0.119203;0.268941;0.268941;0.047426;0.017986;0.731059;0.731059;0.006693;0.119203;0.268941;0.882259;0.444480;0.388885;0.540163;0.000000;0.662398;0.665967;0.276678;0.355488;0.028804;0.206198;0.667300;0.652943;0.064646;0.054372;0.530960;0.484255;0.000000;0.266393;0.141608;0.967271;0.011233;0.021496;0.979575;0.000605;0.019820;0.993690;0.000000;0.006310;0.731059;0.500000;0.500000;0.006693;0.006693;0.119203;0.047426;0.017986;0.999089;0.017986;0.047426;0.119203;0.119203;0.993307;0.006693;0.119203;0.047426;0.952574;0.982014;0.017986;0.787513;0.610639;0.653622;0.227409;0.403958;0.331591;0.188620;0.121639;0.889338;0.119729;0.466799;0.262309;0.094319;0.833966;0.000000;0.223740;0.026727;0.448434;0.845143;0.087464;0.273852;0.012102;0.714046;0.363515;0.000945;0.635545;0.278745;0.000000;0.721250;0.047426;0.119203;0.982014;0.880797;0.047426;0.119203;0.047426;0.993307;0.952574;0.002473;0.006693;0.119203;0.017986;0.047426;0.017986;0.500000;0.047426;0.002473;0.047426;0.002473;0.104518;0.000000;0.847354;0.705162;0.000000;0.237036;0.300903;0.942622;0.527223;0.000000;0.000000;0.379423;0.155644;0.227936;0.246568;0.353201;0.000000;0.000000;0.331591;0.000000;0.005415;0.013435;0.981148;0.001695;0.006435;0.991870;0.000015;0.000070;0.999910
0.119203;0.993307;0.268941;0.268941;0.002473;0.880797;0.268941;0.017986;0.500000;0.006693;0.006693;0.993307;0.047426;0.002473;0.006693;0.047426;0.047426;0.002473;0.006693;0.006693;0.649081;0.881739;0.387460;0.524480;0.196234;0.703496;0.751196;0.046664;0.252750;0.000000;0.176100;0.899800;0.000000;0.052800;0.103865;0.089643;0.098678;0.405404;0.000000;0.062327;0.990138;0.002709;0.007148;0.997970;0.000640;0.001380;0.999310;0.000000;0.000685;0.880797;0.006693;0.006693;0.002473;0.119203;0.006693;0.006693;0.017986;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.006693;0.119203;0.119203;0.006693;0.047426;0.982014;0.650219;0.048338;0.332922;0.000000;0.265222;0.000000;0.029512;0.013627;0.269532;0.927034;0.612540;0.000000;0.867266;0.411444;0.000000;0.296296;0.178726;0.636915;0.179462;0.802976;0.987464;0.007537;0.005000;0.998585;0.000620;0.000800;0.999665;0.000000;0.000335;0.997527;0.006693;0.017986;0.047426;0.500000;0.047426;0.017986;0.500000;0.006693;0.047426;0.119203;0.017986;0.500000;0.006693;0.017986;0.268941;0.119203;0.268941;0.006693;0.268941;0.914901;0.526725;0.078493;0.040079;0.518991;0.166034;0.020573;0.452395;0.304492;0.654301;0.562915;0.063805;0.518741;0.220458;0.000000;0.200848;0.186487;0.446209;0.441026;0.536435;0.987727;0.006670;0.005602;0.995110;0.000530;0.004360;0.999995;0.000000;0.000005;0.982014;0.268941;0.500000;0.880797;0.017986;0.268941;0.500000;0.500000;0.982014;0.017986;0.017986;0.268941;0.047426;0.006693;0.119203;0.500000;0.731059;0.006693;0.017986;0.047426;0.779542;0.734193;0.444480;0.803292;0.140276;0.722521;0.668853;0.425069;0.721316;0.119308;0.295879;0.339169;0.076845;0.076421;0.059468;0.264249;0.425313;0.210154;0.280497;0.043982;0.982636;0.007435;0.009929;0.995000;0.000485;0.004515;0.999990;0.000000;0.000010;0.119203;0.017986;0.006693;0.006693;0.017986;0.119203;0.006693;0.002473;0.268941;0.731059;0.993307;0.006693;0.993307;0.119203;0.006693;0.017986;0.268941;0.017986;0.268941;0.500000;0.515245;0.355488;0.000000;0.078276;0.370517;0.311739;0.492001;0.053555;0.222181;0.710333;0.808145;0.325195;0.931948;0.556261;0.000000;0.039506;0.147543;0.726910;0.648169;0.501250;0.986096;0.008004;0.005900;0.994020;0.000400;0.005580;0.999990;0.000000;0.000010;0.999089;0.006693;0.006693;0.002473;0.952574;0.006693;0.006693;0.047426;0.006693;0.006693;0.006693;0.006693;0.047426;0.002473;0.017986;0.268941;0.268941;0.002473;0.002473;0.119203;0.954479;0.000000;0.000000;0.064404;0.956186;0.000000;0.000000;0.200207;0.000000;0.203915;0.472278;0.000000;0.000000;0.057378;0.000000;0.239577;0.075578;0.000000;0.000000;0.140759;0.983154;0.010088;0.006758;0.993425;0.000435;0.006140;0.999940;0.000000;0.000060;0.880797;0.500000;0.268941;0.880797;0.017986;0.880797;0.982014;0.119203;0.880797;0.006693;0.017986;0.268941;0.119203;0.017986;0.047426;0.731059;0.268941;0.047426;0.119203;0.017986;0.657911;0.815628;0.368886;0.376132;0.000000;0.798830;0.871131;0.055882;0.520239;0.080173;0.195919;0.738850;0.064284;0.000000;0.000000;0.588798;0.106786;0.225482;0.199248;0.308744;0.981705;0.011140;0.007156;0.988045;0.000350;0.011610;0.999725;0.000000;0.000275;0.993307;0.268941;0.047426;0.047426;0.500000;0.500000;0.268941;0.268941;0.731059;0.119203;0.119203;0.268941;0.268941;0.047426;0.017986;0.731059;0.731059;0.006693;0.119203;0.268941;0.882259;0.444480;0.388885;0.540163;0.000000;0.662398;0.665967;0.276678;0.355488;0.028804;0.206198;0.667300;0.652943;0.064646;0.054372;0.530960;0.484255;0.000000;0.266393;0.141608;0.967271;0.011233;0.021496;0.979575;0.000605;0.019820;0.993690;0.000000;0.006310;0.731059;0.500000;0.500000;0.006693;0.006693;0.119203;0.047426;0.017986;0.999089;0.017986;0.047426;0.119203;0.119203;0.993307;0.006693;0.119203;0.047426;0.952574;0.982014;0.017986;0.787513;0.610639;0.653622;0.227409;0.403958;0.331591;0.188620;0.121639;0.889338;0.119729;0.466799;0.262309;0.094319;0.833966;0.000000;0.223740;0.026727;0.448434;0.845143;0.087464;0.273852;0.012102;0.714046;0.363515;0.000945;0.635545;0.278745;0.000000;0.721250;0.047426;0.119203;0.982014;0.880797;0.047426;0.119203;0.047426;0.993307;0.952574;0.002473;0.006693;0.119203;0.017986;0.047426;0.017986;0.500000;0.047426;0.002473;0.047426;0.002473;0.104518;0.000000;0.847354;0.705162;0.000000;0.237036;0.300903;0.942622;0.527223;0.000000;0.000000;0.379423;0.155644;0.227936;0.246568;0.353201;0.000000;0.000000;0.331591;0.000000;0.005415;0.013435;0.981148;0.001695;0.006435;0.991870;0.000015;0.000070;0.999910;0.119203;0.119203;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.982014;0.982014;0.047426;0.731059;0.119203;0.006693;0.017986;0.047426;0.006693;0.047426;0.982014;0.134820;0.340740;0.000000;0.000000;0.650219;0.197816;0.026314;0.052750;0.000000;0.919606;0.742499;0.470783;0.825491;0.465057;0.091871;0.033994;0.099481;0.514246;0.053101;0.822006;0.001998;0.017362;0.980644;0.001765;0.013395;0.984845;0.000085;0.007175;0.992745
0.880797;0.006693;0.006693;0.002473;0.119203;0.006693;0.006693;0.017986;0.002473;0.993307;0.268941;0.006693;0.119203;0.047426;0.006693;0.119203;0.119203;0.006693;0.047426;0.982014;0.650219;0.048338;0.332922;0.000000;0.265222;0.000000;0.029512;0.013627;0.269532;0.927034;0.612540;0.000000;0.867266;0.411444;0.000000;0.296296;0.178726;0.636915;0.179462;0.802976;0.987464;0.007537;0.005000;0.998585;0.000620;0.000800;0.999665;0.000000;0.000335;0.997527;0.006693;0.017986;0.047426;0.500000;0.047426;0.017986;0.500000;0.006693;0.047426;0.119203;0.017986;0.500000;0.006693;0.017986;0.268941;0.119203;0.268941;0.006693;0.268941;0.914901;0.526725;0.078493;0.040079;0.518991;0.166034;0.020573;0.452395;0.304492;0.654301;0.562915;0.063805;0.518741;0.220458;0.000000;0.200848;0.186487;0.446209;0.441026;0.536435;0.987727;0.006670;0.005602;0.995110;0.000530;0.004360;0.999995;0.000000;0.000005;0.982014;0.268941;0.500000;0.880797;0.017986;0.268941;0.500000;0.500000;0.982014;0.017986;0.017986;0.268941;0.047426;0.006693;0.119203;0.500000;0.731059;0.006693;0.017986;0.047426;0.779542;0.734193;0.444480;0.803292;0.140276;0.722521;0.668853;0.425069;0.721316;0.119308;0.295879;0.339169;0.076845;0.076421;0.059468;0.264249;0.425313;0.210154;0.280497;0.043982;0.982636;0.007435;0.009929;0.995000;0.000485;0.004515;0.999990;0.000000;0.000010;0.119203;0.017986;0.006693;0.006693;0.017986;0.119203;0.006693;0.002473;0.268941;0.731059;0.993307;0.006693;0.993307;0.119203;0.006693;0.017986;0.268941;0.017986;0.268941;0.500000;0.515245;0.355488;0.000000;0.078276;0.370517;0.311739;0.492001;0.053555;0.222181;0.710333;0.808145;0.325195;0.931948;0.556261;0.000000;0.039506;0.147543;0.726910;0.648169;0.501250;0.986096;0.008004;0.005900;0.994020;0.000400;0.005580;0.999990;0.000000;0.000010;0.999089;0.006693;0.006693;0.002473;0.952574;0.006693;0.006693;0.047426;0.006693;0.006693;0.006693;0.006693;0.047426;0.002473;0.017986;0.268941;0.268941;0.002473;0.002473;0.119203;0.954479;0.000000;0.000000;0.064404;0.956186;0.000000;0.000000;0.200207;0.000000;0.203915;0.472278;0.000000;0.000000;0.057378;0.000000;0.239577;0.075578;0.000000;0.000000;0.140759;0.983154;0.010088;0.006758;0.993425;0.000435;0.006140;0.999940;0.000000;0.000060;0.880797;0.500000;0.268941;0.880797;0.017986;0.880797;0.982014;0.119203;0.880797;0.006693;0.017986;0.268941;0.119203;0.017986;0.047426;0.731059;0.268941;0.047426;0.119203;0.017986;0.657911;0.815628;0.368886;0.376132;0.000000;0.798830;0.871131;0.055882;0.520239;0.080173;0.195919;0.738850;0.064284;0.000000;0.000000;0.588798;0.106786;0.225482;0.199248;0.308744;0.981705;0.011140;0.007156;0.988045;0.000350;0.011610;0.999725;0.000000;0.000275;0.993307;0.268941;0.047426;0.047426;0.500000;0.500000;0.268941;0.268941;0.731059;0.119203;0.119203;0.268941;0.268941;0.047426;0.017986;0.731059;0.731059;0.006693;0.119203;0.268941;0.882259;0.444480;0.388885;0.540163;0.000000;0.662398;0.665967;0.276678;0.355488;0.028804;0.206198;0.667300;0.652943;0.064646;0.054372;0.530960;0.484255;0.000000;0.266393;0.141608;0.967271;0.011233;0.021496;0.979575;0.000605;0.019820;0.993690;0.000000;0.006310;0.731059;0.500000;0.500000;0.006693;0.006693;0.119203;0.047426;0.017986;0.999089;0.017986;0.047426;0.119203;0.119203;0.993307;0.006693;0.119203;0.047426;0.952574;0.982014;0.017986;0.787513;0.610639;0.653622;0.227409;0.403958;0.331591;0.188620;0.121639;0.889338;0.119729;0.466799;0.262309;0.094319;0.833966;0.000000;0.223740;0.026727;0.448434;0.845143;0.087464;0.273852;0.012102;0.714046;0.363515;0.000945;0.635545;0.278745;0.000000;0.721250;0.047426;0.119203;0.982014;0.880797;0.047426;0.119203;0.047426;0.993307;0.952574;0.002473;0.006693;0.119203;0.017986;0.047426;0.017986;0.500000;0.047426;0.002473;0.047426;0.002473;0.104518;0.000000;0.847354;0.705162;0.000000;0.237036;0.300903;0.942622;0.527223;0.000000;0.000000;0.379423;0.155644;0.227936;0.246568;0.353201;0.000000;0.000000;0.331591;0.000000;0.005415;0.013435;0.981148;0.001695;0.006435;0.991870;0.000015;0.000070;0.999910;0.119203;0.119203;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.982014;0.982014;0.047426;0.731059;0.119203;0.006693;0.017986;0.047426;0.006693;0.047426;0.982014;0.134820;0.340740;0.000000;0.000000;0.650219;0.197816;0.026314;0.052750;0.000000;0.919606;0.742499;0.470783;0.825491;0.465057;0.091871;0.033994;0.099481;0.514246;0.053101;0.822006;0.001998;0.017362;0.980644;0.001765;0.013395;0.984845;0.000085;0.007175;0.992745;0.268941;0.880797;0.047426;0.500000;0.006693;0.731059;0.731059;0.017986;0.017986;0.017986;0.017986;0.500000;0.500000;0.002473;0.997527;0.268941;0.268941;0.047426;0.006693;0.119203;0.273885;0.723122;0.488252;0.623634;0.000000;0.641987;0.606112;0.438562;0.439301;0.181532;0.246754;0.730074;0.414353;0.152516;0.886250;0.502250;0.285162;0.231653;0.128085;0.157493;0.000979;0.505642;0.493377;0.001555;0.023435;0.975010;0.000185;0.751425;0.248385
0.997527;0.006693;0.017986;0.047426;0.500000;0.047426;0.017986;0.500000;0.006693;0.047426;0.119203;0.017986;0.500000;0.006693;0.017986;0.268941;0.119203;0.268941;0.006693;0.268941;0.914901;0.526725;0.078493;0.040079;0.518991;0.166034;0.020573;0.452395;0.304492;0.654301;0.562915;0.063805;0.518741;0.220458;0.000000;0.200848;0.186487;0.446209;0.441026;0.536435;0.987727;0.006670;0.005602;0.995110;0.000530;0.004360;0.999995;0.000000;0.000005;0.982014;0.268941;0.500000;0.880797;0.017986;0.268941;0.500000;0.500000;0.982014;0.017986;0.017986;0.268941;0.047426;0.006693;0.119203;0.500000;0.731059;0.006693;0.017986;0.047426;0.779542;0.734193;0.444480;0.803292;0.140276;0.722521;0.668853;0.425069;0.721316;0.119308;0.295879;0.339169;0.076845;0.076421;0.059468;0.264249;0.425313;0.210154;0.280497;0.043982;0.982636;0.007435;0.009929;0.995000;0.000485;0.004515;0.999990;0.000000;0.000010;0.119203;0.017986;0.006693;0.006693;0.017986;0.119203;0.006693;0.002473;0.268941;0.731059;0.993307;0.006693;0.993307;0.119203;0.006693;0.017986;0.268941;0.017986;0.268941;0.500000;0.515245;0.355488;0.000000;0.078276;0.370517;0.311739;0.492001;0.053555;0.222181;0.710333;0.808145;0.325195;0.931948;0.556261;0.000000;0.039506;0.147543;0.726910;0.648169;0.501250;0.986096;0.008004;0.005900;0.994020;0.000400;0.005580;0.999990;0.000000;0.000010;0.999089;0.006693;0.006693;0.002473;0.952574;0.006693;0.006693;0.047426;0.006693;0.006693;0.006693;0.006693;0.047426;0.002473;0.017986;0.268941;0.268941;0.002473;0.002473;0.119203;0.954479;0.000000;0.000000;0.064404;0.956186;0.000000;0.000000;0.200207;0.000000;0.203915;0.472278;0.000000;0.000000;0.057378;0.000000;0.239577;0.075578;0.000000;0.000000;0.140759;0.983154;0.010088;0.006758;0.993425;0.000435;0.006140;0.999940;0.000000;0.000060;0.880797;0.500000;0.268941;0.880797;0.017986;0.880797;0.982014;0.119203;0.880797;0.006693;0.017986;0.268941;0.119203;0.017986;0.047426;0.731059;0.268941;0.047426;0.119203;0.017986;0.657911;0.815628;0.368886;0.376132;0.000000;0.798830;0.871131;0.055882;0.520239;0.080173;0.195919;0.738850;0.064284;0.000000;0.000000;0.588798;0.106786;0.225482;0.199248;0.308744;0.981705;0.011140;0.007156;0.988045;0.000350;0.011610;0.999725;0.000000;0.000275;0.993307;0.268941;0.047426;0.047426;0.500000;0.500000;0.268941;0.268941;0.731059;0.119203;0.119203;0.268941;0.268941;0.047426;0.017986;0.731059;0.731059;0.006693;0.119203;0.268941;0.882259;0.444480;0.388885;0.540163;0.000000;0.662398;0.665967;0.276678;0.355488;0.028804;0.206198;0.667300;0.652943;0.064646;0.054372;0.530960;0.484255;0.000000;0.266393;0.141608;0.967271;0.011233;0.021496;0.979575;0.000605;0.019820;0.993690;0.000000;0.006310;0.731059;0.500000;0.500000;0.006693;0.006693;0.119203;0.047426;0.017986;0.999089;0.017986;0.047426;0.119203;0.119203;0.993307;0.006693;0.119203;0.047426;0.952574;0.982014;0.017986;0.787513;0.610639;0.653622;0.227409;0.403958;0.331591;0.188620;0.121639;0.889338;0.119729;0.466799;0.262309;0.094319;0.833966;0.000000;0.223740;0.026727;0.448434;0.845143;0.087464;0.273852;0.012102;0.714046;0.363515;0.000945;0.635545;0.278745;0.000000;0.721250;0.047426;0.119203;0.982014;0.880797;0.047426;0.119203;0.047426;0.993307;0.952574;0.002473;0.006693;0.119203;0.017986;0.047426;0.017986;0.500000;0.047426;0.002473;0.047426;0.002473;0.104518;0.000000;0.847354;0.705162;0.000000;0.237036;0.300903;0.942622;0.527223;0.000000;0.000000;0.379423;0.155644;0.227936;0.246568;0.353201;0.000000;0.000000;0.331591;0.000000;0.005415;0.013435;0.981148;0.001695;0.006435;0.991870;0.000015;0.000070;0.999910;0.119203;0.119203;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.982014;0.982014;0.047426;0.731059;0.119203;0.006693;0.017986;0.047426;0.006693;0.047426;0.982014;0.134820;0.340740;0.000000;0.000000;0.650219;0.197816;0.026314;0.052750;0.000000;0.919606;0.742499;0.470783;0.825491;0.465057;0.091871;0.033994;0.099481;0.514246;0.053101;0.822006;0.001998;0.017362;0.980644;0.001765;0.013395;0.984845;0.000085;0.007175;0.992745;0.268941;0.880797;0.047426;0.500000;0.006693;0.731059;0.731059;0.017986;0.017986;0.017986;0.017986;0.500000;0.500000;0.002473;0.997527;0.268941;0.268941;0.047426;0.006693;0.119203;0.273885;0.723122;0.488252;0.623634;0.000000;0.641987;0.606112;0.438562;0.439301;0.181532;0.246754;0.730074;0.414353;0.152516;0.886250;0.502250;0.285162;0.231653;0.128085;0.157493;0.000979;0.505642;0.493377;0.001555;0.023435;0.975010;0.000185;0.751425;0.248385;0.047426;0.006693;0.002473;0.002473;0.731059;0.006693;0.006693;0.002473;0.006693;0.880797;0.952574;0.006693;0.952574;0.731059;0.006693;0.006693;0.119203;0.047426;0.119203;0.993307;0.603962;0.000000;0.000000;0.000000;0.905595;0.000000;0.000000;0.018004;0.062152;0.764768;0.496250;0.042411;0.813057;0.734388;0.304068;0.149059;0.476767;0.491251;0.491251;0.879531;0.004977;0.601409;0.393617;0.004395;0.060505;0.935105;0.010505;0.953855;0.035645
0.982014;0.268941;0.500000;0.880797;0.017986;0.268941;0.500000;0.500000;0.982014;0.017986;0.017986;0.268941;0.047426;0.006693;0.119203;0.500000;0.731059;0.006693;0.017986;0.047426;0.779542;0.734193;0.444480;0.803292;0.140276;0.722521;0.668853;0.425069;0.721316;0.119308;0.295879;0.339169;0.076845;0.076421;0.059468;0.264249;0.425313;0.210154;0.280497;0.043982;0.982636;0.007435;0.009929;0.995000;0.000485;0.004515;0.999990;0.000000;0.000010;0.119203;0.017986;0.006693;0.006693;0.017986;0.119203;0.006693;0.002473;0.268941;0.731059;0.993307;0.006693;0.993307;0.119203;0.006693;0.017986;0.268941;0.017986;0.268941;0.500000;0.515245;0.355488;0.000000;0.078276;0.370517;0.311739;0.492001;0.053555;0.222181;0.710333;0.808145;0.325195;0.931948;0.556261;0.000000;0.039506;0.147543;0.726910;0.648169;0.501250;0.986096;0.008004;0.005900;0.994020;0.000400;0.005580;0.999990;0.000000;0.000010;0.999089;0.006693;0.006693;0.002473;0.952574;0.006693;0.006693;0.047426;0.006693;0.006693;0.006693;0.006693;0.047426;0.002473;0.017986;0.268941;0.268941;0.002473;0.002473;0.119203;0.954479;0.000000;0.000000;0.064404;0.956186;0.000000;0.000000;0.200207;0.000000;0.203915;0.472278;0.000000;0.000000;0.057378;0.000000;0.239577;0.075578;0.000000;0.000000;0.140759;0.983154;0.010088;0.006758;0.993425;0.000435;0.006140;0.999940;0.000000;0.000060;0.880797;0.500000;0.268941;0.880797;0.017986;0.880797;0.982014;0.119203;0.880797;0.006693;0.017986;0.268941;0.119203;0.017986;0.047426;0.731059;0.268941;0.047426;0.119203;0.017986;0.657911;0.815628;0.368886;0.376132;0.000000;0.798830;0.871131;0.055882;0.520239;0.080173;0.195919;0.738850;0.064284;0.000000;0.000000;0.588798;0.106786;0.225482;0.199248;0.308744;0.981705;0.011140;0.007156;0.988045;0.000350;0.011610;0.999725;0.000000;0.000275;0.993307;0.268941;0.047426;0.047426;0.500000;0.500000;0.268941;0.268941;0.731059;0.119203;0.119203;0.268941;0.268941;0.047426;0.017986;0.731059;0.731059;0.006693;0.119203;0.268941;0.882259;0.444480;0.388885;0.540163;0.000000;0.662398;0.665967;0.276678;0.355488;0.028804;0.206198;0.667300;0.652943;0.064646;0.054372;0.530960;0.484255;0.000000;0.266393;0.141608;0.967271;0.011233;0.021496;0.979575;0.000605;0.019820;0.993690;0.000000;0.006310;0.731059;0.500000;0.500000;0.006693;0.006693;0.119203;0.047426;0.017986;0.999089;0.017986;0.047426;0.119203;0.119203;0.993307;0.006693;0.119203;0.047426;0.952574;0.982014;0.017986;0.787513;0.610639;0.653622;0.227409;0.403958;0.331591;0.188620;0.121639;0.889338;0.119729;0.466799;0.262309;0.094319;0.833966;0.000000;0.223740;0.026727;0.448434;0.845143;0.087464;0.273852;0.012102;0.714046;0.363515;0.000945;0.635545;0.278745;0.000000;0.721250;0.047426;0.119203;0.982014;0.880797;0.047426;0.119203;0.047426;0.993307;0.952574;0.002473;0.006693;0.119203;0.017986;0.047426;0.017986;0.500000;0.047426;0.002473;0.047426;0.002473;0.104518;0.000000;0.847354;0.705162;0.000000;0.237036;0.300903;0.942622;0.527223;0.000000;0.000000;0.379423;0.155644;0.227936;0.246568;0.353201;0.000000;0.000000;0.331591;0.000000;0.005415;0.013435;0.981148;0.001695;0.006435;0.991870;0.000015;0.000070;0.999910;0.119203;0.119203;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.982014;0.982014;0.047426;0.731059;0.119203;0.006693;0.017986;0.047426;0.006693;0.047426;0.982014;0.134820;0.340740;0.000000;0.000000;0.650219;0.197816;0.026314;0.052750;0.000000;0.919606;0.742499;0.470783;0.825491;0.465057;0.091871;0.033994;0.099481;0.514246;0.053101;0.822006;0.001998;0.017362;0.980644;0.001765;0.013395;0.984845;0.000085;0.007175;0.992745;0.268941;0.880797;0.047426;0.500000;0.006693;0.731059;0.731059;0.017986;0.017986;0.017986;0.017986;0.500000;0.500000;0.002473;0.997527;0.268941;0.268941;0.047426;0.006693;0.119203;0.273885;0.723122;0.488252;0.623634;0.000000;0.641987;0.606112;0.438562;0.439301;0.181532;0.246754;0.730074;0.414353;0.152516;0.886250;0.502250;0.285162;0.231653;0.128085;0.157493;0.000979;0.505642;0.493377;0.001555;0.023435;0.975010;0.000185;0.751425;0.248385;0.047426;0.006693;0.002473;0.002473;0.731059;0.006693;0.006693;0.002473;0.006693;0.880797;0.952574;0.006693;0.952574;0.731059;0.006693;0.006693;0.119203;0.047426;0.119203;0.993307;0.603962;0.000000;0.000000;0.000000;0.905595;0.000000;0.000000;0.018004;0.062152;0.764768;0.496250;0.042411;0.813057;0.734388;0.304068;0.149059;0.476767;0.491251;0.491251;0.879531;0.004977;0.601409;0.393617;0.004395;0.060505;0.935105;0.010505;0.953855;0.035645;0.952574;0.047426;0.268941;0.017986;0.997527;0.017986;0.047426;0.047426;0.500000;0.500000;0.119203;0.017986;0.119203;0.017986;0.017986;0.952574;0.500000;0.006693;0.119203;0.731059;0.714226;0.025781;0.243608;0.000000;0.854706;0.557741;0.206525;0.068881;0.244346;0.580786;0.297548;0.000000;0.938889;0.592425;0.000000;0.763867;0.220458;0.927641;0.360775;0.706408;0.006055;0.602437;0.391505;0.005010;0.057965;0.937015;0.012160;0.934095;0.053745
0.952574;0.047426;0.268941;0.017986;0.997527;0.017986;0.047426;0.047426;0.500000;0.500000;0.119203;0.017986;0.119203;0.017986;0.017986;0.952574;0.500000;0.006693;0.119203;0.731059;0.714226;0.025781;0.243608;0.000000;0.854706;0.557741;0.206525;0.068881;0.244346;0.580786;0.297548;0.000000;0.938889;0.592425;0.000000;0.763867;0.220458;0.927641;0.360775;0.706408;0.006055;0.602437;0.391505;0.005010;0.057965;0.937015;0.012160;0.934095;0.053745;0.268941;0.006693;0.268941;0.006693;0.002473;0.006693;0.006693;0.047426;0.119203;0.002473;0.006693;0.017986;0.002473;0.017986;0.999089;0.880797;0.500000;0.000911;0.002473;0.006693;0.203591;0.000000;0.349327;0.000000;0.779714;0.000000;0.000000;0.376601;0.220458;0.784147;0.488752;0.030650;0.759511;0.439301;0.939346;0.419701;0.265417;0.491751;0.000000;0.718695;0.010243;0.504921;0.484838;0.008055;0.016200;0.975750;0.014360;0.903500;0.082140;0.006693;0.006693;0.017986;0.002473;0.000335;0.017986;0.006693;0.000911;0.999983;0.000335;0.000335;0.002473;0.017986;0.002473;0.000911;0.002473;0.000911;0.000911;0.047426;0.000335;0.091538;0.000000;0.111056;0.088346;0.000000;0.587830;0.029398;0.877396;0.973763;0.000000;0.000000;0.000000;0.155513;0.000000;0.000000;0.738464;0.083785;0.520988;0.468791;0.025957;0.010985;0.178165;0.810850;0.009390;0.035650;0.954955;0.015615;0.323165;0.661225;0.500000;0.017986;0.047426;0.017986;0.952574;0.047426;0.017986;0.880797;0.268941;0.500000;0.731059;0.017986;0.268941;0.982014;0.017986;0.119203;0.268941;0.952574;0.880797;0.731059;0.559714;0.298804;0.648853;0.499250;0.958473;0.288640;0.030032;0.786171;0.152258;0.436839;0.183172;0.000000;0.282114;0.148047;0.027120;0.862949;0.446950;0.238849;0.106215;0.245640;0.018600;0.057281;0.924119;0.022220;0.065695;0.912085;0.024765;0.090380;0.884855;0.880797;0.017986;0.268941;0.047426;0.268941;0.119203;0.017986;0.268941;0.017986;0.119203;0.500000;0.017986;0.993307;0.952574;0.006693;0.119203;0.047426;0.999089;0.731059;0.268941;0.581759;0.219257;0.400112;0.041447;0.524730;0.534445;0.037507;0.489002;0.111848;0.310668;0.417268;0.021647;0.953602;0.681571;0.664854;0.610639;0.492001;0.907711;0.536684;0.304492;0.137915;0.032808;0.829274;0.151410;0.068435;0.780150;0.258635;0.017300;0.724060;0.119203;0.047426;0.268941;0.017986;0.017986;0.952574;0.119203;0.731059;0.982014;0.047426;0.119203;0.268941;0.993307;0.017986;0.982014;0.268941;0.268941;0.880797;0.017986;0.047426;0.304703;0.000000;0.522485;0.551566;0.682655;0.527971;0.297130;0.688690;0.334478;0.560206;0.582246;0.078349;0.285774;0.623399;0.327834;0.532205;0.540412;0.699727;0.473026;0.682005;0.170668;0.063359;0.765973;0.151000;0.030935;0.818070;0.356120;0.007590;0.636285;0.731059;0.047426;0.731059;0.880797;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.119203;0.047426;0.002473;0.119203;0.731059;0.268941;0.002473;0.017986;0.017986;0.339169;0.000000;0.485754;0.634831;0.401793;0.057432;0.904651;0.834381;0.557741;0.000000;0.151485;0.000000;0.394365;0.329378;0.336038;0.743263;0.415809;0.000000;0.067358;0.000000;0.247971;0.014112;0.737918;0.192225;0.035280;0.772500;0.545530;0.006970;0.447495;0.880797;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.047426;0.500000;0.952574;0.982014;0.017986;0.731059;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.731059;0.919679;0.029312;0.047652;0.000000;0.000000;0.410960;0.000000;0.159092;0.383197;0.489252;0.259802;0.000000;0.863185;0.581273;0.141001;0.686111;0.441026;0.223567;0.389361;0.584676;0.614932;0.058802;0.326268;0.149225;0.130205;0.720575;0.728385;0.014910;0.256705;0.119203;0.017986;0.500000;0.119203;0.017986;0.119203;0.017986;0.268941;0.999877;0.006693;0.006693;0.017986;0.047426;0.006693;0.006693;0.952574;0.731059;0.002473;0.119203;0.017986;0.811227;0.138119;0.846187;0.081286;0.764948;0.406851;0.089806;0.580055;0.628783;0.262309;0.114153;0.000000;0.739236;0.080173;0.000000;0.872361;0.500500;0.000000;0.311096;0.266784;0.661803;0.101946;0.236249;0.127410;0.254905;0.617680;0.892600;0.017850;0.089550;0.880797;0.017986;0.047426;0.006693;0.047426;0.119203;0.017986;0.119203;0.006693;0.731059;0.952574;0.017986;0.500000;0.047426;0.017986;0.119203;0.119203;0.006693;0.047426;0.982014;0.773644;0.356405;0.030032;0.000000;0.152000;0.442259;0.029369;0.018542;0.074744;0.577129;0.845926;0.000000;0.703287;0.160031;0.000000;0.256927;0.197024;0.000000;0.358243;0.830194;0.688722;0.132787;0.178493;0.146980;0.332255;0.520765;0.949510;0.035815;0.014680;0.268941;0.017986;0.119203;0.006693;0.017986;0.952574;0.017986;0.017986;0.999877;0.002473;0.002473;0.017986;0.006693;0.002473;0.731059;0.880797;0.017986;0.047426;0.047426;0.002473;0.560945;0.000000;0.300483;0.000000;0.138238;0.924909;0.036863;0.450414;0.976729;0.154857;0.040079;0.000000;0.194662;0.000000;0.107360;0.505250;0.041967;0.000000;0.060654;0.183322;0.683059;0.139296;0.177646;0.145785;0.349485;0.504735;0.949745;0.038640;0.011615
0.268941;0.006693;0.268941;0.006693;0.002473;0.006693;0.006693;0.047426;0.119203;0.002473;0.006693;0.017986;0.002473;0.017986;0.999089;0.880797;0.500000;0.000911;0.002473;0.006693;0.203591;0.000000;0.349327;0.000000;0.779714;0.000000;0.000000;0.376601;0.220458;0.784147;0.488752;0.030650;0.759511;0.439301;0.939346;0.419701;0.265417;0.491751;0.000000;0.718695;0.010243;0.504921;0.484838;0.008055;0.016200;0.975750;0.014360;0.903500;0.082140;0.006693;0.006693;0.017986;0.002473;0.000335;0.017986;0.006693;0.000911;0.999983;0.000335;0.000335;0.002473;0.017986;0.002473;0.000911;0.002473;0.000911;0.000911;0.047426;0.000335;0.091538;0.000000;0.111056;0.088346;0.000000;0.587830;0.029398;0.877396;0.973763;0.000000;0.000000;0.000000;0.155513;0.000000;0.000000;0.738464;0.083785;0.520988;0.468791;0.025957;0.010985;0.178165;0.810850;0.009390;0.035650;0.954955;0.015615;0.323165;0.661225;0.500000;0.017986;0.047426;0.017986;0.952574;0.047426;0.017986;0.880797;0.268941;0.500000;0.731059;0.017986;0.268941;0.982014;0.017986;0.119203;0.268941;0.952574;0.880797;0.731059;0.559714;0.298804;0.648853;0.499250;0.958473;0.288640;0.030032;0.786171;0.152258;0.436839;0.183172;0.000000;0.282114;0.148047;0.027120;0.862949;0.446950;0.238849;0.106215;0.245640;0.018600;0.057281;0.924119;0.022220;0.065695;0.912085;0.024765;0.090380;0.884855;0.880797;0.017986;0.268941;0.047426;0.268941;0.119203;0.017986;0.268941;0.017986;0.119203;0.500000;0.017986;0.993307;0.952574;0.006693;0.119203;0.047426;0.999089;0.731059;0.268941;0.581759;0.219257;0.400112;0.041447;0.524730;0.534445;0.037507;0.489002;0.111848;0.310668;0.417268;0.021647;0.953602;0.681571;0.664854;0.610639;0.492001;0.907711;0.536684;0.304492;0.137915;0.032808;0.829274;0.151410;0.068435;0.780150;0.258635;0.017300;0.724060;0.119203;0.047426;0.268941;0.017986;0.017986;0.952574;0.119203;0.731059;0.982014;0.047426;0.119203;0.268941;0.993307;0.017986;0.982014;0.268941;0.268941;0.880797;0.017986;0.047426;0.304703;0.000000;0.522485;0.551566;0.682655;0.527971;0.297130;0.688690;0.334478;0.560206;0.582246;0.078349;0.285774;0.623399;0.327834;0.532205;0.540412;0.699727;0.473026;0.682005;0.170668;0.063359;0.765973;0.151000;0.030935;0.818070;0.356120;0.007590;0.636285;0.731059;0.047426;0.731059;0.880797;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.119203;0.047426;0.002473;0.119203;0.731059;0.268941;0.002473;0.017986;0.017986;0.339169;0.000000;0.485754;0.634831;0.401793;0.057432;0.904651;0.834381;0.557741;0.000000;0.151485;0.000000;0.394365;0.329378;0.336038;0.743263;0.415809;0.000000;0.067358;0.000000;0.247971;0.014112;0.737918;0.192225;0.035280;0.772500;0.545530;0.006970;0.447495;0.880797;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.047426;0.500000;0.952574;0.982014;0.017986;0.731059;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.731059;0.919679;0.029312;0.047652;0.000000;0.000000;0.410960;0.000000;0.159092;0.383197;0.489252;0.259802;0.000000;0.863185;0.581273;0.141001;0.686111;0.441026;0.223567;0.389361;0.584676;0.614932;0.058802;0.326268;0.149225;0.130205;0.720575;0.728385;0.014910;0.256705;0.119203;0.017986;0.500000;0.119203;0.017986;0.119203;0.017986;0.268941;0.999877;0.006693;0.006693;0.017986;0.047426;0.006693;0.006693;0.952574;0.731059;0.002473;0.119203;0.017986;0.811227;0.138119;0.846187;0.081286;0.764948;0.406851;0.089806;0.580055;0.628783;0.262309;0.114153;0.000000;0.739236;0.080173;0.000000;0.872361;0.500500;0.000000;0.311096;0.266784;0.661803;0.101946;0.236249;0.127410;0.254905;0.617680;0.892600;0.017850;0.089550;0.880797;0.017986;0.047426;0.006693;0.047426;0.119203;0.017986;0.119203;0.006693;0.731059;0.952574;0.017986;0.500000;0.047426;0.017986;0.119203;0.119203;0.006693;0.047426;0.982014;0.773644;0.356405;0.030032;0.000000;0.152000;0.442259;0.029369;0.018542;0.074744;0.577129;0.845926;0.000000;0.703287;0.160031;0.000000;0.256927;0.197024;0.000000;0.358243;0.830194;0.688722;0.132787;0.178493;0.146980;0.332255;0.520765;0.949510;0.035815;0.014680;0.268941;0.017986;0.119203;0.006693;0.017986;0.952574;0.017986;0.017986;0.999877;0.002473;0.002473;0.017986;0.006693;0.002473;0.731059;0.880797;0.017986;0.047426;0.047426;0.002473;0.560945;0.000000;0.300483;0.000000;0.138238;0.924909;0.036863;0.450414;0.976729;0.154857;0.040079;0.000000;0.194662;0.000000;0.107360;0.505250;0.041967;0.000000;0.060654;0.183322;0.683059;0.139296;0.177646;0.145785;0.349485;0.504735;0.949745;0.038640;0.011615;0.268941;0.006693;0.006693;0.000911;0.268941;0.006693;0.002473;0.002473;0.002473;0.500000;0.997527;0.006693;0.731059;0.731059;0.006693;0.006693;0.047426;0.047426;0.047426;0.731059;0.547110;0.000000;0.058856;0.000000;0.562423;0.082338;0.000000;0.039734;0.000000;0.856682;0.872473;0.000000;0.475021;0.821714;0.121212;0.042330;0.112246;0.261923;0.141973;0.728693;0.690855;0.222883;0.086263;0.165230;0.598890;0.235885;0.951880;0.039820;0.008300
0.006693;0.006693;0.017986;0.002473;0.000335;0.017986;0.006693;0.000911;0.999983;0.000335;0.000335;0.002473;0.017986;0.002473;0.000911;0.002473;0.000911;0.000911;0.047426;0.000335;0.091538;0.000000;0.111056;0.088346;0.000000;0.587830;0.029398;0.877396;0.973763;0.000000;0.000000;0.000000;0.155513;0.000000;0.000000;0.738464;0.083785;0.520988;0.468791;0.025957;0.010985;0.178165;0.810850;0.009390;0.035650;0.954955;0.015615;0.323165;0.661225;0.500000;0.017986;0.047426;0.017986;0.952574;0.047426;0.017986;0.880797;0.268941;0.500000;0.731059;0.017986;0.268941;0.982014;0.017986;0.119203;0.268941;0.952574;0.880797;0.731059;0.559714;0.298804;0.648853;0.499250;0.958473;0.288640;0.030032;0.786171;0.152258;0.436839;0.183172;0.000000;0.282114;0.148047;0.027120;0.862949;0.446950;0.238849;0.106215;0.245640;0.018600;0.057281;0.924119;0.022220;0.065695;0.912085;0.024765;0.090380;0.884855;0.880797;0.017986;0.268941;0.047426;0.268941;0.119203;0.017986;0.268941;0.017986;0.119203;0.500000;0.017986;0.993307;0.952574;0.006693;0.119203;0.047426;0.999089;0.731059;0.268941;0.581759;0.219257;0.400112;0.041447;0.524730;0.534445;0.037507;0.489002;0.111848;0.310668;0.417268;0.021647;0.953602;0.681571;0.664854;0.610639;0.492001;0.907711;0.536684;0.304492;0.137915;0.032808;0.829274;0.151410;0.068435;0.780150;0.258635;0.017300;0.724060;0.119203;0.047426;0.268941;0.017986;0.017986;0.952574;0.119203;0.731059;0.982014;0.047426;0.119203;0.268941;0.993307;0.017986;0.982014;0.268941;0.268941;0.880797;0.017986;0.047426;0.304703;0.000000;0.522485;0.551566;0.682655;0.527971;0.297130;0.688690;0.334478;0.560206;0.582246;0.078349;0.285774;0.623399;0.327834;0.532205;0.540412;0.699727;0.473026;0.682005;0.170668;0.063359;0.765973;0.151000;0.030935;0.818070;0.356120;0.007590;0.636285;0.731059;0.047426;0.731059;0.880797;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.119203;0.047426;0.002473;0.119203;0.731059;0.268941;0.002473;0.017986;0.017986;0.339169;0.000000;0.485754;0.634831;0.401793;0.057432;0.904651;0.834381;0.557741;0.000000;0.151485;0.000000;0.394365;0.329378;0.336038;0.743263;0.415809;0.000000;0.067358;0.000000;0.247971;0.014112;0.737918;0.192225;0.035280;0.772500;0.545530;0.006970;0.447495;0.880797;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.047426;0.500000;0.952574;0.982014;0.017986;0.731059;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.731059;0.919679;0.029312;0.047652;0.000000;0.000000;0.410960;0.000000;0.159092;0.383197;0.489252;0.259802;0.000000;0.863185;0.581273;0.141001;0.686111;0.441026;0.223567;0.389361;0.584676;0.614932;0.058802;0.326268;0.149225;0.130205;0.720575;0.728385;0.014910;0.256705;0.119203;0.017986;0.500000;0.119203;0.017986;0.119203;0.017986;0.268941;0.999877;0.006693;0.006693;0.017986;0.047426;0.006693;0.006693;0.952574;0.731059;0.002473;0.119203;0.017986;0.811227;0.138119;0.846187;0.081286;0.764948;0.406851;0.089806;0.580055;0.628783;0.262309;0.114153;0.000000;0.739236;0.080173;0.000000;0.872361;0.500500;0.000000;0.311096;0.266784;0.661803;0.101946;0.236249;0.127410;0.254905;0.617680;0.892600;0.017850;0.089550;0.880797;0.017986;0.047426;0.006693;0.047426;0.119203;0.017986;0.119203;0.006693;0.731059;0.952574;0.017986;0.500000;0.047426;0.017986;0.119203;0.119203;0.006693;0.047426;0.982014;0.773644;0.356405;0.030032;0.000000;0.152000;0.442259;0.029369;0.018542;0.074744;0.577129;0.845926;0.000000;0.703287;0.160031;0.000000;0.256927;0.197024;0.000000;0.358243;0.830194;0.688722;0.132787;0.178493;0.146980;0.332255;0.520765;0.949510;0.035815;0.014680;0.268941;0.017986;0.119203;0.006693;0.017986;0.952574;0.017986;0.017986;0.999877;0.002473;0.002473;0.017986;0.006693;0.002473;0.731059;0.880797;0.017986;0.047426;0.047426;0.002473;0.560945;0.000000;0.300483;0.000000;0.138238;0.924909;0.036863;0.450414;0.976729;0.154857;0.040079;0.000000;0.194662;0.000000;0.107360;0.505250;0.041967;0.000000;0.060654;0.183322;0.683059;0.139296;0.177646;0.145785;0.349485;0.504735;0.949745;0.038640;0.011615;0.268941;0.006693;0.006693;0.000911;0.268941;0.006693;0.002473;0.002473;0.002473;0.500000;0.997527;0.006693;0.731059;0.731059;0.006693;0.006693;0.047426;0.047426;0.047426;0.731059;0.547110;0.000000;0.058856;0.000000;0.562423;0.082338;0.000000;0.039734;0.000000;0.856682;0.872473;0.000000;0.475021;0.821714;0.121212;0.042330;0.112246;0.261923;0.141973;0.728693;0.690855;0.222883;0.086263;0.165230;0.598890;0.235885;0.951880;0.039820;0.008300;0.952574;0.017986;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.047426;0.500000;0.880797;0.017986;0.952574;0.047426;0.017986;0.268941;0.268941;0.119203;0.017986;0.880797;0.927304;0.098856;0.000000;0.219428;0.879531;0.179314;0.133195;0.538424;0.217720;0.514746;0.509999;0.000000;0.312169;0.284347;0.000000;0.639686;0.063032;0.000000;0.199089;0.262890;0.685803;0.249298;0.064899;0.167370;0.679065;0.153565;0.948335;0.038840;0.012825
0.500000;0.017986;0.047426;0.017986;0.952574;0.047426;0.017986;0.880797;0.268941;0.500000;0.731059;0.017986;0.268941;0.982014;0.017986;0.119203;0.268941;0.952574;0.880797;0.731059;0.559714;0.298804;0.648853;0.499250;0.958473;0.288640;0.030032;0.786171;0.152258;0.436839;0.183172;0.000000;0.282114;0.148047;0.027120;0.862949;0.446950;0.238849;0.106215;0.245640;0.018600;0.057281;0.924119;0.022220;0.065695;0.912085;0.024765;0.090380;0.884855;0.880797;0.017986;0.268941;0.047426;0.268941;0.119203;0.017986;0.268941;0.017986;0.119203;0.500000;0.017986;0.993307;0.952574;0.006693;0.119203;0.047426;0.999089;0.731059;0.268941;0.581759;0.219257;0.400112;0.041447;0.524730;0.534445;0.037507;0.489002;0.111848;0.310668;0.417268;0.021647;0.953602;0.681571;0.664854;0.610639;0.492001;0.907711;0.536684;0.304492;0.137915;0.032808;0.829274;0.151410;0.068435;0.780150;0.258635;0.017300;0.724060;0.119203;0.047426;0.268941;0.017986;0.017986;0.952574;0.119203;0.731059;0.982014;0.047426;0.119203;0.268941;0.993307;0.017986;0.982014;0.268941;0.268941;0.880797;0.017986;0.047426;0.304703;0.000000;0.522485;0.551566;0.682655;0.527971;0.297130;0.688690;0.334478;0.560206;0.582246;0.078349;0.285774;0.623399;0.327834;0.532205;0.540412;0.699727;0.473026;0.682005;0.170668;0.063359;0.765973;0.151000;0.030935;0.818070;0.356120;0.007590;0.636285;0.731059;0.047426;0.731059;0.880797;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.119203;0.047426;0.002473;0.119203;0.731059;0.268941;0.002473;0.017986;0.017986;0.339169;0.000000;0.485754;0.634831;0.401793;0.057432;0.904651;0.834381;0.557741;0.000000;0.151485;0.000000;0.394365;0.329378;0.336038;0.743263;0.415809;0.000000;0.067358;0.000000;0.247971;0.014112;0.737918;0.192225;0.035280;0.772500;0.545530;0.006970;0.447495;0.880797;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.047426;0.500000;0.952574;0.982014;0.017986;0.731059;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.731059;0.919679;0.029312;0.047652;0.000000;0.000000;0.410960;0.000000;0.159092;0.383197;0.489252;0.259802;0.000000;0.863185;0.581273;0.141001;0.686111;0.441026;0.223567;0.389361;0.584676;0.614932;0.058802;0.326268;0.149225;0.130205;0.720575;0.728385;0.014910;0.256705;0.119203;0.017986;0.500000;0.119203;0.017986;0.119203;0.017986;0.268941;0.999877;0.006693;0.006693;0.017986;0.047426;0.006693;0.006693;0.952574;0.731059;0.002473;0.119203;0.017986;0.811227;0.138119;0.846187;0.081286;0.764948;0.406851;0.089806;0.580055;0.628783;0.262309;0.114153;0.000000;0.739236;0.080173;0.000000;0.872361;0.500500;0.000000;0.311096;0.266784;0.661803;0.101946;0.236249;0.127410;0.254905;0.617680;0.892600;0.017850;0.089550;0.880797;0.017986;0.047426;0.006693;0.047426;0.119203;0.017986;0.119203;0.006693;0.731059;0.952574;0.017986;0.500000;0.047426;0.017986;0.119203;0.119203;0.006693;0.047426;0.982014;0.773644;0.356405;0.030032;0.000000;0.152000;0.442259;0.029369;0.018542;0.074744;0.577129;0.845926;0.000000;0.703287;0.160031;0.000000;0.256927;0.197024;0.000000;0.358243;0.830194;0.688722;0.132787;0.178493;0.146980;0.332255;0.520765;0.949510;0.035815;0.014680;0.268941;0.017986;0.119203;0.006693;0.017986;0.952574;0.017986;0.017986;0.999877;0.002473;0.002473;0.017986;0.006693;0.002473;0.731059;0.880797;0.017986;0.047426;0.047426;0.002473;0.560945;0.000000;0.300483;0.000000;0.138238;0.924909;0.036863;0.450414;0.976729;0.154857;0.040079;0.000000;0.194662;0.000000;0.107360;0.505250;0.041967;0.000000;0.060654;0.183322;0.683059;0.139296;0.177646;0.145785;0.349485;0.504735;0.949745;0.038640;0.011615;0.268941;0.006693;0.006693;0.000911;0.268941;0.006693;0.002473;0.002473;0.002473;0.500000;0.997527;0.006693;0.731059;0.731059;0.006693;0.006693;0.047426;0.047426;0.047426;0.731059;0.547110;0.000000;0.058856;0.000000;0.562423;0.082338;0.000000;0.039734;0.000000;0.856682;0.872473;0.000000;0.475021;0.821714;0.121212;0.042330;0.112246;0.261923;0.141973;0.728693;0.690855;0.222883;0.086263;0.165230;0.598890;0.235885;0.951880;0.039820;0.008300;0.952574;0.017986;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.047426;0.500000;0.880797;0.017986;0.952574;0.047426;0.017986;0.268941;0.268941;0.119203;0.017986;0.880797;0.927304;0.098856;0.000000;0.219428;0.879531;0.179314;0.133195;0.538424;0.217720;0.514746;0.509999;0.000000;0.312169;0.284347;0.000000;0.639686;0.063032;0.000000;0.199089;0.262890;0.685803;0.249298;0.064899;0.167370;0.679065;0.153565;0.948335;0.038840;0.012825;0.993307;0.268941;0.047426;0.006693;0.993307;0.017986;0.017986;0.268941;0.017986;0.017986;0.268941;0.017986;0.500000;0.119203;0.047426;0.731059;0.119203;0.006693;0.047426;0.119203;0.930020;0.037579;0.000000;0.040427;0.846707;0.309384;0.110465;0.030739;0.217891;0.181235;0.467546;0.038568;0.308530;0.394365;0.267959;0.838214;0.431925;0.000000;0.000000;0.223220;0.540606;0.241791;0.217603;0.142190;0.677665;0.180145;0.919515;0.037160;0.043325
0.880797;0.017986;0.268941;0.047426;0.268941;0.119203;0.017986;0.268941;0.017986;0.119203;0.500000;0.017986;0.993307;0.952574;0.006693;0.119203;0.047426;0.999089;0.731059;0.268941;0.581759;0.219257;0.400112;0.041447;0.524730;0.534445;0.037507;0.489002;0.111848;0.310668;0.417268;0.021647;0.953602;0.681571;0.664854;0.610639;0.492001;0.907711;0.536684;0.304492;0.137915;0.032808;0.829274;0.151410;0.068435;0.780150;0.258635;0.017300;0.724060;0.119203;0.047426;0.268941;0.017986;0.017986;0.952574;0.119203;0.731059;0.982014;0.047426;0.119203;0.268941;0.993307;0.017986;0.982014;0.268941;0.268941;0.880797;0.017986;0.047426;0.304703;0.000000;0.522485;0.551566;0.682655;0.527971;0.297130;0.688690;0.334478;0.560206;0.582246;0.078349;0.285774;0.623399;0.327834;0.532205;0.540412;0.699727;0.473026;0.682005;0.170668;0.063359;0.765973;0.151000;0.030935;0.818070;0.356120;0.007590;0.636285;0.731059;0.047426;0.731059;0.880797;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.119203;0.047426;0.002473;0.119203;0.731059;0.268941;0.002473;0.017986;0.017986;0.339169;0.000000;0.485754;0.634831;0.401793;0.057432;0.904651;0.834381;0.557741;0.000000;0.151485;0.000000;0.394365;0.329378;0.336038;0.743263;0.415809;0.000000;0.067358;0.000000;0.247971;0.014112;0.737918;0.192225;0.035280;0.772500;0.545530;0.006970;0.447495;0.880797;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.047426;0.500000;0.952574;0.982014;0.017986;0.731059;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.731059;0.919679;0.029312;0.047652;0.000000;0.000000;0.410960;0.000000;0.159092;0.383197;0.489252;0.259802;0.000000;0.863185;0.581273;0.141001;0.686111;0.441026;0.223567;0.389361;0.584676;0.614932;0.058802;0.326268;0.149225;0.130205;0.720575;0.728385;0.014910;0.256705;0.119203;0.017986;0.500000;0.119203;0.017986;0.119203;0.017986;0.268941;0.999877;0.006693;0.006693;0.017986;0.047426;0.006693;0.006693;0.952574;0.731059;0.002473;0.119203;0.017986;0.811227;0.138119;0.846187;0.081286;0.764948;0.406851;0.089806;0.580055;0.628783;0.262309;0.114153;0.000000;0.739236;0.080173;0.000000;0.872361;0.500500;0.000000;0.311096;0.266784;0.661803;0.101946;0.236249;0.127410;0.254905;0.617680;0.892600;0.017850;0.089550;0.880797;0.017986;0.047426;0.006693;0.047426;0.119203;0.017986;0.119203;0.006693;0.731059;0.952574;0.017986;0.500000;0.047426;0.017986;0.119203;0.119203;0.006693;0.047426;0.982014;0.773644;0.356405;0.030032;0.000000;0.152000;0.442259;0.029369;0.018542;0.074744;0.577129;0.845926;0.000000;0.703287;0.160031;0.000000;0.256927;0.197024;0.000000;0.358243;0.830194;0.688722;0.132787;0.178493;0.146980;0.332255;0.520765;0.949510;0.035815;0.014680;0.268941;0.017986;0.119203;0.006693;0.017986;0.952574;0.017986;0.017986;0.999877;0.002473;0.002473;0.017986;0.006693;0.002473;0.731059;0.880797;0.017986;0.047426;0.047426;0.002473;0.560945;0.000000;0.300483;0.000000;0.138238;0.924909;0.036863;0.450414;0.976729;0.154857;0.040079;0.000000;0.194662;0.000000;0.107360;0.505250;0.041967;0.000000;0.060654;0.183322;0.683059;0.139296;0.177646;0.145785;0.349485;0.504735;0.949745;0.038640;0.011615;0.268941;0.006693;0.006693;0.000911;0.268941;0.006693;0.002473;0.002473;0.002473;0.500000;0.997527;0.006693;0.731059;0.731059;0.006693;0.006693;0.047426;0.047426;0.047426;0.731059;0.547110;0.000000;0.058856;0.000000;0.562423;0.082338;0.000000;0.039734;0.000000;0.856682;0.872473;0.000000;0.475021;0.821714;0.121212;0.042330;0.112246;0.261923;0.141973;0.728693;0.690855;0.222883;0.086263;0.165230;0.598890;0.235885;0.951880;0.039820;0.008300;0.952574;0.017986;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.047426;0.500000;0.880797;0.017986;0.952574;0.047426;0.017986;0.268941;0.268941;0.119203;0.017986;0.880797;0.927304;0.098856;0.000000;0.219428;0.879531;0.179314;0.133195;0.538424;0.217720;0.514746;0.509999;0.000000;0.312169;0.284347;0.000000;0.639686;0.063032;0.000000;0.199089;0.262890;0.685803;0.249298;0.064899;0.167370;0.679065;0.153565;0.948335;0.038840;0.012825;0.993307;0.268941;0.047426;0.006693;0.993307;0.017986;0.017986;0.268941;0.017986;0.017986;0.268941;0.017986;0.500000;0.119203;0.047426;0.731059;0.119203;0.006693;0.047426;0.119203;0.930020;0.037579;0.000000;0.040427;0.846707;0.309384;0.110465;0.030739;0.217891;0.181235;0.467546;0.038568;0.308530;0.394365;0.267959;0.838214;0.431925;0.000000;0.000000;0.223220;0.540606;0.241791;0.217603;0.142190;0.677665;0.180145;0.919515;0.037160;0.043325;0.993307;0.017986;0.047426;0.006693;0.952574;0.017986;0.017986;0.268941;0.119203;0.119203;0.017986;0.017986;0.017986;0.006693;0.047426;0.731059;0.731059;0.119203;0.006693;0.731059;0.924770;0.281709;0.122282;0.000000;0.546862;0.198770;0.000000;0.591217;0.000000;0.085333;0.358933;0.048108;0.000000;0.000000;0.000000;0.832577;0.603723;0.495750;0.186032;0.354115;0.450889;0.157885;0.391222;0.123760;0.419720;0.456520;0.899400;0.026795;0.073795
0.119203;0.047426;0.268941;0.017986;0.017986;0.952574;0.119203;0.731059;0.982014;0.047426;0.119203;0.268941;0.993307;0.017986;0.982014;0.268941;0.268941;0.880797;0.017986;0.047426;0.304703;0.000000;0.522485;0.551566;0.682655;0.527971;0.297130;0.688690;0.334478;0.560206;0.582246;0.078349;0.285774;0.623399;0.327834;0.532205;0.540412;0.699727;0.473026;0.682005;0.170668;0.063359;0.765973;0.151000;0.030935;0.818070;0.356120;0.007590;0.636285;0.731059;0.047426;0.731059;0.880797;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.119203;0.047426;0.002473;0.119203;0.731059;0.268941;0.002473;0.017986;0.017986;0.339169;0.000000;0.485754;0.634831;0.401793;0.057432;0.904651;0.834381;0.557741;0.000000;0.151485;0.000000;0.394365;0.329378;0.336038;0.743263;0.415809;0.000000;0.067358;0.000000;0.247971;0.014112;0.737918;0.192225;0.035280;0.772500;0.545530;0.006970;0.447495;0.880797;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.047426;0.500000;0.952574;0.982014;0.017986;0.731059;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.731059;0.919679;0.029312;0.047652;0.000000;0.000000;0.410960;0.000000;0.159092;0.383197;0.489252;0.259802;0.000000;0.863185;0.581273;0.141001;0.686111;0.441026;0.223567;0.389361;0.584676;0.614932;0.058802;0.326268;0.149225;0.130205;0.720575;0.728385;0.014910;0.256705;0.119203;0.017986;0.500000;0.119203;0.017986;0.119203;0.017986;0.268941;0.999877;0.006693;0.006693;0.017986;0.047426;0.006693;0.006693;0.952574;0.731059;0.002473;0.119203;0.017986;0.811227;0.138119;0.846187;0.081286;0.764948;0.406851;0.089806;0.580055;0.628783;0.262309;0.114153;0.000000;0.739236;0.080173;0.000000;0.872361;0.500500;0.000000;0.311096;0.266784;0.661803;0.101946;0.236249;0.127410;0.254905;0.617680;0.892600;0.017850;0.089550;0.880797;0.017986;0.047426;0.006693;0.047426;0.119203;0.017986;0.119203;0.006693;0.731059;0.952574;0.017986;0.500000;0.047426;0.017986;0.119203;0.119203;0.006693;0.047426;0.982014;0.773644;0.356405;0.030032;0.000000;0.152000;0.442259;0.029369;0.018542;0.074744;0.577129;0.845926;0.000000;0.703287;0.160031;0.000000;0.256927;0.197024;0.000000;0.358243;0.830194;0.688722;0.132787;0.178493;0.146980;0.332255;0.520765;0.949510;0.035815;0.014680;0.268941;0.017986;0.119203;0.006693;0.017986;0.952574;0.017986;0.017986;0.999877;0.002473;0.002473;0.017986;0.006693;0.002473;0.731059;0.880797;0.017986;0.047426;0.047426;0.002473;0.560945;0.000000;0.300483;0.000000;0.138238;0.924909;0.036863;0.450414;0.976729;0.154857;0.040079;0.000000;0.194662;0.000000;0.107360;0.505250;0.041967;0.000000;0.060654;0.183322;0.683059;0.139296;0.177646;0.145785;0.349485;0.504735;0.949745;0.038640;0.011615;0.268941;0.006693;0.006693;0.000911;0.268941;0.006693;0.002473;0.002473;0.002473;0.500000;0.997527;0.006693;0.731059;0.731059;0.006693;0.006693;0.047426;0.047426;0.047426;0.731059;0.547110;0.000000;0.058856;0.000000;0.562423;0.082338;0.000000;0.039734;0.000000;0.856682;0.872473;0.000000;0.475021;0.821714;0.121212;0.042330;0.112246;0.261923;0.141973;0.728693;0.690855;0.222883;0.086263;0.165230;0.598890;0.235885;0.951880;0.039820;0.008300;0.952574;0.017986;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.047426;0.500000;0.880797;0.017986;0.952574;0.047426;0.017986;0.268941;0.268941;0.119203;0.017986;0.880797;0.927304;0.098856;0.000000;0.219428;0.879531;0.179314;0.133195;0.538424;0.217720;0.514746;0.509999;0.000000;0.312169;0.284347;0.000000;0.639686;0.063032;0.000000;0.199089;0.262890;0.685803;0.249298;0.064899;0.167370;0.679065;0.153565;0.948335;0.038840;0.012825;0.993307;0.268941;0.047426;0.006693;0.993307;0.017986;0.017986;0.268941;0.017986;0.017986;0.268941;0.017986;0.500000;0.119203;0.047426;0.731059;0.119203;0.006693;0.047426;0.119203;0.930020;0.037579;0.000000;0.040427;0.846707;0.309384;0.110465;0.030739;0.217891;0.181235;0.467546;0.038568;0.308530;0.394365;0.267959;0.838214;0.431925;0.000000;0.000000;0.223220;0.540606;0.241791;0.217603;0.142190;0.677665;0.180145;0.919515;0.037160;0.043325;0.993307;0.017986;0.047426;0.006693;0.952574;0.017986;0.017986;0.268941;0.119203;0.119203;0.017986;0.017986;0.017986;0.006693;0.047426;0.731059;0.731059;0.119203;0.006693;0.731059;0.924770;0.281709;0.122282;0.000000;0.546862;0.198770;0.000000;0.591217;0.000000;0.085333;0.358933;0.048108;0.000000;0.000000;0.000000;0.832577;0.603723;0.495750;0.186032;0.354115;0.450889;0.157885;0.391222;0.123760;0.419720;0.456520;0.899400;0.026795;0.073795;0.500000;0.047426;0.047426;0.017986;0.500000;0.500000;0.047426;0.047426;0.731059;0.880797;0.731059;0.119203;0.731059;0.268941;0.017986;0.500000;0.880797;0.047426;0.880797;0.880797;0.506750;0.029057;0.000000;0.028004;0.646342;0.669074;0.000000;0.023753;0.417268;0.700147;0.810460;0.068434;0.771006;0.570772;0.358703;0.696989;0.446950;0.629716;0.429964;0.624103;0.308738;0.101062;0.590200;0.058910;0.276830;0.664255;0.767340;0.015600;0.217065
0.731059;0.047426;0.731059;0.880797;0.006693;0.731059;0.993307;0.119203;0.731059;0.006693;0.017986;0.119203;0.047426;0.002473;0.119203;0.731059;0.268941;0.002473;0.017986;0.017986;0.339169;0.000000;0.485754;0.634831;0.401793;0.057432;0.904651;0.834381;0.557741;0.000000;0.151485;0.000000;0.394365;0.329378;0.336038;0.743263;0.415809;0.000000;0.067358;0.000000;0.247971;0.014112;0.737918;0.192225;0.035280;0.772500;0.545530;0.006970;0.447495;0.880797;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.047426;0.500000;0.952574;0.982014;0.017986;0.731059;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.731059;0.919679;0.029312;0.047652;0.000000;0.000000;0.410960;0.000000;0.159092;0.383197;0.489252;0.259802;0.000000;0.863185;0.581273;0.141001;0.686111;0.441026;0.223567;0.389361;0.584676;0.614932;0.058802;0.326268;0.149225;0.130205;0.720575;0.728385;0.014910;0.256705;0.119203;0.017986;0.500000;0.119203;0.017986;0.119203;0.017986;0.268941;0.999877;0.006693;0.006693;0.017986;0.047426;0.006693;0.006693;0.952574;0.731059;0.002473;0.119203;0.017986;0.811227;0.138119;0.846187;0.081286;0.764948;0.406851;0.089806;0.580055;0.628783;0.262309;0.114153;0.000000;0.739236;0.080173;0.000000;0.872361;0.500500;0.000000;0.311096;0.266784;0.661803;0.101946;0.236249;0.127410;0.254905;0.617680;0.892600;0.017850;0.089550;0.880797;0.017986;0.047426;0.006693;0.047426;0.119203;0.017986;0.119203;0.006693;0.731059;0.952574;0.017986;0.500000;0.047426;0.017986;0.119203;0.119203;0.006693;0.047426;0.982014;0.773644;0.356405;0.030032;0.000000;0.152000;0.442259;0.029369;0.018542;0.074744;0.577129;0.845926;0.000000;0.703287;0.160031;0.000000;0.256927;0.197024;0.000000;0.358243;0.830194;0.688722;0.132787;0.178493;0.146980;0.332255;0.520765;0.949510;0.035815;0.014680;0.268941;0.017986;0.119203;0.006693;0.017986;0.952574;0.017986;0.017986;0.999877;0.002473;0.002473;0.017986;0.006693;0.002473;0.731059;0.880797;0.017986;0.047426;0.047426;0.002473;0.560945;0.000000;0.300483;0.000000;0.138238;0.924909;0.036863;0.450414;0.976729;0.154857;0.040079;0.000000;0.194662;0.000000;0.107360;0.505250;0.041967;0.000000;0.060654;0.183322;0.683059;0.139296;0.177646;0.145785;0.349485;0.504735;0.949745;0.038640;0.011615;0.268941;0.006693;0.006693;0.000911;0.268941;0.006693;0.002473;0.002473;0.002473;0.500000;0.997527;0.006693;0.731059;0.731059;0.006693;0.006693;0.047426;0.047426;0.047426;0.731059;0.547110;0.000000;0.058856;0.000000;0.562423;0.082338;0.000000;0.039734;0.000000;0.856682;0.872473;0.000000;0.475021;0.821714;0.121212;0.042330;0.112246;0.261923;0.141973;0.728693;0.690855;0.222883;0.086263;0.165230;0.598890;0.235885;0.951880;0.039820;0.008300;0.952574;0.017986;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.047426;0.500000;0.880797;0.017986;0.952574;0.047426;0.017986;0.268941;0.268941;0.119203;0.017986;0.880797;0.927304;0.098856;0.000000;0.219428;0.879531;0.179314;0.133195;0.538424;0.217720;0.514746;0.509999;0.000000;0.312169;0.284347;0.000000;0.639686;0.063032;0.000000;0.199089;0.262890;0.685803;0.249298;0.064899;0.167370;0.679065;0.153565;0.948335;0.038840;0.012825;0.993307;0.268941;0.047426;0.006693;0.993307;0.017986;0.017986;0.268941;0.017986;0.017986;0.268941;0.017986;0.500000;0.119203;0.047426;0.731059;0.119203;0.006693;0.047426;0.119203;0.930020;0.037579;0.000000;0.040427;0.846707;0.309384;0.110465;0.030739;0.217891;0.181235;0.467546;0.038568;0.308530;0.394365;0.267959;0.838214;0.431925;0.000000;0.000000;0.223220;0.540606;0.241791;0.217603;0.142190;0.677665;0.180145;0.919515;0.037160;0.043325;0.993307;0.017986;0.047426;0.006693;0.952574;0.017986;0.017986;0.268941;0.119203;0.119203;0.017986;0.017986;0.017986;0.006693;0.047426;0.731059;0.731059;0.119203;0.006693;0.731059;0.924770;0.281709;0.122282;0.000000;0.546862;0.198770;0.000000;0.591217;0.000000;0.085333;0.358933;0.048108;0.000000;0.000000;0.000000;0.832577;0.603723;0.495750;0.186032;0.354115;0.450889;0.157885;0.391222;0.123760;0.419720;0.456520;0.899400;0.026795;0.073795;0.500000;0.047426;0.047426;0.017986;0.500000;0.500000;0.047426;0.047426;0.731059;0.880797;0.731059;0.119203;0.731059;0.268941;0.017986;0.500000;0.880797;0.047426;0.880797;0.880797;0.506750;0.029057;0.000000;0.028004;0.646342;0.669074;0.000000;0.023753;0.417268;0.700147;0.810460;0.068434;0.771006;0.570772;0.358703;0.696989;0.446950;0.629716;0.429964;0.624103;0.308738;0.101062;0.590200;0.058910;0.276830;0.664255;0.767340;0.015600;0.217065;0.268941;0.119203;0.006693;0.268941;0.002473;0.268941;0.500000;0.047426;0.268941;0.002473;0.006693;0.047426;0.002473;0.000911;0.999665;0.268941;0.119203;0.000911;0.002473;0.017986;0.575664;0.533699;0.580786;0.330041;0.197657;0.457850;0.400832;0.531209;0.435610;0.000000;0.101197;0.180643;0.273686;0.085411;0.952257;0.685249;0.313674;0.252939;0.071824;0.100924;0.228801;0.071760;0.699437;0.046635;0.173915;0.779450;0.626845;0.004750;0.368400
0.880797;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.047426;0.500000;0.952574;0.982014;0.017986;0.731059;0.268941;0.119203;0.047426;0.047426;0.017986;0.268941;0.731059;0.919679;0.029312;0.047652;0.000000;0.000000;0.410960;0.000000;0.159092;0.383197;0.489252;0.259802;0.000000;0.863185;0.581273;0.141001;0.686111;0.441026;0.223567;0.389361;0.584676;0.614932;0.058802;0.326268;0.149225;0.130205;0.720575;0.728385;0.014910;0.256705;0.119203;0.017986;0.500000;0.119203;0.017986;0.119203;0.017986;0.268941;0.999877;0.006693;0.006693;0.017986;0.047426;0.006693;0.006693;0.952574;0.731059;0.002473;0.119203;0.017986;0.811227;0.138119;0.846187;0.081286;0.764948;0.406851;0.089806;0.580055;0.628783;0.262309;0.114153;0.000000;0.739236;0.080173;0.000000;0.872361;0.500500;0.000000;0.311096;0.266784;0.661803;0.101946;0.236249;0.127410;0.254905;0.617680;0.892600;0.017850;0.089550;0.880797;0.017986;0.047426;0.006693;0.047426;0.119203;0.017986;0.119203;0.006693;0.731059;0.952574;0.017986;0.500000;0.047426;0.017986;0.119203;0.119203;0.006693;0.047426;0.982014;0.773644;0.356405;0.030032;0.000000;0.152000;0.442259;0.029369;0.018542;0.074744;0.577129;0.845926;0.000000;0.703287;0.160031;0.000000;0.256927;0.197024;0.000000;0.358243;0.830194;0.688722;0.132787;0.178493;0.146980;0.332255;0.520765;0.949510;0.035815;0.014680;0.268941;0.017986;0.119203;0.006693;0.017986;0.952574;0.017986;0.017986;0.999877;0.002473;0.002473;0.017986;0.006693;0.002473;0.731059;0.880797;0.017986;0.047426;0.047426;0.002473;0.560945;0.000000;0.300483;0.000000;0.138238;0.924909;0.036863;0.450414;0.976729;0.154857;0.040079;0.000000;0.194662;0.000000;0.107360;0.505250;0.041967;0.000000;0.060654;0.183322;0.683059;0.139296;0.177646;0.145785;0.349485;0.504735;0.949745;0.038640;0.011615;0.268941;0.006693;0.006693;0.000911;0.268941;0.006693;0.002473;0.002473;0.002473;0.500000;0.997527;0.006693;0.731059;0.731059;0.006693;0.006693;0.047426;0.047426;0.047426;0.731059;0.547110;0.000000;0.058856;0.000000;0.562423;0.082338;0.000000;0.039734;0.000000;0.856682;0.872473;0.000000;0.475021;0.821714;0.121212;0.042330;0.112246;0.261923;0.141973;0.728693;0.690855;0.222883;0.086263;0.165230;0.598890;0.235885;0.951880;0.039820;0.008300;0.952574;0.017986;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.047426;0.500000;0.880797;0.017986;0.952574;0.047426;0.017986;0.268941;0.268941;0.119203;0.017986;0.880797;0.927304;0.098856;0.000000;0.219428;0.879531;0.179314;0.133195;0.538424;0.217720;0.514746;0.509999;0.000000;0.312169;0.284347;0.000000;0.639686;0.063032;0.000000;0.199089;0.262890;0.685803;0.249298;0.064899;0.167370;0.679065;0.153565;0.948335;0.038840;0.012825;0.993307;0.268941;0.047426;0.006693;0.993307;0.017986;0.017986;0.268941;0.017986;0.017986;0.268941;0.017986;0.500000;0.119203;0.047426;0.731059;0.119203;0.006693;0.047426;0.119203;0.930020;0.037579;0.000000;0.040427;0.846707;0.309384;0.110465;0.030739;0.217891;0.181235;0.467546;0.038568;0.308530;0.394365;0.267959;0.838214;0.431925;0.000000;0.000000;0.223220;0.540606;0.241791;0.217603;0.142190;0.677665;0.180145;0.919515;0.037160;0.043325;0.993307;0.017986;0.047426;0.006693;0.952574;0.017986;0.017986;0.268941;0.119203;0.119203;0.017986;0.017986;0.017986;0.006693;0.047426;0.731059;0.731059;0.119203;0.006693;0.731059;0.924770;0.281709;0.122282;0.000000;0.546862;0.198770;0.000000;0.591217;0.000000;0.085333;0.358933;0.048108;0.000000;0.000000;0.000000;0.832577;0.603723;0.495750;0.186032;0.354115;0.450889;0.157885;0.391222;0.123760;0.419720;0.456520;0.899400;0.026795;0.073795;0.500000;0.047426;0.047426;0.017986;0.500000;0.500000;0.047426;0.047426;0.731059;0.880797;0.731059;0.119203;0.731059;0.268941;0.017986;0.500000;0.880797;0.047426;0.880797;0.880797;0.506750;0.029057;0.000000;0.028004;0.646342;0.669074;0.000000;0.023753;0.417268;0.700147;0.810460;0.068434;0.771006;0.570772;0.358703;0.696989;0.446950;0.629716;0.429964;0.624103;0.308738;0.101062;0.590200;0.058910;0.276830;0.664255;0.767340;0.015600;0.217065;0.268941;0.119203;0.006693;0.268941;0.002473;0.268941;0.500000;0.047426;0.268941;0.002473;0.006693;0.047426;0.002473;0.000911;0.999665;0.268941;0.119203;0.000911;0.002473;0.017986;0.575664;0.533699;0.580786;0.330041;0.197657;0.457850;0.400832;0.531209;0.435610;0.000000;0.101197;0.180643;0.273686;0.085411;0.952257;0.685249;0.313674;0.252939;0.071824;0.100924;0.228801;0.071760;0.699437;0.046635;0.173915;0.779450;0.626845;0.004750;0.368400;0.268941;0.731059;0.997527;0.268941;0.006693;0.268941;0.119203;0.119203;0.952574;0.119203;0.047426;0.119203;0.017986;0.017986;0.047426;0.500000;0.880797;0.002473;0.017986;0.047426;0.495000;0.376601;0.946546;0.625978;0.173503;0.344117;0.580542;0.504750;0.485254;0.236855;0.321257;0.000000;0.312598;0.329157;0.309812;0.657686;0.392456;0.605874;0.000000;0.121746;0.198131;0.157577;0.644292;0.030820;0.087415;0.881765;0.533430;0.004215;0.462355
0.119203;0.017986;0.500000;0.119203;0.017986;0.119203;0.017986;0.268941;0.999877;0.006693;0.006693;0.017986;0.047426;0.006693;0.006693;0.952574;0.731059;0.002473;0.119203;0.017986;0.811227;0.138119;0.846187;0.081286;0.764948;0.406851;0.089806;0.580055;0.628783;0.262309;0.114153;0.000000;0.739236;0.080173;0.000000;0.872361;0.500500;0.000000;0.311096;0.266784;0.661803;0.101946;0.236249;0.127410;0.254905;0.617680;0.892600;0.017850;0.089550;0.880797;0.017986;0.047426;0.006693;0.047426;0.119203;0.017986;0.119203;0.006693;0.731059;0.952574;0.017986;0.500000;0.047426;0.017986;0.119203;0.119203;0.006693;0.047426;0.982014;0.773644;0.356405;0.030032;0.000000;0.152000;0.442259;0.029369;0.018542;0.074744;0.577129;0.845926;0.000000;0.703287;0.160031;0.000000;0.256927;0.197024;0.000000;0.358243;0.830194;0.688722;0.132787;0.178493;0.146980;0.332255;0.520765;0.949510;0.035815;0.014680;0.268941;0.017986;0.119203;0.006693;0.017986;0.952574;0.017986;0.017986;0.999877;0.002473;0.002473;0.017986;0.006693;0.002473;0.731059;0.880797;0.017986;0.047426;0.047426;0.002473;0.560945;0.000000;0.300483;0.000000;0.138238;0.924909;0.036863;0.450414;0.976729;0.154857;0.040079;0.000000;0.194662;0.000000;0.107360;0.505250;0.041967;0.000000;0.060654;0.183322;0.683059;0.139296;0.177646;0.145785;0.349485;0.504735;0.949745;0.038640;0.011615;0.268941;0.006693;0.006693;0.000911;0.268941;0.006693;0.002473;0.002473;0.002473;0.500000;0.997527;0.006693;0.731059;0.731059;0.006693;0.006693;0.047426;0.047426;0.047426;0.731059;0.547110;0.000000;0.058856;0.000000;0.562423;0.082338;0.000000;0.039734;0.000000;0.856682;0.872473;0.000000;0.475021;0.821714;0.121212;0.042330;0.112246;0.261923;0.141973;0.728693;0.690855;0.222883;0.086263;0.165230;0.598890;0.235885;0.951880;0.039820;0.008300;0.952574;0.017986;0.017986;0.017986;0.952574;0.047426;0.017986;0.047426;0.047426;0.500000;0.880797;0.017986;0.952574;0.047426;0.017986;0.268941;0.268941;0.119203;0.017986;0.880797;0.927304;0.098856;0.000000;0.219428;0.879531;0.179314;0.133195;0.538424;0.217720;0.514746;0.509999;0.000000;0.312169;0.284347;0.000000;0.639686;0.063032;0.000000;0.199089;0.262890;0.685803;0.249298;0.064899;0.167370;0.679065;0.153565;0.948335;0.038840;0.012825;0.993307;0.268941;0.047426;0.006693;0.993307;0.017986;0.017986;0.268941;0.017986;0.017986;0.268941;0.017986;0.500000;0.119203;0.047426;0.731059;0.119203;0.006693;0.047426;0.119203;0.930020;0.037579;0.000000;0.040427;0.846707;0.309384;0.110465;0.030739;0.217891;0.181235;0.467546;0.038568;0.308530;0.394365;0.267959;0.838214;0.431925;0.000000;0.000000;0.223220;0.540606;0.241791;0.217603;0.142190;0.677665;0.180145;0.919515;0.037160;0.043325;0.993307;0.017986;0.047426;0.006693;0.952574;0.017986;0.017986;0.268941;0.119203;0.119203;0.017986;0.017986;0.017986;0.006693;0.047426;0.731059;0.731059;0.119203;0.006693;0.731059;0.924770;0.281709;0.122282;0.000000;0.546862;0.198770;0.000000;0.591217;0.000000;0.085333;0.358933;0.048108;0.000000;0.000000;0.000000;0.832577;0.603723;0.495750;0.186032;0.354115;0.450889;0.157885;0.391222;0.123760;0.419720;0.456520;0.899400;0.026795;0.073795;0.500000;0.047426;0.047426;0.017986;0.500000;0.500000;0.047426;0.047426;0.731059;0.880797;0.731059;0.119203;0.731059;0.268941;0.017986;0.500000;0.880797;0.047426;0.880797;0.880797;0.506750;0.029057;0.000000;0.028004;0.646342;0.669074;0.000000;0.023753;0.417268;0.700147;0.810460;0.068434;0.771006;0.570772;0.358703;0.696989;0.446950;0.629716;0.429964;0.624103;0.308738;0.101062;0.590200;0.058910;0.276830;0.664255;0.767340;0.015600;0.217065;0.268941;0.119203;0.006693;0.268941;0.002473;0.268941;0.500000;0.047426;0.268941;0.002473;0.006693;0.047426;0.002473;0.000911;0.999665;0.268941;0.119203;0.000911;0.002473;0.017986;0.575664;0.533699;0.580786;0.330041;0.197657;0.457850;0.400832;0.531209;0.435610;0.000000;0.101197;0.180643;0.273686;0.085411;0.952257;0.685249;0.313674;0.252939;0.071824;0.100924;0.228801;0.071760;0.699437;0.046635;0.173915;0.779450;0.626845;0.004750;0.368400;0.268941;0.731059;0.997527;0.268941;0.006693;0.268941;0.119203;0.119203;0.952574;0.119203;0.047426;0.119203;0.017986;0.017986;0.047426;0.500000;0.880797;0.002473;0.017986;0.047426;0.495000;0.376601;0.946546;0.625978;0.173503;0.344117;0.580542;0.504750;0.485254;0.236855;0.321257;0.000000;0.312598;0.329157;0.309812;0.657686;0.392456;0.605874;0.000000;0.121746;0.198131;0.157577;0.644292;0.030820;0.087415;0.881765;0.533430;0.004215;0.462355;0.952574;0.500000;0.119203;0.119203;0.880797;0.268941;0.880797;0.731059;0.268941;0.119203;0.268941;0.119203;0.268941;0.268941;0.731059;0.731059;0.268941;0.017986;0.047426;0.500000;0.747439;0.276278;0.460582;0.380365;0.774867;0.170089;0.185126;0.181384;0.319081;0.711976;0.486503;0.268352;0.482257;0.848386;0.309812;0.588314;0.299853;0.000000;0.203267;0.658361;0.220458;0.202028;0.577513;0.086335;0.027020;0.886645;0.544635;0.012785;0.442580
0.119203;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.880797;0.993307;0.017986;0.731059;0.268941;0.268941;0.047426;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.538176;0.960304;0.000000;0.000000;0.000000;0.403236;0.000000;0.000000;0.000000;0.000000;0.000000;0.039640;0.367545;0.592815;0.024425;0.497710;0.477865;0.003470;0.513900;0.482630;0.268941;0.731059;0.952574;0.268941;0.047426;0.731059;0.500000;0.268941;0.731059;0.119203;0.047426;0.982014;0.119203;0.047426;0.268941;0.500000;0.500000;0.047426;0.500000;0.119203;0.203105;0.222008;0.943800;0.000000;0.000000;0.000000;0.000000;0.290079;0.476767;0.537430;0.000000;0.930733;0.000000;0.000000;0.431925;0.492501;0.317345;0.000000;0.574931;0.000000;0.099844;0.196121;0.704037;0.017915;0.131055;0.851030;0.003095;0.075910;0.921000;0.500000;0.268941;0.731059;0.731059;0.047426;0.982014;0.982014;0.119203;0.731059;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.731059;0.500000;0.047426;0.119203;0.047426;0.000000;0.000000;0.698676;0.371217;0.000000;0.949020;0.937438;0.000000;0.647484;0.000000;0.000000;0.240672;0.000000;0.000000;0.000000;0.689332;0.578105;0.000000;0.000000;0.000000;0.088892;0.063320;0.847789;0.016640;0.003170;0.980195;0.002845;0.017440;0.979715;0.268941;0.500000;0.119203;0.731059;0.047426;0.119203;0.268941;0.047426;0.047426;0.017986;0.017986;0.268941;0.047426;0.017986;0.999089;0.731059;0.268941;0.017986;0.017986;0.047426;0.000000;0.000000;0.000000;0.809844;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.982067;0.807524;0.000000;0.000000;0.000000;0.000000;0.496205;0.006137;0.497657;0.337410;0.000215;0.662370;0.184195;0.001700;0.814105;0.119203;0.119203;0.500000;0.997527;0.017986;0.731059;0.952574;0.731059;0.119203;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.017986;0.017986;0.000000;0.000000;0.000000;0.968901;0.000000;0.639686;0.830475;0.644053;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.652716;0.000000;0.000000;0.000000;0.000000;0.520682;0.006098;0.473220;0.364945;0.001120;0.633935;0.230090;0.000680;0.769230;0.268941;0.119203;0.880797;0.997527;0.017986;0.731059;0.500000;0.119203;0.119203;0.268941;0.047426;0.268941;0.047426;0.017986;0.119203;0.500000;0.500000;0.006693;0.047426;0.047426;0.477515;0.000000;0.704329;0.970084;0.000000;0.872806;0.000000;0.000000;0.000000;0.657010;0.000000;0.000000;0.000000;0.000000;0.000000;0.522235;0.000000;0.000000;0.000000;0.000000;0.691616;0.008442;0.299944;0.436020;0.005195;0.558785;0.669620;0.004735;0.325650;0.047426;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.500000;0.047426;0.119203;0.268941;0.017986;0.268941;0.999665;0.006693;0.047426;0.047426;0.500000;0.880797;0.119203;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.990510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742786;0.129210;0.128002;0.504045;0.336900;0.159050;0.755105;0.035335;0.209560;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.500000;0.993307;0.047426;0.731059;0.731059;0.017986;0.500000;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.836033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.958194;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.751871;0.164742;0.083387;0.526060;0.426925;0.047015;0.760345;0.051905;0.187750;0.119203;0.731059;0.268941;0.119203;0.017986;0.731059;0.268941;0.500000;0.119203;0.047426;0.119203;0.997527;0.952574;0.047426;0.119203;0.500000;0.119203;0.017986;0.047426;0.047426;0.000000;0.781427;0.000000;0.000000;0.000000;0.520239;0.000000;0.517743;0.000000;0.000000;0.000000;0.975325;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.678724;0.181262;0.140013;0.525780;0.436165;0.038055;0.747790;0.092580;0.159630;0.119203;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.006693;0.017986;0.993307;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.268941;0.017986;0.119203;0.993307;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.959844;0.666024;0.180252;0.153723;0.527265;0.431535;0.041200;0.708205;0.094180;0.197615;0.268941;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.047426;0.268941;0.017986;0.047426;0.982014;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.389599;0.973038;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.921362;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.669414;0.167021;0.163565;0.528065;0.409905;0.062030;0.717575;0.076115;0.206310
0.268941;0.731059;0.952574;0.268941;0.047426;0.731059;0.500000;0.268941;0.731059;0.119203;0.047426;0.982014;0.119203;0.047426;0.268941;0.500000;0.500000;0.047426;0.500000;0.119203;0.203105;0.222008;0.943800;0.000000;0.000000;0.000000;0.000000;0.290079;0.476767;0.537430;0.000000;0.930733;0.000000;0.000000;0.431925;0.492501;0.317345;0.000000;0.574931;0.000000;0.099844;0.196121;0.704037;0.017915;0.131055;0.851030;0.003095;0.075910;0.921000;0.500000;0.268941;0.731059;0.731059;0.047426;0.982014;0.982014;0.119203;0.731059;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.731059;0.500000;0.047426;0.119203;0.047426;0.000000;0.000000;0.698676;0.371217;0.000000;0.949020;0.937438;0.000000;0.647484;0.000000;0.000000;0.240672;0.000000;0.000000;0.000000;0.689332;0.578105;0.000000;0.000000;0.000000;0.088892;0.063320;0.847789;0.016640;0.003170;0.980195;0.002845;0.017440;0.979715;0.268941;0.500000;0.119203;0.731059;0.047426;0.119203;0.268941;0.047426;0.047426;0.017986;0.017986;0.268941;0.047426;0.017986;0.999089;0.731059;0.268941;0.017986;0.017986;0.047426;0.000000;0.000000;0.000000;0.809844;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.982067;0.807524;0.000000;0.000000;0.000000;0.000000;0.496205;0.006137;0.497657;0.337410;0.000215;0.662370;0.184195;0.001700;0.814105;0.119203;0.119203;0.500000;0.997527;0.017986;0.731059;0.952574;0.731059;0.119203;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.017986;0.017986;0.000000;0.000000;0.000000;0.968901;0.000000;0.639686;0.830475;0.644053;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.652716;0.000000;0.000000;0.000000;0.000000;0.520682;0.006098;0.473220;0.364945;0.001120;0.633935;0.230090;0.000680;0.769230;0.268941;0.119203;0.880797;0.997527;0.017986;0.731059;0.500000;0.119203;0.119203;0.268941;0.047426;0.268941;0.047426;0.017986;0.119203;0.500000;0.500000;0.006693;0.047426;0.047426;0.477515;0.000000;0.704329;0.970084;0.000000;0.872806;0.000000;0.000000;0.000000;0.657010;0.000000;0.000000;0.000000;0.000000;0.000000;0.522235;0.000000;0.000000;0.000000;0.000000;0.691616;0.008442;0.299944;0.436020;0.005195;0.558785;0.669620;0.004735;0.325650;0.047426;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.500000;0.047426;0.119203;0.268941;0.017986;0.268941;0.999665;0.006693;0.047426;0.047426;0.500000;0.880797;0.119203;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.990510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742786;0.129210;0.128002;0.504045;0.336900;0.159050;0.755105;0.035335;0.209560;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.500000;0.993307;0.047426;0.731059;0.731059;0.017986;0.500000;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.836033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.958194;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.751871;0.164742;0.083387;0.526060;0.426925;0.047015;0.760345;0.051905;0.187750;0.119203;0.731059;0.268941;0.119203;0.017986;0.731059;0.268941;0.500000;0.119203;0.047426;0.119203;0.997527;0.952574;0.047426;0.119203;0.500000;0.119203;0.017986;0.047426;0.047426;0.000000;0.781427;0.000000;0.000000;0.000000;0.520239;0.000000;0.517743;0.000000;0.000000;0.000000;0.975325;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.678724;0.181262;0.140013;0.525780;0.436165;0.038055;0.747790;0.092580;0.159630;0.119203;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.006693;0.017986;0.993307;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.268941;0.017986;0.119203;0.993307;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.959844;0.666024;0.180252;0.153723;0.527265;0.431535;0.041200;0.708205;0.094180;0.197615;0.268941;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.047426;0.268941;0.017986;0.047426;0.982014;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.389599;0.973038;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.921362;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.669414;0.167021;0.163565;0.528065;0.409905;0.062030;0.717575;0.076115;0.206310;0.119203;0.268941;0.119203;0.500000;0.006693;0.731059;0.999089;0.017986;0.268941;0.006693;0.017986;0.500000;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.663989;0.155896;0.180117;0.528445;0.384150;0.087405;0.710820;0.067870;0.221315
0.500000;0.268941;0.731059;0.731059;0.047426;0.982014;0.982014;0.119203;0.731059;0.017986;0.047426;0.731059;0.119203;0.017986;0.119203;0.731059;0.500000;0.047426;0.119203;0.047426;0.000000;0.000000;0.698676;0.371217;0.000000;0.949020;0.937438;0.000000;0.647484;0.000000;0.000000;0.240672;0.000000;0.000000;0.000000;0.689332;0.578105;0.000000;0.000000;0.000000;0.088892;0.063320;0.847789;0.016640;0.003170;0.980195;0.002845;0.017440;0.979715;0.268941;0.500000;0.119203;0.731059;0.047426;0.119203;0.268941;0.047426;0.047426;0.017986;0.017986;0.268941;0.047426;0.017986;0.999089;0.731059;0.268941;0.017986;0.017986;0.047426;0.000000;0.000000;0.000000;0.809844;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.982067;0.807524;0.000000;0.000000;0.000000;0.000000;0.496205;0.006137;0.497657;0.337410;0.000215;0.662370;0.184195;0.001700;0.814105;0.119203;0.119203;0.500000;0.997527;0.017986;0.731059;0.952574;0.731059;0.119203;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.017986;0.017986;0.000000;0.000000;0.000000;0.968901;0.000000;0.639686;0.830475;0.644053;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.652716;0.000000;0.000000;0.000000;0.000000;0.520682;0.006098;0.473220;0.364945;0.001120;0.633935;0.230090;0.000680;0.769230;0.268941;0.119203;0.880797;0.997527;0.017986;0.731059;0.500000;0.119203;0.119203;0.268941;0.047426;0.268941;0.047426;0.017986;0.119203;0.500000;0.500000;0.006693;0.047426;0.047426;0.477515;0.000000;0.704329;0.970084;0.000000;0.872806;0.000000;0.000000;0.000000;0.657010;0.000000;0.000000;0.000000;0.000000;0.000000;0.522235;0.000000;0.000000;0.000000;0.000000;0.691616;0.008442;0.299944;0.436020;0.005195;0.558785;0.669620;0.004735;0.325650;0.047426;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.500000;0.047426;0.119203;0.268941;0.017986;0.268941;0.999665;0.006693;0.047426;0.047426;0.500000;0.880797;0.119203;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.990510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742786;0.129210;0.128002;0.504045;0.336900;0.159050;0.755105;0.035335;0.209560;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.500000;0.993307;0.047426;0.731059;0.731059;0.017986;0.500000;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.836033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.958194;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.751871;0.164742;0.083387;0.526060;0.426925;0.047015;0.760345;0.051905;0.187750;0.119203;0.731059;0.268941;0.119203;0.017986;0.731059;0.268941;0.500000;0.119203;0.047426;0.119203;0.997527;0.952574;0.047426;0.119203;0.500000;0.119203;0.017986;0.047426;0.047426;0.000000;0.781427;0.000000;0.000000;0.000000;0.520239;0.000000;0.517743;0.000000;0.000000;0.000000;0.975325;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.678724;0.181262;0.140013;0.525780;0.436165;0.038055;0.747790;0.092580;0.159630;0.119203;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.006693;0.017986;0.993307;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.268941;0.017986;0.119203;0.993307;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.959844;0.666024;0.180252;0.153723;0.527265;0.431535;0.041200;0.708205;0.094180;0.197615;0.268941;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.047426;0.268941;0.017986;0.047426;0.982014;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.389599;0.973038;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.921362;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.669414;0.167021;0.163565;0.528065;0.409905;0.062030;0.717575;0.076115;0.206310;0.119203;0.268941;0.119203;0.500000;0.006693;0.731059;0.999089;0.017986;0.268941;0.006693;0.017986;0.500000;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.663989;0.155896;0.180117;0.528445;0.384150;0.087405;0.710820;0.067870;0.221315;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.119203;0.047426;0.119203;0.119203;0.017986;0.119203;0.500000;0.999089;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.978437;0.000000;0.000000;0.000000;0.667130;0.159766;0.173103;0.527450;0.389885;0.082670;0.721240;0.073745;0.205010
0.268941;0.500000;0.119203;0.731059;0.047426;0.119203;0.268941;0.047426;0.047426;0.017986;0.017986;0.268941;0.047426;0.017986;0.999089;0.731059;0.268941;0.017986;0.017986;0.047426;0.000000;0.000000;0.000000;0.809844;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.982067;0.807524;0.000000;0.000000;0.000000;0.000000;0.496205;0.006137;0.497657;0.337410;0.000215;0.662370;0.184195;0.001700;0.814105;0.119203;0.119203;0.500000;0.997527;0.017986;0.731059;0.952574;0.731059;0.119203;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.017986;0.017986;0.000000;0.000000;0.000000;0.968901;0.000000;0.639686;0.830475;0.644053;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.652716;0.000000;0.000000;0.000000;0.000000;0.520682;0.006098;0.473220;0.364945;0.001120;0.633935;0.230090;0.000680;0.769230;0.268941;0.119203;0.880797;0.997527;0.017986;0.731059;0.500000;0.119203;0.119203;0.268941;0.047426;0.268941;0.047426;0.017986;0.119203;0.500000;0.500000;0.006693;0.047426;0.047426;0.477515;0.000000;0.704329;0.970084;0.000000;0.872806;0.000000;0.000000;0.000000;0.657010;0.000000;0.000000;0.000000;0.000000;0.000000;0.522235;0.000000;0.000000;0.000000;0.000000;0.691616;0.008442;0.299944;0.436020;0.005195;0.558785;0.669620;0.004735;0.325650;0.047426;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.500000;0.047426;0.119203;0.268941;0.017986;0.268941;0.999665;0.006693;0.047426;0.047426;0.500000;0.880797;0.119203;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.990510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742786;0.129210;0.128002;0.504045;0.336900;0.159050;0.755105;0.035335;0.209560;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.500000;0.993307;0.047426;0.731059;0.731059;0.017986;0.500000;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.836033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.958194;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.751871;0.164742;0.083387;0.526060;0.426925;0.047015;0.760345;0.051905;0.187750;0.119203;0.731059;0.268941;0.119203;0.017986;0.731059;0.268941;0.500000;0.119203;0.047426;0.119203;0.997527;0.952574;0.047426;0.119203;0.500000;0.119203;0.017986;0.047426;0.047426;0.000000;0.781427;0.000000;0.000000;0.000000;0.520239;0.000000;0.517743;0.000000;0.000000;0.000000;0.975325;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.678724;0.181262;0.140013;0.525780;0.436165;0.038055;0.747790;0.092580;0.159630;0.119203;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.006693;0.017986;0.993307;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.268941;0.017986;0.119203;0.993307;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.959844;0.666024;0.180252;0.153723;0.527265;0.431535;0.041200;0.708205;0.094180;0.197615;0.268941;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.047426;0.268941;0.017986;0.047426;0.982014;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.389599;0.973038;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.921362;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.669414;0.167021;0.163565;0.528065;0.409905;0.062030;0.717575;0.076115;0.206310;0.119203;0.268941;0.119203;0.500000;0.006693;0.731059;0.999089;0.017986;0.268941;0.006693;0.017986;0.500000;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.663989;0.155896;0.180117;0.528445;0.384150;0.087405;0.710820;0.067870;0.221315;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.119203;0.047426;0.119203;0.119203;0.017986;0.119203;0.500000;0.999089;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.978437;0.000000;0.000000;0.000000;0.667130;0.159766;0.173103;0.527450;0.389885;0.082670;0.721240;0.073745;0.205010;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.665781;0.170400;0.163819;0.523975;0.406555;0.069475;0.731430;0.088295;0.180270
0.119203;0.119203;0.500000;0.997527;0.017986;0.731059;0.952574;0.731059;0.119203;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.017986;0.017986;0.000000;0.000000;0.000000;0.968901;0.000000;0.639686;0.830475;0.644053;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.652716;0.000000;0.000000;0.000000;0.000000;0.520682;0.006098;0.473220;0.364945;0.001120;0.633935;0.230090;0.000680;0.769230;0.268941;0.119203;0.880797;0.997527;0.017986;0.731059;0.500000;0.119203;0.119203;0.268941;0.047426;0.268941;0.047426;0.017986;0.119203;0.500000;0.500000;0.006693;0.047426;0.047426;0.477515;0.000000;0.704329;0.970084;0.000000;0.872806;0.000000;0.000000;0.000000;0.657010;0.000000;0.000000;0.000000;0.000000;0.000000;0.522235;0.000000;0.000000;0.000000;0.000000;0.691616;0.008442;0.299944;0.436020;0.005195;0.558785;0.669620;0.004735;0.325650;0.047426;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.500000;0.047426;0.119203;0.268941;0.017986;0.268941;0.999665;0.006693;0.047426;0.047426;0.500000;0.880797;0.119203;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.990510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742786;0.129210;0.128002;0.504045;0.336900;0.159050;0.755105;0.035335;0.209560;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.500000;0.993307;0.047426;0.731059;0.731059;0.017986;0.500000;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.836033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.958194;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.751871;0.164742;0.083387;0.526060;0.426925;0.047015;0.760345;0.051905;0.187750;0.119203;0.731059;0.268941;0.119203;0.017986;0.731059;0.268941;0.500000;0.119203;0.047426;0.119203;0.997527;0.952574;0.047426;0.119203;0.500000;0.119203;0.017986;0.047426;0.047426;0.000000;0.781427;0.000000;0.000000;0.000000;0.520239;0.000000;0.517743;0.000000;0.000000;0.000000;0.975325;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.678724;0.181262;0.140013;0.525780;0.436165;0.038055;0.747790;0.092580;0.159630;0.119203;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.006693;0.017986;0.993307;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.268941;0.017986;0.119203;0.993307;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.959844;0.666024;0.180252;0.153723;0.527265;0.431535;0.041200;0.708205;0.094180;0.197615;0.268941;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.047426;0.268941;0.017986;0.047426;0.982014;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.389599;0.973038;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.921362;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.669414;0.167021;0.163565;0.528065;0.409905;0.062030;0.717575;0.076115;0.206310;0.119203;0.268941;0.119203;0.500000;0.006693;0.731059;0.999089;0.017986;0.268941;0.006693;0.017986;0.500000;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.663989;0.155896;0.180117;0.528445;0.384150;0.087405;0.710820;0.067870;0.221315;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.119203;0.047426;0.119203;0.119203;0.017986;0.119203;0.500000;0.999089;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.978437;0.000000;0.000000;0.000000;0.667130;0.159766;0.173103;0.527450;0.389885;0.082670;0.721240;0.073745;0.205010;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.665781;0.170400;0.163819;0.523975;0.406555;0.069475;0.731430;0.088295;0.180270;0.268941;0.119203;0.268941;0.119203;0.119203;0.268941;0.731059;0.047426;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.731059;0.997527;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.741351;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.682438;0.970316;0.000000;0.000000;0.000000;0.642032;0.165493;0.192477;0.510225;0.394885;0.094890;0.707220;0.083135;0.209650
0.268941;0.119203;0.880797;0.997527;0.017986;0.731059;0.500000;0.119203;0.119203;0.268941;0.047426;0.268941;0.047426;0.017986;0.119203;0.500000;0.500000;0.006693;0.047426;0.047426;0.477515;0.000000;0.704329;0.970084;0.000000;0.872806;0.000000;0.000000;0.000000;0.657010;0.000000;0.000000;0.000000;0.000000;0.000000;0.522235;0.000000;0.000000;0.000000;0.000000;0.691616;0.008442;0.299944;0.436020;0.005195;0.558785;0.669620;0.004735;0.325650;0.047426;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.500000;0.047426;0.119203;0.268941;0.017986;0.268941;0.999665;0.006693;0.047426;0.047426;0.500000;0.880797;0.119203;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.990510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742786;0.129210;0.128002;0.504045;0.336900;0.159050;0.755105;0.035335;0.209560;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.500000;0.993307;0.047426;0.731059;0.731059;0.017986;0.500000;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.836033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.958194;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.751871;0.164742;0.083387;0.526060;0.426925;0.047015;0.760345;0.051905;0.187750;0.119203;0.731059;0.268941;0.119203;0.017986;0.731059;0.268941;0.500000;0.119203;0.047426;0.119203;0.997527;0.952574;0.047426;0.119203;0.500000;0.119203;0.017986;0.047426;0.047426;0.000000;0.781427;0.000000;0.000000;0.000000;0.520239;0.000000;0.517743;0.000000;0.000000;0.000000;0.975325;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.678724;0.181262;0.140013;0.525780;0.436165;0.038055;0.747790;0.092580;0.159630;0.119203;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.006693;0.017986;0.993307;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.268941;0.017986;0.119203;0.993307;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.959844;0.666024;0.180252;0.153723;0.527265;0.431535;0.041200;0.708205;0.094180;0.197615;0.268941;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.047426;0.268941;0.017986;0.047426;0.982014;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.389599;0.973038;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.921362;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.669414;0.167021;0.163565;0.528065;0.409905;0.062030;0.717575;0.076115;0.206310;0.119203;0.268941;0.119203;0.500000;0.006693;0.731059;0.999089;0.017986;0.268941;0.006693;0.017986;0.500000;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.663989;0.155896;0.180117;0.528445;0.384150;0.087405;0.710820;0.067870;0.221315;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.119203;0.047426;0.119203;0.119203;0.017986;0.119203;0.500000;0.999089;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.978437;0.000000;0.000000;0.000000;0.667130;0.159766;0.173103;0.527450;0.389885;0.082670;0.721240;0.073745;0.205010;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.665781;0.170400;0.163819;0.523975;0.406555;0.069475;0.731430;0.088295;0.180270;0.268941;0.119203;0.268941;0.119203;0.119203;0.268941;0.731059;0.047426;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.731059;0.997527;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.741351;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.682438;0.970316;0.000000;0.000000;0.000000;0.642032;0.165493;0.192477;0.510225;0.394885;0.094890;0.707220;0.083135;0.209650;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.625213;0.169682;0.205107;0.494960;0.378485;0.126555;0.672030;0.112100;0.215875
0.047426;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.500000;0.047426;0.119203;0.268941;0.017986;0.268941;0.999665;0.006693;0.047426;0.047426;0.500000;0.880797;0.119203;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.990510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742786;0.129210;0.128002;0.504045;0.336900;0.159050;0.755105;0.035335;0.209560;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.500000;0.993307;0.047426;0.731059;0.731059;0.017986;0.500000;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.836033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.958194;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.751871;0.164742;0.083387;0.526060;0.426925;0.047015;0.760345;0.051905;0.187750;0.119203;0.731059;0.268941;0.119203;0.017986;0.731059;0.268941;0.500000;0.119203;0.047426;0.119203;0.997527;0.952574;0.047426;0.119203;0.500000;0.119203;0.017986;0.047426;0.047426;0.000000;0.781427;0.000000;0.000000;0.000000;0.520239;0.000000;0.517743;0.000000;0.000000;0.000000;0.975325;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.678724;0.181262;0.140013;0.525780;0.436165;0.038055;0.747790;0.092580;0.159630;0.119203;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.006693;0.017986;0.993307;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.268941;0.017986;0.119203;0.993307;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.959844;0.666024;0.180252;0.153723;0.527265;0.431535;0.041200;0.708205;0.094180;0.197615;0.268941;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.047426;0.268941;0.017986;0.047426;0.982014;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.389599;0.973038;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.921362;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.669414;0.167021;0.163565;0.528065;0.409905;0.062030;0.717575;0.076115;0.206310;0.119203;0.268941;0.119203;0.500000;0.006693;0.731059;0.999089;0.017986;0.268941;0.006693;0.017986;0.500000;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.663989;0.155896;0.180117;0.528445;0.384150;0.087405;0.710820;0.067870;0.221315;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.119203;0.047426;0.119203;0.119203;0.017986;0.119203;0.500000;0.999089;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.978437;0.000000;0.000000;0.000000;0.667130;0.159766;0.173103;0.527450;0.389885;0.082670;0.721240;0.073745;0.205010;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.665781;0.170400;0.163819;0.523975;0.406555;0.069475;0.731430;0.088295;0.180270;0.268941;0.119203;0.268941;0.119203;0.119203;0.268941;0.731059;0.047426;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.731059;0.997527;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.741351;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.682438;0.970316;0.000000;0.000000;0.000000;0.642032;0.165493;0.192477;0.510225;0.394885;0.094890;0.707220;0.083135;0.209650;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.625213;0.169682;0.205107;0.494960;0.378485;0.126555;0.672030;0.112100;0.215875;0.119203;0.017986;0.017986;0.017986;0.500000;0.047426;0.017986;0.006693;0.017986;0.997527;0.731059;0.047426;0.993307;0.268941;0.017986;0.047426;0.119203;0.047426;0.119203;0.880797;0.000000;0.000000;0.000000;0.000000;0.676121;0.000000;0.000000;0.000000;0.000000;0.978395;0.000000;0.000000;0.972374;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.301309;0.249819;0.448870;0.357375;0.344030;0.298590;0.314345;0.110730;0.574925
0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.500000;0.993307;0.047426;0.731059;0.731059;0.017986;0.500000;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.836033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.958194;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.751871;0.164742;0.083387;0.526060;0.426925;0.047015;0.760345;0.051905;0.187750;0.119203;0.731059;0.268941;0.119203;0.017986;0.731059;0.268941;0.500000;0.119203;0.047426;0.119203;0.997527;0.952574;0.047426;0.119203;0.500000;0.119203;0.017986;0.047426;0.047426;0.000000;0.781427;0.000000;0.000000;0.000000;0.520239;0.000000;0.517743;0.000000;0.000000;0.000000;0.975325;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.678724;0.181262;0.140013;0.525780;0.436165;0.038055;0.747790;0.092580;0.159630;0.119203;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.006693;0.017986;0.993307;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.268941;0.017986;0.119203;0.993307;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.959844;0.666024;0.180252;0.153723;0.527265;0.431535;0.041200;0.708205;0.094180;0.197615;0.268941;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.047426;0.268941;0.017986;0.047426;0.982014;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.389599;0.973038;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.921362;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.669414;0.167021;0.163565;0.528065;0.409905;0.062030;0.717575;0.076115;0.206310;0.119203;0.268941;0.119203;0.500000;0.006693;0.731059;0.999089;0.017986;0.268941;0.006693;0.017986;0.500000;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.663989;0.155896;0.180117;0.528445;0.384150;0.087405;0.710820;0.067870;0.221315;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.119203;0.047426;0.119203;0.119203;0.017986;0.119203;0.500000;0.999089;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.978437;0.000000;0.000000;0.000000;0.667130;0.159766;0.173103;0.527450;0.389885;0.082670;0.721240;0.073745;0.205010;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.665781;0.170400;0.163819;0.523975;0.406555;0.069475;0.731430;0.088295;0.180270;0.268941;0.119203;0.268941;0.119203;0.119203;0.268941;0.731059;0.047426;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.731059;0.997527;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.741351;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.682438;0.970316;0.000000;0.000000;0.000000;0.642032;0.165493;0.192477;0.510225;0.394885;0.094890;0.707220;0.083135;0.209650;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.625213;0.169682;0.205107;0.494960;0.378485;0.126555;0.672030;0.112100;0.215875;0.119203;0.017986;0.017986;0.017986;0.500000;0.047426;0.017986;0.006693;0.017986;0.997527;0.731059;0.047426;0.993307;0.268941;0.017986;0.047426;0.119203;0.047426;0.119203;0.880797;0.000000;0.000000;0.000000;0.000000;0.676121;0.000000;0.000000;0.000000;0.000000;0.978395;0.000000;0.000000;0.972374;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.301309;0.249819;0.448870;0.357375;0.344030;0.298590;0.314345;0.110730;0.574925;0.268941;0.017986;0.119203;0.047426;0.017986;0.047426;0.047426;0.999089;0.047426;0.006693;0.006693;0.047426;0.017986;0.006693;0.047426;0.268941;0.047426;0.017986;0.017986;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.200162;0.235413;0.564427;0.164440;0.286695;0.548865;0.233225;0.120455;0.646325
0.119203;0.731059;0.268941;0.119203;0.017986;0.731059;0.268941;0.500000;0.119203;0.047426;0.119203;0.997527;0.952574;0.047426;0.119203;0.500000;0.119203;0.017986;0.047426;0.047426;0.000000;0.781427;0.000000;0.000000;0.000000;0.520239;0.000000;0.517743;0.000000;0.000000;0.000000;0.975325;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.678724;0.181262;0.140013;0.525780;0.436165;0.038055;0.747790;0.092580;0.159630;0.119203;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.006693;0.017986;0.993307;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.268941;0.017986;0.119203;0.993307;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.941033;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.959844;0.666024;0.180252;0.153723;0.527265;0.431535;0.041200;0.708205;0.094180;0.197615;0.268941;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.047426;0.268941;0.017986;0.047426;0.982014;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.389599;0.973038;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.921362;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.669414;0.167021;0.163565;0.528065;0.409905;0.062030;0.717575;0.076115;0.206310;0.119203;0.268941;0.119203;0.500000;0.006693;0.731059;0.999089;0.017986;0.268941;0.006693;0.017986;0.500000;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983110;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.663989;0.155896;0.180117;0.528445;0.384150;0.087405;0.710820;0.067870;0.221315;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.119203;0.047426;0.119203;0.119203;0.017986;0.119203;0.500000;0.999089;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.978437;0.000000;0.000000;0.000000;0.667130;0.159766;0.173103;0.527450;0.389885;0.082670;0.721240;0.073745;0.205010;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.665781;0.170400;0.163819;0.523975;0.406555;0.069475;0.731430;0.088295;0.180270;0.268941;0.119203;0.268941;0.119203;0.119203;0.268941;0.731059;0.047426;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.731059;0.997527;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.741351;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.682438;0.970316;0.000000;0.000000;0.000000;0.642032;0.165493;0.192477;0.510225;0.394885;0.094890;0.707220;0.083135;0.209650;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.625213;0.169682;0.205107;0.494960;0.378485;0.126555;0.672030;0.112100;0.215875;0.119203;0.017986;0.017986;0.017986;0.500000;0.047426;0.017986;0.006693;0.017986;0.997527;0.731059;0.047426;0.993307;0.268941;0.017986;0.047426;0.119203;0.047426;0.119203;0.880797;0.000000;0.000000;0.000000;0.000000;0.676121;0.000000;0.000000;0.000000;0.000000;0.978395;0.000000;0.000000;0.972374;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.301309;0.249819;0.448870;0.357375;0.344030;0.298590;0.314345;0.110730;0.574925;0.268941;0.017986;0.119203;0.047426;0.017986;0.047426;0.047426;0.999089;0.047426;0.006693;0.006693;0.047426;0.017986;0.006693;0.047426;0.268941;0.047426;0.017986;0.017986;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.200162;0.235413;0.564427;0.164440;0.286695;0.548865;0.233225;0.120455;0.646325;0.119203;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.993307;0.500000;0.047426;0.500000;0.268941;0.047426;0.119203;0.731059;0.017986;0.119203;0.982014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968170;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.690829;0.000000;0.000000;0.901677;0.205086;0.245949;0.548967;0.150470;0.278415;0.571115;0.238805;0.164700;0.596500
0.047426;0.047426;0.047426;0.017986;0.017986;0.731059;0.047426;0.017986;0.500000;0.047426;0.047426;0.047426;0.119203;0.880797;0.017986;0.047426;0.047426;0.731059;0.999877;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.872806;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988727;0.000000;0.439886;0.401844;0.158271;0.565305;0.303080;0.131620;0.587955;0.235245;0.176795;0.119203;0.047426;0.047426;0.017986;0.017986;0.047426;0.047426;0.017986;0.731059;0.119203;0.119203;0.047426;0.119203;0.993307;0.017986;0.047426;0.047426;0.731059;0.999665;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.526974;0.000000;0.000000;0.000000;0.000000;0.944328;0.000000;0.000000;0.000000;0.000000;0.984843;0.000000;0.440297;0.483684;0.076019;0.592160;0.381855;0.025985;0.617860;0.290940;0.091200;0.119203;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.006693;0.017986;0.997527;0.731059;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.880797;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983275;0.321257;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.578105;0.448747;0.488614;0.062639;0.602380;0.383505;0.014110;0.632990;0.304080;0.062935;0.880797;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.731059;0.500000;0.047426;0.500000;0.119203;0.047426;0.119203;0.268941;0.017986;0.119203;0.993307;0.883294;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.962457;0.608738;0.309835;0.081430;0.602840;0.371695;0.025470;0.614635;0.247975;0.137390;0.047426;0.119203;0.268941;0.047426;0.006693;0.268941;0.119203;0.017986;0.999955;0.006693;0.006693;0.119203;0.047426;0.047426;0.017986;0.119203;0.047426;0.017986;0.500000;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.991111;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.384380;0.000000;0.000000;0.000000;0.000000;0.592430;0.240160;0.167407;0.602865;0.333850;0.063280;0.581995;0.146470;0.271535;0.017986;0.017986;0.006693;0.006693;0.017986;0.006693;0.006693;0.006693;0.047426;0.268941;0.268941;0.006693;0.268941;0.999665;0.006693;0.017986;0.017986;0.500000;0.880797;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.992147;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.634340;0.194778;0.170880;0.611520;0.290565;0.097910;0.657160;0.098990;0.243850;0.119203;0.731059;0.268941;0.119203;0.006693;0.500000;0.500000;0.047426;0.119203;0.017986;0.017986;0.999089;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983193;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.709535;0.130572;0.159893;0.619520;0.256325;0.124155;0.691135;0.044365;0.264500;0.119203;0.268941;0.268941;0.880797;0.006693;0.500000;0.993307;0.047426;0.982014;0.017986;0.017986;0.268941;0.047426;0.731059;0.119203;0.268941;0.119203;0.047426;0.268941;0.017986;0.000000;0.000000;0.000000;0.796571;0.000000;0.000000;0.969498;0.000000;0.751196;0.000000;0.000000;0.000000;0.000000;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732647;0.113563;0.153790;0.645405;0.224760;0.129835;0.734585;0.024905;0.240510;0.119203;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.047426;0.731059;0.993307;0.047426;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.948191;0.000000;0.970999;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.771562;0.113287;0.115153;0.664725;0.224025;0.111255;0.832010;0.024810;0.143180;0.047426;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.952574;0.047426;0.952574;0.993307;0.017986;0.047426;0.119203;0.268941;0.880797;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.892640;0.000000;0.904737;0.963456;0.000000;0.000000;0.000000;0.000000;0.839431;0.000000;0.723874;0.121635;0.154492;0.666795;0.220035;0.113170;0.745095;0.024735;0.230170;0.880797;0.952574;0.119203;0.119203;0.119203;0.731059;0.268941;0.119203;0.119203;0.268941;0.268941;0.880797;0.880797;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.854954;0.876533;0.000000;0.000000;0.000000;0.801230;0.000000;0.000000;0.000000;0.000000;0.172074;0.864830;0.864244;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.683953;0.708299;0.116688;0.175015;0.658105;0.206675;0.135220;0.707060;0.023255;0.269690
0.119203;0.047426;0.047426;0.017986;0.017986;0.047426;0.047426;0.017986;0.731059;0.119203;0.119203;0.047426;0.119203;0.993307;0.017986;0.047426;0.047426;0.731059;0.999665;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.526974;0.000000;0.000000;0.000000;0.000000;0.944328;0.000000;0.000000;0.000000;0.000000;0.984843;0.000000;0.440297;0.483684;0.076019;0.592160;0.381855;0.025985;0.617860;0.290940;0.091200;0.119203;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.006693;0.017986;0.997527;0.731059;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.880797;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983275;0.321257;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.578105;0.448747;0.488614;0.062639;0.602380;0.383505;0.014110;0.632990;0.304080;0.062935;0.880797;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.731059;0.500000;0.047426;0.500000;0.119203;0.047426;0.119203;0.268941;0.017986;0.119203;0.993307;0.883294;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.962457;0.608738;0.309835;0.081430;0.602840;0.371695;0.025470;0.614635;0.247975;0.137390;0.047426;0.119203;0.268941;0.047426;0.006693;0.268941;0.119203;0.017986;0.999955;0.006693;0.006693;0.119203;0.047426;0.047426;0.017986;0.119203;0.047426;0.017986;0.500000;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.991111;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.384380;0.000000;0.000000;0.000000;0.000000;0.592430;0.240160;0.167407;0.602865;0.333850;0.063280;0.581995;0.146470;0.271535;0.017986;0.017986;0.006693;0.006693;0.017986;0.006693;0.006693;0.006693;0.047426;0.268941;0.268941;0.006693;0.268941;0.999665;0.006693;0.017986;0.017986;0.500000;0.880797;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.992147;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.634340;0.194778;0.170880;0.611520;0.290565;0.097910;0.657160;0.098990;0.243850;0.119203;0.731059;0.268941;0.119203;0.006693;0.500000;0.500000;0.047426;0.119203;0.017986;0.017986;0.999089;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983193;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.709535;0.130572;0.159893;0.619520;0.256325;0.124155;0.691135;0.044365;0.264500;0.119203;0.268941;0.268941;0.880797;0.006693;0.500000;0.993307;0.047426;0.982014;0.017986;0.017986;0.268941;0.047426;0.731059;0.119203;0.268941;0.119203;0.047426;0.268941;0.017986;0.000000;0.000000;0.000000;0.796571;0.000000;0.000000;0.969498;0.000000;0.751196;0.000000;0.000000;0.000000;0.000000;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732647;0.113563;0.153790;0.645405;0.224760;0.129835;0.734585;0.024905;0.240510;0.119203;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.047426;0.731059;0.993307;0.047426;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.948191;0.000000;0.970999;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.771562;0.113287;0.115153;0.664725;0.224025;0.111255;0.832010;0.024810;0.143180;0.047426;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.952574;0.047426;0.952574;0.993307;0.017986;0.047426;0.119203;0.268941;0.880797;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.892640;0.000000;0.904737;0.963456;0.000000;0.000000;0.000000;0.000000;0.839431;0.000000;0.723874;0.121635;0.154492;0.666795;0.220035;0.113170;0.745095;0.024735;0.230170;0.880797;0.952574;0.119203;0.119203;0.119203;0.731059;0.268941;0.119203;0.119203;0.268941;0.268941;0.880797;0.880797;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.854954;0.876533;0.000000;0.000000;0.000000;0.801230;0.000000;0.000000;0.000000;0.000000;0.172074;0.864830;0.864244;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.683953;0.708299;0.116688;0.175015;0.658105;0.206675;0.135220;0.707060;0.023255;0.269690;0.119203;0.500000;0.017986;0.017986;0.119203;0.119203;0.047426;0.017986;0.047426;0.500000;0.982014;0.047426;0.952574;0.952574;0.017986;0.047426;0.119203;0.119203;0.268941;0.500000;0.000000;0.480510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.943267;0.000000;0.925601;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.468897;0.088995;0.442108;0.630760;0.158705;0.210535;0.684905;0.017255;0.297840
0.119203;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.006693;0.017986;0.997527;0.731059;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.880797;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983275;0.321257;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.578105;0.448747;0.488614;0.062639;0.602380;0.383505;0.014110;0.632990;0.304080;0.062935;0.880797;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.731059;0.500000;0.047426;0.500000;0.119203;0.047426;0.119203;0.268941;0.017986;0.119203;0.993307;0.883294;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.962457;0.608738;0.309835;0.081430;0.602840;0.371695;0.025470;0.614635;0.247975;0.137390;0.047426;0.119203;0.268941;0.047426;0.006693;0.268941;0.119203;0.017986;0.999955;0.006693;0.006693;0.119203;0.047426;0.047426;0.017986;0.119203;0.047426;0.017986;0.500000;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.991111;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.384380;0.000000;0.000000;0.000000;0.000000;0.592430;0.240160;0.167407;0.602865;0.333850;0.063280;0.581995;0.146470;0.271535;0.017986;0.017986;0.006693;0.006693;0.017986;0.006693;0.006693;0.006693;0.047426;0.268941;0.268941;0.006693;0.268941;0.999665;0.006693;0.017986;0.017986;0.500000;0.880797;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.992147;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.634340;0.194778;0.170880;0.611520;0.290565;0.097910;0.657160;0.098990;0.243850;0.119203;0.731059;0.268941;0.119203;0.006693;0.500000;0.500000;0.047426;0.119203;0.017986;0.017986;0.999089;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983193;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.709535;0.130572;0.159893;0.619520;0.256325;0.124155;0.691135;0.044365;0.264500;0.119203;0.268941;0.268941;0.880797;0.006693;0.500000;0.993307;0.047426;0.982014;0.017986;0.017986;0.268941;0.047426;0.731059;0.119203;0.268941;0.119203;0.047426;0.268941;0.017986;0.000000;0.000000;0.000000;0.796571;0.000000;0.000000;0.969498;0.000000;0.751196;0.000000;0.000000;0.000000;0.000000;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732647;0.113563;0.153790;0.645405;0.224760;0.129835;0.734585;0.024905;0.240510;0.119203;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.047426;0.731059;0.993307;0.047426;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.948191;0.000000;0.970999;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.771562;0.113287;0.115153;0.664725;0.224025;0.111255;0.832010;0.024810;0.143180;0.047426;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.952574;0.047426;0.952574;0.993307;0.017986;0.047426;0.119203;0.268941;0.880797;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.892640;0.000000;0.904737;0.963456;0.000000;0.000000;0.000000;0.000000;0.839431;0.000000;0.723874;0.121635;0.154492;0.666795;0.220035;0.113170;0.745095;0.024735;0.230170;0.880797;0.952574;0.119203;0.119203;0.119203;0.731059;0.268941;0.119203;0.119203;0.268941;0.268941;0.880797;0.880797;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.854954;0.876533;0.000000;0.000000;0.000000;0.801230;0.000000;0.000000;0.000000;0.000000;0.172074;0.864830;0.864244;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.683953;0.708299;0.116688;0.175015;0.658105;0.206675;0.135220;0.707060;0.023255;0.269690;0.119203;0.500000;0.017986;0.017986;0.119203;0.119203;0.047426;0.017986;0.047426;0.500000;0.982014;0.047426;0.952574;0.952574;0.017986;0.047426;0.119203;0.119203;0.268941;0.500000;0.000000;0.480510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.943267;0.000000;0.925601;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.468897;0.088995;0.442108;0.630760;0.158705;0.210535;0.684905;0.017255;0.297840;0.047426;0.047426;0.500000;0.999089;0.006693;0.268941;0.731059;0.047426;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.047426;0.017986;0.000000;0.000000;0.000000;0.982364;0.000000;0.000000;0.000000;0.000000;0.852205;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.231702;0.169084;0.599213;0.180385;0.087420;0.732190;0.455915;0.007055;0.537030
0.880797;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.017986;0.731059;0.500000;0.047426;0.500000;0.119203;0.047426;0.119203;0.268941;0.017986;0.119203;0.993307;0.883294;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.962457;0.608738;0.309835;0.081430;0.602840;0.371695;0.025470;0.614635;0.247975;0.137390;0.047426;0.119203;0.268941;0.047426;0.006693;0.268941;0.119203;0.017986;0.999955;0.006693;0.006693;0.119203;0.047426;0.047426;0.017986;0.119203;0.047426;0.017986;0.500000;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.991111;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.384380;0.000000;0.000000;0.000000;0.000000;0.592430;0.240160;0.167407;0.602865;0.333850;0.063280;0.581995;0.146470;0.271535;0.017986;0.017986;0.006693;0.006693;0.017986;0.006693;0.006693;0.006693;0.047426;0.268941;0.268941;0.006693;0.268941;0.999665;0.006693;0.017986;0.017986;0.500000;0.880797;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.992147;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.634340;0.194778;0.170880;0.611520;0.290565;0.097910;0.657160;0.098990;0.243850;0.119203;0.731059;0.268941;0.119203;0.006693;0.500000;0.500000;0.047426;0.119203;0.017986;0.017986;0.999089;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983193;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.709535;0.130572;0.159893;0.619520;0.256325;0.124155;0.691135;0.044365;0.264500;0.119203;0.268941;0.268941;0.880797;0.006693;0.500000;0.993307;0.047426;0.982014;0.017986;0.017986;0.268941;0.047426;0.731059;0.119203;0.268941;0.119203;0.047426;0.268941;0.017986;0.000000;0.000000;0.000000;0.796571;0.000000;0.000000;0.969498;0.000000;0.751196;0.000000;0.000000;0.000000;0.000000;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732647;0.113563;0.153790;0.645405;0.224760;0.129835;0.734585;0.024905;0.240510;0.119203;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.047426;0.731059;0.993307;0.047426;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.948191;0.000000;0.970999;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.771562;0.113287;0.115153;0.664725;0.224025;0.111255;0.832010;0.024810;0.143180;0.047426;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.952574;0.047426;0.952574;0.993307;0.017986;0.047426;0.119203;0.268941;0.880797;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.892640;0.000000;0.904737;0.963456;0.000000;0.000000;0.000000;0.000000;0.839431;0.000000;0.723874;0.121635;0.154492;0.666795;0.220035;0.113170;0.745095;0.024735;0.230170;0.880797;0.952574;0.119203;0.119203;0.119203;0.731059;0.268941;0.119203;0.119203;0.268941;0.268941;0.880797;0.880797;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.854954;0.876533;0.000000;0.000000;0.000000;0.801230;0.000000;0.000000;0.000000;0.000000;0.172074;0.864830;0.864244;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.683953;0.708299;0.116688;0.175015;0.658105;0.206675;0.135220;0.707060;0.023255;0.269690;0.119203;0.500000;0.017986;0.017986;0.119203;0.119203;0.047426;0.017986;0.047426;0.500000;0.982014;0.047426;0.952574;0.952574;0.017986;0.047426;0.119203;0.119203;0.268941;0.500000;0.000000;0.480510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.943267;0.000000;0.925601;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.468897;0.088995;0.442108;0.630760;0.158705;0.210535;0.684905;0.017255;0.297840;0.047426;0.047426;0.500000;0.999089;0.006693;0.268941;0.731059;0.047426;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.047426;0.017986;0.000000;0.000000;0.000000;0.982364;0.000000;0.000000;0.000000;0.000000;0.852205;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.231702;0.169084;0.599213;0.180385;0.087420;0.732190;0.455915;0.007055;0.537030;0.268941;0.017986;0.119203;0.047426;0.017986;0.047426;0.047426;0.999089;0.047426;0.006693;0.006693;0.047426;0.017986;0.006693;0.047426;0.268941;0.047426;0.017986;0.017986;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.030390;0.022738;0.946873;0.009225;0.009425;0.981350;0.027455;0.004300;0.968250
0.047426;0.119203;0.268941;0.047426;0.006693;0.268941;0.119203;0.017986;0.999955;0.006693;0.006693;0.119203;0.047426;0.047426;0.017986;0.119203;0.047426;0.017986;0.500000;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.991111;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.384380;0.000000;0.000000;0.000000;0.000000;0.592430;0.240160;0.167407;0.602865;0.333850;0.063280;0.581995;0.146470;0.271535;0.017986;0.017986;0.006693;0.006693;0.017986;0.006693;0.006693;0.006693;0.047426;0.268941;0.268941;0.006693;0.268941;0.999665;0.006693;0.017986;0.017986;0.500000;0.880797;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.992147;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.634340;0.194778;0.170880;0.611520;0.290565;0.097910;0.657160;0.098990;0.243850;0.119203;0.731059;0.268941;0.119203;0.006693;0.500000;0.500000;0.047426;0.119203;0.017986;0.017986;0.999089;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983193;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.709535;0.130572;0.159893;0.619520;0.256325;0.124155;0.691135;0.044365;0.264500;0.119203;0.268941;0.268941;0.880797;0.006693;0.500000;0.993307;0.047426;0.982014;0.017986;0.017986;0.268941;0.047426;0.731059;0.119203;0.268941;0.119203;0.047426;0.268941;0.017986;0.000000;0.000000;0.000000;0.796571;0.000000;0.000000;0.969498;0.000000;0.751196;0.000000;0.000000;0.000000;0.000000;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732647;0.113563;0.153790;0.645405;0.224760;0.129835;0.734585;0.024905;0.240510;0.119203;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.047426;0.731059;0.993307;0.047426;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.948191;0.000000;0.970999;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.771562;0.113287;0.115153;0.664725;0.224025;0.111255;0.832010;0.024810;0.143180;0.047426;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.952574;0.047426;0.952574;0.993307;0.017986;0.047426;0.119203;0.268941;0.880797;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.892640;0.000000;0.904737;0.963456;0.000000;0.000000;0.000000;0.000000;0.839431;0.000000;0.723874;0.121635;0.154492;0.666795;0.220035;0.113170;0.745095;0.024735;0.230170;0.880797;0.952574;0.119203;0.119203;0.119203;0.731059;0.268941;0.119203;0.119203;0.268941;0.268941;0.880797;0.880797;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.854954;0.876533;0.000000;0.000000;0.000000;0.801230;0.000000;0.000000;0.000000;0.000000;0.172074;0.864830;0.864244;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.683953;0.708299;0.116688;0.175015;0.658105;0.206675;0.135220;0.707060;0.023255;0.269690;0.119203;0.500000;0.017986;0.017986;0.119203;0.119203;0.047426;0.017986;0.047426;0.500000;0.982014;0.047426;0.952574;0.952574;0.017986;0.047426;0.119203;0.119203;0.268941;0.500000;0.000000;0.480510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.943267;0.000000;0.925601;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.468897;0.088995;0.442108;0.630760;0.158705;0.210535;0.684905;0.017255;0.297840;0.047426;0.047426;0.500000;0.999089;0.006693;0.268941;0.731059;0.047426;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.047426;0.017986;0.000000;0.000000;0.000000;0.982364;0.000000;0.000000;0.000000;0.000000;0.852205;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.231702;0.169084;0.599213;0.180385;0.087420;0.732190;0.455915;0.007055;0.537030;0.268941;0.017986;0.119203;0.047426;0.017986;0.047426;0.047426;0.999089;0.047426;0.006693;0.006693;0.047426;0.017986;0.006693;0.047426;0.268941;0.047426;0.017986;0.017986;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.030390;0.022738;0.946873;0.009225;0.009425;0.981350;0.027455;0.004300;0.968250;0.119203;0.982014;0.268941;0.119203;0.017986;0.500000;0.268941;0.047426;0.880797;0.047426;0.268941;0.982014;0.119203;0.047426;0.119203;0.268941;0.731059;0.017986;0.119203;0.047426;0.000000;0.939460;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.751196;0.000000;0.303222;0.939232;0.000000;0.000000;0.000000;0.000000;0.690829;0.000000;0.000000;0.000000;0.034096;0.041943;0.923960;0.007540;0.007930;0.984530;0.028255;0.051405;0.920340
0.017986;0.017986;0.006693;0.006693;0.017986;0.006693;0.006693;0.006693;0.047426;0.268941;0.268941;0.006693;0.268941;0.999665;0.006693;0.017986;0.017986;0.500000;0.880797;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.992147;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.634340;0.194778;0.170880;0.611520;0.290565;0.097910;0.657160;0.098990;0.243850;0.119203;0.731059;0.268941;0.119203;0.006693;0.500000;0.500000;0.047426;0.119203;0.017986;0.017986;0.999089;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983193;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.709535;0.130572;0.159893;0.619520;0.256325;0.124155;0.691135;0.044365;0.264500;0.119203;0.268941;0.268941;0.880797;0.006693;0.500000;0.993307;0.047426;0.982014;0.017986;0.017986;0.268941;0.047426;0.731059;0.119203;0.268941;0.119203;0.047426;0.268941;0.017986;0.000000;0.000000;0.000000;0.796571;0.000000;0.000000;0.969498;0.000000;0.751196;0.000000;0.000000;0.000000;0.000000;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732647;0.113563;0.153790;0.645405;0.224760;0.129835;0.734585;0.024905;0.240510;0.119203;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.047426;0.731059;0.993307;0.047426;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.948191;0.000000;0.970999;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.771562;0.113287;0.115153;0.664725;0.224025;0.111255;0.832010;0.024810;0.143180;0.047426;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.952574;0.047426;0.952574;0.993307;0.017986;0.047426;0.119203;0.268941;0.880797;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.892640;0.000000;0.904737;0.963456;0.000000;0.000000;0.000000;0.000000;0.839431;0.000000;0.723874;0.121635;0.154492;0.666795;0.220035;0.113170;0.745095;0.024735;0.230170;0.880797;0.952574;0.119203;0.119203;0.119203;0.731059;0.268941;0.119203;0.119203;0.268941;0.268941;0.880797;0.880797;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.854954;0.876533;0.000000;0.000000;0.000000;0.801230;0.000000;0.000000;0.000000;0.000000;0.172074;0.864830;0.864244;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.683953;0.708299;0.116688;0.175015;0.658105;0.206675;0.135220;0.707060;0.023255;0.269690;0.119203;0.500000;0.017986;0.017986;0.119203;0.119203;0.047426;0.017986;0.047426;0.500000;0.982014;0.047426;0.952574;0.952574;0.017986;0.047426;0.119203;0.119203;0.268941;0.500000;0.000000;0.480510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.943267;0.000000;0.925601;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.468897;0.088995;0.442108;0.630760;0.158705;0.210535;0.684905;0.017255;0.297840;0.047426;0.047426;0.500000;0.999089;0.006693;0.268941;0.731059;0.047426;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.047426;0.017986;0.000000;0.000000;0.000000;0.982364;0.000000;0.000000;0.000000;0.000000;0.852205;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.231702;0.169084;0.599213;0.180385;0.087420;0.732190;0.455915;0.007055;0.537030;0.268941;0.017986;0.119203;0.047426;0.017986;0.047426;0.047426;0.999089;0.047426;0.006693;0.006693;0.047426;0.017986;0.006693;0.047426;0.268941;0.047426;0.017986;0.017986;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.030390;0.022738;0.946873;0.009225;0.009425;0.981350;0.027455;0.004300;0.968250;0.119203;0.982014;0.268941;0.119203;0.017986;0.500000;0.268941;0.047426;0.880797;0.047426;0.268941;0.982014;0.119203;0.047426;0.119203;0.268941;0.731059;0.017986;0.119203;0.047426;0.000000;0.939460;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.751196;0.000000;0.303222;0.939232;0.000000;0.000000;0.000000;0.000000;0.690829;0.000000;0.000000;0.000000;0.034096;0.041943;0.923960;0.007540;0.007930;0.984530;0.028255;0.051405;0.920340;0.268941;0.731059;0.500000;0.880797;0.500000;0.880797;0.731059;0.119203;0.731059;0.119203;0.119203;0.880797;0.119203;0.119203;0.880797;0.500000;0.268941;0.047426;0.731059;0.268941;0.445962;0.212152;0.515495;0.842507;0.729088;0.927842;0.000000;0.000000;0.553050;0.432171;0.000000;0.775738;0.000000;0.000000;0.714226;0.534694;0.000000;0.000000;0.732433;0.204891;0.025438;0.045375;0.929183;0.006140;0.006815;0.987040;0.018615;0.077750;0.903630
0.119203;0.731059;0.268941;0.119203;0.006693;0.500000;0.500000;0.047426;0.119203;0.017986;0.017986;0.999089;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983193;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.709535;0.130572;0.159893;0.619520;0.256325;0.124155;0.691135;0.044365;0.264500;0.119203;0.268941;0.268941;0.880797;0.006693;0.500000;0.993307;0.047426;0.982014;0.017986;0.017986;0.268941;0.047426;0.731059;0.119203;0.268941;0.119203;0.047426;0.268941;0.017986;0.000000;0.000000;0.000000;0.796571;0.000000;0.000000;0.969498;0.000000;0.751196;0.000000;0.000000;0.000000;0.000000;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732647;0.113563;0.153790;0.645405;0.224760;0.129835;0.734585;0.024905;0.240510;0.119203;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.047426;0.731059;0.993307;0.047426;0.993307;0.731059;0.017986;0.047426;0.119203;0.119203;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.948191;0.000000;0.970999;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.771562;0.113287;0.115153;0.664725;0.224025;0.111255;0.832010;0.024810;0.143180;0.047426;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.119203;0.500000;0.952574;0.047426;0.952574;0.993307;0.017986;0.047426;0.119203;0.268941;0.880797;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.892640;0.000000;0.904737;0.963456;0.000000;0.000000;0.000000;0.000000;0.839431;0.000000;0.723874;0.121635;0.154492;0.666795;0.220035;0.113170;0.745095;0.024735;0.230170;0.880797;0.952574;0.119203;0.119203;0.119203;0.731059;0.268941;0.119203;0.119203;0.268941;0.268941;0.880797;0.880797;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.854954;0.876533;0.000000;0.000000;0.000000;0.801230;0.000000;0.000000;0.000000;0.000000;0.172074;0.864830;0.864244;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.683953;0.708299;0.116688;0.175015;0.658105;0.206675;0.135220;0.707060;0.023255;0.269690;0.119203;0.500000;0.017986;0.017986;0.119203;0.119203;0.047426;0.017986;0.047426;0.500000;0.982014;0.047426;0.952574;0.952574;0.017986;0.047426;0.119203;0.119203;0.268941;0.500000;0.000000;0.480510;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.943267;0.000000;0.925601;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.468897;0.088995;0.442108;0.630760;0.158705;0.210535;0.684905;0.017255;0.297840;0.047426;0.047426;0.500000;0.999089;0.006693;0.268941;0.731059;0.047426;0.952574;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.047426;0.017986;0.000000;0.000000;0.000000;0.982364;0.000000;0.000000;0.000000;0.000000;0.852205;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.231702;0.169084;0.599213;0.180385;0.087420;0.732190;0.455915;0.007055;0.537030;0.268941;0.017986;0.119203;0.047426;0.017986;0.047426;0.047426;0.999089;0.047426;0.006693;0.006693;0.047426;0.017986;0.006693;0.047426;0.268941;0.047426;0.017986;0.017986;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.030390;0.022738;0.946873;0.009225;0.009425;0.981350;0.027455;0.004300;0.968250;0.119203;0.982014;0.268941;0.119203;0.017986;0.500000;0.268941;0.047426;0.880797;0.047426;0.268941;0.982014;0.119203;0.047426;0.119203;0.268941;0.731059;0.017986;0.119203;0.047426;0.000000;0.939460;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.751196;0.000000;0.303222;0.939232;0.000000;0.000000;0.000000;0.000000;0.690829;0.000000;0.000000;0.000000;0.034096;0.041943;0.923960;0.007540;0.007930;0.984530;0.028255;0.051405;0.920340;0.268941;0.731059;0.500000;0.880797;0.500000;0.880797;0.731059;0.119203;0.731059;0.119203;0.119203;0.880797;0.119203;0.119203;0.880797;0.500000;0.268941;0.047426;0.731059;0.268941;0.445962;0.212152;0.515495;0.842507;0.729088;0.927842;0.000000;0.000000;0.553050;0.432171;0.000000;0.775738;0.000000;0.000000;0.714226;0.534694;0.000000;0.000000;0.732433;0.204891;0.025438;0.045375;0.929183;0.006140;0.006815;0.987040;0.018615;0.077750;0.903630;0.731059;0.119203;0.952574;0.119203;0.119203;0.119203;0.119203;0.119203;0.119203;0.500000;0.268941;0.119203;0.268941;0.119203;0.047426;0.500000;0.731059;0.017986;0.119203;0.952574;0.714022;0.000000;0.912216;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.384380;0.604440;0.000000;0.000000;0.945267;0.018971;0.343344;0.637685;0.002970;0.007380;0.989650;0.009310;0.111920;0.878770
0.268941;0.731059;0.500000;0.880797;0.500000;0.880797;0.731059;0.119203;0.731059;0.119203;0.119203;0.880797;0.119203;0.119203;0.880797;0.500000;0.268941;0.047426;0.731059;0.268941;0.445962;0.212152;0.515495;0.842507;0.729088;0.927842;0.000000;0.000000;0.553050;0.432171;0.000000;0.775738;0.000000;0.000000;0.714226;0.534694;0.000000;0.000000;0.732433;0.204891;0.025438;0.045375;0.929183;0.006140;0.006815;0.987040;0.018615;0.077750;0.903630;0.731059;0.119203;0.952574;0.119203;0.119203;0.119203;0.119203;0.119203;0.119203;0.500000;0.268941;0.119203;0.268941;0.119203;0.047426;0.500000;0.731059;0.017986;0.119203;0.952574;0.714022;0.000000;0.912216;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.384380;0.604440;0.000000;0.000000;0.945267;0.018971;0.343344;0.637685;0.002970;0.007380;0.989650;0.009310;0.111920;0.878770;0.119203;0.731059;0.982014;0.952574;0.047426;0.268941;0.731059;0.731059;0.268941;0.119203;0.047426;0.500000;0.119203;0.047426;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.000000;0.781427;0.947698;0.899438;0.000000;0.000000;0.733020;0.517743;0.000000;0.000000;0.000000;0.284347;0.000000;0.000000;0.000000;0.305976;0.177409;0.000000;0.000000;0.358933;0.015600;0.203661;0.780737;0.005290;0.003100;0.991605;0.004580;0.079530;0.915890;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.047426;0.982014;0.952574;0.047426;0.952574;0.880797;0.017986;0.047426;0.119203;0.119203;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.946343;0.865413;0.000000;0.957057;0.765128;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.069042;0.035705;0.895252;0.147785;0.003495;0.848720;0.024160;0.068440;0.907400;0.500000;0.268941;0.500000;0.880797;0.880797;0.500000;0.268941;0.268941;0.119203;0.047426;0.047426;0.731059;0.268941;0.047426;0.119203;0.952574;0.952574;0.017986;0.047426;0.119203;0.000000;0.000000;0.494500;0.767812;0.000000;0.000000;0.000000;0.190618;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.957467;0.879425;0.000000;0.000000;0.000000;0.072467;0.015195;0.912339;0.151715;0.001060;0.847230;0.032450;0.011290;0.956260;0.268941;0.880797;0.500000;0.952574;0.047426;0.880797;0.952574;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.047426;0.119203;0.500000;0.268941;0.731059;0.119203;0.119203;0.262697;0.651809;0.000000;0.887455;0.000000;0.843037;0.894353;0.466301;0.000000;0.207181;0.332256;0.000000;0.000000;0.000000;0.000000;0.627615;0.000000;0.791336;0.000000;0.306826;0.790346;0.011950;0.197704;0.769445;0.000195;0.230360;0.668065;0.002420;0.329515;0.119203;0.268941;0.982014;0.731059;0.017986;0.500000;0.993307;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.017986;0.000000;0.000000;0.936255;0.521487;0.000000;0.000000;0.961874;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.804081;0.000000;0.000000;0.000000;0.000000;0.793541;0.011307;0.195150;0.764935;0.000040;0.235025;0.682160;0.000645;0.317190;0.047426;0.047426;0.500000;0.999665;0.006693;0.119203;0.500000;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.006693;0.047426;0.119203;0.119203;0.002473;0.006693;0.006693;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.686992;0.007612;0.305397;0.784085;0.000020;0.215895;0.700400;0.002290;0.297310;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.500000;0.017986;0.047426;0.982014;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.731059;0.952574;0.000000;0.000000;0.401793;0.000000;0.000000;0.000000;0.700987;0.000000;0.000000;0.949406;0.163967;0.312813;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.775912;0.893023;0.907967;0.034313;0.057718;0.974090;0.000265;0.025645;0.790860;0.082150;0.126985;0.500000;0.268941;0.268941;0.880797;0.047426;0.982014;0.731059;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.667078;0.000000;0.000000;0.722120;0.000000;0.968170;0.489751;0.206853;0.000000;0.260957;0.760969;0.000000;0.000000;0.000000;0.000000;0.305976;0.000000;0.000000;0.000000;0.439547;0.875077;0.031757;0.093164;0.975170;0.000255;0.024575;0.688985;0.075555;0.235455;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.863024;0.027104;0.109872;0.974710;0.000145;0.025145;0.653285;0.061705;0.285010
0.731059;0.119203;0.952574;0.119203;0.119203;0.119203;0.119203;0.119203;0.119203;0.500000;0.268941;0.119203;0.268941;0.119203;0.047426;0.500000;0.731059;0.017986;0.119203;0.952574;0.714022;0.000000;0.912216;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.384380;0.604440;0.000000;0.000000;0.945267;0.018971;0.343344;0.637685;0.002970;0.007380;0.989650;0.009310;0.111920;0.878770;0.119203;0.731059;0.982014;0.952574;0.047426;0.268941;0.731059;0.731059;0.268941;0.119203;0.047426;0.500000;0.119203;0.047426;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.000000;0.781427;0.947698;0.899438;0.000000;0.000000;0.733020;0.517743;0.000000;0.000000;0.000000;0.284347;0.000000;0.000000;0.000000;0.305976;0.177409;0.000000;0.000000;0.358933;0.015600;0.203661;0.780737;0.005290;0.003100;0.991605;0.004580;0.079530;0.915890;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.047426;0.982014;0.952574;0.047426;0.952574;0.880797;0.017986;0.047426;0.119203;0.119203;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.946343;0.865413;0.000000;0.957057;0.765128;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.069042;0.035705;0.895252;0.147785;0.003495;0.848720;0.024160;0.068440;0.907400;0.500000;0.268941;0.500000;0.880797;0.880797;0.500000;0.268941;0.268941;0.119203;0.047426;0.047426;0.731059;0.268941;0.047426;0.119203;0.952574;0.952574;0.017986;0.047426;0.119203;0.000000;0.000000;0.494500;0.767812;0.000000;0.000000;0.000000;0.190618;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.957467;0.879425;0.000000;0.000000;0.000000;0.072467;0.015195;0.912339;0.151715;0.001060;0.847230;0.032450;0.011290;0.956260;0.268941;0.880797;0.500000;0.952574;0.047426;0.880797;0.952574;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.047426;0.119203;0.500000;0.268941;0.731059;0.119203;0.119203;0.262697;0.651809;0.000000;0.887455;0.000000;0.843037;0.894353;0.466301;0.000000;0.207181;0.332256;0.000000;0.000000;0.000000;0.000000;0.627615;0.000000;0.791336;0.000000;0.306826;0.790346;0.011950;0.197704;0.769445;0.000195;0.230360;0.668065;0.002420;0.329515;0.119203;0.268941;0.982014;0.731059;0.017986;0.500000;0.993307;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.017986;0.000000;0.000000;0.936255;0.521487;0.000000;0.000000;0.961874;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.804081;0.000000;0.000000;0.000000;0.000000;0.793541;0.011307;0.195150;0.764935;0.000040;0.235025;0.682160;0.000645;0.317190;0.047426;0.047426;0.500000;0.999665;0.006693;0.119203;0.500000;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.006693;0.047426;0.119203;0.119203;0.002473;0.006693;0.006693;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.686992;0.007612;0.305397;0.784085;0.000020;0.215895;0.700400;0.002290;0.297310;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.500000;0.017986;0.047426;0.982014;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.731059;0.952574;0.000000;0.000000;0.401793;0.000000;0.000000;0.000000;0.700987;0.000000;0.000000;0.949406;0.163967;0.312813;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.775912;0.893023;0.907967;0.034313;0.057718;0.974090;0.000265;0.025645;0.790860;0.082150;0.126985;0.500000;0.268941;0.268941;0.880797;0.047426;0.982014;0.731059;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.667078;0.000000;0.000000;0.722120;0.000000;0.968170;0.489751;0.206853;0.000000;0.260957;0.760969;0.000000;0.000000;0.000000;0.000000;0.305976;0.000000;0.000000;0.000000;0.439547;0.875077;0.031757;0.093164;0.975170;0.000255;0.024575;0.688985;0.075555;0.235455;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.863024;0.027104;0.109872;0.974710;0.000145;0.025145;0.653285;0.061705;0.285010;0.119203;0.997527;0.119203;0.047426;0.731059;0.880797;0.268941;0.047426;0.268941;0.047426;0.119203;0.731059;0.952574;0.047426;0.047426;0.268941;0.731059;0.047426;0.047426;0.119203;0.000000;0.972615;0.000000;0.000000;0.796571;0.872806;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.864244;0.000000;0.000000;0.000000;0.724920;0.000000;0.000000;0.000000;0.881151;0.012997;0.105856;0.980635;0.000150;0.019220;0.701740;0.019380;0.278885
0.119203;0.731059;0.982014;0.952574;0.047426;0.268941;0.731059;0.731059;0.268941;0.119203;0.047426;0.500000;0.119203;0.047426;0.119203;0.500000;0.500000;0.017986;0.047426;0.268941;0.000000;0.781427;0.947698;0.899438;0.000000;0.000000;0.733020;0.517743;0.000000;0.000000;0.000000;0.284347;0.000000;0.000000;0.000000;0.305976;0.177409;0.000000;0.000000;0.358933;0.015600;0.203661;0.780737;0.005290;0.003100;0.991605;0.004580;0.079530;0.915890;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.047426;0.982014;0.952574;0.047426;0.952574;0.880797;0.017986;0.047426;0.119203;0.119203;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.946343;0.865413;0.000000;0.957057;0.765128;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.069042;0.035705;0.895252;0.147785;0.003495;0.848720;0.024160;0.068440;0.907400;0.500000;0.268941;0.500000;0.880797;0.880797;0.500000;0.268941;0.268941;0.119203;0.047426;0.047426;0.731059;0.268941;0.047426;0.119203;0.952574;0.952574;0.017986;0.047426;0.119203;0.000000;0.000000;0.494500;0.767812;0.000000;0.000000;0.000000;0.190618;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.957467;0.879425;0.000000;0.000000;0.000000;0.072467;0.015195;0.912339;0.151715;0.001060;0.847230;0.032450;0.011290;0.956260;0.268941;0.880797;0.500000;0.952574;0.047426;0.880797;0.952574;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.047426;0.119203;0.500000;0.268941;0.731059;0.119203;0.119203;0.262697;0.651809;0.000000;0.887455;0.000000;0.843037;0.894353;0.466301;0.000000;0.207181;0.332256;0.000000;0.000000;0.000000;0.000000;0.627615;0.000000;0.791336;0.000000;0.306826;0.790346;0.011950;0.197704;0.769445;0.000195;0.230360;0.668065;0.002420;0.329515;0.119203;0.268941;0.982014;0.731059;0.017986;0.500000;0.993307;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.017986;0.000000;0.000000;0.936255;0.521487;0.000000;0.000000;0.961874;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.804081;0.000000;0.000000;0.000000;0.000000;0.793541;0.011307;0.195150;0.764935;0.000040;0.235025;0.682160;0.000645;0.317190;0.047426;0.047426;0.500000;0.999665;0.006693;0.119203;0.500000;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.006693;0.047426;0.119203;0.119203;0.002473;0.006693;0.006693;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.686992;0.007612;0.305397;0.784085;0.000020;0.215895;0.700400;0.002290;0.297310;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.500000;0.017986;0.047426;0.982014;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.731059;0.952574;0.000000;0.000000;0.401793;0.000000;0.000000;0.000000;0.700987;0.000000;0.000000;0.949406;0.163967;0.312813;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.775912;0.893023;0.907967;0.034313;0.057718;0.974090;0.000265;0.025645;0.790860;0.082150;0.126985;0.500000;0.268941;0.268941;0.880797;0.047426;0.982014;0.731059;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.667078;0.000000;0.000000;0.722120;0.000000;0.968170;0.489751;0.206853;0.000000;0.260957;0.760969;0.000000;0.000000;0.000000;0.000000;0.305976;0.000000;0.000000;0.000000;0.439547;0.875077;0.031757;0.093164;0.975170;0.000255;0.024575;0.688985;0.075555;0.235455;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.863024;0.027104;0.109872;0.974710;0.000145;0.025145;0.653285;0.061705;0.285010;0.119203;0.997527;0.119203;0.047426;0.731059;0.880797;0.268941;0.047426;0.268941;0.047426;0.119203;0.731059;0.952574;0.047426;0.047426;0.268941;0.731059;0.047426;0.047426;0.119203;0.000000;0.972615;0.000000;0.000000;0.796571;0.872806;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.864244;0.000000;0.000000;0.000000;0.724920;0.000000;0.000000;0.000000;0.881151;0.012997;0.105856;0.980635;0.000150;0.019220;0.701740;0.019380;0.278885;0.119203;0.119203;0.997527;0.952574;0.017986;0.268941;0.268941;0.119203;0.268941;0.047426;0.119203;0.268941;0.047426;0.047426;0.047426;0.500000;0.268941;0.017986;0.731059;0.119203;0.000000;0.000000;0.982859;0.760058;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.349554;0.292556;0.000000;0.000000;0.000000;0.328274;0.000000;0.000000;0.767991;0.000000;0.885441;0.009437;0.105121;0.979680;0.000450;0.019865;0.715565;0.008400;0.276035
0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.047426;0.982014;0.952574;0.047426;0.952574;0.880797;0.017986;0.047426;0.119203;0.119203;0.268941;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.946343;0.865413;0.000000;0.957057;0.765128;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.069042;0.035705;0.895252;0.147785;0.003495;0.848720;0.024160;0.068440;0.907400;0.500000;0.268941;0.500000;0.880797;0.880797;0.500000;0.268941;0.268941;0.119203;0.047426;0.047426;0.731059;0.268941;0.047426;0.119203;0.952574;0.952574;0.017986;0.047426;0.119203;0.000000;0.000000;0.494500;0.767812;0.000000;0.000000;0.000000;0.190618;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.957467;0.879425;0.000000;0.000000;0.000000;0.072467;0.015195;0.912339;0.151715;0.001060;0.847230;0.032450;0.011290;0.956260;0.268941;0.880797;0.500000;0.952574;0.047426;0.880797;0.952574;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.047426;0.119203;0.500000;0.268941;0.731059;0.119203;0.119203;0.262697;0.651809;0.000000;0.887455;0.000000;0.843037;0.894353;0.466301;0.000000;0.207181;0.332256;0.000000;0.000000;0.000000;0.000000;0.627615;0.000000;0.791336;0.000000;0.306826;0.790346;0.011950;0.197704;0.769445;0.000195;0.230360;0.668065;0.002420;0.329515;0.119203;0.268941;0.982014;0.731059;0.017986;0.500000;0.993307;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.017986;0.000000;0.000000;0.936255;0.521487;0.000000;0.000000;0.961874;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.804081;0.000000;0.000000;0.000000;0.000000;0.793541;0.011307;0.195150;0.764935;0.000040;0.235025;0.682160;0.000645;0.317190;0.047426;0.047426;0.500000;0.999665;0.006693;0.119203;0.500000;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.006693;0.047426;0.119203;0.119203;0.002473;0.006693;0.006693;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.686992;0.007612;0.305397;0.784085;0.000020;0.215895;0.700400;0.002290;0.297310;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.500000;0.017986;0.047426;0.982014;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.731059;0.952574;0.000000;0.000000;0.401793;0.000000;0.000000;0.000000;0.700987;0.000000;0.000000;0.949406;0.163967;0.312813;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.775912;0.893023;0.907967;0.034313;0.057718;0.974090;0.000265;0.025645;0.790860;0.082150;0.126985;0.500000;0.268941;0.268941;0.880797;0.047426;0.982014;0.731059;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.667078;0.000000;0.000000;0.722120;0.000000;0.968170;0.489751;0.206853;0.000000;0.260957;0.760969;0.000000;0.000000;0.000000;0.000000;0.305976;0.000000;0.000000;0.000000;0.439547;0.875077;0.031757;0.093164;0.975170;0.000255;0.024575;0.688985;0.075555;0.235455;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.863024;0.027104;0.109872;0.974710;0.000145;0.025145;0.653285;0.061705;0.285010;0.119203;0.997527;0.119203;0.047426;0.731059;0.880797;0.268941;0.047426;0.268941;0.047426;0.119203;0.731059;0.952574;0.047426;0.047426;0.268941;0.731059;0.047426;0.047426;0.119203;0.000000;0.972615;0.000000;0.000000;0.796571;0.872806;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.864244;0.000000;0.000000;0.000000;0.724920;0.000000;0.000000;0.000000;0.881151;0.012997;0.105856;0.980635;0.000150;0.019220;0.701740;0.019380;0.278885;0.119203;0.119203;0.997527;0.952574;0.017986;0.268941;0.268941;0.119203;0.268941;0.047426;0.119203;0.268941;0.047426;0.047426;0.047426;0.500000;0.268941;0.017986;0.731059;0.119203;0.000000;0.000000;0.982859;0.760058;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.349554;0.292556;0.000000;0.000000;0.000000;0.328274;0.000000;0.000000;0.767991;0.000000;0.885441;0.009437;0.105121;0.979680;0.000450;0.019865;0.715565;0.008400;0.276035;0.268941;0.982014;0.880797;0.880797;0.047426;0.500000;0.500000;0.119203;0.268941;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.500000;0.017986;0.047426;0.047426;0.000000;0.938080;0.893023;0.722120;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.922371;0.000000;0.000000;0.000000;0.000000;0.891236;0.006388;0.102376;0.984365;0.000170;0.015465;0.726350;0.000490;0.273160
0.500000;0.268941;0.500000;0.880797;0.880797;0.500000;0.268941;0.268941;0.119203;0.047426;0.047426;0.731059;0.268941;0.047426;0.119203;0.952574;0.952574;0.017986;0.047426;0.119203;0.000000;0.000000;0.494500;0.767812;0.000000;0.000000;0.000000;0.190618;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.957467;0.879425;0.000000;0.000000;0.000000;0.072467;0.015195;0.912339;0.151715;0.001060;0.847230;0.032450;0.011290;0.956260;0.268941;0.880797;0.500000;0.952574;0.047426;0.880797;0.952574;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.047426;0.119203;0.500000;0.268941;0.731059;0.119203;0.119203;0.262697;0.651809;0.000000;0.887455;0.000000;0.843037;0.894353;0.466301;0.000000;0.207181;0.332256;0.000000;0.000000;0.000000;0.000000;0.627615;0.000000;0.791336;0.000000;0.306826;0.790346;0.011950;0.197704;0.769445;0.000195;0.230360;0.668065;0.002420;0.329515;0.119203;0.268941;0.982014;0.731059;0.017986;0.500000;0.993307;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.017986;0.000000;0.000000;0.936255;0.521487;0.000000;0.000000;0.961874;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.804081;0.000000;0.000000;0.000000;0.000000;0.793541;0.011307;0.195150;0.764935;0.000040;0.235025;0.682160;0.000645;0.317190;0.047426;0.047426;0.500000;0.999665;0.006693;0.119203;0.500000;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.006693;0.047426;0.119203;0.119203;0.002473;0.006693;0.006693;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.686992;0.007612;0.305397;0.784085;0.000020;0.215895;0.700400;0.002290;0.297310;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.500000;0.017986;0.047426;0.982014;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.731059;0.952574;0.000000;0.000000;0.401793;0.000000;0.000000;0.000000;0.700987;0.000000;0.000000;0.949406;0.163967;0.312813;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.775912;0.893023;0.907967;0.034313;0.057718;0.974090;0.000265;0.025645;0.790860;0.082150;0.126985;0.500000;0.268941;0.268941;0.880797;0.047426;0.982014;0.731059;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.667078;0.000000;0.000000;0.722120;0.000000;0.968170;0.489751;0.206853;0.000000;0.260957;0.760969;0.000000;0.000000;0.000000;0.000000;0.305976;0.000000;0.000000;0.000000;0.439547;0.875077;0.031757;0.093164;0.975170;0.000255;0.024575;0.688985;0.075555;0.235455;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.863024;0.027104;0.109872;0.974710;0.000145;0.025145;0.653285;0.061705;0.285010;0.119203;0.997527;0.119203;0.047426;0.731059;0.880797;0.268941;0.047426;0.268941;0.047426;0.119203;0.731059;0.952574;0.047426;0.047426;0.268941;0.731059;0.047426;0.047426;0.119203;0.000000;0.972615;0.000000;0.000000;0.796571;0.872806;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.864244;0.000000;0.000000;0.000000;0.724920;0.000000;0.000000;0.000000;0.881151;0.012997;0.105856;0.980635;0.000150;0.019220;0.701740;0.019380;0.278885;0.119203;0.119203;0.997527;0.952574;0.017986;0.268941;0.268941;0.119203;0.268941;0.047426;0.119203;0.268941;0.047426;0.047426;0.047426;0.500000;0.268941;0.017986;0.731059;0.119203;0.000000;0.000000;0.982859;0.760058;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.349554;0.292556;0.000000;0.000000;0.000000;0.328274;0.000000;0.000000;0.767991;0.000000;0.885441;0.009437;0.105121;0.979680;0.000450;0.019865;0.715565;0.008400;0.276035;0.268941;0.982014;0.880797;0.880797;0.047426;0.500000;0.500000;0.119203;0.268941;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.500000;0.017986;0.047426;0.047426;0.000000;0.938080;0.893023;0.722120;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.922371;0.000000;0.000000;0.000000;0.000000;0.891236;0.006388;0.102376;0.984365;0.000170;0.015465;0.726350;0.000490;0.273160;0.500000;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.017986;0.017986;0.997527;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983968;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965025;0.008656;0.026319;0.993995;0.000880;0.005125;0.938085;0.006585;0.055330
0.268941;0.880797;0.500000;0.952574;0.047426;0.880797;0.952574;0.268941;0.268941;0.119203;0.268941;0.500000;0.119203;0.047426;0.119203;0.500000;0.268941;0.731059;0.119203;0.119203;0.262697;0.651809;0.000000;0.887455;0.000000;0.843037;0.894353;0.466301;0.000000;0.207181;0.332256;0.000000;0.000000;0.000000;0.000000;0.627615;0.000000;0.791336;0.000000;0.306826;0.790346;0.011950;0.197704;0.769445;0.000195;0.230360;0.668065;0.002420;0.329515;0.119203;0.268941;0.982014;0.731059;0.017986;0.500000;0.993307;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.017986;0.000000;0.000000;0.936255;0.521487;0.000000;0.000000;0.961874;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.804081;0.000000;0.000000;0.000000;0.000000;0.793541;0.011307;0.195150;0.764935;0.000040;0.235025;0.682160;0.000645;0.317190;0.047426;0.047426;0.500000;0.999665;0.006693;0.119203;0.500000;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.006693;0.047426;0.119203;0.119203;0.002473;0.006693;0.006693;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.686992;0.007612;0.305397;0.784085;0.000020;0.215895;0.700400;0.002290;0.297310;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.500000;0.017986;0.047426;0.982014;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.731059;0.952574;0.000000;0.000000;0.401793;0.000000;0.000000;0.000000;0.700987;0.000000;0.000000;0.949406;0.163967;0.312813;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.775912;0.893023;0.907967;0.034313;0.057718;0.974090;0.000265;0.025645;0.790860;0.082150;0.126985;0.500000;0.268941;0.268941;0.880797;0.047426;0.982014;0.731059;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.667078;0.000000;0.000000;0.722120;0.000000;0.968170;0.489751;0.206853;0.000000;0.260957;0.760969;0.000000;0.000000;0.000000;0.000000;0.305976;0.000000;0.000000;0.000000;0.439547;0.875077;0.031757;0.093164;0.975170;0.000255;0.024575;0.688985;0.075555;0.235455;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.863024;0.027104;0.109872;0.974710;0.000145;0.025145;0.653285;0.061705;0.285010;0.119203;0.997527;0.119203;0.047426;0.731059;0.880797;0.268941;0.047426;0.268941;0.047426;0.119203;0.731059;0.952574;0.047426;0.047426;0.268941;0.731059;0.047426;0.047426;0.119203;0.000000;0.972615;0.000000;0.000000;0.796571;0.872806;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.864244;0.000000;0.000000;0.000000;0.724920;0.000000;0.000000;0.000000;0.881151;0.012997;0.105856;0.980635;0.000150;0.019220;0.701740;0.019380;0.278885;0.119203;0.119203;0.997527;0.952574;0.017986;0.268941;0.268941;0.119203;0.268941;0.047426;0.119203;0.268941;0.047426;0.047426;0.047426;0.500000;0.268941;0.017986;0.731059;0.119203;0.000000;0.000000;0.982859;0.760058;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.349554;0.292556;0.000000;0.000000;0.000000;0.328274;0.000000;0.000000;0.767991;0.000000;0.885441;0.009437;0.105121;0.979680;0.000450;0.019865;0.715565;0.008400;0.276035;0.268941;0.982014;0.880797;0.880797;0.047426;0.500000;0.500000;0.119203;0.268941;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.500000;0.017986;0.047426;0.047426;0.000000;0.938080;0.893023;0.722120;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.922371;0.000000;0.000000;0.000000;0.000000;0.891236;0.006388;0.102376;0.984365;0.000170;0.015465;0.726350;0.000490;0.273160;0.500000;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.017986;0.017986;0.997527;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983968;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965025;0.008656;0.026319;0.993995;0.000880;0.005125;0.938085;0.006585;0.055330;0.982014;0.047426;0.047426;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.268941;0.119203;0.268941;0.119203;0.119203;0.500000;0.731059;0.047426;0.119203;0.731059;0.948778;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.930474;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.519240;0.000000;0.000000;0.304280;0.972911;0.010983;0.016106;0.994325;0.001115;0.004560;0.961415;0.013330;0.025255
0.119203;0.268941;0.982014;0.731059;0.017986;0.500000;0.993307;0.119203;0.268941;0.017986;0.017986;0.500000;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.017986;0.000000;0.000000;0.936255;0.521487;0.000000;0.000000;0.961874;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.804081;0.000000;0.000000;0.000000;0.000000;0.793541;0.011307;0.195150;0.764935;0.000040;0.235025;0.682160;0.000645;0.317190;0.047426;0.047426;0.500000;0.999665;0.006693;0.119203;0.500000;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.006693;0.047426;0.119203;0.119203;0.002473;0.006693;0.006693;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.686992;0.007612;0.305397;0.784085;0.000020;0.215895;0.700400;0.002290;0.297310;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.500000;0.017986;0.047426;0.982014;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.731059;0.952574;0.000000;0.000000;0.401793;0.000000;0.000000;0.000000;0.700987;0.000000;0.000000;0.949406;0.163967;0.312813;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.775912;0.893023;0.907967;0.034313;0.057718;0.974090;0.000265;0.025645;0.790860;0.082150;0.126985;0.500000;0.268941;0.268941;0.880797;0.047426;0.982014;0.731059;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.667078;0.000000;0.000000;0.722120;0.000000;0.968170;0.489751;0.206853;0.000000;0.260957;0.760969;0.000000;0.000000;0.000000;0.000000;0.305976;0.000000;0.000000;0.000000;0.439547;0.875077;0.031757;0.093164;0.975170;0.000255;0.024575;0.688985;0.075555;0.235455;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.863024;0.027104;0.109872;0.974710;0.000145;0.025145;0.653285;0.061705;0.285010;0.119203;0.997527;0.119203;0.047426;0.731059;0.880797;0.268941;0.047426;0.268941;0.047426;0.119203;0.731059;0.952574;0.047426;0.047426;0.268941;0.731059;0.047426;0.047426;0.119203;0.000000;0.972615;0.000000;0.000000;0.796571;0.872806;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.864244;0.000000;0.000000;0.000000;0.724920;0.000000;0.000000;0.000000;0.881151;0.012997;0.105856;0.980635;0.000150;0.019220;0.701740;0.019380;0.278885;0.119203;0.119203;0.997527;0.952574;0.017986;0.268941;0.268941;0.119203;0.268941;0.047426;0.119203;0.268941;0.047426;0.047426;0.047426;0.500000;0.268941;0.017986;0.731059;0.119203;0.000000;0.000000;0.982859;0.760058;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.349554;0.292556;0.000000;0.000000;0.000000;0.328274;0.000000;0.000000;0.767991;0.000000;0.885441;0.009437;0.105121;0.979680;0.000450;0.019865;0.715565;0.008400;0.276035;0.268941;0.982014;0.880797;0.880797;0.047426;0.500000;0.500000;0.119203;0.268941;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.500000;0.017986;0.047426;0.047426;0.000000;0.938080;0.893023;0.722120;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.922371;0.000000;0.000000;0.000000;0.000000;0.891236;0.006388;0.102376;0.984365;0.000170;0.015465;0.726350;0.000490;0.273160;0.500000;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.017986;0.017986;0.997527;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983968;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965025;0.008656;0.026319;0.993995;0.000880;0.005125;0.938085;0.006585;0.055330;0.982014;0.047426;0.047426;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.268941;0.119203;0.268941;0.119203;0.119203;0.500000;0.731059;0.047426;0.119203;0.731059;0.948778;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.930474;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.519240;0.000000;0.000000;0.304280;0.972911;0.010983;0.016106;0.994325;0.001115;0.004560;0.961415;0.013330;0.025255;0.268941;0.952574;0.268941;0.268941;0.047426;0.952574;0.731059;0.119203;0.268941;0.047426;0.047426;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.500000;0.500000;0.119203;0.000000;0.750260;0.000000;0.000000;0.000000;0.938774;0.741351;0.000000;0.000000;0.000000;0.000000;0.914276;0.607305;0.000000;0.000000;0.305976;0.552061;0.751569;0.574931;0.204891;0.977073;0.011641;0.011284;0.994230;0.001145;0.004625;0.973995;0.015275;0.010725
0.047426;0.047426;0.500000;0.999665;0.006693;0.119203;0.500000;0.047426;0.119203;0.006693;0.006693;0.119203;0.006693;0.006693;0.047426;0.119203;0.119203;0.002473;0.006693;0.006693;0.000000;0.000000;0.000000;0.985385;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.686992;0.007612;0.305397;0.784085;0.000020;0.215895;0.700400;0.002290;0.297310;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.500000;0.017986;0.047426;0.982014;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.731059;0.952574;0.000000;0.000000;0.401793;0.000000;0.000000;0.000000;0.700987;0.000000;0.000000;0.949406;0.163967;0.312813;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.775912;0.893023;0.907967;0.034313;0.057718;0.974090;0.000265;0.025645;0.790860;0.082150;0.126985;0.500000;0.268941;0.268941;0.880797;0.047426;0.982014;0.731059;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.667078;0.000000;0.000000;0.722120;0.000000;0.968170;0.489751;0.206853;0.000000;0.260957;0.760969;0.000000;0.000000;0.000000;0.000000;0.305976;0.000000;0.000000;0.000000;0.439547;0.875077;0.031757;0.093164;0.975170;0.000255;0.024575;0.688985;0.075555;0.235455;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.863024;0.027104;0.109872;0.974710;0.000145;0.025145;0.653285;0.061705;0.285010;0.119203;0.997527;0.119203;0.047426;0.731059;0.880797;0.268941;0.047426;0.268941;0.047426;0.119203;0.731059;0.952574;0.047426;0.047426;0.268941;0.731059;0.047426;0.047426;0.119203;0.000000;0.972615;0.000000;0.000000;0.796571;0.872806;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.864244;0.000000;0.000000;0.000000;0.724920;0.000000;0.000000;0.000000;0.881151;0.012997;0.105856;0.980635;0.000150;0.019220;0.701740;0.019380;0.278885;0.119203;0.119203;0.997527;0.952574;0.017986;0.268941;0.268941;0.119203;0.268941;0.047426;0.119203;0.268941;0.047426;0.047426;0.047426;0.500000;0.268941;0.017986;0.731059;0.119203;0.000000;0.000000;0.982859;0.760058;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.349554;0.292556;0.000000;0.000000;0.000000;0.328274;0.000000;0.000000;0.767991;0.000000;0.885441;0.009437;0.105121;0.979680;0.000450;0.019865;0.715565;0.008400;0.276035;0.268941;0.982014;0.880797;0.880797;0.047426;0.500000;0.500000;0.119203;0.268941;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.500000;0.017986;0.047426;0.047426;0.000000;0.938080;0.893023;0.722120;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.922371;0.000000;0.000000;0.000000;0.000000;0.891236;0.006388;0.102376;0.984365;0.000170;0.015465;0.726350;0.000490;0.273160;0.500000;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.017986;0.017986;0.997527;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983968;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965025;0.008656;0.026319;0.993995;0.000880;0.005125;0.938085;0.006585;0.055330;0.982014;0.047426;0.047426;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.268941;0.119203;0.268941;0.119203;0.119203;0.500000;0.731059;0.047426;0.119203;0.731059;0.948778;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.930474;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.519240;0.000000;0.000000;0.304280;0.972911;0.010983;0.016106;0.994325;0.001115;0.004560;0.961415;0.013330;0.025255;0.268941;0.952574;0.268941;0.268941;0.047426;0.952574;0.731059;0.119203;0.268941;0.047426;0.047426;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.500000;0.500000;0.119203;0.000000;0.750260;0.000000;0.000000;0.000000;0.938774;0.741351;0.000000;0.000000;0.000000;0.000000;0.914276;0.607305;0.000000;0.000000;0.305976;0.552061;0.751569;0.574931;0.204891;0.977073;0.011641;0.011284;0.994230;0.001145;0.004625;0.973995;0.015275;0.010725;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.993307;0.047426;0.982014;0.268941;0.017986;0.047426;0.500000;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.947000;0.000000;0.957140;0.000000;0.000000;0.000000;0.514996;0.000000;0.000000;0.000000;0.975973;0.010504;0.013521;0.992885;0.001115;0.005995;0.972040;0.011895;0.016065
0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.500000;0.017986;0.047426;0.982014;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.731059;0.952574;0.000000;0.000000;0.401793;0.000000;0.000000;0.000000;0.700987;0.000000;0.000000;0.949406;0.163967;0.312813;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.775912;0.893023;0.907967;0.034313;0.057718;0.974090;0.000265;0.025645;0.790860;0.082150;0.126985;0.500000;0.268941;0.268941;0.880797;0.047426;0.982014;0.731059;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.667078;0.000000;0.000000;0.722120;0.000000;0.968170;0.489751;0.206853;0.000000;0.260957;0.760969;0.000000;0.000000;0.000000;0.000000;0.305976;0.000000;0.000000;0.000000;0.439547;0.875077;0.031757;0.093164;0.975170;0.000255;0.024575;0.688985;0.075555;0.235455;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.863024;0.027104;0.109872;0.974710;0.000145;0.025145;0.653285;0.061705;0.285010;0.119203;0.997527;0.119203;0.047426;0.731059;0.880797;0.268941;0.047426;0.268941;0.047426;0.119203;0.731059;0.952574;0.047426;0.047426;0.268941;0.731059;0.047426;0.047426;0.119203;0.000000;0.972615;0.000000;0.000000;0.796571;0.872806;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.864244;0.000000;0.000000;0.000000;0.724920;0.000000;0.000000;0.000000;0.881151;0.012997;0.105856;0.980635;0.000150;0.019220;0.701740;0.019380;0.278885;0.119203;0.119203;0.997527;0.952574;0.017986;0.268941;0.268941;0.119203;0.268941;0.047426;0.119203;0.268941;0.047426;0.047426;0.047426;0.500000;0.268941;0.017986;0.731059;0.119203;0.000000;0.000000;0.982859;0.760058;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.349554;0.292556;0.000000;0.000000;0.000000;0.328274;0.000000;0.000000;0.767991;0.000000;0.885441;0.009437;0.105121;0.979680;0.000450;0.019865;0.715565;0.008400;0.276035;0.268941;0.982014;0.880797;0.880797;0.047426;0.500000;0.500000;0.119203;0.268941;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.500000;0.017986;0.047426;0.047426;0.000000;0.938080;0.893023;0.722120;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.922371;0.000000;0.000000;0.000000;0.000000;0.891236;0.006388;0.102376;0.984365;0.000170;0.015465;0.726350;0.000490;0.273160;0.500000;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.017986;0.017986;0.997527;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983968;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965025;0.008656;0.026319;0.993995;0.000880;0.005125;0.938085;0.006585;0.055330;0.982014;0.047426;0.047426;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.268941;0.119203;0.268941;0.119203;0.119203;0.500000;0.731059;0.047426;0.119203;0.731059;0.948778;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.930474;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.519240;0.000000;0.000000;0.304280;0.972911;0.010983;0.016106;0.994325;0.001115;0.004560;0.961415;0.013330;0.025255;0.268941;0.952574;0.268941;0.268941;0.047426;0.952574;0.731059;0.119203;0.268941;0.047426;0.047426;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.500000;0.500000;0.119203;0.000000;0.750260;0.000000;0.000000;0.000000;0.938774;0.741351;0.000000;0.000000;0.000000;0.000000;0.914276;0.607305;0.000000;0.000000;0.305976;0.552061;0.751569;0.574931;0.204891;0.977073;0.011641;0.011284;0.994230;0.001145;0.004625;0.973995;0.015275;0.010725;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.993307;0.047426;0.982014;0.268941;0.017986;0.047426;0.500000;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.947000;0.000000;0.957140;0.000000;0.000000;0.000000;0.514996;0.000000;0.000000;0.000000;0.975973;0.010504;0.013521;0.992885;0.001115;0.005995;0.972040;0.011895;0.016065;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968106;0.009809;0.022084;0.981090;0.000845;0.018065;0.960235;0.010080;0.029685
0.500000;0.268941;0.268941;0.880797;0.047426;0.982014;0.731059;0.119203;0.268941;0.500000;0.731059;0.268941;0.500000;0.119203;0.119203;0.268941;0.268941;0.047426;0.119203;0.500000;0.667078;0.000000;0.000000;0.722120;0.000000;0.968170;0.489751;0.206853;0.000000;0.260957;0.760969;0.000000;0.000000;0.000000;0.000000;0.305976;0.000000;0.000000;0.000000;0.439547;0.875077;0.031757;0.093164;0.975170;0.000255;0.024575;0.688985;0.075555;0.235455;0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.863024;0.027104;0.109872;0.974710;0.000145;0.025145;0.653285;0.061705;0.285010;0.119203;0.997527;0.119203;0.047426;0.731059;0.880797;0.268941;0.047426;0.268941;0.047426;0.119203;0.731059;0.952574;0.047426;0.047426;0.268941;0.731059;0.047426;0.047426;0.119203;0.000000;0.972615;0.000000;0.000000;0.796571;0.872806;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.864244;0.000000;0.000000;0.000000;0.724920;0.000000;0.000000;0.000000;0.881151;0.012997;0.105856;0.980635;0.000150;0.019220;0.701740;0.019380;0.278885;0.119203;0.119203;0.997527;0.952574;0.017986;0.268941;0.268941;0.119203;0.268941;0.047426;0.119203;0.268941;0.047426;0.047426;0.047426;0.500000;0.268941;0.017986;0.731059;0.119203;0.000000;0.000000;0.982859;0.760058;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.349554;0.292556;0.000000;0.000000;0.000000;0.328274;0.000000;0.000000;0.767991;0.000000;0.885441;0.009437;0.105121;0.979680;0.000450;0.019865;0.715565;0.008400;0.276035;0.268941;0.982014;0.880797;0.880797;0.047426;0.500000;0.500000;0.119203;0.268941;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.500000;0.017986;0.047426;0.047426;0.000000;0.938080;0.893023;0.722120;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.922371;0.000000;0.000000;0.000000;0.000000;0.891236;0.006388;0.102376;0.984365;0.000170;0.015465;0.726350;0.000490;0.273160;0.500000;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.017986;0.017986;0.997527;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983968;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965025;0.008656;0.026319;0.993995;0.000880;0.005125;0.938085;0.006585;0.055330;0.982014;0.047426;0.047426;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.268941;0.119203;0.268941;0.119203;0.119203;0.500000;0.731059;0.047426;0.119203;0.731059;0.948778;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.930474;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.519240;0.000000;0.000000;0.304280;0.972911;0.010983;0.016106;0.994325;0.001115;0.004560;0.961415;0.013330;0.025255;0.268941;0.952574;0.268941;0.268941;0.047426;0.952574;0.731059;0.119203;0.268941;0.047426;0.047426;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.500000;0.500000;0.119203;0.000000;0.750260;0.000000;0.000000;0.000000;0.938774;0.741351;0.000000;0.000000;0.000000;0.000000;0.914276;0.607305;0.000000;0.000000;0.305976;0.552061;0.751569;0.574931;0.204891;0.977073;0.011641;0.011284;0.994230;0.001145;0.004625;0.973995;0.015275;0.010725;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.993307;0.047426;0.982014;0.268941;0.017986;0.047426;0.500000;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.947000;0.000000;0.957140;0.000000;0.000000;0.000000;0.514996;0.000000;0.000000;0.000000;0.975973;0.010504;0.013521;0.992885;0.001115;0.005995;0.972040;0.011895;0.016065;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968106;0.009809;0.022084;0.981090;0.000845;0.018065;0.960235;0.010080;0.029685;0.500000;0.268941;0.500000;0.500000;0.268941;0.880797;0.982014;0.119203;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.880797;0.268941;0.047426;0.119203;0.500000;0.488002;0.000000;0.393410;0.000000;0.000000;0.847225;0.944799;0.140638;0.000000;0.000000;0.000000;0.186487;0.000000;0.314967;0.000000;0.869665;0.000000;0.000000;0.000000;0.683953;0.938041;0.006880;0.055080;0.905975;0.000475;0.093550;0.947335;0.000570;0.052095
0.047426;0.999089;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.119203;0.006693;0.017986;0.731059;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.047426;0.017986;0.000000;0.986414;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.863024;0.027104;0.109872;0.974710;0.000145;0.025145;0.653285;0.061705;0.285010;0.119203;0.997527;0.119203;0.047426;0.731059;0.880797;0.268941;0.047426;0.268941;0.047426;0.119203;0.731059;0.952574;0.047426;0.047426;0.268941;0.731059;0.047426;0.047426;0.119203;0.000000;0.972615;0.000000;0.000000;0.796571;0.872806;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.864244;0.000000;0.000000;0.000000;0.724920;0.000000;0.000000;0.000000;0.881151;0.012997;0.105856;0.980635;0.000150;0.019220;0.701740;0.019380;0.278885;0.119203;0.119203;0.997527;0.952574;0.017986;0.268941;0.268941;0.119203;0.268941;0.047426;0.119203;0.268941;0.047426;0.047426;0.047426;0.500000;0.268941;0.017986;0.731059;0.119203;0.000000;0.000000;0.982859;0.760058;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.349554;0.292556;0.000000;0.000000;0.000000;0.328274;0.000000;0.000000;0.767991;0.000000;0.885441;0.009437;0.105121;0.979680;0.000450;0.019865;0.715565;0.008400;0.276035;0.268941;0.982014;0.880797;0.880797;0.047426;0.500000;0.500000;0.119203;0.268941;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.500000;0.017986;0.047426;0.047426;0.000000;0.938080;0.893023;0.722120;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.922371;0.000000;0.000000;0.000000;0.000000;0.891236;0.006388;0.102376;0.984365;0.000170;0.015465;0.726350;0.000490;0.273160;0.500000;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.017986;0.017986;0.997527;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983968;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965025;0.008656;0.026319;0.993995;0.000880;0.005125;0.938085;0.006585;0.055330;0.982014;0.047426;0.047426;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.268941;0.119203;0.268941;0.119203;0.119203;0.500000;0.731059;0.047426;0.119203;0.731059;0.948778;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.930474;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.519240;0.000000;0.000000;0.304280;0.972911;0.010983;0.016106;0.994325;0.001115;0.004560;0.961415;0.013330;0.025255;0.268941;0.952574;0.268941;0.268941;0.047426;0.952574;0.731059;0.119203;0.268941;0.047426;0.047426;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.500000;0.500000;0.119203;0.000000;0.750260;0.000000;0.000000;0.000000;0.938774;0.741351;0.000000;0.000000;0.000000;0.000000;0.914276;0.607305;0.000000;0.000000;0.305976;0.552061;0.751569;0.574931;0.204891;0.977073;0.011641;0.011284;0.994230;0.001145;0.004625;0.973995;0.015275;0.010725;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.993307;0.047426;0.982014;0.268941;0.017986;0.047426;0.500000;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.947000;0.000000;0.957140;0.000000;0.000000;0.000000;0.514996;0.000000;0.000000;0.000000;0.975973;0.010504;0.013521;0.992885;0.001115;0.005995;0.972040;0.011895;0.016065;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968106;0.009809;0.022084;0.981090;0.000845;0.018065;0.960235;0.010080;0.029685;0.500000;0.268941;0.500000;0.500000;0.268941;0.880797;0.982014;0.119203;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.880797;0.268941;0.047426;0.119203;0.500000;0.488002;0.000000;0.393410;0.000000;0.000000;0.847225;0.944799;0.140638;0.000000;0.000000;0.000000;0.186487;0.000000;0.314967;0.000000;0.869665;0.000000;0.000000;0.000000;0.683953;0.938041;0.006880;0.055080;0.905975;0.000475;0.093550;0.947335;0.000570;0.052095;0.268941;0.268941;0.880797;0.993307;0.017986;0.880797;0.880797;0.268941;0.268941;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.047426;0.047426;0.223393;0.000000;0.836033;0.953735;0.000000;0.853335;0.694449;0.165205;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.798509;0.317345;0.000000;0.000000;0.000000;0.599580;0.007675;0.392743;0.629465;0.000320;0.370210;0.614855;0.000490;0.384655
0.119203;0.997527;0.119203;0.047426;0.731059;0.880797;0.268941;0.047426;0.268941;0.047426;0.119203;0.731059;0.952574;0.047426;0.047426;0.268941;0.731059;0.047426;0.047426;0.119203;0.000000;0.972615;0.000000;0.000000;0.796571;0.872806;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.864244;0.000000;0.000000;0.000000;0.724920;0.000000;0.000000;0.000000;0.881151;0.012997;0.105856;0.980635;0.000150;0.019220;0.701740;0.019380;0.278885;0.119203;0.119203;0.997527;0.952574;0.017986;0.268941;0.268941;0.119203;0.268941;0.047426;0.119203;0.268941;0.047426;0.047426;0.047426;0.500000;0.268941;0.017986;0.731059;0.119203;0.000000;0.000000;0.982859;0.760058;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.349554;0.292556;0.000000;0.000000;0.000000;0.328274;0.000000;0.000000;0.767991;0.000000;0.885441;0.009437;0.105121;0.979680;0.000450;0.019865;0.715565;0.008400;0.276035;0.268941;0.982014;0.880797;0.880797;0.047426;0.500000;0.500000;0.119203;0.268941;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.500000;0.017986;0.047426;0.047426;0.000000;0.938080;0.893023;0.722120;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.922371;0.000000;0.000000;0.000000;0.000000;0.891236;0.006388;0.102376;0.984365;0.000170;0.015465;0.726350;0.000490;0.273160;0.500000;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.017986;0.017986;0.997527;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983968;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965025;0.008656;0.026319;0.993995;0.000880;0.005125;0.938085;0.006585;0.055330;0.982014;0.047426;0.047426;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.268941;0.119203;0.268941;0.119203;0.119203;0.500000;0.731059;0.047426;0.119203;0.731059;0.948778;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.930474;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.519240;0.000000;0.000000;0.304280;0.972911;0.010983;0.016106;0.994325;0.001115;0.004560;0.961415;0.013330;0.025255;0.268941;0.952574;0.268941;0.268941;0.047426;0.952574;0.731059;0.119203;0.268941;0.047426;0.047426;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.500000;0.500000;0.119203;0.000000;0.750260;0.000000;0.000000;0.000000;0.938774;0.741351;0.000000;0.000000;0.000000;0.000000;0.914276;0.607305;0.000000;0.000000;0.305976;0.552061;0.751569;0.574931;0.204891;0.977073;0.011641;0.011284;0.994230;0.001145;0.004625;0.973995;0.015275;0.010725;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.993307;0.047426;0.982014;0.268941;0.017986;0.047426;0.500000;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.947000;0.000000;0.957140;0.000000;0.000000;0.000000;0.514996;0.000000;0.000000;0.000000;0.975973;0.010504;0.013521;0.992885;0.001115;0.005995;0.972040;0.011895;0.016065;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968106;0.009809;0.022084;0.981090;0.000845;0.018065;0.960235;0.010080;0.029685;0.500000;0.268941;0.500000;0.500000;0.268941;0.880797;0.982014;0.119203;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.880797;0.268941;0.047426;0.119203;0.500000;0.488002;0.000000;0.393410;0.000000;0.000000;0.847225;0.944799;0.140638;0.000000;0.000000;0.000000;0.186487;0.000000;0.314967;0.000000;0.869665;0.000000;0.000000;0.000000;0.683953;0.938041;0.006880;0.055080;0.905975;0.000475;0.093550;0.947335;0.000570;0.052095;0.268941;0.268941;0.880797;0.993307;0.017986;0.880797;0.880797;0.268941;0.268941;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.047426;0.047426;0.223393;0.000000;0.836033;0.953735;0.000000;0.853335;0.694449;0.165205;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.798509;0.317345;0.000000;0.000000;0.000000;0.599580;0.007675;0.392743;0.629465;0.000320;0.370210;0.614855;0.000490;0.384655;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.006693;0.047426;0.268941;0.002473;0.006693;0.017986;0.999994;0.731059;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.998212;0.000000;0.000000;0.163412;0.014925;0.821665;0.398225;0.005750;0.596025;0.054915;0.001930;0.943160
0.119203;0.119203;0.997527;0.952574;0.017986;0.268941;0.268941;0.119203;0.268941;0.047426;0.119203;0.268941;0.047426;0.047426;0.047426;0.500000;0.268941;0.017986;0.731059;0.119203;0.000000;0.000000;0.982859;0.760058;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.349554;0.292556;0.000000;0.000000;0.000000;0.328274;0.000000;0.000000;0.767991;0.000000;0.885441;0.009437;0.105121;0.979680;0.000450;0.019865;0.715565;0.008400;0.276035;0.268941;0.982014;0.880797;0.880797;0.047426;0.500000;0.500000;0.119203;0.268941;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.500000;0.017986;0.047426;0.047426;0.000000;0.938080;0.893023;0.722120;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.922371;0.000000;0.000000;0.000000;0.000000;0.891236;0.006388;0.102376;0.984365;0.000170;0.015465;0.726350;0.000490;0.273160;0.500000;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.017986;0.017986;0.997527;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983968;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965025;0.008656;0.026319;0.993995;0.000880;0.005125;0.938085;0.006585;0.055330;0.982014;0.047426;0.047426;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.268941;0.119203;0.268941;0.119203;0.119203;0.500000;0.731059;0.047426;0.119203;0.731059;0.948778;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.930474;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.519240;0.000000;0.000000;0.304280;0.972911;0.010983;0.016106;0.994325;0.001115;0.004560;0.961415;0.013330;0.025255;0.268941;0.952574;0.268941;0.268941;0.047426;0.952574;0.731059;0.119203;0.268941;0.047426;0.047426;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.500000;0.500000;0.119203;0.000000;0.750260;0.000000;0.000000;0.000000;0.938774;0.741351;0.000000;0.000000;0.000000;0.000000;0.914276;0.607305;0.000000;0.000000;0.305976;0.552061;0.751569;0.574931;0.204891;0.977073;0.011641;0.011284;0.994230;0.001145;0.004625;0.973995;0.015275;0.010725;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.993307;0.047426;0.982014;0.268941;0.017986;0.047426;0.500000;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.947000;0.000000;0.957140;0.000000;0.000000;0.000000;0.514996;0.000000;0.000000;0.000000;0.975973;0.010504;0.013521;0.992885;0.001115;0.005995;0.972040;0.011895;0.016065;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968106;0.009809;0.022084;0.981090;0.000845;0.018065;0.960235;0.010080;0.029685;0.500000;0.268941;0.500000;0.500000;0.268941;0.880797;0.982014;0.119203;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.880797;0.268941;0.047426;0.119203;0.500000;0.488002;0.000000;0.393410;0.000000;0.000000;0.847225;0.944799;0.140638;0.000000;0.000000;0.000000;0.186487;0.000000;0.314967;0.000000;0.869665;0.000000;0.000000;0.000000;0.683953;0.938041;0.006880;0.055080;0.905975;0.000475;0.093550;0.947335;0.000570;0.052095;0.268941;0.268941;0.880797;0.993307;0.017986;0.880797;0.880797;0.268941;0.268941;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.047426;0.047426;0.223393;0.000000;0.836033;0.953735;0.000000;0.853335;0.694449;0.165205;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.798509;0.317345;0.000000;0.000000;0.000000;0.599580;0.007675;0.392743;0.629465;0.000320;0.370210;0.614855;0.000490;0.384655;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.006693;0.047426;0.268941;0.002473;0.006693;0.017986;0.999994;0.731059;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.998212;0.000000;0.000000;0.163412;0.014925;0.821665;0.398225;0.005750;0.596025;0.054915;0.001930;0.943160;0.268941;0.047426;0.880797;0.731059;0.017986;0.119203;0.119203;0.997527;0.119203;0.006693;0.006693;0.268941;0.017986;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.017986;0.000000;0.000000;0.926627;0.650901;0.000000;0.000000;0.000000;0.957629;0.000000;0.000000;0.000000;0.268156;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.042400;0.019792;0.937807;0.084205;0.009225;0.906565;0.005900;0.013055;0.981045
0.268941;0.982014;0.880797;0.880797;0.047426;0.500000;0.500000;0.119203;0.268941;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.500000;0.017986;0.047426;0.047426;0.000000;0.938080;0.893023;0.722120;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.742308;0.000000;0.000000;0.000000;0.922371;0.000000;0.000000;0.000000;0.000000;0.891236;0.006388;0.102376;0.984365;0.000170;0.015465;0.726350;0.000490;0.273160;0.500000;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.017986;0.017986;0.997527;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983968;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965025;0.008656;0.026319;0.993995;0.000880;0.005125;0.938085;0.006585;0.055330;0.982014;0.047426;0.047426;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.268941;0.119203;0.268941;0.119203;0.119203;0.500000;0.731059;0.047426;0.119203;0.731059;0.948778;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.930474;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.519240;0.000000;0.000000;0.304280;0.972911;0.010983;0.016106;0.994325;0.001115;0.004560;0.961415;0.013330;0.025255;0.268941;0.952574;0.268941;0.268941;0.047426;0.952574;0.731059;0.119203;0.268941;0.047426;0.047426;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.500000;0.500000;0.119203;0.000000;0.750260;0.000000;0.000000;0.000000;0.938774;0.741351;0.000000;0.000000;0.000000;0.000000;0.914276;0.607305;0.000000;0.000000;0.305976;0.552061;0.751569;0.574931;0.204891;0.977073;0.011641;0.011284;0.994230;0.001145;0.004625;0.973995;0.015275;0.010725;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.993307;0.047426;0.982014;0.268941;0.017986;0.047426;0.500000;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.947000;0.000000;0.957140;0.000000;0.000000;0.000000;0.514996;0.000000;0.000000;0.000000;0.975973;0.010504;0.013521;0.992885;0.001115;0.005995;0.972040;0.011895;0.016065;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968106;0.009809;0.022084;0.981090;0.000845;0.018065;0.960235;0.010080;0.029685;0.500000;0.268941;0.500000;0.500000;0.268941;0.880797;0.982014;0.119203;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.880797;0.268941;0.047426;0.119203;0.500000;0.488002;0.000000;0.393410;0.000000;0.000000;0.847225;0.944799;0.140638;0.000000;0.000000;0.000000;0.186487;0.000000;0.314967;0.000000;0.869665;0.000000;0.000000;0.000000;0.683953;0.938041;0.006880;0.055080;0.905975;0.000475;0.093550;0.947335;0.000570;0.052095;0.268941;0.268941;0.880797;0.993307;0.017986;0.880797;0.880797;0.268941;0.268941;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.047426;0.047426;0.223393;0.000000;0.836033;0.953735;0.000000;0.853335;0.694449;0.165205;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.798509;0.317345;0.000000;0.000000;0.000000;0.599580;0.007675;0.392743;0.629465;0.000320;0.370210;0.614855;0.000490;0.384655;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.006693;0.047426;0.268941;0.002473;0.006693;0.017986;0.999994;0.731059;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.998212;0.000000;0.000000;0.163412;0.014925;0.821665;0.398225;0.005750;0.596025;0.054915;0.001930;0.943160;0.268941;0.047426;0.880797;0.731059;0.017986;0.119203;0.119203;0.997527;0.119203;0.006693;0.006693;0.268941;0.017986;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.017986;0.000000;0.000000;0.926627;0.650901;0.000000;0.000000;0.000000;0.957629;0.000000;0.000000;0.000000;0.268156;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.042400;0.019792;0.937807;0.084205;0.009225;0.906565;0.005900;0.013055;0.981045;0.119203;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.017986;0.047426;0.731059;0.993307;0.047426;0.993307;0.880797;0.017986;0.047426;0.119203;0.119203;0.268941;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.942133;0.000000;0.955765;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.064702;0.179395;0.755904;0.139900;0.141445;0.718660;0.017110;0.359645;0.623240
0.500000;0.017986;0.017986;0.017986;0.119203;0.017986;0.017986;0.017986;0.017986;0.997527;0.500000;0.017986;0.500000;0.268941;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.667078;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983968;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965025;0.008656;0.026319;0.993995;0.000880;0.005125;0.938085;0.006585;0.055330;0.982014;0.047426;0.047426;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.268941;0.119203;0.268941;0.119203;0.119203;0.500000;0.731059;0.047426;0.119203;0.731059;0.948778;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.930474;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.519240;0.000000;0.000000;0.304280;0.972911;0.010983;0.016106;0.994325;0.001115;0.004560;0.961415;0.013330;0.025255;0.268941;0.952574;0.268941;0.268941;0.047426;0.952574;0.731059;0.119203;0.268941;0.047426;0.047426;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.500000;0.500000;0.119203;0.000000;0.750260;0.000000;0.000000;0.000000;0.938774;0.741351;0.000000;0.000000;0.000000;0.000000;0.914276;0.607305;0.000000;0.000000;0.305976;0.552061;0.751569;0.574931;0.204891;0.977073;0.011641;0.011284;0.994230;0.001145;0.004625;0.973995;0.015275;0.010725;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.993307;0.047426;0.982014;0.268941;0.017986;0.047426;0.500000;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.947000;0.000000;0.957140;0.000000;0.000000;0.000000;0.514996;0.000000;0.000000;0.000000;0.975973;0.010504;0.013521;0.992885;0.001115;0.005995;0.972040;0.011895;0.016065;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968106;0.009809;0.022084;0.981090;0.000845;0.018065;0.960235;0.010080;0.029685;0.500000;0.268941;0.500000;0.500000;0.268941;0.880797;0.982014;0.119203;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.880797;0.268941;0.047426;0.119203;0.500000;0.488002;0.000000;0.393410;0.000000;0.000000;0.847225;0.944799;0.140638;0.000000;0.000000;0.000000;0.186487;0.000000;0.314967;0.000000;0.869665;0.000000;0.000000;0.000000;0.683953;0.938041;0.006880;0.055080;0.905975;0.000475;0.093550;0.947335;0.000570;0.052095;0.268941;0.268941;0.880797;0.993307;0.017986;0.880797;0.880797;0.268941;0.268941;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.047426;0.047426;0.223393;0.000000;0.836033;0.953735;0.000000;0.853335;0.694449;0.165205;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.798509;0.317345;0.000000;0.000000;0.000000;0.599580;0.007675;0.392743;0.629465;0.000320;0.370210;0.614855;0.000490;0.384655;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.006693;0.047426;0.268941;0.002473;0.006693;0.017986;0.999994;0.731059;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.998212;0.000000;0.000000;0.163412;0.014925;0.821665;0.398225;0.005750;0.596025;0.054915;0.001930;0.943160;0.268941;0.047426;0.880797;0.731059;0.017986;0.119203;0.119203;0.997527;0.119203;0.006693;0.006693;0.268941;0.017986;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.017986;0.000000;0.000000;0.926627;0.650901;0.000000;0.000000;0.000000;0.957629;0.000000;0.000000;0.000000;0.268156;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.042400;0.019792;0.937807;0.084205;0.009225;0.906565;0.005900;0.013055;0.981045;0.119203;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.017986;0.047426;0.731059;0.993307;0.047426;0.993307;0.880797;0.017986;0.047426;0.119203;0.119203;0.268941;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.942133;0.000000;0.955765;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.064702;0.179395;0.755904;0.139900;0.141445;0.718660;0.017110;0.359645;0.623240;0.119203;0.017986;0.017986;0.017986;0.997527;0.017986;0.017986;0.017986;0.017986;0.982014;0.731059;0.017986;0.500000;0.119203;0.017986;0.047426;0.268941;0.017986;0.119203;0.952574;0.000000;0.000000;0.000000;0.000000;0.973273;0.000000;0.000000;0.000000;0.000000;0.951061;0.315614;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.894069;0.066103;0.304371;0.629526;0.135035;0.190370;0.674595;0.017050;0.676520;0.306430
0.982014;0.047426;0.047426;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.268941;0.119203;0.268941;0.119203;0.119203;0.500000;0.731059;0.047426;0.119203;0.731059;0.948778;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.930474;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.519240;0.000000;0.000000;0.304280;0.972911;0.010983;0.016106;0.994325;0.001115;0.004560;0.961415;0.013330;0.025255;0.268941;0.952574;0.268941;0.268941;0.047426;0.952574;0.731059;0.119203;0.268941;0.047426;0.047426;0.952574;0.268941;0.047426;0.119203;0.500000;0.500000;0.500000;0.500000;0.119203;0.000000;0.750260;0.000000;0.000000;0.000000;0.938774;0.741351;0.000000;0.000000;0.000000;0.000000;0.914276;0.607305;0.000000;0.000000;0.305976;0.552061;0.751569;0.574931;0.204891;0.977073;0.011641;0.011284;0.994230;0.001145;0.004625;0.973995;0.015275;0.010725;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.731059;0.993307;0.047426;0.982014;0.268941;0.017986;0.047426;0.500000;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.947000;0.000000;0.957140;0.000000;0.000000;0.000000;0.514996;0.000000;0.000000;0.000000;0.975973;0.010504;0.013521;0.992885;0.001115;0.005995;0.972040;0.011895;0.016065;0.047426;0.047426;0.006693;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.731059;0.997527;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.965209;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.968106;0.009809;0.022084;0.981090;0.000845;0.018065;0.960235;0.010080;0.029685;0.500000;0.268941;0.500000;0.500000;0.268941;0.880797;0.982014;0.119203;0.268941;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.880797;0.268941;0.047426;0.119203;0.500000;0.488002;0.000000;0.393410;0.000000;0.000000;0.847225;0.944799;0.140638;0.000000;0.000000;0.000000;0.186487;0.000000;0.314967;0.000000;0.869665;0.000000;0.000000;0.000000;0.683953;0.938041;0.006880;0.055080;0.905975;0.000475;0.093550;0.947335;0.000570;0.052095;0.268941;0.268941;0.880797;0.993307;0.017986;0.880797;0.880797;0.268941;0.268941;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.731059;0.500000;0.017986;0.047426;0.047426;0.223393;0.000000;0.836033;0.953735;0.000000;0.853335;0.694449;0.165205;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.798509;0.317345;0.000000;0.000000;0.000000;0.599580;0.007675;0.392743;0.629465;0.000320;0.370210;0.614855;0.000490;0.384655;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.006693;0.047426;0.268941;0.002473;0.006693;0.017986;0.999994;0.731059;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.998212;0.000000;0.000000;0.163412;0.014925;0.821665;0.398225;0.005750;0.596025;0.054915;0.001930;0.943160;0.268941;0.047426;0.880797;0.731059;0.017986;0.119203;0.119203;0.997527;0.119203;0.006693;0.006693;0.268941;0.017986;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.017986;0.000000;0.000000;0.926627;0.650901;0.000000;0.000000;0.000000;0.957629;0.000000;0.000000;0.000000;0.268156;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.042400;0.019792;0.937807;0.084205;0.009225;0.906565;0.005900;0.013055;0.981045;0.119203;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.017986;0.047426;0.731059;0.993307;0.047426;0.993307;0.880797;0.017986;0.047426;0.119203;0.119203;0.268941;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.942133;0.000000;0.955765;0.861523;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.064702;0.179395;0.755904;0.139900;0.141445;0.718660;0.017110;0.359645;0.623240;0.119203;0.017986;0.017986;0.017986;0.997527;0.017986;0.017986;0.017986;0.017986;0.982014;0.731059;0.017986;0.500000;0.119203;0.017986;0.047426;0.268941;0.017986;0.119203;0.952574;0.000000;0.000000;0.000000;0.000000;0.973273;0.000000;0.000000;0.000000;0.000000;0.951061;0.315614;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.894069;0.066103;0.304371;0.629526;0.135035;0.190370;0.674595;0.017050;0.676520;0.306430;0.268941;0.500000;0.268941;0.731059;0.047426;0.880797;0.952574;0.119203;0.268941;0.047426;0.047426;0.952574;0.119203;0.017986;0.119203;0.731059;0.731059;0.017986;0.047426;0.119203;0.166589;0.000000;0.000000;0.458843;0.000000;0.756576;0.913489;0.154335;0.000000;0.000000;0.000000;0.894731;0.000000;0.000000;0.000000;0.705370;0.751196;0.000000;0.000000;0.175520;0.079625;0.467468;0.452905;0.138170;0.224495;0.637335;0.021080;0.710440;0.268475
0.119203;0.017986;0.017986;0.017986;0.119203;0.047426;0.017986;0.006693;0.017986;0.993307;0.880797;0.047426;0.731059;0.268941;0.017986;0.047426;0.268941;0.047426;0.119203;0.952574;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.970659;0.764408;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.815176;0.009808;0.787540;0.202655;0.018705;0.689365;0.291935;0.000910;0.885715;0.113375;0.731059;0.880797;0.268941;0.268941;0.119203;0.731059;0.268941;0.268941;0.119203;0.047426;0.047426;0.952574;0.119203;0.047426;0.731059;0.952574;0.731059;0.017986;0.047426;0.119203;0.525478;0.781427;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.839700;0.000000;0.000000;0.394126;0.968262;0.515245;0.000000;0.000000;0.000000;0.009158;0.692263;0.298575;0.017465;0.598105;0.384425;0.000850;0.786420;0.212725;0.268941;0.119203;0.119203;0.047426;0.017986;0.119203;0.119203;0.017986;0.999089;0.047426;0.119203;0.047426;0.119203;0.993307;0.017986;0.119203;0.047426;0.268941;0.993307;0.047426;0.294215;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.973532;0.000000;0.000000;0.000000;0.000000;0.958234;0.000000;0.000000;0.000000;0.000000;0.914354;0.000000;0.048333;0.592155;0.359512;0.021835;0.528650;0.449515;0.074830;0.655660;0.269510;0.500000;0.880797;0.268941;0.731059;0.017986;0.880797;0.500000;0.119203;0.880797;0.017986;0.047426;0.993307;0.119203;0.017986;0.119203;0.500000;0.268941;0.017986;0.119203;0.047426;0.450414;0.533948;0.000000;0.634831;0.000000;0.899076;0.000000;0.000000;0.000000;0.000000;0.000000;0.961801;0.000000;0.000000;0.000000;0.725518;0.000000;0.000000;0.000000;0.000000;0.048915;0.326985;0.624095;0.021220;0.246010;0.732765;0.076610;0.407960;0.515425;0.119203;0.268941;0.500000;0.993307;0.017986;0.993307;0.952574;0.047426;0.268941;0.017986;0.017986;0.500000;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.936968;0.000000;0.979467;0.823610;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.051845;0.139195;0.808960;0.020355;0.091915;0.887730;0.083335;0.186475;0.730190;0.500000;0.731059;0.268941;0.119203;0.017986;0.500000;0.500000;0.047426;0.119203;0.119203;0.047426;0.997527;0.119203;0.017986;0.119203;0.268941;0.119203;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.979964;0.000000;0.000000;0.000000;0.421895;0.000000;0.000000;0.000000;0.531209;0.060220;0.097127;0.842653;0.080545;0.043865;0.875595;0.039895;0.150390;0.809710;0.880797;0.268941;0.500000;0.731059;0.119203;0.500000;0.500000;0.952574;0.500000;0.119203;0.047426;0.500000;0.119203;0.047426;0.731059;0.731059;0.268941;0.047426;0.119203;0.268941;0.779714;0.000000;0.522235;0.572730;0.000000;0.000000;0.283331;0.886954;0.736916;0.000000;0.000000;0.563407;0.000000;0.000000;0.450661;0.871356;0.000000;0.000000;0.000000;0.000000;0.088763;0.016698;0.894545;0.094490;0.012750;0.892765;0.083035;0.020645;0.896325;0.119203;0.268941;0.982014;0.982014;0.017986;0.500000;0.982014;0.119203;0.268941;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.268941;0.119203;0.006693;0.047426;0.017986;0.000000;0.000000;0.919827;0.929038;0.000000;0.000000;0.950169;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.086155;0.042025;0.871820;0.091805;0.057470;0.850725;0.080505;0.026580;0.892915;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.006693;0.047426;0.268941;0.002473;0.006693;0.017986;0.999994;0.731059;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.998212;0.000000;0.000000;0.081175;0.298045;0.620777;0.094710;0.284810;0.620475;0.067640;0.311280;0.621080;0.268941;0.268941;0.500000;0.119203;0.119203;0.500000;0.500000;0.047426;0.119203;0.880797;0.119203;0.952574;0.268941;0.047426;0.119203;0.500000;0.982014;0.017986;0.047426;0.268941;0.000000;0.000000;0.475520;0.000000;0.000000;0.619399;0.449176;0.000000;0.000000;0.851068;0.000000;0.906870;0.000000;0.000000;0.000000;0.000000;0.925463;0.000000;0.000000;0.000000;0.035278;0.620415;0.344308;0.050345;0.503025;0.446630;0.020210;0.737805;0.241985;0.047426;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.500000;0.731059;0.993307;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.598688;0.000000;0.962709;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.037270;0.665635;0.297095;0.050430;0.531355;0.418215;0.024110;0.799915;0.175975
0.731059;0.880797;0.268941;0.268941;0.119203;0.731059;0.268941;0.268941;0.119203;0.047426;0.047426;0.952574;0.119203;0.047426;0.731059;0.952574;0.731059;0.017986;0.047426;0.119203;0.525478;0.781427;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.839700;0.000000;0.000000;0.394126;0.968262;0.515245;0.000000;0.000000;0.000000;0.009158;0.692263;0.298575;0.017465;0.598105;0.384425;0.000850;0.786420;0.212725;0.268941;0.119203;0.119203;0.047426;0.017986;0.119203;0.119203;0.017986;0.999089;0.047426;0.119203;0.047426;0.119203;0.993307;0.017986;0.119203;0.047426;0.268941;0.993307;0.047426;0.294215;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.973532;0.000000;0.000000;0.000000;0.000000;0.958234;0.000000;0.000000;0.000000;0.000000;0.914354;0.000000;0.048333;0.592155;0.359512;0.021835;0.528650;0.449515;0.074830;0.655660;0.269510;0.500000;0.880797;0.268941;0.731059;0.017986;0.880797;0.500000;0.119203;0.880797;0.017986;0.047426;0.993307;0.119203;0.017986;0.119203;0.500000;0.268941;0.017986;0.119203;0.047426;0.450414;0.533948;0.000000;0.634831;0.000000;0.899076;0.000000;0.000000;0.000000;0.000000;0.000000;0.961801;0.000000;0.000000;0.000000;0.725518;0.000000;0.000000;0.000000;0.000000;0.048915;0.326985;0.624095;0.021220;0.246010;0.732765;0.076610;0.407960;0.515425;0.119203;0.268941;0.500000;0.993307;0.017986;0.993307;0.952574;0.047426;0.268941;0.017986;0.017986;0.500000;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.936968;0.000000;0.979467;0.823610;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.051845;0.139195;0.808960;0.020355;0.091915;0.887730;0.083335;0.186475;0.730190;0.500000;0.731059;0.268941;0.119203;0.017986;0.500000;0.500000;0.047426;0.119203;0.119203;0.047426;0.997527;0.119203;0.017986;0.119203;0.268941;0.119203;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.979964;0.000000;0.000000;0.000000;0.421895;0.000000;0.000000;0.000000;0.531209;0.060220;0.097127;0.842653;0.080545;0.043865;0.875595;0.039895;0.150390;0.809710;0.880797;0.268941;0.500000;0.731059;0.119203;0.500000;0.500000;0.952574;0.500000;0.119203;0.047426;0.500000;0.119203;0.047426;0.731059;0.731059;0.268941;0.047426;0.119203;0.268941;0.779714;0.000000;0.522235;0.572730;0.000000;0.000000;0.283331;0.886954;0.736916;0.000000;0.000000;0.563407;0.000000;0.000000;0.450661;0.871356;0.000000;0.000000;0.000000;0.000000;0.088763;0.016698;0.894545;0.094490;0.012750;0.892765;0.083035;0.020645;0.896325;0.119203;0.268941;0.982014;0.982014;0.017986;0.500000;0.982014;0.119203;0.268941;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.268941;0.119203;0.006693;0.047426;0.017986;0.000000;0.000000;0.919827;0.929038;0.000000;0.000000;0.950169;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.086155;0.042025;0.871820;0.091805;0.057470;0.850725;0.080505;0.026580;0.892915;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.006693;0.047426;0.268941;0.002473;0.006693;0.017986;0.999994;0.731059;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.998212;0.000000;0.000000;0.081175;0.298045;0.620777;0.094710;0.284810;0.620475;0.067640;0.311280;0.621080;0.268941;0.268941;0.500000;0.119203;0.119203;0.500000;0.500000;0.047426;0.119203;0.880797;0.119203;0.952574;0.268941;0.047426;0.119203;0.500000;0.982014;0.017986;0.047426;0.268941;0.000000;0.000000;0.475520;0.000000;0.000000;0.619399;0.449176;0.000000;0.000000;0.851068;0.000000;0.906870;0.000000;0.000000;0.000000;0.000000;0.925463;0.000000;0.000000;0.000000;0.035278;0.620415;0.344308;0.050345;0.503025;0.446630;0.020210;0.737805;0.241985;0.047426;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.500000;0.731059;0.993307;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.598688;0.000000;0.962709;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.037270;0.665635;0.297095;0.050430;0.531355;0.418215;0.024110;0.799915;0.175975;0.268941;0.500000;0.268941;0.268941;0.047426;0.500000;0.952574;0.047426;0.119203;0.731059;0.500000;0.880797;0.268941;0.119203;0.119203;0.268941;0.731059;0.047426;0.119203;0.731059;0.000000;0.388648;0.000000;0.000000;0.000000;0.000000;0.891968;0.000000;0.000000;0.766920;0.098057;0.868184;0.000000;0.000000;0.000000;0.000000;0.690829;0.000000;0.000000;0.834933;0.068725;0.521987;0.409285;0.069510;0.505190;0.425295;0.067940;0.538785;0.393275
0.268941;0.119203;0.119203;0.047426;0.017986;0.119203;0.119203;0.017986;0.999089;0.047426;0.119203;0.047426;0.119203;0.993307;0.017986;0.119203;0.047426;0.268941;0.993307;0.047426;0.294215;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.973532;0.000000;0.000000;0.000000;0.000000;0.958234;0.000000;0.000000;0.000000;0.000000;0.914354;0.000000;0.048333;0.592155;0.359512;0.021835;0.528650;0.449515;0.074830;0.655660;0.269510;0.500000;0.880797;0.268941;0.731059;0.017986;0.880797;0.500000;0.119203;0.880797;0.017986;0.047426;0.993307;0.119203;0.017986;0.119203;0.500000;0.268941;0.017986;0.119203;0.047426;0.450414;0.533948;0.000000;0.634831;0.000000;0.899076;0.000000;0.000000;0.000000;0.000000;0.000000;0.961801;0.000000;0.000000;0.000000;0.725518;0.000000;0.000000;0.000000;0.000000;0.048915;0.326985;0.624095;0.021220;0.246010;0.732765;0.076610;0.407960;0.515425;0.119203;0.268941;0.500000;0.993307;0.017986;0.993307;0.952574;0.047426;0.268941;0.017986;0.017986;0.500000;0.047426;0.006693;0.119203;0.268941;0.119203;0.017986;0.047426;0.017986;0.000000;0.000000;0.000000;0.936968;0.000000;0.979467;0.823610;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.051845;0.139195;0.808960;0.020355;0.091915;0.887730;0.083335;0.186475;0.730190;0.500000;0.731059;0.268941;0.119203;0.017986;0.500000;0.500000;0.047426;0.119203;0.119203;0.047426;0.997527;0.119203;0.017986;0.119203;0.268941;0.119203;0.017986;0.047426;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.979964;0.000000;0.000000;0.000000;0.421895;0.000000;0.000000;0.000000;0.531209;0.060220;0.097127;0.842653;0.080545;0.043865;0.875595;0.039895;0.150390;0.809710;0.880797;0.268941;0.500000;0.731059;0.119203;0.500000;0.500000;0.952574;0.500000;0.119203;0.047426;0.500000;0.119203;0.047426;0.731059;0.731059;0.268941;0.047426;0.119203;0.268941;0.779714;0.000000;0.522235;0.572730;0.000000;0.000000;0.283331;0.886954;0.736916;0.000000;0.000000;0.563407;0.000000;0.000000;0.450661;0.871356;0.000000;0.000000;0.000000;0.000000;0.088763;0.016698;0.894545;0.094490;0.012750;0.892765;0.083035;0.020645;0.896325;0.119203;0.268941;0.982014;0.982014;0.017986;0.500000;0.982014;0.119203;0.268941;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.268941;0.119203;0.006693;0.047426;0.017986;0.000000;0.000000;0.919827;0.929038;0.000000;0.000000;0.950169;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.086155;0.042025;0.871820;0.091805;0.057470;0.850725;0.080505;0.026580;0.892915;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.017986;0.006693;0.047426;0.268941;0.002473;0.006693;0.017986;0.999994;0.731059;0.006693;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.998212;0.000000;0.000000;0.081175;0.298045;0.620777;0.094710;0.284810;0.620475;0.067640;0.311280;0.621080;0.268941;0.268941;0.500000;0.119203;0.119203;0.500000;0.500000;0.047426;0.119203;0.880797;0.119203;0.952574;0.268941;0.047426;0.119203;0.500000;0.982014;0.017986;0.047426;0.268941;0.000000;0.000000;0.475520;0.000000;0.000000;0.619399;0.449176;0.000000;0.000000;0.851068;0.000000;0.906870;0.000000;0.000000;0.000000;0.000000;0.925463;0.000000;0.000000;0.000000;0.035278;0.620415;0.344308;0.050345;0.503025;0.446630;0.020210;0.737805;0.241985;0.047426;0.047426;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.500000;0.731059;0.993307;0.017986;0.731059;0.268941;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.598688;0.000000;0.962709;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.037270;0.665635;0.297095;0.050430;0.531355;0.418215;0.024110;0.799915;0.175975;0.268941;0.500000;0.268941;0.268941;0.047426;0.500000;0.952574;0.047426;0.119203;0.731059;0.500000;0.880797;0.268941;0.119203;0.119203;0.268941;0.731059;0.047426;0.119203;0.731059;0.000000;0.388648;0.000000;0.000000;0.000000;0.000000;0.891968;0.000000;0.000000;0.766920;0.098057;0.868184;0.000000;0.000000;0.000000;0.000000;0.690829;0.000000;0.000000;0.834933;0.068725;0.521987;0.409285;0.069510;0.505190;0.425295;0.067940;0.538785;0.393275;0.731059;0.119203;0.268941;0.119203;0.119203;0.268941;0.268941;0.119203;0.731059;0.047426;0.047426;0.268941;0.047426;0.047426;0.993307;0.952574;0.500000;0.047426;0.731059;0.047426;0.606351;0.000000;0.000000;0.000000;0.000000;0.340515;0.283331;0.000000;0.647028;0.000000;0.000000;0.000000;0.000000;0.000000;0.953999;0.932893;0.318429;0.000000;0.758230;0.000000;0.068140;0.488342;0.443520;0.067825;0.476980;0.455195;0.068455;0.499705;0.431845
0.119203;0.017986;0.119203;0.047426;0.006693;0.017986;0.017986;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.006693;0.017986;0.119203;0.017986;0.006693;0.006693;0.006693;0.085959;0.110760;0.000000;0.849028;0.000000;0.283737;0.000000;0.962888;0.000000;0.135990;0.000000;0.074813;0.000000;0.000000;0.000000;0.248804;0.000000;0.000000;0.000000;0.058415;0.024230;0.042656;0.933114;0.032630;0.043750;0.923625;0.039490;0.083650;0.876855;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.500000;0.997527;0.017986;0.500000;0.268941;0.006693;0.017986;0.047426;0.017986;0.047426;0.268941;0.283534;0.096564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.436839;0.938889;0.703913;0.000000;0.508749;0.501750;0.000000;0.000000;0.000000;0.973738;0.000000;0.800433;0.095651;0.481104;0.423243;0.101855;0.161655;0.736490;0.184530;0.282795;0.532670;0.017986;0.999665;0.047426;0.017986;0.002473;0.268941;0.119203;0.006693;0.119203;0.006693;0.017986;0.500000;0.017986;0.006693;0.017986;0.047426;0.047426;0.268941;0.017986;0.006693;0.000000;0.980179;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.181235;0.224784;0.044362;0.505250;0.000000;0.000000;0.196866;0.745357;0.000000;0.000000;0.150332;0.000000;0.094963;0.496303;0.408736;0.099760;0.228245;0.672000;0.184560;0.261800;0.553640;0.047426;0.731059;0.119203;0.047426;0.006693;0.268941;0.268941;0.017986;0.047426;0.006693;0.006693;0.999089;0.047426;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.017986;0.688475;0.091871;0.000000;0.072494;0.276478;0.172502;0.000000;0.959573;0.000000;0.000000;0.000000;0.449918;0.550576;0.000000;0.000000;0.282519;0.297339;0.377071;0.000000;0.000000;0.094565;0.495558;0.409878;0.097430;0.254175;0.648400;0.185695;0.233635;0.580665;0.268941;0.982014;0.119203;0.119203;0.017986;0.500000;0.268941;0.047426;0.119203;0.017986;0.047426;0.997527;0.047426;0.006693;0.731059;0.500000;0.119203;0.006693;0.047426;0.017986;0.153553;0.804239;0.171647;0.086195;0.000000;0.000000;0.393172;0.000000;0.000000;0.882570;0.488252;0.710127;0.000000;0.224959;0.693387;0.515245;0.362854;0.000000;0.230587;0.742499;0.093198;0.530914;0.375890;0.095210;0.373255;0.531535;0.183815;0.220625;0.595565;0.119203;0.017986;0.017986;0.006693;0.047426;0.017986;0.017986;0.006693;0.006693;0.731059;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.952574;0.006693;0.119203;0.997527;0.781427;0.000000;0.000000;0.000000;0.311525;0.329378;0.000000;0.059189;0.000000;0.819801;0.486753;0.000000;0.921796;0.799152;0.418241;0.208829;0.276878;0.382252;0.761514;0.702243;0.099843;0.516794;0.383363;0.099525;0.451045;0.449430;0.199435;0.100475;0.700090;0.500000;0.731059;0.268941;0.119203;0.119203;0.500000;0.268941;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.119203;0.880797;0.500000;0.952574;0.047426;0.731059;0.119203;0.644970;0.108806;0.911735;0.591217;0.000000;0.536933;0.189848;0.866111;0.589766;0.000000;0.025983;0.431435;0.000000;0.117533;0.568075;0.315183;0.367490;0.488502;0.000000;0.060087;0.098953;0.203845;0.697199;0.096970;0.582155;0.320870;0.199320;0.028810;0.771865;0.268941;0.047426;0.017986;0.017986;0.880797;0.047426;0.119203;0.006693;0.119203;0.880797;0.500000;0.047426;0.268941;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.997527;0.457106;0.549834;0.150460;0.851194;0.000000;0.265612;0.768703;0.290491;0.000000;0.670843;0.228818;0.401312;0.000000;0.000000;0.552555;0.480760;0.408783;0.000000;0.000000;0.762964;0.107355;0.213066;0.679579;0.103510;0.621335;0.275155;0.217985;0.017295;0.764720;0.017986;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.000000;0.102569;0.461576;0.834243;0.000000;0.690402;0.827926;0.749134;0.000000;0.385090;0.436101;0.052055;0.665744;0.898530;0.000000;0.393410;0.071359;0.000000;0.000000;0.160165;0.106705;0.218615;0.674683;0.099415;0.610110;0.290475;0.220130;0.045165;0.734710;0.268941;0.731059;0.119203;0.119203;0.017986;0.997527;0.952574;0.047426;0.268941;0.047426;0.119203;0.731059;0.500000;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.189540;0.000000;0.448681;0.316047;0.000000;0.688475;0.476018;0.242504;0.163420;0.817574;0.791171;0.195289;0.520489;0.715449;0.445715;0.000000;0.748382;0.476018;0.304492;0.106691;0.120276;0.457291;0.422436;0.093630;0.331550;0.574825;0.266630;0.041460;0.691915;0.268941;0.268941;0.268941;0.268941;0.017986;0.999089;0.731059;0.268941;0.268941;0.017986;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.390788;0.251430;0.694449;0.686757;0.000000;0.259225;0.356864;0.356405;0.255974;0.371684;0.187856;0.206525;0.000000;0.485504;0.435364;0.704538;0.903087;0.000000;0.318429;0.169806;0.127528;0.058846;0.813624;0.077610;0.145700;0.776690;0.304405;0.030270;0.665320
0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.500000;0.997527;0.017986;0.500000;0.268941;0.006693;0.017986;0.047426;0.017986;0.047426;0.268941;0.283534;0.096564;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.436839;0.938889;0.703913;0.000000;0.508749;0.501750;0.000000;0.000000;0.000000;0.973738;0.000000;0.800433;0.095651;0.481104;0.423243;0.101855;0.161655;0.736490;0.184530;0.282795;0.532670;0.017986;0.999665;0.047426;0.017986;0.002473;0.268941;0.119203;0.006693;0.119203;0.006693;0.017986;0.500000;0.017986;0.006693;0.017986;0.047426;0.047426;0.268941;0.017986;0.006693;0.000000;0.980179;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.181235;0.224784;0.044362;0.505250;0.000000;0.000000;0.196866;0.745357;0.000000;0.000000;0.150332;0.000000;0.094963;0.496303;0.408736;0.099760;0.228245;0.672000;0.184560;0.261800;0.553640;0.047426;0.731059;0.119203;0.047426;0.006693;0.268941;0.268941;0.017986;0.047426;0.006693;0.006693;0.999089;0.047426;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.017986;0.688475;0.091871;0.000000;0.072494;0.276478;0.172502;0.000000;0.959573;0.000000;0.000000;0.000000;0.449918;0.550576;0.000000;0.000000;0.282519;0.297339;0.377071;0.000000;0.000000;0.094565;0.495558;0.409878;0.097430;0.254175;0.648400;0.185695;0.233635;0.580665;0.268941;0.982014;0.119203;0.119203;0.017986;0.500000;0.268941;0.047426;0.119203;0.017986;0.047426;0.997527;0.047426;0.006693;0.731059;0.500000;0.119203;0.006693;0.047426;0.017986;0.153553;0.804239;0.171647;0.086195;0.000000;0.000000;0.393172;0.000000;0.000000;0.882570;0.488252;0.710127;0.000000;0.224959;0.693387;0.515245;0.362854;0.000000;0.230587;0.742499;0.093198;0.530914;0.375890;0.095210;0.373255;0.531535;0.183815;0.220625;0.595565;0.119203;0.017986;0.017986;0.006693;0.047426;0.017986;0.017986;0.006693;0.006693;0.731059;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.952574;0.006693;0.119203;0.997527;0.781427;0.000000;0.000000;0.000000;0.311525;0.329378;0.000000;0.059189;0.000000;0.819801;0.486753;0.000000;0.921796;0.799152;0.418241;0.208829;0.276878;0.382252;0.761514;0.702243;0.099843;0.516794;0.383363;0.099525;0.451045;0.449430;0.199435;0.100475;0.700090;0.500000;0.731059;0.268941;0.119203;0.119203;0.500000;0.268941;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.119203;0.880797;0.500000;0.952574;0.047426;0.731059;0.119203;0.644970;0.108806;0.911735;0.591217;0.000000;0.536933;0.189848;0.866111;0.589766;0.000000;0.025983;0.431435;0.000000;0.117533;0.568075;0.315183;0.367490;0.488502;0.000000;0.060087;0.098953;0.203845;0.697199;0.096970;0.582155;0.320870;0.199320;0.028810;0.771865;0.268941;0.047426;0.017986;0.017986;0.880797;0.047426;0.119203;0.006693;0.119203;0.880797;0.500000;0.047426;0.268941;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.997527;0.457106;0.549834;0.150460;0.851194;0.000000;0.265612;0.768703;0.290491;0.000000;0.670843;0.228818;0.401312;0.000000;0.000000;0.552555;0.480760;0.408783;0.000000;0.000000;0.762964;0.107355;0.213066;0.679579;0.103510;0.621335;0.275155;0.217985;0.017295;0.764720;0.017986;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.000000;0.102569;0.461576;0.834243;0.000000;0.690402;0.827926;0.749134;0.000000;0.385090;0.436101;0.052055;0.665744;0.898530;0.000000;0.393410;0.071359;0.000000;0.000000;0.160165;0.106705;0.218615;0.674683;0.099415;0.610110;0.290475;0.220130;0.045165;0.734710;0.268941;0.731059;0.119203;0.119203;0.017986;0.997527;0.952574;0.047426;0.268941;0.047426;0.119203;0.731059;0.500000;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.189540;0.000000;0.448681;0.316047;0.000000;0.688475;0.476018;0.242504;0.163420;0.817574;0.791171;0.195289;0.520489;0.715449;0.445715;0.000000;0.748382;0.476018;0.304492;0.106691;0.120276;0.457291;0.422436;0.093630;0.331550;0.574825;0.266630;0.041460;0.691915;0.268941;0.268941;0.268941;0.268941;0.017986;0.999089;0.731059;0.268941;0.268941;0.017986;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.390788;0.251430;0.694449;0.686757;0.000000;0.259225;0.356864;0.356405;0.255974;0.371684;0.187856;0.206525;0.000000;0.485504;0.435364;0.704538;0.903087;0.000000;0.318429;0.169806;0.127528;0.058846;0.813624;0.077610;0.145700;0.776690;0.304405;0.030270;0.665320;0.268941;0.268941;0.731059;0.268941;0.017986;0.731059;0.880797;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.017986;0.997527;0.268941;0.268941;0.017986;0.047426;0.047426;0.419214;0.934808;0.000000;0.000000;0.000000;0.804868;0.485504;0.482757;0.000000;0.000000;0.000000;0.000000;0.935896;0.673047;0.000000;0.838078;0.000000;0.000000;0.606351;0.000000;0.342137;0.008417;0.649450;0.026315;0.012195;0.961495;0.657960;0.004640;0.337405
0.017986;0.999665;0.047426;0.017986;0.002473;0.268941;0.119203;0.006693;0.119203;0.006693;0.017986;0.500000;0.017986;0.006693;0.017986;0.047426;0.047426;0.268941;0.017986;0.006693;0.000000;0.980179;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.181235;0.224784;0.044362;0.505250;0.000000;0.000000;0.196866;0.745357;0.000000;0.000000;0.150332;0.000000;0.094963;0.496303;0.408736;0.099760;0.228245;0.672000;0.184560;0.261800;0.553640;0.047426;0.731059;0.119203;0.047426;0.006693;0.268941;0.268941;0.017986;0.047426;0.006693;0.006693;0.999089;0.047426;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.017986;0.688475;0.091871;0.000000;0.072494;0.276478;0.172502;0.000000;0.959573;0.000000;0.000000;0.000000;0.449918;0.550576;0.000000;0.000000;0.282519;0.297339;0.377071;0.000000;0.000000;0.094565;0.495558;0.409878;0.097430;0.254175;0.648400;0.185695;0.233635;0.580665;0.268941;0.982014;0.119203;0.119203;0.017986;0.500000;0.268941;0.047426;0.119203;0.017986;0.047426;0.997527;0.047426;0.006693;0.731059;0.500000;0.119203;0.006693;0.047426;0.017986;0.153553;0.804239;0.171647;0.086195;0.000000;0.000000;0.393172;0.000000;0.000000;0.882570;0.488252;0.710127;0.000000;0.224959;0.693387;0.515245;0.362854;0.000000;0.230587;0.742499;0.093198;0.530914;0.375890;0.095210;0.373255;0.531535;0.183815;0.220625;0.595565;0.119203;0.017986;0.017986;0.006693;0.047426;0.017986;0.017986;0.006693;0.006693;0.731059;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.952574;0.006693;0.119203;0.997527;0.781427;0.000000;0.000000;0.000000;0.311525;0.329378;0.000000;0.059189;0.000000;0.819801;0.486753;0.000000;0.921796;0.799152;0.418241;0.208829;0.276878;0.382252;0.761514;0.702243;0.099843;0.516794;0.383363;0.099525;0.451045;0.449430;0.199435;0.100475;0.700090;0.500000;0.731059;0.268941;0.119203;0.119203;0.500000;0.268941;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.119203;0.880797;0.500000;0.952574;0.047426;0.731059;0.119203;0.644970;0.108806;0.911735;0.591217;0.000000;0.536933;0.189848;0.866111;0.589766;0.000000;0.025983;0.431435;0.000000;0.117533;0.568075;0.315183;0.367490;0.488502;0.000000;0.060087;0.098953;0.203845;0.697199;0.096970;0.582155;0.320870;0.199320;0.028810;0.771865;0.268941;0.047426;0.017986;0.017986;0.880797;0.047426;0.119203;0.006693;0.119203;0.880797;0.500000;0.047426;0.268941;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.997527;0.457106;0.549834;0.150460;0.851194;0.000000;0.265612;0.768703;0.290491;0.000000;0.670843;0.228818;0.401312;0.000000;0.000000;0.552555;0.480760;0.408783;0.000000;0.000000;0.762964;0.107355;0.213066;0.679579;0.103510;0.621335;0.275155;0.217985;0.017295;0.764720;0.017986;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.000000;0.102569;0.461576;0.834243;0.000000;0.690402;0.827926;0.749134;0.000000;0.385090;0.436101;0.052055;0.665744;0.898530;0.000000;0.393410;0.071359;0.000000;0.000000;0.160165;0.106705;0.218615;0.674683;0.099415;0.610110;0.290475;0.220130;0.045165;0.734710;0.268941;0.731059;0.119203;0.119203;0.017986;0.997527;0.952574;0.047426;0.268941;0.047426;0.119203;0.731059;0.500000;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.189540;0.000000;0.448681;0.316047;0.000000;0.688475;0.476018;0.242504;0.163420;0.817574;0.791171;0.195289;0.520489;0.715449;0.445715;0.000000;0.748382;0.476018;0.304492;0.106691;0.120276;0.457291;0.422436;0.093630;0.331550;0.574825;0.266630;0.041460;0.691915;0.268941;0.268941;0.268941;0.268941;0.017986;0.999089;0.731059;0.268941;0.268941;0.017986;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.390788;0.251430;0.694449;0.686757;0.000000;0.259225;0.356864;0.356405;0.255974;0.371684;0.187856;0.206525;0.000000;0.485504;0.435364;0.704538;0.903087;0.000000;0.318429;0.169806;0.127528;0.058846;0.813624;0.077610;0.145700;0.776690;0.304405;0.030270;0.665320;0.268941;0.268941;0.731059;0.268941;0.017986;0.731059;0.880797;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.017986;0.997527;0.268941;0.268941;0.017986;0.047426;0.047426;0.419214;0.934808;0.000000;0.000000;0.000000;0.804868;0.485504;0.482757;0.000000;0.000000;0.000000;0.000000;0.935896;0.673047;0.000000;0.838078;0.000000;0.000000;0.606351;0.000000;0.342137;0.008417;0.649450;0.026315;0.012195;0.961495;0.657960;0.004640;0.337405;0.500000;0.731059;0.500000;0.500000;0.268941;0.731059;0.500000;0.268941;0.268941;0.268941;0.268941;0.500000;0.268941;0.268941;0.880797;0.500000;0.500000;0.268941;0.268941;0.268941;0.673047;0.106215;0.563653;0.710744;0.625275;0.408058;0.581273;0.178726;0.340066;0.377071;0.258841;0.085099;0.000000;0.415567;0.916598;0.463813;0.532703;0.000000;0.150460;0.321257;0.627091;0.003138;0.369771;0.038190;0.003055;0.958755;0.844220;0.005790;0.149990
0.047426;0.731059;0.119203;0.047426;0.006693;0.268941;0.268941;0.017986;0.047426;0.006693;0.006693;0.999089;0.047426;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.017986;0.688475;0.091871;0.000000;0.072494;0.276478;0.172502;0.000000;0.959573;0.000000;0.000000;0.000000;0.449918;0.550576;0.000000;0.000000;0.282519;0.297339;0.377071;0.000000;0.000000;0.094565;0.495558;0.409878;0.097430;0.254175;0.648400;0.185695;0.233635;0.580665;0.268941;0.982014;0.119203;0.119203;0.017986;0.500000;0.268941;0.047426;0.119203;0.017986;0.047426;0.997527;0.047426;0.006693;0.731059;0.500000;0.119203;0.006693;0.047426;0.017986;0.153553;0.804239;0.171647;0.086195;0.000000;0.000000;0.393172;0.000000;0.000000;0.882570;0.488252;0.710127;0.000000;0.224959;0.693387;0.515245;0.362854;0.000000;0.230587;0.742499;0.093198;0.530914;0.375890;0.095210;0.373255;0.531535;0.183815;0.220625;0.595565;0.119203;0.017986;0.017986;0.006693;0.047426;0.017986;0.017986;0.006693;0.006693;0.731059;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.952574;0.006693;0.119203;0.997527;0.781427;0.000000;0.000000;0.000000;0.311525;0.329378;0.000000;0.059189;0.000000;0.819801;0.486753;0.000000;0.921796;0.799152;0.418241;0.208829;0.276878;0.382252;0.761514;0.702243;0.099843;0.516794;0.383363;0.099525;0.451045;0.449430;0.199435;0.100475;0.700090;0.500000;0.731059;0.268941;0.119203;0.119203;0.500000;0.268941;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.119203;0.880797;0.500000;0.952574;0.047426;0.731059;0.119203;0.644970;0.108806;0.911735;0.591217;0.000000;0.536933;0.189848;0.866111;0.589766;0.000000;0.025983;0.431435;0.000000;0.117533;0.568075;0.315183;0.367490;0.488502;0.000000;0.060087;0.098953;0.203845;0.697199;0.096970;0.582155;0.320870;0.199320;0.028810;0.771865;0.268941;0.047426;0.017986;0.017986;0.880797;0.047426;0.119203;0.006693;0.119203;0.880797;0.500000;0.047426;0.268941;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.997527;0.457106;0.549834;0.150460;0.851194;0.000000;0.265612;0.768703;0.290491;0.000000;0.670843;0.228818;0.401312;0.000000;0.000000;0.552555;0.480760;0.408783;0.000000;0.000000;0.762964;0.107355;0.213066;0.679579;0.103510;0.621335;0.275155;0.217985;0.017295;0.764720;0.017986;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.000000;0.102569;0.461576;0.834243;0.000000;0.690402;0.827926;0.749134;0.000000;0.385090;0.436101;0.052055;0.665744;0.898530;0.000000;0.393410;0.071359;0.000000;0.000000;0.160165;0.106705;0.218615;0.674683;0.099415;0.610110;0.290475;0.220130;0.045165;0.734710;0.268941;0.731059;0.119203;0.119203;0.017986;0.997527;0.952574;0.047426;0.268941;0.047426;0.119203;0.731059;0.500000;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.189540;0.000000;0.448681;0.316047;0.000000;0.688475;0.476018;0.242504;0.163420;0.817574;0.791171;0.195289;0.520489;0.715449;0.445715;0.000000;0.748382;0.476018;0.304492;0.106691;0.120276;0.457291;0.422436;0.093630;0.331550;0.574825;0.266630;0.041460;0.691915;0.268941;0.268941;0.268941;0.268941;0.017986;0.999089;0.731059;0.268941;0.268941;0.017986;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.390788;0.251430;0.694449;0.686757;0.000000;0.259225;0.356864;0.356405;0.255974;0.371684;0.187856;0.206525;0.000000;0.485504;0.435364;0.704538;0.903087;0.000000;0.318429;0.169806;0.127528;0.058846;0.813624;0.077610;0.145700;0.776690;0.304405;0.030270;0.665320;0.268941;0.268941;0.731059;0.268941;0.017986;0.731059;0.880797;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.017986;0.997527;0.268941;0.268941;0.017986;0.047426;0.047426;0.419214;0.934808;0.000000;0.000000;0.000000;0.804868;0.485504;0.482757;0.000000;0.000000;0.000000;0.000000;0.935896;0.673047;0.000000;0.838078;0.000000;0.000000;0.606351;0.000000;0.342137;0.008417;0.649450;0.026315;0.012195;0.961495;0.657960;0.004640;0.337405;0.500000;0.731059;0.500000;0.500000;0.268941;0.731059;0.500000;0.268941;0.268941;0.268941;0.268941;0.500000;0.268941;0.268941;0.880797;0.500000;0.500000;0.268941;0.268941;0.268941;0.673047;0.106215;0.563653;0.710744;0.625275;0.408058;0.581273;0.178726;0.340066;0.377071;0.258841;0.085099;0.000000;0.415567;0.916598;0.463813;0.532703;0.000000;0.150460;0.321257;0.627091;0.003138;0.369771;0.038190;0.003055;0.958755;0.844220;0.005790;0.149990;0.047426;0.119203;0.993307;0.119203;0.880797;0.268941;0.119203;0.500000;0.999665;0.006693;0.017986;0.119203;0.047426;0.017986;0.017986;0.268941;0.047426;0.017986;0.268941;0.017986;0.646114;0.647256;0.885035;0.723922;0.000000;0.677652;0.820096;0.229701;0.173073;0.000000;0.126529;0.197024;0.428004;0.550082;0.153164;0.363779;0.537927;0.000000;0.000000;0.244346;0.654379;0.003161;0.342460;0.052995;0.008490;0.938515;0.911280;0.000425;0.088295
0.268941;0.982014;0.119203;0.119203;0.017986;0.500000;0.268941;0.047426;0.119203;0.017986;0.047426;0.997527;0.047426;0.006693;0.731059;0.500000;0.119203;0.006693;0.047426;0.017986;0.153553;0.804239;0.171647;0.086195;0.000000;0.000000;0.393172;0.000000;0.000000;0.882570;0.488252;0.710127;0.000000;0.224959;0.693387;0.515245;0.362854;0.000000;0.230587;0.742499;0.093198;0.530914;0.375890;0.095210;0.373255;0.531535;0.183815;0.220625;0.595565;0.119203;0.017986;0.017986;0.006693;0.047426;0.017986;0.017986;0.006693;0.006693;0.731059;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.952574;0.006693;0.119203;0.997527;0.781427;0.000000;0.000000;0.000000;0.311525;0.329378;0.000000;0.059189;0.000000;0.819801;0.486753;0.000000;0.921796;0.799152;0.418241;0.208829;0.276878;0.382252;0.761514;0.702243;0.099843;0.516794;0.383363;0.099525;0.451045;0.449430;0.199435;0.100475;0.700090;0.500000;0.731059;0.268941;0.119203;0.119203;0.500000;0.268941;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.119203;0.880797;0.500000;0.952574;0.047426;0.731059;0.119203;0.644970;0.108806;0.911735;0.591217;0.000000;0.536933;0.189848;0.866111;0.589766;0.000000;0.025983;0.431435;0.000000;0.117533;0.568075;0.315183;0.367490;0.488502;0.000000;0.060087;0.098953;0.203845;0.697199;0.096970;0.582155;0.320870;0.199320;0.028810;0.771865;0.268941;0.047426;0.017986;0.017986;0.880797;0.047426;0.119203;0.006693;0.119203;0.880797;0.500000;0.047426;0.268941;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.997527;0.457106;0.549834;0.150460;0.851194;0.000000;0.265612;0.768703;0.290491;0.000000;0.670843;0.228818;0.401312;0.000000;0.000000;0.552555;0.480760;0.408783;0.000000;0.000000;0.762964;0.107355;0.213066;0.679579;0.103510;0.621335;0.275155;0.217985;0.017295;0.764720;0.017986;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.000000;0.102569;0.461576;0.834243;0.000000;0.690402;0.827926;0.749134;0.000000;0.385090;0.436101;0.052055;0.665744;0.898530;0.000000;0.393410;0.071359;0.000000;0.000000;0.160165;0.106705;0.218615;0.674683;0.099415;0.610110;0.290475;0.220130;0.045165;0.734710;0.268941;0.731059;0.119203;0.119203;0.017986;0.997527;0.952574;0.047426;0.268941;0.047426;0.119203;0.731059;0.500000;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.189540;0.000000;0.448681;0.316047;0.000000;0.688475;0.476018;0.242504;0.163420;0.817574;0.791171;0.195289;0.520489;0.715449;0.445715;0.000000;0.748382;0.476018;0.304492;0.106691;0.120276;0.457291;0.422436;0.093630;0.331550;0.574825;0.266630;0.041460;0.691915;0.268941;0.268941;0.268941;0.268941;0.017986;0.999089;0.731059;0.268941;0.268941;0.017986;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.390788;0.251430;0.694449;0.686757;0.000000;0.259225;0.356864;0.356405;0.255974;0.371684;0.187856;0.206525;0.000000;0.485504;0.435364;0.704538;0.903087;0.000000;0.318429;0.169806;0.127528;0.058846;0.813624;0.077610;0.145700;0.776690;0.304405;0.030270;0.665320;0.268941;0.268941;0.731059;0.268941;0.017986;0.731059;0.880797;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.017986;0.997527;0.268941;0.268941;0.017986;0.047426;0.047426;0.419214;0.934808;0.000000;0.000000;0.000000;0.804868;0.485504;0.482757;0.000000;0.000000;0.000000;0.000000;0.935896;0.673047;0.000000;0.838078;0.000000;0.000000;0.606351;0.000000;0.342137;0.008417;0.649450;0.026315;0.012195;0.961495;0.657960;0.004640;0.337405;0.500000;0.731059;0.500000;0.500000;0.268941;0.731059;0.500000;0.268941;0.268941;0.268941;0.268941;0.500000;0.268941;0.268941;0.880797;0.500000;0.500000;0.268941;0.268941;0.268941;0.673047;0.106215;0.563653;0.710744;0.625275;0.408058;0.581273;0.178726;0.340066;0.377071;0.258841;0.085099;0.000000;0.415567;0.916598;0.463813;0.532703;0.000000;0.150460;0.321257;0.627091;0.003138;0.369771;0.038190;0.003055;0.958755;0.844220;0.005790;0.149990;0.047426;0.119203;0.993307;0.119203;0.880797;0.268941;0.119203;0.500000;0.999665;0.006693;0.017986;0.119203;0.047426;0.017986;0.017986;0.268941;0.047426;0.017986;0.268941;0.017986;0.646114;0.647256;0.885035;0.723922;0.000000;0.677652;0.820096;0.229701;0.173073;0.000000;0.126529;0.197024;0.428004;0.550082;0.153164;0.363779;0.537927;0.000000;0.000000;0.244346;0.654379;0.003161;0.342460;0.052995;0.008490;0.938515;0.911280;0.000425;0.088295;0.017986;0.017986;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.268941;0.017986;0.017986;0.017986;0.047426;0.731059;0.002473;0.017986;0.017986;0.500000;0.999877;0.017986;0.414595;0.000000;0.632278;0.253128;0.000000;0.601807;0.000000;0.667522;0.459837;0.568811;0.753432;0.000000;0.618928;0.901233;0.000000;0.316479;0.149567;0.000000;0.743263;0.406368;0.783778;0.004730;0.211496;0.395440;0.012155;0.592415;0.957030;0.001465;0.041505
0.119203;0.017986;0.017986;0.006693;0.047426;0.017986;0.017986;0.006693;0.006693;0.731059;0.268941;0.017986;0.268941;0.047426;0.017986;0.119203;0.952574;0.006693;0.119203;0.997527;0.781427;0.000000;0.000000;0.000000;0.311525;0.329378;0.000000;0.059189;0.000000;0.819801;0.486753;0.000000;0.921796;0.799152;0.418241;0.208829;0.276878;0.382252;0.761514;0.702243;0.099843;0.516794;0.383363;0.099525;0.451045;0.449430;0.199435;0.100475;0.700090;0.500000;0.731059;0.268941;0.119203;0.119203;0.500000;0.268941;0.119203;0.119203;0.047426;0.047426;0.982014;0.119203;0.119203;0.880797;0.500000;0.952574;0.047426;0.731059;0.119203;0.644970;0.108806;0.911735;0.591217;0.000000;0.536933;0.189848;0.866111;0.589766;0.000000;0.025983;0.431435;0.000000;0.117533;0.568075;0.315183;0.367490;0.488502;0.000000;0.060087;0.098953;0.203845;0.697199;0.096970;0.582155;0.320870;0.199320;0.028810;0.771865;0.268941;0.047426;0.017986;0.017986;0.880797;0.047426;0.119203;0.006693;0.119203;0.880797;0.500000;0.047426;0.268941;0.119203;0.017986;0.047426;0.500000;0.017986;0.119203;0.997527;0.457106;0.549834;0.150460;0.851194;0.000000;0.265612;0.768703;0.290491;0.000000;0.670843;0.228818;0.401312;0.000000;0.000000;0.552555;0.480760;0.408783;0.000000;0.000000;0.762964;0.107355;0.213066;0.679579;0.103510;0.621335;0.275155;0.217985;0.017295;0.764720;0.017986;0.006693;0.006693;0.002473;0.006693;0.006693;0.006693;0.006693;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.000000;0.102569;0.461576;0.834243;0.000000;0.690402;0.827926;0.749134;0.000000;0.385090;0.436101;0.052055;0.665744;0.898530;0.000000;0.393410;0.071359;0.000000;0.000000;0.160165;0.106705;0.218615;0.674683;0.099415;0.610110;0.290475;0.220130;0.045165;0.734710;0.268941;0.731059;0.119203;0.119203;0.017986;0.997527;0.952574;0.047426;0.268941;0.047426;0.119203;0.731059;0.500000;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.189540;0.000000;0.448681;0.316047;0.000000;0.688475;0.476018;0.242504;0.163420;0.817574;0.791171;0.195289;0.520489;0.715449;0.445715;0.000000;0.748382;0.476018;0.304492;0.106691;0.120276;0.457291;0.422436;0.093630;0.331550;0.574825;0.266630;0.041460;0.691915;0.268941;0.268941;0.268941;0.268941;0.017986;0.999089;0.731059;0.268941;0.268941;0.017986;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.390788;0.251430;0.694449;0.686757;0.000000;0.259225;0.356864;0.356405;0.255974;0.371684;0.187856;0.206525;0.000000;0.485504;0.435364;0.704538;0.903087;0.000000;0.318429;0.169806;0.127528;0.058846;0.813624;0.077610;0.145700;0.776690;0.304405;0.030270;0.665320;0.268941;0.268941;0.731059;0.268941;0.017986;0.731059;0.880797;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.017986;0.997527;0.268941;0.268941;0.017986;0.047426;0.047426;0.419214;0.934808;0.000000;0.000000;0.000000;0.804868;0.485504;0.482757;0.000000;0.000000;0.000000;0.000000;0.935896;0.673047;0.000000;0.838078;0.000000;0.000000;0.606351;0.000000;0.342137;0.008417;0.649450;0.026315;0.012195;0.961495;0.657960;0.004640;0.337405;0.500000;0.731059;0.500000;0.500000;0.268941;0.731059;0.500000;0.268941;0.268941;0.268941;0.268941;0.500000;0.268941;0.268941;0.880797;0.500000;0.500000;0.268941;0.268941;0.268941;0.673047;0.106215;0.563653;0.710744;0.625275;0.408058;0.581273;0.178726;0.340066;0.377071;0.258841;0.085099;0.000000;0.415567;0.916598;0.463813;0.532703;0.000000;0.150460;0.321257;0.627091;0.003138;0.369771;0.038190;0.003055;0.958755;0.844220;0.005790;0.149990;0.047426;0.119203;0.993307;0.119203;0.880797;0.268941;0.119203;0.500000;0.999665;0.006693;0.017986;0.119203;0.047426;0.017986;0.017986;0.268941;0.047426;0.017986;0.268941;0.017986;0.646114;0.647256;0.885035;0.723922;0.000000;0.677652;0.820096;0.229701;0.173073;0.000000;0.126529;0.197024;0.428004;0.550082;0.153164;0.363779;0.537927;0.000000;0.000000;0.244346;0.654379;0.003161;0.342460;0.052995;0.008490;0.938515;0.911280;0.000425;0.088295;0.017986;0.017986;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.268941;0.017986;0.017986;0.017986;0.047426;0.731059;0.002473;0.017986;0.017986;0.500000;0.999877;0.017986;0.414595;0.000000;0.632278;0.253128;0.000000;0.601807;0.000000;0.667522;0.459837;0.568811;0.753432;0.000000;0.618928;0.901233;0.000000;0.316479;0.149567;0.000000;0.743263;0.406368;0.783778;0.004730;0.211496;0.395440;0.012155;0.592415;0.957030;0.001465;0.041505;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.500000;0.952574;0.047426;0.500000;0.119203;0.047426;0.500000;0.952574;0.047426;0.047426;0.500000;0.732433;0.000000;0.724521;0.273090;0.718493;0.000000;0.000000;0.204240;0.000000;0.737110;0.687402;0.000000;0.308744;0.163967;0.000000;0.555767;0.674147;0.000000;0.457602;0.770299;0.914397;0.003594;0.082006;0.757605;0.009785;0.232605;0.986720;0.000430;0.012845
0.268941;0.731059;0.119203;0.119203;0.017986;0.997527;0.952574;0.047426;0.268941;0.047426;0.119203;0.731059;0.500000;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.119203;0.189540;0.000000;0.448681;0.316047;0.000000;0.688475;0.476018;0.242504;0.163420;0.817574;0.791171;0.195289;0.520489;0.715449;0.445715;0.000000;0.748382;0.476018;0.304492;0.106691;0.120276;0.457291;0.422436;0.093630;0.331550;0.574825;0.266630;0.041460;0.691915;0.268941;0.268941;0.268941;0.268941;0.017986;0.999089;0.731059;0.268941;0.268941;0.017986;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.390788;0.251430;0.694449;0.686757;0.000000;0.259225;0.356864;0.356405;0.255974;0.371684;0.187856;0.206525;0.000000;0.485504;0.435364;0.704538;0.903087;0.000000;0.318429;0.169806;0.127528;0.058846;0.813624;0.077610;0.145700;0.776690;0.304405;0.030270;0.665320;0.268941;0.268941;0.731059;0.268941;0.017986;0.731059;0.880797;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.017986;0.997527;0.268941;0.268941;0.017986;0.047426;0.047426;0.419214;0.934808;0.000000;0.000000;0.000000;0.804868;0.485504;0.482757;0.000000;0.000000;0.000000;0.000000;0.935896;0.673047;0.000000;0.838078;0.000000;0.000000;0.606351;0.000000;0.342137;0.008417;0.649450;0.026315;0.012195;0.961495;0.657960;0.004640;0.337405;0.500000;0.731059;0.500000;0.500000;0.268941;0.731059;0.500000;0.268941;0.268941;0.268941;0.268941;0.500000;0.268941;0.268941;0.880797;0.500000;0.500000;0.268941;0.268941;0.268941;0.673047;0.106215;0.563653;0.710744;0.625275;0.408058;0.581273;0.178726;0.340066;0.377071;0.258841;0.085099;0.000000;0.415567;0.916598;0.463813;0.532703;0.000000;0.150460;0.321257;0.627091;0.003138;0.369771;0.038190;0.003055;0.958755;0.844220;0.005790;0.149990;0.047426;0.119203;0.993307;0.119203;0.880797;0.268941;0.119203;0.500000;0.999665;0.006693;0.017986;0.119203;0.047426;0.017986;0.017986;0.268941;0.047426;0.017986;0.268941;0.017986;0.646114;0.647256;0.885035;0.723922;0.000000;0.677652;0.820096;0.229701;0.173073;0.000000;0.126529;0.197024;0.428004;0.550082;0.153164;0.363779;0.537927;0.000000;0.000000;0.244346;0.654379;0.003161;0.342460;0.052995;0.008490;0.938515;0.911280;0.000425;0.088295;0.017986;0.017986;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.268941;0.017986;0.017986;0.017986;0.047426;0.731059;0.002473;0.017986;0.017986;0.500000;0.999877;0.017986;0.414595;0.000000;0.632278;0.253128;0.000000;0.601807;0.000000;0.667522;0.459837;0.568811;0.753432;0.000000;0.618928;0.901233;0.000000;0.316479;0.149567;0.000000;0.743263;0.406368;0.783778;0.004730;0.211496;0.395440;0.012155;0.592415;0.957030;0.001465;0.041505;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.500000;0.952574;0.047426;0.500000;0.119203;0.047426;0.500000;0.952574;0.047426;0.047426;0.500000;0.732433;0.000000;0.724521;0.273090;0.718493;0.000000;0.000000;0.204240;0.000000;0.737110;0.687402;0.000000;0.308744;0.163967;0.000000;0.555767;0.674147;0.000000;0.457602;0.770299;0.914397;0.003594;0.082006;0.757605;0.009785;0.232605;0.986720;0.000430;0.012845;0.119203;0.119203;0.119203;0.268941;0.002473;0.880797;0.999089;0.017986;0.731059;0.006693;0.006693;0.268941;0.017986;0.006693;0.268941;0.119203;0.047426;0.006693;0.017986;0.006693;0.799472;0.182127;0.077773;0.437823;0.874791;0.453634;0.838214;0.408541;0.126309;0.097440;0.279086;0.062973;0.218915;0.000000;0.550082;0.506000;0.512497;0.000000;0.385563;0.579812;0.933738;0.002311;0.063946;0.809000;0.006270;0.184720;0.993350;0.000095;0.006550;0.119203;0.047426;0.999665;0.268941;0.006693;0.119203;0.119203;0.047426;0.119203;0.006693;0.002473;0.119203;0.017986;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.006693;0.478014;0.888052;0.621989;0.625978;0.251618;0.628083;0.634136;0.209822;0.113448;0.374725;0.314104;0.766920;0.000000;0.395321;0.361468;0.442752;0.046664;0.186639;0.406851;0.191545;0.957965;0.002491;0.039544;0.877555;0.006875;0.115570;0.997475;0.000030;0.002495;0.006693;0.006693;0.006693;0.002473;0.006693;0.002473;0.002473;0.002473;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.395560;0.088346;0.359623;0.130903;0.000000;0.000000;0.062327;0.062679;0.366793;0.674586;0.822591;0.067989;0.238486;0.915134;0.000000;0.000000;0.628550;0.000000;0.620813;0.655205;0.981142;0.003436;0.015424;0.945540;0.009735;0.044725;0.999020;0.000005;0.000980;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.500000;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.907795;0.000000;0.000000;0.000000;0.608974;0.000000;0.000000;0.631347;0.000000;0.813361;0.303222;0.000000;0.613251;0.000000;0.238304;0.196550;0.492501;0.000000;0.000000;0.752502;0.985565;0.005279;0.009157;0.958705;0.015270;0.026030;0.999125;0.000000;0.000875
0.268941;0.268941;0.268941;0.268941;0.017986;0.999089;0.731059;0.268941;0.268941;0.017986;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.500000;0.017986;0.047426;0.047426;0.390788;0.251430;0.694449;0.686757;0.000000;0.259225;0.356864;0.356405;0.255974;0.371684;0.187856;0.206525;0.000000;0.485504;0.435364;0.704538;0.903087;0.000000;0.318429;0.169806;0.127528;0.058846;0.813624;0.077610;0.145700;0.776690;0.304405;0.030270;0.665320;0.268941;0.268941;0.731059;0.268941;0.017986;0.731059;0.880797;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.017986;0.997527;0.268941;0.268941;0.017986;0.047426;0.047426;0.419214;0.934808;0.000000;0.000000;0.000000;0.804868;0.485504;0.482757;0.000000;0.000000;0.000000;0.000000;0.935896;0.673047;0.000000;0.838078;0.000000;0.000000;0.606351;0.000000;0.342137;0.008417;0.649450;0.026315;0.012195;0.961495;0.657960;0.004640;0.337405;0.500000;0.731059;0.500000;0.500000;0.268941;0.731059;0.500000;0.268941;0.268941;0.268941;0.268941;0.500000;0.268941;0.268941;0.880797;0.500000;0.500000;0.268941;0.268941;0.268941;0.673047;0.106215;0.563653;0.710744;0.625275;0.408058;0.581273;0.178726;0.340066;0.377071;0.258841;0.085099;0.000000;0.415567;0.916598;0.463813;0.532703;0.000000;0.150460;0.321257;0.627091;0.003138;0.369771;0.038190;0.003055;0.958755;0.844220;0.005790;0.149990;0.047426;0.119203;0.993307;0.119203;0.880797;0.268941;0.119203;0.500000;0.999665;0.006693;0.017986;0.119203;0.047426;0.017986;0.017986;0.268941;0.047426;0.017986;0.268941;0.017986;0.646114;0.647256;0.885035;0.723922;0.000000;0.677652;0.820096;0.229701;0.173073;0.000000;0.126529;0.197024;0.428004;0.550082;0.153164;0.363779;0.537927;0.000000;0.000000;0.244346;0.654379;0.003161;0.342460;0.052995;0.008490;0.938515;0.911280;0.000425;0.088295;0.017986;0.017986;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.268941;0.017986;0.017986;0.017986;0.047426;0.731059;0.002473;0.017986;0.017986;0.500000;0.999877;0.017986;0.414595;0.000000;0.632278;0.253128;0.000000;0.601807;0.000000;0.667522;0.459837;0.568811;0.753432;0.000000;0.618928;0.901233;0.000000;0.316479;0.149567;0.000000;0.743263;0.406368;0.783778;0.004730;0.211496;0.395440;0.012155;0.592415;0.957030;0.001465;0.041505;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.500000;0.952574;0.047426;0.500000;0.119203;0.047426;0.500000;0.952574;0.047426;0.047426;0.500000;0.732433;0.000000;0.724521;0.273090;0.718493;0.000000;0.000000;0.204240;0.000000;0.737110;0.687402;0.000000;0.308744;0.163967;0.000000;0.555767;0.674147;0.000000;0.457602;0.770299;0.914397;0.003594;0.082006;0.757605;0.009785;0.232605;0.986720;0.000430;0.012845;0.119203;0.119203;0.119203;0.268941;0.002473;0.880797;0.999089;0.017986;0.731059;0.006693;0.006693;0.268941;0.017986;0.006693;0.268941;0.119203;0.047426;0.006693;0.017986;0.006693;0.799472;0.182127;0.077773;0.437823;0.874791;0.453634;0.838214;0.408541;0.126309;0.097440;0.279086;0.062973;0.218915;0.000000;0.550082;0.506000;0.512497;0.000000;0.385563;0.579812;0.933738;0.002311;0.063946;0.809000;0.006270;0.184720;0.993350;0.000095;0.006550;0.119203;0.047426;0.999665;0.268941;0.006693;0.119203;0.119203;0.047426;0.119203;0.006693;0.002473;0.119203;0.017986;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.006693;0.478014;0.888052;0.621989;0.625978;0.251618;0.628083;0.634136;0.209822;0.113448;0.374725;0.314104;0.766920;0.000000;0.395321;0.361468;0.442752;0.046664;0.186639;0.406851;0.191545;0.957965;0.002491;0.039544;0.877555;0.006875;0.115570;0.997475;0.000030;0.002495;0.006693;0.006693;0.006693;0.002473;0.006693;0.002473;0.002473;0.002473;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.395560;0.088346;0.359623;0.130903;0.000000;0.000000;0.062327;0.062679;0.366793;0.674586;0.822591;0.067989;0.238486;0.915134;0.000000;0.000000;0.628550;0.000000;0.620813;0.655205;0.981142;0.003436;0.015424;0.945540;0.009735;0.044725;0.999020;0.000005;0.000980;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.500000;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.907795;0.000000;0.000000;0.000000;0.608974;0.000000;0.000000;0.631347;0.000000;0.813361;0.303222;0.000000;0.613251;0.000000;0.238304;0.196550;0.492501;0.000000;0.000000;0.752502;0.985565;0.005279;0.009157;0.958705;0.015270;0.026030;0.999125;0.000000;0.000875;0.119203;0.268941;0.119203;0.047426;0.006693;0.999665;0.500000;0.017986;0.119203;0.006693;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.500000;0.119203;0.017986;0.017986;0.695508;0.479262;0.207675;0.068881;0.000000;0.798830;0.746683;0.155119;0.168401;0.258266;0.576153;0.658361;0.608497;0.096390;0.000000;0.452395;0.600608;0.000000;0.688475;0.441026;0.985984;0.005669;0.008347;0.959140;0.016440;0.024420;0.999945;0.000000;0.000055
0.268941;0.268941;0.731059;0.268941;0.017986;0.731059;0.880797;0.119203;0.119203;0.017986;0.017986;0.880797;0.047426;0.017986;0.997527;0.268941;0.268941;0.017986;0.047426;0.047426;0.419214;0.934808;0.000000;0.000000;0.000000;0.804868;0.485504;0.482757;0.000000;0.000000;0.000000;0.000000;0.935896;0.673047;0.000000;0.838078;0.000000;0.000000;0.606351;0.000000;0.342137;0.008417;0.649450;0.026315;0.012195;0.961495;0.657960;0.004640;0.337405;0.500000;0.731059;0.500000;0.500000;0.268941;0.731059;0.500000;0.268941;0.268941;0.268941;0.268941;0.500000;0.268941;0.268941;0.880797;0.500000;0.500000;0.268941;0.268941;0.268941;0.673047;0.106215;0.563653;0.710744;0.625275;0.408058;0.581273;0.178726;0.340066;0.377071;0.258841;0.085099;0.000000;0.415567;0.916598;0.463813;0.532703;0.000000;0.150460;0.321257;0.627091;0.003138;0.369771;0.038190;0.003055;0.958755;0.844220;0.005790;0.149990;0.047426;0.119203;0.993307;0.119203;0.880797;0.268941;0.119203;0.500000;0.999665;0.006693;0.017986;0.119203;0.047426;0.017986;0.017986;0.268941;0.047426;0.017986;0.268941;0.017986;0.646114;0.647256;0.885035;0.723922;0.000000;0.677652;0.820096;0.229701;0.173073;0.000000;0.126529;0.197024;0.428004;0.550082;0.153164;0.363779;0.537927;0.000000;0.000000;0.244346;0.654379;0.003161;0.342460;0.052995;0.008490;0.938515;0.911280;0.000425;0.088295;0.017986;0.017986;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.268941;0.017986;0.017986;0.017986;0.047426;0.731059;0.002473;0.017986;0.017986;0.500000;0.999877;0.017986;0.414595;0.000000;0.632278;0.253128;0.000000;0.601807;0.000000;0.667522;0.459837;0.568811;0.753432;0.000000;0.618928;0.901233;0.000000;0.316479;0.149567;0.000000;0.743263;0.406368;0.783778;0.004730;0.211496;0.395440;0.012155;0.592415;0.957030;0.001465;0.041505;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.500000;0.952574;0.047426;0.500000;0.119203;0.047426;0.500000;0.952574;0.047426;0.047426;0.500000;0.732433;0.000000;0.724521;0.273090;0.718493;0.000000;0.000000;0.204240;0.000000;0.737110;0.687402;0.000000;0.308744;0.163967;0.000000;0.555767;0.674147;0.000000;0.457602;0.770299;0.914397;0.003594;0.082006;0.757605;0.009785;0.232605;0.986720;0.000430;0.012845;0.119203;0.119203;0.119203;0.268941;0.002473;0.880797;0.999089;0.017986;0.731059;0.006693;0.006693;0.268941;0.017986;0.006693;0.268941;0.119203;0.047426;0.006693;0.017986;0.006693;0.799472;0.182127;0.077773;0.437823;0.874791;0.453634;0.838214;0.408541;0.126309;0.097440;0.279086;0.062973;0.218915;0.000000;0.550082;0.506000;0.512497;0.000000;0.385563;0.579812;0.933738;0.002311;0.063946;0.809000;0.006270;0.184720;0.993350;0.000095;0.006550;0.119203;0.047426;0.999665;0.268941;0.006693;0.119203;0.119203;0.047426;0.119203;0.006693;0.002473;0.119203;0.017986;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.006693;0.478014;0.888052;0.621989;0.625978;0.251618;0.628083;0.634136;0.209822;0.113448;0.374725;0.314104;0.766920;0.000000;0.395321;0.361468;0.442752;0.046664;0.186639;0.406851;0.191545;0.957965;0.002491;0.039544;0.877555;0.006875;0.115570;0.997475;0.000030;0.002495;0.006693;0.006693;0.006693;0.002473;0.006693;0.002473;0.002473;0.002473;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.395560;0.088346;0.359623;0.130903;0.000000;0.000000;0.062327;0.062679;0.366793;0.674586;0.822591;0.067989;0.238486;0.915134;0.000000;0.000000;0.628550;0.000000;0.620813;0.655205;0.981142;0.003436;0.015424;0.945540;0.009735;0.044725;0.999020;0.000005;0.000980;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.500000;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.907795;0.000000;0.000000;0.000000;0.608974;0.000000;0.000000;0.631347;0.000000;0.813361;0.303222;0.000000;0.613251;0.000000;0.238304;0.196550;0.492501;0.000000;0.000000;0.752502;0.985565;0.005279;0.009157;0.958705;0.015270;0.026030;0.999125;0.000000;0.000875;0.119203;0.268941;0.119203;0.047426;0.006693;0.999665;0.500000;0.017986;0.119203;0.006693;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.500000;0.119203;0.017986;0.017986;0.695508;0.479262;0.207675;0.068881;0.000000;0.798830;0.746683;0.155119;0.168401;0.258266;0.576153;0.658361;0.608497;0.096390;0.000000;0.452395;0.600608;0.000000;0.688475;0.441026;0.985984;0.005669;0.008347;0.959140;0.016440;0.024420;0.999945;0.000000;0.000055;0.952574;0.047426;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.268941;0.006693;0.017986;0.047426;0.925048;0.386274;0.500250;0.371917;0.000000;0.672607;0.000000;0.546119;0.000000;0.000000;0.256737;0.393410;0.173360;0.000000;0.000000;0.772767;0.330262;0.000000;0.237579;0.288024;0.986459;0.005656;0.007886;0.960575;0.016400;0.023025;0.999935;0.000000;0.000065
0.500000;0.731059;0.500000;0.500000;0.268941;0.731059;0.500000;0.268941;0.268941;0.268941;0.268941;0.500000;0.268941;0.268941;0.880797;0.500000;0.500000;0.268941;0.268941;0.268941;0.673047;0.106215;0.563653;0.710744;0.625275;0.408058;0.581273;0.178726;0.340066;0.377071;0.258841;0.085099;0.000000;0.415567;0.916598;0.463813;0.532703;0.000000;0.150460;0.321257;0.627091;0.003138;0.369771;0.038190;0.003055;0.958755;0.844220;0.005790;0.149990;0.047426;0.119203;0.993307;0.119203;0.880797;0.268941;0.119203;0.500000;0.999665;0.006693;0.017986;0.119203;0.047426;0.017986;0.017986;0.268941;0.047426;0.017986;0.268941;0.017986;0.646114;0.647256;0.885035;0.723922;0.000000;0.677652;0.820096;0.229701;0.173073;0.000000;0.126529;0.197024;0.428004;0.550082;0.153164;0.363779;0.537927;0.000000;0.000000;0.244346;0.654379;0.003161;0.342460;0.052995;0.008490;0.938515;0.911280;0.000425;0.088295;0.017986;0.017986;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.268941;0.017986;0.017986;0.017986;0.047426;0.731059;0.002473;0.017986;0.017986;0.500000;0.999877;0.017986;0.414595;0.000000;0.632278;0.253128;0.000000;0.601807;0.000000;0.667522;0.459837;0.568811;0.753432;0.000000;0.618928;0.901233;0.000000;0.316479;0.149567;0.000000;0.743263;0.406368;0.783778;0.004730;0.211496;0.395440;0.012155;0.592415;0.957030;0.001465;0.041505;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.500000;0.952574;0.047426;0.500000;0.119203;0.047426;0.500000;0.952574;0.047426;0.047426;0.500000;0.732433;0.000000;0.724521;0.273090;0.718493;0.000000;0.000000;0.204240;0.000000;0.737110;0.687402;0.000000;0.308744;0.163967;0.000000;0.555767;0.674147;0.000000;0.457602;0.770299;0.914397;0.003594;0.082006;0.757605;0.009785;0.232605;0.986720;0.000430;0.012845;0.119203;0.119203;0.119203;0.268941;0.002473;0.880797;0.999089;0.017986;0.731059;0.006693;0.006693;0.268941;0.017986;0.006693;0.268941;0.119203;0.047426;0.006693;0.017986;0.006693;0.799472;0.182127;0.077773;0.437823;0.874791;0.453634;0.838214;0.408541;0.126309;0.097440;0.279086;0.062973;0.218915;0.000000;0.550082;0.506000;0.512497;0.000000;0.385563;0.579812;0.933738;0.002311;0.063946;0.809000;0.006270;0.184720;0.993350;0.000095;0.006550;0.119203;0.047426;0.999665;0.268941;0.006693;0.119203;0.119203;0.047426;0.119203;0.006693;0.002473;0.119203;0.017986;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.006693;0.478014;0.888052;0.621989;0.625978;0.251618;0.628083;0.634136;0.209822;0.113448;0.374725;0.314104;0.766920;0.000000;0.395321;0.361468;0.442752;0.046664;0.186639;0.406851;0.191545;0.957965;0.002491;0.039544;0.877555;0.006875;0.115570;0.997475;0.000030;0.002495;0.006693;0.006693;0.006693;0.002473;0.006693;0.002473;0.002473;0.002473;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.395560;0.088346;0.359623;0.130903;0.000000;0.000000;0.062327;0.062679;0.366793;0.674586;0.822591;0.067989;0.238486;0.915134;0.000000;0.000000;0.628550;0.000000;0.620813;0.655205;0.981142;0.003436;0.015424;0.945540;0.009735;0.044725;0.999020;0.000005;0.000980;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.500000;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.907795;0.000000;0.000000;0.000000;0.608974;0.000000;0.000000;0.631347;0.000000;0.813361;0.303222;0.000000;0.613251;0.000000;0.238304;0.196550;0.492501;0.000000;0.000000;0.752502;0.985565;0.005279;0.009157;0.958705;0.015270;0.026030;0.999125;0.000000;0.000875;0.119203;0.268941;0.119203;0.047426;0.006693;0.999665;0.500000;0.017986;0.119203;0.006693;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.500000;0.119203;0.017986;0.017986;0.695508;0.479262;0.207675;0.068881;0.000000;0.798830;0.746683;0.155119;0.168401;0.258266;0.576153;0.658361;0.608497;0.096390;0.000000;0.452395;0.600608;0.000000;0.688475;0.441026;0.985984;0.005669;0.008347;0.959140;0.016440;0.024420;0.999945;0.000000;0.000055;0.952574;0.047426;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.268941;0.006693;0.017986;0.047426;0.925048;0.386274;0.500250;0.371917;0.000000;0.672607;0.000000;0.546119;0.000000;0.000000;0.256737;0.393410;0.173360;0.000000;0.000000;0.772767;0.330262;0.000000;0.237579;0.288024;0.986459;0.005656;0.007886;0.960575;0.016400;0.023025;0.999935;0.000000;0.000065;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.006693;0.997527;0.731059;0.017986;0.500000;0.119203;0.017986;0.047426;0.731059;0.047426;0.047426;0.880797;0.319733;0.000000;0.000000;0.000000;0.000000;0.178580;0.104051;0.000000;0.000000;0.924770;0.752502;0.172502;0.254833;0.910275;0.078132;0.082792;0.052104;0.568565;0.731255;0.618220;0.986894;0.005554;0.007552;0.961995;0.016095;0.021910;0.999820;0.000000;0.000180
0.047426;0.119203;0.993307;0.119203;0.880797;0.268941;0.119203;0.500000;0.999665;0.006693;0.017986;0.119203;0.047426;0.017986;0.017986;0.268941;0.047426;0.017986;0.268941;0.017986;0.646114;0.647256;0.885035;0.723922;0.000000;0.677652;0.820096;0.229701;0.173073;0.000000;0.126529;0.197024;0.428004;0.550082;0.153164;0.363779;0.537927;0.000000;0.000000;0.244346;0.654379;0.003161;0.342460;0.052995;0.008490;0.938515;0.911280;0.000425;0.088295;0.017986;0.017986;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.268941;0.017986;0.017986;0.017986;0.047426;0.731059;0.002473;0.017986;0.017986;0.500000;0.999877;0.017986;0.414595;0.000000;0.632278;0.253128;0.000000;0.601807;0.000000;0.667522;0.459837;0.568811;0.753432;0.000000;0.618928;0.901233;0.000000;0.316479;0.149567;0.000000;0.743263;0.406368;0.783778;0.004730;0.211496;0.395440;0.012155;0.592415;0.957030;0.001465;0.041505;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.500000;0.952574;0.047426;0.500000;0.119203;0.047426;0.500000;0.952574;0.047426;0.047426;0.500000;0.732433;0.000000;0.724521;0.273090;0.718493;0.000000;0.000000;0.204240;0.000000;0.737110;0.687402;0.000000;0.308744;0.163967;0.000000;0.555767;0.674147;0.000000;0.457602;0.770299;0.914397;0.003594;0.082006;0.757605;0.009785;0.232605;0.986720;0.000430;0.012845;0.119203;0.119203;0.119203;0.268941;0.002473;0.880797;0.999089;0.017986;0.731059;0.006693;0.006693;0.268941;0.017986;0.006693;0.268941;0.119203;0.047426;0.006693;0.017986;0.006693;0.799472;0.182127;0.077773;0.437823;0.874791;0.453634;0.838214;0.408541;0.126309;0.097440;0.279086;0.062973;0.218915;0.000000;0.550082;0.506000;0.512497;0.000000;0.385563;0.579812;0.933738;0.002311;0.063946;0.809000;0.006270;0.184720;0.993350;0.000095;0.006550;0.119203;0.047426;0.999665;0.268941;0.006693;0.119203;0.119203;0.047426;0.119203;0.006693;0.002473;0.119203;0.017986;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.006693;0.478014;0.888052;0.621989;0.625978;0.251618;0.628083;0.634136;0.209822;0.113448;0.374725;0.314104;0.766920;0.000000;0.395321;0.361468;0.442752;0.046664;0.186639;0.406851;0.191545;0.957965;0.002491;0.039544;0.877555;0.006875;0.115570;0.997475;0.000030;0.002495;0.006693;0.006693;0.006693;0.002473;0.006693;0.002473;0.002473;0.002473;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.395560;0.088346;0.359623;0.130903;0.000000;0.000000;0.062327;0.062679;0.366793;0.674586;0.822591;0.067989;0.238486;0.915134;0.000000;0.000000;0.628550;0.000000;0.620813;0.655205;0.981142;0.003436;0.015424;0.945540;0.009735;0.044725;0.999020;0.000005;0.000980;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.500000;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.907795;0.000000;0.000000;0.000000;0.608974;0.000000;0.000000;0.631347;0.000000;0.813361;0.303222;0.000000;0.613251;0.000000;0.238304;0.196550;0.492501;0.000000;0.000000;0.752502;0.985565;0.005279;0.009157;0.958705;0.015270;0.026030;0.999125;0.000000;0.000875;0.119203;0.268941;0.119203;0.047426;0.006693;0.999665;0.500000;0.017986;0.119203;0.006693;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.500000;0.119203;0.017986;0.017986;0.695508;0.479262;0.207675;0.068881;0.000000;0.798830;0.746683;0.155119;0.168401;0.258266;0.576153;0.658361;0.608497;0.096390;0.000000;0.452395;0.600608;0.000000;0.688475;0.441026;0.985984;0.005669;0.008347;0.959140;0.016440;0.024420;0.999945;0.000000;0.000055;0.952574;0.047426;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.268941;0.006693;0.017986;0.047426;0.925048;0.386274;0.500250;0.371917;0.000000;0.672607;0.000000;0.546119;0.000000;0.000000;0.256737;0.393410;0.173360;0.000000;0.000000;0.772767;0.330262;0.000000;0.237579;0.288024;0.986459;0.005656;0.007886;0.960575;0.016400;0.023025;0.999935;0.000000;0.000065;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.006693;0.997527;0.731059;0.017986;0.500000;0.119203;0.017986;0.047426;0.731059;0.047426;0.047426;0.880797;0.319733;0.000000;0.000000;0.000000;0.000000;0.178580;0.104051;0.000000;0.000000;0.924770;0.752502;0.172502;0.254833;0.910275;0.078132;0.082792;0.052104;0.568565;0.731255;0.618220;0.986894;0.005554;0.007552;0.961995;0.016095;0.021910;0.999820;0.000000;0.000180;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.731059;0.952574;0.017986;0.880797;0.999089;0.006693;0.017986;0.047426;0.119203;0.500000;0.268941;0.863303;0.000000;0.000000;0.000000;0.730074;0.000000;0.000000;0.903871;0.166173;0.546366;0.170512;0.141973;0.000000;0.702661;0.000000;0.633671;0.157626;0.000000;0.120151;0.349099;0.985299;0.005352;0.009349;0.957150;0.015490;0.027360;0.999880;0.000000;0.000120
0.017986;0.017986;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.268941;0.017986;0.017986;0.017986;0.047426;0.731059;0.002473;0.017986;0.017986;0.500000;0.999877;0.017986;0.414595;0.000000;0.632278;0.253128;0.000000;0.601807;0.000000;0.667522;0.459837;0.568811;0.753432;0.000000;0.618928;0.901233;0.000000;0.316479;0.149567;0.000000;0.743263;0.406368;0.783778;0.004730;0.211496;0.395440;0.012155;0.592415;0.957030;0.001465;0.041505;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.500000;0.952574;0.047426;0.500000;0.119203;0.047426;0.500000;0.952574;0.047426;0.047426;0.500000;0.732433;0.000000;0.724521;0.273090;0.718493;0.000000;0.000000;0.204240;0.000000;0.737110;0.687402;0.000000;0.308744;0.163967;0.000000;0.555767;0.674147;0.000000;0.457602;0.770299;0.914397;0.003594;0.082006;0.757605;0.009785;0.232605;0.986720;0.000430;0.012845;0.119203;0.119203;0.119203;0.268941;0.002473;0.880797;0.999089;0.017986;0.731059;0.006693;0.006693;0.268941;0.017986;0.006693;0.268941;0.119203;0.047426;0.006693;0.017986;0.006693;0.799472;0.182127;0.077773;0.437823;0.874791;0.453634;0.838214;0.408541;0.126309;0.097440;0.279086;0.062973;0.218915;0.000000;0.550082;0.506000;0.512497;0.000000;0.385563;0.579812;0.933738;0.002311;0.063946;0.809000;0.006270;0.184720;0.993350;0.000095;0.006550;0.119203;0.047426;0.999665;0.268941;0.006693;0.119203;0.119203;0.047426;0.119203;0.006693;0.002473;0.119203;0.017986;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.006693;0.478014;0.888052;0.621989;0.625978;0.251618;0.628083;0.634136;0.209822;0.113448;0.374725;0.314104;0.766920;0.000000;0.395321;0.361468;0.442752;0.046664;0.186639;0.406851;0.191545;0.957965;0.002491;0.039544;0.877555;0.006875;0.115570;0.997475;0.000030;0.002495;0.006693;0.006693;0.006693;0.002473;0.006693;0.002473;0.002473;0.002473;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.395560;0.088346;0.359623;0.130903;0.000000;0.000000;0.062327;0.062679;0.366793;0.674586;0.822591;0.067989;0.238486;0.915134;0.000000;0.000000;0.628550;0.000000;0.620813;0.655205;0.981142;0.003436;0.015424;0.945540;0.009735;0.044725;0.999020;0.000005;0.000980;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.500000;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.907795;0.000000;0.000000;0.000000;0.608974;0.000000;0.000000;0.631347;0.000000;0.813361;0.303222;0.000000;0.613251;0.000000;0.238304;0.196550;0.492501;0.000000;0.000000;0.752502;0.985565;0.005279;0.009157;0.958705;0.015270;0.026030;0.999125;0.000000;0.000875;0.119203;0.268941;0.119203;0.047426;0.006693;0.999665;0.500000;0.017986;0.119203;0.006693;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.500000;0.119203;0.017986;0.017986;0.695508;0.479262;0.207675;0.068881;0.000000;0.798830;0.746683;0.155119;0.168401;0.258266;0.576153;0.658361;0.608497;0.096390;0.000000;0.452395;0.600608;0.000000;0.688475;0.441026;0.985984;0.005669;0.008347;0.959140;0.016440;0.024420;0.999945;0.000000;0.000055;0.952574;0.047426;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.268941;0.006693;0.017986;0.047426;0.925048;0.386274;0.500250;0.371917;0.000000;0.672607;0.000000;0.546119;0.000000;0.000000;0.256737;0.393410;0.173360;0.000000;0.000000;0.772767;0.330262;0.000000;0.237579;0.288024;0.986459;0.005656;0.007886;0.960575;0.016400;0.023025;0.999935;0.000000;0.000065;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.006693;0.997527;0.731059;0.017986;0.500000;0.119203;0.017986;0.047426;0.731059;0.047426;0.047426;0.880797;0.319733;0.000000;0.000000;0.000000;0.000000;0.178580;0.104051;0.000000;0.000000;0.924770;0.752502;0.172502;0.254833;0.910275;0.078132;0.082792;0.052104;0.568565;0.731255;0.618220;0.986894;0.005554;0.007552;0.961995;0.016095;0.021910;0.999820;0.000000;0.000180;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.731059;0.952574;0.017986;0.880797;0.999089;0.006693;0.017986;0.047426;0.119203;0.500000;0.268941;0.863303;0.000000;0.000000;0.000000;0.730074;0.000000;0.000000;0.903871;0.166173;0.546366;0.170512;0.141973;0.000000;0.702661;0.000000;0.633671;0.157626;0.000000;0.120151;0.349099;0.985299;0.005352;0.009349;0.957150;0.015490;0.027360;0.999880;0.000000;0.000120;0.119203;0.047426;0.880797;0.993307;0.017986;0.500000;0.731059;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.880797;0.268941;0.017986;0.047426;0.047426;0.601807;0.754915;0.595560;0.280900;0.000000;0.830616;0.514246;0.287819;0.376366;0.077130;0.292143;0.493500;0.563899;0.471780;0.413382;0.843169;0.479012;0.000000;0.491501;0.039241;0.966326;0.005159;0.028516;0.900350;0.014895;0.084760;0.999795;0.000000;0.000205
0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.500000;0.952574;0.047426;0.500000;0.119203;0.047426;0.500000;0.952574;0.047426;0.047426;0.500000;0.732433;0.000000;0.724521;0.273090;0.718493;0.000000;0.000000;0.204240;0.000000;0.737110;0.687402;0.000000;0.308744;0.163967;0.000000;0.555767;0.674147;0.000000;0.457602;0.770299;0.914397;0.003594;0.082006;0.757605;0.009785;0.232605;0.986720;0.000430;0.012845;0.119203;0.119203;0.119203;0.268941;0.002473;0.880797;0.999089;0.017986;0.731059;0.006693;0.006693;0.268941;0.017986;0.006693;0.268941;0.119203;0.047426;0.006693;0.017986;0.006693;0.799472;0.182127;0.077773;0.437823;0.874791;0.453634;0.838214;0.408541;0.126309;0.097440;0.279086;0.062973;0.218915;0.000000;0.550082;0.506000;0.512497;0.000000;0.385563;0.579812;0.933738;0.002311;0.063946;0.809000;0.006270;0.184720;0.993350;0.000095;0.006550;0.119203;0.047426;0.999665;0.268941;0.006693;0.119203;0.119203;0.047426;0.119203;0.006693;0.002473;0.119203;0.017986;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.006693;0.478014;0.888052;0.621989;0.625978;0.251618;0.628083;0.634136;0.209822;0.113448;0.374725;0.314104;0.766920;0.000000;0.395321;0.361468;0.442752;0.046664;0.186639;0.406851;0.191545;0.957965;0.002491;0.039544;0.877555;0.006875;0.115570;0.997475;0.000030;0.002495;0.006693;0.006693;0.006693;0.002473;0.006693;0.002473;0.002473;0.002473;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.395560;0.088346;0.359623;0.130903;0.000000;0.000000;0.062327;0.062679;0.366793;0.674586;0.822591;0.067989;0.238486;0.915134;0.000000;0.000000;0.628550;0.000000;0.620813;0.655205;0.981142;0.003436;0.015424;0.945540;0.009735;0.044725;0.999020;0.000005;0.000980;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.500000;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.907795;0.000000;0.000000;0.000000;0.608974;0.000000;0.000000;0.631347;0.000000;0.813361;0.303222;0.000000;0.613251;0.000000;0.238304;0.196550;0.492501;0.000000;0.000000;0.752502;0.985565;0.005279;0.009157;0.958705;0.015270;0.026030;0.999125;0.000000;0.000875;0.119203;0.268941;0.119203;0.047426;0.006693;0.999665;0.500000;0.017986;0.119203;0.006693;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.500000;0.119203;0.017986;0.017986;0.695508;0.479262;0.207675;0.068881;0.000000;0.798830;0.746683;0.155119;0.168401;0.258266;0.576153;0.658361;0.608497;0.096390;0.000000;0.452395;0.600608;0.000000;0.688475;0.441026;0.985984;0.005669;0.008347;0.959140;0.016440;0.024420;0.999945;0.000000;0.000055;0.952574;0.047426;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.268941;0.006693;0.017986;0.047426;0.925048;0.386274;0.500250;0.371917;0.000000;0.672607;0.000000;0.546119;0.000000;0.000000;0.256737;0.393410;0.173360;0.000000;0.000000;0.772767;0.330262;0.000000;0.237579;0.288024;0.986459;0.005656;0.007886;0.960575;0.016400;0.023025;0.999935;0.000000;0.000065;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.006693;0.997527;0.731059;0.017986;0.500000;0.119203;0.017986;0.047426;0.731059;0.047426;0.047426;0.880797;0.319733;0.000000;0.000000;0.000000;0.000000;0.178580;0.104051;0.000000;0.000000;0.924770;0.752502;0.172502;0.254833;0.910275;0.078132;0.082792;0.052104;0.568565;0.731255;0.618220;0.986894;0.005554;0.007552;0.961995;0.016095;0.021910;0.999820;0.000000;0.000180;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.731059;0.952574;0.017986;0.880797;0.999089;0.006693;0.017986;0.047426;0.119203;0.500000;0.268941;0.863303;0.000000;0.000000;0.000000;0.730074;0.000000;0.000000;0.903871;0.166173;0.546366;0.170512;0.141973;0.000000;0.702661;0.000000;0.633671;0.157626;0.000000;0.120151;0.349099;0.985299;0.005352;0.009349;0.957150;0.015490;0.027360;0.999880;0.000000;0.000120;0.119203;0.047426;0.880797;0.993307;0.017986;0.500000;0.731059;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.880797;0.268941;0.017986;0.047426;0.047426;0.601807;0.754915;0.595560;0.280900;0.000000;0.830616;0.514246;0.287819;0.376366;0.077130;0.292143;0.493500;0.563899;0.471780;0.413382;0.843169;0.479012;0.000000;0.491501;0.039241;0.966326;0.005159;0.028516;0.900350;0.014895;0.084760;0.999795;0.000000;0.000205;0.952574;0.047426;0.119203;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.982014;0.880797;0.017986;0.047426;0.731059;0.839835;0.440533;0.000000;0.083020;0.000000;0.165343;0.284958;0.541157;0.126198;0.446950;0.422871;0.323004;0.425802;0.510249;0.000000;0.722120;0.533948;0.494000;0.842108;0.357094;0.934732;0.003761;0.061506;0.805855;0.010645;0.183500;0.999615;0.000000;0.000380
0.119203;0.119203;0.119203;0.268941;0.002473;0.880797;0.999089;0.017986;0.731059;0.006693;0.006693;0.268941;0.017986;0.006693;0.268941;0.119203;0.047426;0.006693;0.017986;0.006693;0.799472;0.182127;0.077773;0.437823;0.874791;0.453634;0.838214;0.408541;0.126309;0.097440;0.279086;0.062973;0.218915;0.000000;0.550082;0.506000;0.512497;0.000000;0.385563;0.579812;0.933738;0.002311;0.063946;0.809000;0.006270;0.184720;0.993350;0.000095;0.006550;0.119203;0.047426;0.999665;0.268941;0.006693;0.119203;0.119203;0.047426;0.119203;0.006693;0.002473;0.119203;0.017986;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.006693;0.478014;0.888052;0.621989;0.625978;0.251618;0.628083;0.634136;0.209822;0.113448;0.374725;0.314104;0.766920;0.000000;0.395321;0.361468;0.442752;0.046664;0.186639;0.406851;0.191545;0.957965;0.002491;0.039544;0.877555;0.006875;0.115570;0.997475;0.000030;0.002495;0.006693;0.006693;0.006693;0.002473;0.006693;0.002473;0.002473;0.002473;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.395560;0.088346;0.359623;0.130903;0.000000;0.000000;0.062327;0.062679;0.366793;0.674586;0.822591;0.067989;0.238486;0.915134;0.000000;0.000000;0.628550;0.000000;0.620813;0.655205;0.981142;0.003436;0.015424;0.945540;0.009735;0.044725;0.999020;0.000005;0.000980;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.500000;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.907795;0.000000;0.000000;0.000000;0.608974;0.000000;0.000000;0.631347;0.000000;0.813361;0.303222;0.000000;0.613251;0.000000;0.238304;0.196550;0.492501;0.000000;0.000000;0.752502;0.985565;0.005279;0.009157;0.958705;0.015270;0.026030;0.999125;0.000000;0.000875;0.119203;0.268941;0.119203;0.047426;0.006693;0.999665;0.500000;0.017986;0.119203;0.006693;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.500000;0.119203;0.017986;0.017986;0.695508;0.479262;0.207675;0.068881;0.000000;0.798830;0.746683;0.155119;0.168401;0.258266;0.576153;0.658361;0.608497;0.096390;0.000000;0.452395;0.600608;0.000000;0.688475;0.441026;0.985984;0.005669;0.008347;0.959140;0.016440;0.024420;0.999945;0.000000;0.000055;0.952574;0.047426;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.268941;0.006693;0.017986;0.047426;0.925048;0.386274;0.500250;0.371917;0.000000;0.672607;0.000000;0.546119;0.000000;0.000000;0.256737;0.393410;0.173360;0.000000;0.000000;0.772767;0.330262;0.000000;0.237579;0.288024;0.986459;0.005656;0.007886;0.960575;0.016400;0.023025;0.999935;0.000000;0.000065;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.006693;0.997527;0.731059;0.017986;0.500000;0.119203;0.017986;0.047426;0.731059;0.047426;0.047426;0.880797;0.319733;0.000000;0.000000;0.000000;0.000000;0.178580;0.104051;0.000000;0.000000;0.924770;0.752502;0.172502;0.254833;0.910275;0.078132;0.082792;0.052104;0.568565;0.731255;0.618220;0.986894;0.005554;0.007552;0.961995;0.016095;0.021910;0.999820;0.000000;0.000180;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.731059;0.952574;0.017986;0.880797;0.999089;0.006693;0.017986;0.047426;0.119203;0.500000;0.268941;0.863303;0.000000;0.000000;0.000000;0.730074;0.000000;0.000000;0.903871;0.166173;0.546366;0.170512;0.141973;0.000000;0.702661;0.000000;0.633671;0.157626;0.000000;0.120151;0.349099;0.985299;0.005352;0.009349;0.957150;0.015490;0.027360;0.999880;0.000000;0.000120;0.119203;0.047426;0.880797;0.993307;0.017986;0.500000;0.731059;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.880797;0.268941;0.017986;0.047426;0.047426;0.601807;0.754915;0.595560;0.280900;0.000000;0.830616;0.514246;0.287819;0.376366;0.077130;0.292143;0.493500;0.563899;0.471780;0.413382;0.843169;0.479012;0.000000;0.491501;0.039241;0.966326;0.005159;0.028516;0.900350;0.014895;0.084760;0.999795;0.000000;0.000205;0.952574;0.047426;0.119203;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.982014;0.880797;0.017986;0.047426;0.731059;0.839835;0.440533;0.000000;0.083020;0.000000;0.165343;0.284958;0.541157;0.126198;0.446950;0.422871;0.323004;0.425802;0.510249;0.000000;0.722120;0.533948;0.494000;0.842108;0.357094;0.934732;0.003761;0.061506;0.805855;0.010645;0.183500;0.999615;0.000000;0.000380;0.119203;0.047426;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.982014;0.952574;0.047426;0.952574;0.268941;0.047426;0.047426;0.119203;0.047426;0.119203;0.880797;0.033504;0.000000;0.000000;0.000000;0.000000;0.493250;0.102385;0.037219;0.200688;0.709921;0.859241;0.000000;0.696143;0.937614;0.000000;0.133657;0.054423;0.662622;0.661951;0.640146;0.867657;0.003039;0.129303;0.606475;0.008470;0.385050;0.997770;0.000010;0.002220
0.119203;0.047426;0.999665;0.268941;0.006693;0.119203;0.119203;0.047426;0.119203;0.006693;0.002473;0.119203;0.017986;0.006693;0.017986;0.500000;0.119203;0.002473;0.017986;0.006693;0.478014;0.888052;0.621989;0.625978;0.251618;0.628083;0.634136;0.209822;0.113448;0.374725;0.314104;0.766920;0.000000;0.395321;0.361468;0.442752;0.046664;0.186639;0.406851;0.191545;0.957965;0.002491;0.039544;0.877555;0.006875;0.115570;0.997475;0.000030;0.002495;0.006693;0.006693;0.006693;0.002473;0.006693;0.002473;0.002473;0.002473;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.395560;0.088346;0.359623;0.130903;0.000000;0.000000;0.062327;0.062679;0.366793;0.674586;0.822591;0.067989;0.238486;0.915134;0.000000;0.000000;0.628550;0.000000;0.620813;0.655205;0.981142;0.003436;0.015424;0.945540;0.009735;0.044725;0.999020;0.000005;0.000980;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.500000;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.907795;0.000000;0.000000;0.000000;0.608974;0.000000;0.000000;0.631347;0.000000;0.813361;0.303222;0.000000;0.613251;0.000000;0.238304;0.196550;0.492501;0.000000;0.000000;0.752502;0.985565;0.005279;0.009157;0.958705;0.015270;0.026030;0.999125;0.000000;0.000875;0.119203;0.268941;0.119203;0.047426;0.006693;0.999665;0.500000;0.017986;0.119203;0.006693;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.500000;0.119203;0.017986;0.017986;0.695508;0.479262;0.207675;0.068881;0.000000;0.798830;0.746683;0.155119;0.168401;0.258266;0.576153;0.658361;0.608497;0.096390;0.000000;0.452395;0.600608;0.000000;0.688475;0.441026;0.985984;0.005669;0.008347;0.959140;0.016440;0.024420;0.999945;0.000000;0.000055;0.952574;0.047426;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.268941;0.006693;0.017986;0.047426;0.925048;0.386274;0.500250;0.371917;0.000000;0.672607;0.000000;0.546119;0.000000;0.000000;0.256737;0.393410;0.173360;0.000000;0.000000;0.772767;0.330262;0.000000;0.237579;0.288024;0.986459;0.005656;0.007886;0.960575;0.016400;0.023025;0.999935;0.000000;0.000065;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.006693;0.997527;0.731059;0.017986;0.500000;0.119203;0.017986;0.047426;0.731059;0.047426;0.047426;0.880797;0.319733;0.000000;0.000000;0.000000;0.000000;0.178580;0.104051;0.000000;0.000000;0.924770;0.752502;0.172502;0.254833;0.910275;0.078132;0.082792;0.052104;0.568565;0.731255;0.618220;0.986894;0.005554;0.007552;0.961995;0.016095;0.021910;0.999820;0.000000;0.000180;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.731059;0.952574;0.017986;0.880797;0.999089;0.006693;0.017986;0.047426;0.119203;0.500000;0.268941;0.863303;0.000000;0.000000;0.000000;0.730074;0.000000;0.000000;0.903871;0.166173;0.546366;0.170512;0.141973;0.000000;0.702661;0.000000;0.633671;0.157626;0.000000;0.120151;0.349099;0.985299;0.005352;0.009349;0.957150;0.015490;0.027360;0.999880;0.000000;0.000120;0.119203;0.047426;0.880797;0.993307;0.017986;0.500000;0.731059;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.880797;0.268941;0.017986;0.047426;0.047426;0.601807;0.754915;0.595560;0.280900;0.000000;0.830616;0.514246;0.287819;0.376366;0.077130;0.292143;0.493500;0.563899;0.471780;0.413382;0.843169;0.479012;0.000000;0.491501;0.039241;0.966326;0.005159;0.028516;0.900350;0.014895;0.084760;0.999795;0.000000;0.000205;0.952574;0.047426;0.119203;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.982014;0.880797;0.017986;0.047426;0.731059;0.839835;0.440533;0.000000;0.083020;0.000000;0.165343;0.284958;0.541157;0.126198;0.446950;0.422871;0.323004;0.425802;0.510249;0.000000;0.722120;0.533948;0.494000;0.842108;0.357094;0.934732;0.003761;0.061506;0.805855;0.010645;0.183500;0.999615;0.000000;0.000380;0.119203;0.047426;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.982014;0.952574;0.047426;0.952574;0.268941;0.047426;0.047426;0.119203;0.047426;0.119203;0.880797;0.033504;0.000000;0.000000;0.000000;0.000000;0.493250;0.102385;0.037219;0.200688;0.709921;0.859241;0.000000;0.696143;0.937614;0.000000;0.133657;0.054423;0.662622;0.661951;0.640146;0.867657;0.003039;0.129303;0.606475;0.008470;0.385050;0.997770;0.000010;0.002220;0.268941;0.268941;0.500000;0.952574;0.047426;0.500000;0.952574;0.731059;0.268941;0.119203;0.119203;0.268941;0.119203;0.047426;0.880797;0.500000;0.500000;0.047426;0.119203;0.119203;0.787513;0.581273;0.461576;0.065559;0.867151;0.430699;0.569791;0.783978;0.356405;0.267371;0.116089;0.628316;0.000000;0.000000;0.411444;0.615620;0.132159;0.727901;0.296713;0.156171;0.670359;0.001451;0.328188;0.021195;0.003325;0.975480;0.991920;0.000010;0.008065
0.006693;0.006693;0.006693;0.002473;0.006693;0.002473;0.002473;0.002473;0.047426;0.119203;0.119203;0.006693;0.119203;0.999877;0.002473;0.006693;0.017986;0.268941;0.880797;0.047426;0.395560;0.088346;0.359623;0.130903;0.000000;0.000000;0.062327;0.062679;0.366793;0.674586;0.822591;0.067989;0.238486;0.915134;0.000000;0.000000;0.628550;0.000000;0.620813;0.655205;0.981142;0.003436;0.015424;0.945540;0.009735;0.044725;0.999020;0.000005;0.000980;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.500000;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.907795;0.000000;0.000000;0.000000;0.608974;0.000000;0.000000;0.631347;0.000000;0.813361;0.303222;0.000000;0.613251;0.000000;0.238304;0.196550;0.492501;0.000000;0.000000;0.752502;0.985565;0.005279;0.009157;0.958705;0.015270;0.026030;0.999125;0.000000;0.000875;0.119203;0.268941;0.119203;0.047426;0.006693;0.999665;0.500000;0.017986;0.119203;0.006693;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.500000;0.119203;0.017986;0.017986;0.695508;0.479262;0.207675;0.068881;0.000000;0.798830;0.746683;0.155119;0.168401;0.258266;0.576153;0.658361;0.608497;0.096390;0.000000;0.452395;0.600608;0.000000;0.688475;0.441026;0.985984;0.005669;0.008347;0.959140;0.016440;0.024420;0.999945;0.000000;0.000055;0.952574;0.047426;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.268941;0.006693;0.017986;0.047426;0.925048;0.386274;0.500250;0.371917;0.000000;0.672607;0.000000;0.546119;0.000000;0.000000;0.256737;0.393410;0.173360;0.000000;0.000000;0.772767;0.330262;0.000000;0.237579;0.288024;0.986459;0.005656;0.007886;0.960575;0.016400;0.023025;0.999935;0.000000;0.000065;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.006693;0.997527;0.731059;0.017986;0.500000;0.119203;0.017986;0.047426;0.731059;0.047426;0.047426;0.880797;0.319733;0.000000;0.000000;0.000000;0.000000;0.178580;0.104051;0.000000;0.000000;0.924770;0.752502;0.172502;0.254833;0.910275;0.078132;0.082792;0.052104;0.568565;0.731255;0.618220;0.986894;0.005554;0.007552;0.961995;0.016095;0.021910;0.999820;0.000000;0.000180;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.731059;0.952574;0.017986;0.880797;0.999089;0.006693;0.017986;0.047426;0.119203;0.500000;0.268941;0.863303;0.000000;0.000000;0.000000;0.730074;0.000000;0.000000;0.903871;0.166173;0.546366;0.170512;0.141973;0.000000;0.702661;0.000000;0.633671;0.157626;0.000000;0.120151;0.349099;0.985299;0.005352;0.009349;0.957150;0.015490;0.027360;0.999880;0.000000;0.000120;0.119203;0.047426;0.880797;0.993307;0.017986;0.500000;0.731059;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.880797;0.268941;0.017986;0.047426;0.047426;0.601807;0.754915;0.595560;0.280900;0.000000;0.830616;0.514246;0.287819;0.376366;0.077130;0.292143;0.493500;0.563899;0.471780;0.413382;0.843169;0.479012;0.000000;0.491501;0.039241;0.966326;0.005159;0.028516;0.900350;0.014895;0.084760;0.999795;0.000000;0.000205;0.952574;0.047426;0.119203;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.982014;0.880797;0.017986;0.047426;0.731059;0.839835;0.440533;0.000000;0.083020;0.000000;0.165343;0.284958;0.541157;0.126198;0.446950;0.422871;0.323004;0.425802;0.510249;0.000000;0.722120;0.533948;0.494000;0.842108;0.357094;0.934732;0.003761;0.061506;0.805855;0.010645;0.183500;0.999615;0.000000;0.000380;0.119203;0.047426;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.982014;0.952574;0.047426;0.952574;0.268941;0.047426;0.047426;0.119203;0.047426;0.119203;0.880797;0.033504;0.000000;0.000000;0.000000;0.000000;0.493250;0.102385;0.037219;0.200688;0.709921;0.859241;0.000000;0.696143;0.937614;0.000000;0.133657;0.054423;0.662622;0.661951;0.640146;0.867657;0.003039;0.129303;0.606475;0.008470;0.385050;0.997770;0.000010;0.002220;0.268941;0.268941;0.500000;0.952574;0.047426;0.500000;0.952574;0.731059;0.268941;0.119203;0.119203;0.268941;0.119203;0.047426;0.880797;0.500000;0.500000;0.047426;0.119203;0.119203;0.787513;0.581273;0.461576;0.065559;0.867151;0.430699;0.569791;0.783978;0.356405;0.267371;0.116089;0.628316;0.000000;0.000000;0.411444;0.615620;0.132159;0.727901;0.296713;0.156171;0.670359;0.001451;0.328188;0.021195;0.003325;0.975480;0.991920;0.000010;0.008065;0.500000;0.119203;0.268941;0.500000;0.119203;0.500000;0.268941;0.880797;0.119203;0.119203;0.500000;0.268941;0.119203;0.047426;0.993307;0.268941;0.119203;0.047426;0.047426;0.268941;0.586375;0.746683;0.606351;0.705785;0.000000;0.786171;0.631114;0.000000;0.759876;0.146290;0.209656;0.698676;0.000000;0.203753;0.409266;0.532454;0.586860;0.000000;0.202458;0.173934;0.629746;0.000693;0.369563;0.011315;0.000355;0.988335;0.881310;0.000030;0.118660
0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.993307;0.500000;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.907795;0.000000;0.000000;0.000000;0.608974;0.000000;0.000000;0.631347;0.000000;0.813361;0.303222;0.000000;0.613251;0.000000;0.238304;0.196550;0.492501;0.000000;0.000000;0.752502;0.985565;0.005279;0.009157;0.958705;0.015270;0.026030;0.999125;0.000000;0.000875;0.119203;0.268941;0.119203;0.047426;0.006693;0.999665;0.500000;0.017986;0.119203;0.006693;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.500000;0.119203;0.017986;0.017986;0.695508;0.479262;0.207675;0.068881;0.000000;0.798830;0.746683;0.155119;0.168401;0.258266;0.576153;0.658361;0.608497;0.096390;0.000000;0.452395;0.600608;0.000000;0.688475;0.441026;0.985984;0.005669;0.008347;0.959140;0.016440;0.024420;0.999945;0.000000;0.000055;0.952574;0.047426;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.268941;0.006693;0.017986;0.047426;0.925048;0.386274;0.500250;0.371917;0.000000;0.672607;0.000000;0.546119;0.000000;0.000000;0.256737;0.393410;0.173360;0.000000;0.000000;0.772767;0.330262;0.000000;0.237579;0.288024;0.986459;0.005656;0.007886;0.960575;0.016400;0.023025;0.999935;0.000000;0.000065;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.017986;0.006693;0.997527;0.731059;0.017986;0.500000;0.119203;0.017986;0.047426;0.731059;0.047426;0.047426;0.880797;0.319733;0.000000;0.000000;0.000000;0.000000;0.178580;0.104051;0.000000;0.000000;0.924770;0.752502;0.172502;0.254833;0.910275;0.078132;0.082792;0.052104;0.568565;0.731255;0.618220;0.986894;0.005554;0.007552;0.961995;0.016095;0.021910;0.999820;0.000000;0.000180;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.731059;0.952574;0.017986;0.880797;0.999089;0.006693;0.017986;0.047426;0.119203;0.500000;0.268941;0.863303;0.000000;0.000000;0.000000;0.730074;0.000000;0.000000;0.903871;0.166173;0.546366;0.170512;0.141973;0.000000;0.702661;0.000000;0.633671;0.157626;0.000000;0.120151;0.349099;0.985299;0.005352;0.009349;0.957150;0.015490;0.027360;0.999880;0.000000;0.000120;0.119203;0.047426;0.880797;0.993307;0.017986;0.500000;0.731059;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.880797;0.268941;0.017986;0.047426;0.047426;0.601807;0.754915;0.595560;0.280900;0.000000;0.830616;0.514246;0.287819;0.376366;0.077130;0.292143;0.493500;0.563899;0.471780;0.413382;0.843169;0.479012;0.000000;0.491501;0.039241;0.966326;0.005159;0.028516;0.900350;0.014895;0.084760;0.999795;0.000000;0.000205;0.952574;0.047426;0.119203;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.982014;0.880797;0.017986;0.047426;0.731059;0.839835;0.440533;0.000000;0.083020;0.000000;0.165343;0.284958;0.541157;0.126198;0.446950;0.422871;0.323004;0.425802;0.510249;0.000000;0.722120;0.533948;0.494000;0.842108;0.357094;0.934732;0.003761;0.061506;0.805855;0.010645;0.183500;0.999615;0.000000;0.000380;0.119203;0.047426;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.982014;0.952574;0.047426;0.952574;0.268941;0.047426;0.047426;0.119203;0.047426;0.119203;0.880797;0.033504;0.000000;0.000000;0.000000;0.000000;0.493250;0.102385;0.037219;0.200688;0.709921;0.859241;0.000000;0.696143;0.937614;0.000000;0.133657;0.054423;0.662622;0.661951;0.640146;0.867657;0.003039;0.129303;0.606475;0.008470;0.385050;0.997770;0.000010;0.002220;0.268941;0.268941;0.500000;0.952574;0.047426;0.500000;0.952574;0.731059;0.268941;0.119203;0.119203;0.268941;0.119203;0.047426;0.880797;0.500000;0.500000;0.047426;0.119203;0.119203;0.787513;0.581273;0.461576;0.065559;0.867151;0.430699;0.569791;0.783978;0.356405;0.267371;0.116089;0.628316;0.000000;0.000000;0.411444;0.615620;0.132159;0.727901;0.296713;0.156171;0.670359;0.001451;0.328188;0.021195;0.003325;0.975480;0.991920;0.000010;0.008065;0.500000;0.119203;0.268941;0.500000;0.119203;0.500000;0.268941;0.880797;0.119203;0.119203;0.500000;0.268941;0.119203;0.047426;0.993307;0.268941;0.119203;0.047426;0.047426;0.268941;0.586375;0.746683;0.606351;0.705785;0.000000;0.786171;0.631114;0.000000;0.759876;0.146290;0.209656;0.698676;0.000000;0.203753;0.409266;0.532454;0.586860;0.000000;0.202458;0.173934;0.629746;0.000693;0.369563;0.011315;0.000355;0.988335;0.881310;0.000030;0.118660;0.731059;0.731059;0.268941;0.731059;0.731059;0.500000;0.880797;0.268941;0.268941;0.119203;0.119203;0.731059;0.119203;0.731059;0.731059;0.500000;0.500000;0.119203;0.500000;0.119203;0.433889;0.557988;0.845404;0.261923;0.481009;0.713000;0.572730;0.245270;0.670180;0.133080;0.515495;0.601807;0.651809;0.650673;0.000000;0.567584;0.174078;0.476018;0.603483;0.313889;0.234840;0.001218;0.763943;0.005380;0.001050;0.993570;0.691100;0.000075;0.308830
0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.047426;0.731059;0.952574;0.017986;0.880797;0.999089;0.006693;0.017986;0.047426;0.119203;0.500000;0.268941;0.863303;0.000000;0.000000;0.000000;0.730074;0.000000;0.000000;0.903871;0.166173;0.546366;0.170512;0.141973;0.000000;0.702661;0.000000;0.633671;0.157626;0.000000;0.120151;0.349099;0.985299;0.005352;0.009349;0.957150;0.015490;0.027360;0.999880;0.000000;0.000120;0.119203;0.047426;0.880797;0.993307;0.017986;0.500000;0.731059;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.880797;0.268941;0.017986;0.047426;0.047426;0.601807;0.754915;0.595560;0.280900;0.000000;0.830616;0.514246;0.287819;0.376366;0.077130;0.292143;0.493500;0.563899;0.471780;0.413382;0.843169;0.479012;0.000000;0.491501;0.039241;0.966326;0.005159;0.028516;0.900350;0.014895;0.084760;0.999795;0.000000;0.000205;0.952574;0.047426;0.119203;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.982014;0.880797;0.017986;0.047426;0.731059;0.839835;0.440533;0.000000;0.083020;0.000000;0.165343;0.284958;0.541157;0.126198;0.446950;0.422871;0.323004;0.425802;0.510249;0.000000;0.722120;0.533948;0.494000;0.842108;0.357094;0.934732;0.003761;0.061506;0.805855;0.010645;0.183500;0.999615;0.000000;0.000380;0.119203;0.047426;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.982014;0.952574;0.047426;0.952574;0.268941;0.047426;0.047426;0.119203;0.047426;0.119203;0.880797;0.033504;0.000000;0.000000;0.000000;0.000000;0.493250;0.102385;0.037219;0.200688;0.709921;0.859241;0.000000;0.696143;0.937614;0.000000;0.133657;0.054423;0.662622;0.661951;0.640146;0.867657;0.003039;0.129303;0.606475;0.008470;0.385050;0.997770;0.000010;0.002220;0.268941;0.268941;0.500000;0.952574;0.047426;0.500000;0.952574;0.731059;0.268941;0.119203;0.119203;0.268941;0.119203;0.047426;0.880797;0.500000;0.500000;0.047426;0.119203;0.119203;0.787513;0.581273;0.461576;0.065559;0.867151;0.430699;0.569791;0.783978;0.356405;0.267371;0.116089;0.628316;0.000000;0.000000;0.411444;0.615620;0.132159;0.727901;0.296713;0.156171;0.670359;0.001451;0.328188;0.021195;0.003325;0.975480;0.991920;0.000010;0.008065;0.500000;0.119203;0.268941;0.500000;0.119203;0.500000;0.268941;0.880797;0.119203;0.119203;0.500000;0.268941;0.119203;0.047426;0.993307;0.268941;0.119203;0.047426;0.047426;0.268941;0.586375;0.746683;0.606351;0.705785;0.000000;0.786171;0.631114;0.000000;0.759876;0.146290;0.209656;0.698676;0.000000;0.203753;0.409266;0.532454;0.586860;0.000000;0.202458;0.173934;0.629746;0.000693;0.369563;0.011315;0.000355;0.988335;0.881310;0.000030;0.118660;0.731059;0.731059;0.268941;0.731059;0.731059;0.500000;0.880797;0.268941;0.268941;0.119203;0.119203;0.731059;0.119203;0.731059;0.731059;0.500000;0.500000;0.119203;0.500000;0.119203;0.433889;0.557988;0.845404;0.261923;0.481009;0.713000;0.572730;0.245270;0.670180;0.133080;0.515495;0.601807;0.651809;0.650673;0.000000;0.567584;0.174078;0.476018;0.603483;0.313889;0.234840;0.001218;0.763943;0.005380;0.001050;0.993570;0.691100;0.000075;0.308830;0.500000;0.500000;0.500000;0.952574;0.047426;0.500000;0.880797;0.952574;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.458099;0.704329;0.834243;0.350692;0.375194;0.814270;0.448681;0.447939;0.000000;0.184072;0.416781;0.524979;0.568565;0.412413;0.000000;0.544879;0.089074;0.000000;0.800273;0.505000;0.219774;0.076059;0.704164;0.004340;0.000995;0.994660;0.430380;0.002580;0.567040;0.731059;0.952574;0.268941;0.119203;0.268941;0.268941;0.268941;0.731059;0.119203;0.500000;0.500000;0.500000;0.500000;0.268941;0.268941;0.500000;0.268941;0.119203;0.268941;0.731059;0.394126;0.769058;0.756760;0.386274;0.306188;0.478014;0.460085;0.571751;0.280900;0.069138;0.353429;0.643136;0.000000;0.603483;0.713000;0.400352;0.654301;0.000000;0.263278;0.225133;0.112386;0.085661;0.801954;0.003685;0.031240;0.965080;0.108870;0.001140;0.889990;0.500000;0.731059;0.500000;0.268941;0.017986;0.993307;0.880797;0.047426;0.268941;0.047426;0.047426;0.952574;0.119203;0.017986;0.500000;0.268941;0.268941;0.017986;0.047426;0.119203;0.575664;0.644512;0.670843;0.503250;0.000000;0.857783;0.521487;0.702661;0.179462;0.081211;0.038679;0.817574;0.000000;0.404922;0.584676;0.475769;0.336038;0.000000;0.000000;0.137881;0.022557;0.046568;0.930875;0.002000;0.135785;0.862215;0.031470;0.002315;0.966215;0.268941;0.047426;0.500000;0.731059;0.047426;0.119203;0.268941;0.997527;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.268941;0.500000;0.047426;0.017986;0.017986;0.510249;0.295254;0.807834;0.522485;0.333811;0.569056;0.556508;0.831459;0.378011;0.522734;0.085177;0.574687;0.000000;0.392933;0.331812;0.573464;0.428004;0.382016;0.000000;0.196866;0.034694;0.077670;0.887633;0.000980;0.220790;0.778220;0.025000;0.009715;0.965285
0.119203;0.047426;0.880797;0.993307;0.017986;0.500000;0.731059;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.500000;0.047426;0.880797;0.268941;0.017986;0.047426;0.047426;0.601807;0.754915;0.595560;0.280900;0.000000;0.830616;0.514246;0.287819;0.376366;0.077130;0.292143;0.493500;0.563899;0.471780;0.413382;0.843169;0.479012;0.000000;0.491501;0.039241;0.966326;0.005159;0.028516;0.900350;0.014895;0.084760;0.999795;0.000000;0.000205;0.952574;0.047426;0.119203;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.982014;0.880797;0.017986;0.047426;0.731059;0.839835;0.440533;0.000000;0.083020;0.000000;0.165343;0.284958;0.541157;0.126198;0.446950;0.422871;0.323004;0.425802;0.510249;0.000000;0.722120;0.533948;0.494000;0.842108;0.357094;0.934732;0.003761;0.061506;0.805855;0.010645;0.183500;0.999615;0.000000;0.000380;0.119203;0.047426;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.982014;0.952574;0.047426;0.952574;0.268941;0.047426;0.047426;0.119203;0.047426;0.119203;0.880797;0.033504;0.000000;0.000000;0.000000;0.000000;0.493250;0.102385;0.037219;0.200688;0.709921;0.859241;0.000000;0.696143;0.937614;0.000000;0.133657;0.054423;0.662622;0.661951;0.640146;0.867657;0.003039;0.129303;0.606475;0.008470;0.385050;0.997770;0.000010;0.002220;0.268941;0.268941;0.500000;0.952574;0.047426;0.500000;0.952574;0.731059;0.268941;0.119203;0.119203;0.268941;0.119203;0.047426;0.880797;0.500000;0.500000;0.047426;0.119203;0.119203;0.787513;0.581273;0.461576;0.065559;0.867151;0.430699;0.569791;0.783978;0.356405;0.267371;0.116089;0.628316;0.000000;0.000000;0.411444;0.615620;0.132159;0.727901;0.296713;0.156171;0.670359;0.001451;0.328188;0.021195;0.003325;0.975480;0.991920;0.000010;0.008065;0.500000;0.119203;0.268941;0.500000;0.119203;0.500000;0.268941;0.880797;0.119203;0.119203;0.500000;0.268941;0.119203;0.047426;0.993307;0.268941;0.119203;0.047426;0.047426;0.268941;0.586375;0.746683;0.606351;0.705785;0.000000;0.786171;0.631114;0.000000;0.759876;0.146290;0.209656;0.698676;0.000000;0.203753;0.409266;0.532454;0.586860;0.000000;0.202458;0.173934;0.629746;0.000693;0.369563;0.011315;0.000355;0.988335;0.881310;0.000030;0.118660;0.731059;0.731059;0.268941;0.731059;0.731059;0.500000;0.880797;0.268941;0.268941;0.119203;0.119203;0.731059;0.119203;0.731059;0.731059;0.500000;0.500000;0.119203;0.500000;0.119203;0.433889;0.557988;0.845404;0.261923;0.481009;0.713000;0.572730;0.245270;0.670180;0.133080;0.515495;0.601807;0.651809;0.650673;0.000000;0.567584;0.174078;0.476018;0.603483;0.313889;0.234840;0.001218;0.763943;0.005380;0.001050;0.993570;0.691100;0.000075;0.308830;0.500000;0.500000;0.500000;0.952574;0.047426;0.500000;0.880797;0.952574;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.458099;0.704329;0.834243;0.350692;0.375194;0.814270;0.448681;0.447939;0.000000;0.184072;0.416781;0.524979;0.568565;0.412413;0.000000;0.544879;0.089074;0.000000;0.800273;0.505000;0.219774;0.076059;0.704164;0.004340;0.000995;0.994660;0.430380;0.002580;0.567040;0.731059;0.952574;0.268941;0.119203;0.268941;0.268941;0.268941;0.731059;0.119203;0.500000;0.500000;0.500000;0.500000;0.268941;0.268941;0.500000;0.268941;0.119203;0.268941;0.731059;0.394126;0.769058;0.756760;0.386274;0.306188;0.478014;0.460085;0.571751;0.280900;0.069138;0.353429;0.643136;0.000000;0.603483;0.713000;0.400352;0.654301;0.000000;0.263278;0.225133;0.112386;0.085661;0.801954;0.003685;0.031240;0.965080;0.108870;0.001140;0.889990;0.500000;0.731059;0.500000;0.268941;0.017986;0.993307;0.880797;0.047426;0.268941;0.047426;0.047426;0.952574;0.119203;0.017986;0.500000;0.268941;0.268941;0.017986;0.047426;0.119203;0.575664;0.644512;0.670843;0.503250;0.000000;0.857783;0.521487;0.702661;0.179462;0.081211;0.038679;0.817574;0.000000;0.404922;0.584676;0.475769;0.336038;0.000000;0.000000;0.137881;0.022557;0.046568;0.930875;0.002000;0.135785;0.862215;0.031470;0.002315;0.966215;0.268941;0.047426;0.500000;0.731059;0.047426;0.119203;0.268941;0.997527;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.268941;0.500000;0.047426;0.017986;0.017986;0.510249;0.295254;0.807834;0.522485;0.333811;0.569056;0.556508;0.831459;0.378011;0.522734;0.085177;0.574687;0.000000;0.392933;0.331812;0.573464;0.428004;0.382016;0.000000;0.196866;0.034694;0.077670;0.887633;0.000980;0.220790;0.778220;0.025000;0.009715;0.965285;0.952574;0.268941;0.268941;0.119203;0.952574;0.731059;0.268941;0.500000;0.119203;0.119203;0.119203;0.731059;0.268941;0.047426;0.119203;0.952574;0.500000;0.047426;0.119203;0.119203;0.516744;0.606112;0.639916;0.269335;0.182426;0.576641;0.059023;0.699097;0.119098;0.083173;0.236494;0.841175;0.110563;0.030032;0.697411;0.840372;0.517493;0.000000;0.000000;0.048338;0.001036;0.274500;0.724461;0.001515;0.742675;0.255810;0.000975;0.074840;0.924175
0.952574;0.047426;0.119203;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.119203;0.047426;0.119203;0.119203;0.047426;0.119203;0.982014;0.880797;0.017986;0.047426;0.731059;0.839835;0.440533;0.000000;0.083020;0.000000;0.165343;0.284958;0.541157;0.126198;0.446950;0.422871;0.323004;0.425802;0.510249;0.000000;0.722120;0.533948;0.494000;0.842108;0.357094;0.934732;0.003761;0.061506;0.805855;0.010645;0.183500;0.999615;0.000000;0.000380;0.119203;0.047426;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.982014;0.952574;0.047426;0.952574;0.268941;0.047426;0.047426;0.119203;0.047426;0.119203;0.880797;0.033504;0.000000;0.000000;0.000000;0.000000;0.493250;0.102385;0.037219;0.200688;0.709921;0.859241;0.000000;0.696143;0.937614;0.000000;0.133657;0.054423;0.662622;0.661951;0.640146;0.867657;0.003039;0.129303;0.606475;0.008470;0.385050;0.997770;0.000010;0.002220;0.268941;0.268941;0.500000;0.952574;0.047426;0.500000;0.952574;0.731059;0.268941;0.119203;0.119203;0.268941;0.119203;0.047426;0.880797;0.500000;0.500000;0.047426;0.119203;0.119203;0.787513;0.581273;0.461576;0.065559;0.867151;0.430699;0.569791;0.783978;0.356405;0.267371;0.116089;0.628316;0.000000;0.000000;0.411444;0.615620;0.132159;0.727901;0.296713;0.156171;0.670359;0.001451;0.328188;0.021195;0.003325;0.975480;0.991920;0.000010;0.008065;0.500000;0.119203;0.268941;0.500000;0.119203;0.500000;0.268941;0.880797;0.119203;0.119203;0.500000;0.268941;0.119203;0.047426;0.993307;0.268941;0.119203;0.047426;0.047426;0.268941;0.586375;0.746683;0.606351;0.705785;0.000000;0.786171;0.631114;0.000000;0.759876;0.146290;0.209656;0.698676;0.000000;0.203753;0.409266;0.532454;0.586860;0.000000;0.202458;0.173934;0.629746;0.000693;0.369563;0.011315;0.000355;0.988335;0.881310;0.000030;0.118660;0.731059;0.731059;0.268941;0.731059;0.731059;0.500000;0.880797;0.268941;0.268941;0.119203;0.119203;0.731059;0.119203;0.731059;0.731059;0.500000;0.500000;0.119203;0.500000;0.119203;0.433889;0.557988;0.845404;0.261923;0.481009;0.713000;0.572730;0.245270;0.670180;0.133080;0.515495;0.601807;0.651809;0.650673;0.000000;0.567584;0.174078;0.476018;0.603483;0.313889;0.234840;0.001218;0.763943;0.005380;0.001050;0.993570;0.691100;0.000075;0.308830;0.500000;0.500000;0.500000;0.952574;0.047426;0.500000;0.880797;0.952574;0.500000;0.047426;0.047426;0.731059;0.119203;0.047426;0.268941;0.500000;0.268941;0.047426;0.119203;0.047426;0.458099;0.704329;0.834243;0.350692;0.375194;0.814270;0.448681;0.447939;0.000000;0.184072;0.416781;0.524979;0.568565;0.412413;0.000000;0.544879;0.089074;0.000000;0.800273;0.505000;0.219774;0.076059;0.704164;0.004340;0.000995;0.994660;0.430380;0.002580;0.567040;0.731059;0.952574;0.268941;0.119203;0.268941;0.268941;0.268941;0.731059;0.119203;0.500000;0.500000;0.500000;0.500000;0.268941;0.268941;0.500000;0.268941;0.119203;0.268941;0.731059;0.394126;0.769058;0.756760;0.386274;0.306188;0.478014;0.460085;0.571751;0.280900;0.069138;0.353429;0.643136;0.000000;0.603483;0.713000;0.400352;0.654301;0.000000;0.263278;0.225133;0.112386;0.085661;0.801954;0.003685;0.031240;0.965080;0.108870;0.001140;0.889990;0.500000;0.731059;0.500000;0.268941;0.017986;0.993307;0.880797;0.047426;0.268941;0.047426;0.047426;0.952574;0.119203;0.017986;0.500000;0.268941;0.268941;0.017986;0.047426;0.119203;0.575664;0.644512;0.670843;0.503250;0.000000;0.857783;0.521487;0.702661;0.179462;0.081211;0.038679;0.817574;0.000000;0.404922;0.584676;0.475769;0.336038;0.000000;0.000000;0.137881;0.022557;0.046568;0.930875;0.002000;0.135785;0.862215;0.031470;0.002315;0.966215;0.268941;0.047426;0.500000;0.731059;0.047426;0.119203;0.268941;0.997527;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.268941;0.500000;0.047426;0.017986;0.017986;0.510249;0.295254;0.807834;0.522485;0.333811;0.569056;0.556508;0.831459;0.378011;0.522734;0.085177;0.574687;0.000000;0.392933;0.331812;0.573464;0.428004;0.382016;0.000000;0.196866;0.034694;0.077670;0.887633;0.000980;0.220790;0.778220;0.025000;0.009715;0.965285;0.952574;0.268941;0.268941;0.119203;0.952574;0.731059;0.268941;0.500000;0.119203;0.119203;0.119203;0.731059;0.268941;0.047426;0.119203;0.952574;0.500000;0.047426;0.119203;0.119203;0.516744;0.606112;0.639916;0.269335;0.182426;0.576641;0.059023;0.699097;0.119098;0.083173;0.236494;0.841175;0.110563;0.030032;0.697411;0.840372;0.517493;0.000000;0.000000;0.048338;0.001036;0.274500;0.724461;0.001515;0.742675;0.255810;0.000975;0.074840;0.924175;0.119203;0.119203;0.119203;0.047426;0.268941;0.119203;0.119203;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.731059;0.119203;0.731059;0.997527;0.017986;0.119203;0.500000;0.345473;0.753246;0.396756;0.165481;0.000000;0.291729;0.392218;0.509249;0.392933;0.091040;0.239031;0.829629;0.000000;0.000000;0.574687;0.776260;0.809536;0.000000;0.000000;0.235232;0.000835;0.800963;0.198202;0.002015;0.932980;0.065005;0.000025;0.610705;0.389270
0.017986;0.017986;0.268941;0.999665;0.006693;0.119203;0.500000;0.047426;0.047426;0.006693;0.006693;0.047426;0.006693;0.006693;0.047426;0.119203;0.047426;0.002473;0.006693;0.006693;0.069785;0.000000;0.000000;0.982876;0.000000;0.303857;0.135756;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.195761;0.164105;0.222008;0.000000;0.000000;0.000000;0.056947;0.045330;0.137127;0.817543;0.014155;0.024810;0.961035;0.009955;0.355390;0.634655;0.119203;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.999089;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.119203;0.047426;0.017986;0.006693;0.006693;0.662845;0.566356;0.794620;0.584433;0.441765;0.159762;0.402755;0.628783;0.331147;0.221318;0.061284;0.000000;0.323661;0.398193;0.163830;0.723522;0.725518;0.000000;0.373554;0.591701;0.059840;0.046855;0.893305;0.023155;0.004600;0.972245;0.019185;0.127495;0.853320;0.047426;0.999665;0.119203;0.017986;0.006693;0.268941;0.119203;0.017986;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.047426;0.047426;0.006693;0.017986;0.017986;0.000000;0.977774;0.120151;0.297548;0.000000;0.136461;0.152904;0.073169;0.688690;0.203753;0.000000;0.173360;0.000000;0.000000;0.212822;0.495000;0.191545;0.000000;0.089562;0.062620;0.094793;0.032163;0.873044;0.183935;0.049585;0.766475;0.028295;0.037955;0.933755;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.500000;0.047426;0.119203;0.017986;0.047426;0.997527;0.006693;0.017986;0.017986;0.500000;0.999665;0.047426;0.283940;0.425313;0.364242;0.422139;0.350236;0.249178;0.499250;0.398912;0.650219;0.611352;0.381544;0.280093;0.192321;0.863774;0.787346;0.682872;0.297757;0.000000;0.619871;0.403236;0.169661;0.032934;0.797404;0.202190;0.068930;0.728880;0.220180;0.015755;0.764060;0.047426;0.047426;0.017986;0.006693;0.017986;0.047426;0.017986;0.017986;0.952574;0.119203;0.500000;0.017986;0.119203;0.997527;0.017986;0.047426;0.047426;0.982014;0.999089;0.047426;0.543142;0.065498;0.819653;0.369584;0.258649;0.139674;0.000000;0.389361;0.413140;0.000000;0.493750;0.243240;0.533948;0.579812;0.348418;0.921940;0.473275;0.000000;0.573220;0.409266;0.255140;0.028839;0.716017;0.212205;0.066110;0.721680;0.349925;0.016240;0.633830;0.119203;0.119203;0.997527;0.268941;0.731059;0.119203;0.119203;0.268941;0.119203;0.047426;0.047426;0.119203;0.952574;0.017986;0.047426;0.880797;0.268941;0.017986;0.047426;0.119203;0.719100;0.000000;0.419945;0.000000;0.261729;0.000000;0.000000;0.825202;0.000000;0.061861;0.058801;0.000000;0.582489;0.127973;0.000000;0.968354;0.240489;0.000000;0.000000;0.000000;0.603796;0.011174;0.385030;0.290320;0.026980;0.682695;0.564210;0.001700;0.434095;0.119203;0.993307;0.268941;0.880797;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.047426;0.952574;0.119203;0.017986;0.880797;0.268941;0.268941;0.017986;0.047426;0.047426;0.334033;0.808609;0.443986;0.294423;0.000000;0.833134;0.769413;0.195919;0.376836;0.275279;0.390312;0.605635;0.000000;0.000000;0.847354;0.427270;0.305127;0.000000;0.000000;0.378716;0.923163;0.003005;0.073832;0.844080;0.004025;0.151895;0.943165;0.000175;0.056660;0.268941;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.047426;0.500000;0.119203;0.047426;0.500000;0.119203;0.017986;0.500000;0.268941;0.731059;0.017986;0.047426;0.500000;0.629483;0.666634;0.195289;0.540163;0.000000;0.659485;0.782620;0.163420;0.082187;0.232188;0.595319;0.476018;0.929629;0.145294;0.380601;0.534445;0.075718;0.354344;0.000000;0.357783;0.937800;0.002788;0.059412;0.889325;0.003655;0.107020;0.984285;0.000035;0.015680;0.993307;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.952574;0.584676;0.000000;0.069203;0.000000;0.000000;0.000000;0.159494;0.000000;0.000000;0.880902;0.846836;0.000000;0.420188;0.914667;0.000000;0.161515;0.000000;0.000000;0.773644;0.317345;0.948102;0.002001;0.049899;0.955635;0.005635;0.038730;0.999050;0.000010;0.000945;0.268941;0.017986;0.017986;0.017986;0.500000;0.017986;0.017986;0.017986;0.017986;0.997527;0.731059;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.017986;0.047426;0.952574;0.905081;0.463813;0.000000;0.044362;0.141244;0.391741;0.297757;0.074813;0.085959;0.539418;0.388410;0.809690;0.345473;0.234154;0.000000;0.621284;0.267959;0.000000;0.391026;0.349554;0.957786;0.004236;0.037978;0.982190;0.012350;0.005460;0.999775;0.000005;0.000220;0.119203;0.268941;0.500000;0.268941;0.006693;0.999089;0.880797;0.047426;0.500000;0.017986;0.017986;0.500000;0.119203;0.006693;0.047426;0.119203;0.119203;0.017986;0.047426;0.017986;0.340964;0.824914;0.792490;0.685896;0.257309;0.837126;0.688904;0.116397;0.545623;0.205054;0.210320;0.744026;0.207181;0.000000;0.198293;0.605157;0.319081;0.000000;0.233438;0.000000;0.952973;0.012087;0.034940;0.984120;0.013755;0.002125;0.999975;0.000000;0.000025
0.119203;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.999089;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.119203;0.047426;0.017986;0.006693;0.006693;0.662845;0.566356;0.794620;0.584433;0.441765;0.159762;0.402755;0.628783;0.331147;0.221318;0.061284;0.000000;0.323661;0.398193;0.163830;0.723522;0.725518;0.000000;0.373554;0.591701;0.059840;0.046855;0.893305;0.023155;0.004600;0.972245;0.019185;0.127495;0.853320;0.047426;0.999665;0.119203;0.017986;0.006693;0.268941;0.119203;0.017986;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.047426;0.047426;0.006693;0.017986;0.017986;0.000000;0.977774;0.120151;0.297548;0.000000;0.136461;0.152904;0.073169;0.688690;0.203753;0.000000;0.173360;0.000000;0.000000;0.212822;0.495000;0.191545;0.000000;0.089562;0.062620;0.094793;0.032163;0.873044;0.183935;0.049585;0.766475;0.028295;0.037955;0.933755;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.500000;0.047426;0.119203;0.017986;0.047426;0.997527;0.006693;0.017986;0.017986;0.500000;0.999665;0.047426;0.283940;0.425313;0.364242;0.422139;0.350236;0.249178;0.499250;0.398912;0.650219;0.611352;0.381544;0.280093;0.192321;0.863774;0.787346;0.682872;0.297757;0.000000;0.619871;0.403236;0.169661;0.032934;0.797404;0.202190;0.068930;0.728880;0.220180;0.015755;0.764060;0.047426;0.047426;0.017986;0.006693;0.017986;0.047426;0.017986;0.017986;0.952574;0.119203;0.500000;0.017986;0.119203;0.997527;0.017986;0.047426;0.047426;0.982014;0.999089;0.047426;0.543142;0.065498;0.819653;0.369584;0.258649;0.139674;0.000000;0.389361;0.413140;0.000000;0.493750;0.243240;0.533948;0.579812;0.348418;0.921940;0.473275;0.000000;0.573220;0.409266;0.255140;0.028839;0.716017;0.212205;0.066110;0.721680;0.349925;0.016240;0.633830;0.119203;0.119203;0.997527;0.268941;0.731059;0.119203;0.119203;0.268941;0.119203;0.047426;0.047426;0.119203;0.952574;0.017986;0.047426;0.880797;0.268941;0.017986;0.047426;0.119203;0.719100;0.000000;0.419945;0.000000;0.261729;0.000000;0.000000;0.825202;0.000000;0.061861;0.058801;0.000000;0.582489;0.127973;0.000000;0.968354;0.240489;0.000000;0.000000;0.000000;0.603796;0.011174;0.385030;0.290320;0.026980;0.682695;0.564210;0.001700;0.434095;0.119203;0.993307;0.268941;0.880797;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.047426;0.952574;0.119203;0.017986;0.880797;0.268941;0.268941;0.017986;0.047426;0.047426;0.334033;0.808609;0.443986;0.294423;0.000000;0.833134;0.769413;0.195919;0.376836;0.275279;0.390312;0.605635;0.000000;0.000000;0.847354;0.427270;0.305127;0.000000;0.000000;0.378716;0.923163;0.003005;0.073832;0.844080;0.004025;0.151895;0.943165;0.000175;0.056660;0.268941;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.047426;0.500000;0.119203;0.047426;0.500000;0.119203;0.017986;0.500000;0.268941;0.731059;0.017986;0.047426;0.500000;0.629483;0.666634;0.195289;0.540163;0.000000;0.659485;0.782620;0.163420;0.082187;0.232188;0.595319;0.476018;0.929629;0.145294;0.380601;0.534445;0.075718;0.354344;0.000000;0.357783;0.937800;0.002788;0.059412;0.889325;0.003655;0.107020;0.984285;0.000035;0.015680;0.993307;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.952574;0.584676;0.000000;0.069203;0.000000;0.000000;0.000000;0.159494;0.000000;0.000000;0.880902;0.846836;0.000000;0.420188;0.914667;0.000000;0.161515;0.000000;0.000000;0.773644;0.317345;0.948102;0.002001;0.049899;0.955635;0.005635;0.038730;0.999050;0.000010;0.000945;0.268941;0.017986;0.017986;0.017986;0.500000;0.017986;0.017986;0.017986;0.017986;0.997527;0.731059;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.017986;0.047426;0.952574;0.905081;0.463813;0.000000;0.044362;0.141244;0.391741;0.297757;0.074813;0.085959;0.539418;0.388410;0.809690;0.345473;0.234154;0.000000;0.621284;0.267959;0.000000;0.391026;0.349554;0.957786;0.004236;0.037978;0.982190;0.012350;0.005460;0.999775;0.000005;0.000220;0.119203;0.268941;0.500000;0.268941;0.006693;0.999089;0.880797;0.047426;0.500000;0.017986;0.017986;0.500000;0.119203;0.006693;0.047426;0.119203;0.119203;0.017986;0.047426;0.017986;0.340964;0.824914;0.792490;0.685896;0.257309;0.837126;0.688904;0.116397;0.545623;0.205054;0.210320;0.744026;0.207181;0.000000;0.198293;0.605157;0.319081;0.000000;0.233438;0.000000;0.952973;0.012087;0.034940;0.984120;0.013755;0.002125;0.999975;0.000000;0.000025;0.268941;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.952574;0.880797;0.731059;0.500000;0.119203;0.047426;0.268941;0.880797;0.047426;0.119203;0.880797;0.873028;0.111948;0.321912;0.313674;0.249178;0.358933;0.310026;0.247685;0.109681;0.764768;0.635758;0.000000;0.281305;0.130448;0.166589;0.612065;0.436347;0.597005;0.222873;0.530213;0.951057;0.014627;0.034314;0.984635;0.014380;0.000980;0.999955;0.000000;0.000045
0.047426;0.999665;0.119203;0.017986;0.006693;0.268941;0.119203;0.017986;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.047426;0.047426;0.006693;0.017986;0.017986;0.000000;0.977774;0.120151;0.297548;0.000000;0.136461;0.152904;0.073169;0.688690;0.203753;0.000000;0.173360;0.000000;0.000000;0.212822;0.495000;0.191545;0.000000;0.089562;0.062620;0.094793;0.032163;0.873044;0.183935;0.049585;0.766475;0.028295;0.037955;0.933755;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.500000;0.047426;0.119203;0.017986;0.047426;0.997527;0.006693;0.017986;0.017986;0.500000;0.999665;0.047426;0.283940;0.425313;0.364242;0.422139;0.350236;0.249178;0.499250;0.398912;0.650219;0.611352;0.381544;0.280093;0.192321;0.863774;0.787346;0.682872;0.297757;0.000000;0.619871;0.403236;0.169661;0.032934;0.797404;0.202190;0.068930;0.728880;0.220180;0.015755;0.764060;0.047426;0.047426;0.017986;0.006693;0.017986;0.047426;0.017986;0.017986;0.952574;0.119203;0.500000;0.017986;0.119203;0.997527;0.017986;0.047426;0.047426;0.982014;0.999089;0.047426;0.543142;0.065498;0.819653;0.369584;0.258649;0.139674;0.000000;0.389361;0.413140;0.000000;0.493750;0.243240;0.533948;0.579812;0.348418;0.921940;0.473275;0.000000;0.573220;0.409266;0.255140;0.028839;0.716017;0.212205;0.066110;0.721680;0.349925;0.016240;0.633830;0.119203;0.119203;0.997527;0.268941;0.731059;0.119203;0.119203;0.268941;0.119203;0.047426;0.047426;0.119203;0.952574;0.017986;0.047426;0.880797;0.268941;0.017986;0.047426;0.119203;0.719100;0.000000;0.419945;0.000000;0.261729;0.000000;0.000000;0.825202;0.000000;0.061861;0.058801;0.000000;0.582489;0.127973;0.000000;0.968354;0.240489;0.000000;0.000000;0.000000;0.603796;0.011174;0.385030;0.290320;0.026980;0.682695;0.564210;0.001700;0.434095;0.119203;0.993307;0.268941;0.880797;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.047426;0.952574;0.119203;0.017986;0.880797;0.268941;0.268941;0.017986;0.047426;0.047426;0.334033;0.808609;0.443986;0.294423;0.000000;0.833134;0.769413;0.195919;0.376836;0.275279;0.390312;0.605635;0.000000;0.000000;0.847354;0.427270;0.305127;0.000000;0.000000;0.378716;0.923163;0.003005;0.073832;0.844080;0.004025;0.151895;0.943165;0.000175;0.056660;0.268941;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.047426;0.500000;0.119203;0.047426;0.500000;0.119203;0.017986;0.500000;0.268941;0.731059;0.017986;0.047426;0.500000;0.629483;0.666634;0.195289;0.540163;0.000000;0.659485;0.782620;0.163420;0.082187;0.232188;0.595319;0.476018;0.929629;0.145294;0.380601;0.534445;0.075718;0.354344;0.000000;0.357783;0.937800;0.002788;0.059412;0.889325;0.003655;0.107020;0.984285;0.000035;0.015680;0.993307;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.952574;0.584676;0.000000;0.069203;0.000000;0.000000;0.000000;0.159494;0.000000;0.000000;0.880902;0.846836;0.000000;0.420188;0.914667;0.000000;0.161515;0.000000;0.000000;0.773644;0.317345;0.948102;0.002001;0.049899;0.955635;0.005635;0.038730;0.999050;0.000010;0.000945;0.268941;0.017986;0.017986;0.017986;0.500000;0.017986;0.017986;0.017986;0.017986;0.997527;0.731059;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.017986;0.047426;0.952574;0.905081;0.463813;0.000000;0.044362;0.141244;0.391741;0.297757;0.074813;0.085959;0.539418;0.388410;0.809690;0.345473;0.234154;0.000000;0.621284;0.267959;0.000000;0.391026;0.349554;0.957786;0.004236;0.037978;0.982190;0.012350;0.005460;0.999775;0.000005;0.000220;0.119203;0.268941;0.500000;0.268941;0.006693;0.999089;0.880797;0.047426;0.500000;0.017986;0.017986;0.500000;0.119203;0.006693;0.047426;0.119203;0.119203;0.017986;0.047426;0.017986;0.340964;0.824914;0.792490;0.685896;0.257309;0.837126;0.688904;0.116397;0.545623;0.205054;0.210320;0.744026;0.207181;0.000000;0.198293;0.605157;0.319081;0.000000;0.233438;0.000000;0.952973;0.012087;0.034940;0.984120;0.013755;0.002125;0.999975;0.000000;0.000025;0.268941;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.952574;0.880797;0.731059;0.500000;0.119203;0.047426;0.268941;0.880797;0.047426;0.119203;0.880797;0.873028;0.111948;0.321912;0.313674;0.249178;0.358933;0.310026;0.247685;0.109681;0.764768;0.635758;0.000000;0.281305;0.130448;0.166589;0.612065;0.436347;0.597005;0.222873;0.530213;0.951057;0.014627;0.034314;0.984635;0.014380;0.000980;0.999955;0.000000;0.000045;0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.006693;0.999089;0.500000;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.697622;0.000000;0.000000;0.000000;0.620813;0.000000;0.000000;0.080099;0.000000;0.845535;0.778164;0.000000;0.190618;0.909455;0.000000;0.226356;0.084478;0.503750;0.000000;0.803924;0.950876;0.015671;0.033453;0.984580;0.014395;0.001025;0.999910;0.000000;0.000090
0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.500000;0.047426;0.119203;0.017986;0.047426;0.997527;0.006693;0.017986;0.017986;0.500000;0.999665;0.047426;0.283940;0.425313;0.364242;0.422139;0.350236;0.249178;0.499250;0.398912;0.650219;0.611352;0.381544;0.280093;0.192321;0.863774;0.787346;0.682872;0.297757;0.000000;0.619871;0.403236;0.169661;0.032934;0.797404;0.202190;0.068930;0.728880;0.220180;0.015755;0.764060;0.047426;0.047426;0.017986;0.006693;0.017986;0.047426;0.017986;0.017986;0.952574;0.119203;0.500000;0.017986;0.119203;0.997527;0.017986;0.047426;0.047426;0.982014;0.999089;0.047426;0.543142;0.065498;0.819653;0.369584;0.258649;0.139674;0.000000;0.389361;0.413140;0.000000;0.493750;0.243240;0.533948;0.579812;0.348418;0.921940;0.473275;0.000000;0.573220;0.409266;0.255140;0.028839;0.716017;0.212205;0.066110;0.721680;0.349925;0.016240;0.633830;0.119203;0.119203;0.997527;0.268941;0.731059;0.119203;0.119203;0.268941;0.119203;0.047426;0.047426;0.119203;0.952574;0.017986;0.047426;0.880797;0.268941;0.017986;0.047426;0.119203;0.719100;0.000000;0.419945;0.000000;0.261729;0.000000;0.000000;0.825202;0.000000;0.061861;0.058801;0.000000;0.582489;0.127973;0.000000;0.968354;0.240489;0.000000;0.000000;0.000000;0.603796;0.011174;0.385030;0.290320;0.026980;0.682695;0.564210;0.001700;0.434095;0.119203;0.993307;0.268941;0.880797;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.047426;0.952574;0.119203;0.017986;0.880797;0.268941;0.268941;0.017986;0.047426;0.047426;0.334033;0.808609;0.443986;0.294423;0.000000;0.833134;0.769413;0.195919;0.376836;0.275279;0.390312;0.605635;0.000000;0.000000;0.847354;0.427270;0.305127;0.000000;0.000000;0.378716;0.923163;0.003005;0.073832;0.844080;0.004025;0.151895;0.943165;0.000175;0.056660;0.268941;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.047426;0.500000;0.119203;0.047426;0.500000;0.119203;0.017986;0.500000;0.268941;0.731059;0.017986;0.047426;0.500000;0.629483;0.666634;0.195289;0.540163;0.000000;0.659485;0.782620;0.163420;0.082187;0.232188;0.595319;0.476018;0.929629;0.145294;0.380601;0.534445;0.075718;0.354344;0.000000;0.357783;0.937800;0.002788;0.059412;0.889325;0.003655;0.107020;0.984285;0.000035;0.015680;0.993307;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.952574;0.584676;0.000000;0.069203;0.000000;0.000000;0.000000;0.159494;0.000000;0.000000;0.880902;0.846836;0.000000;0.420188;0.914667;0.000000;0.161515;0.000000;0.000000;0.773644;0.317345;0.948102;0.002001;0.049899;0.955635;0.005635;0.038730;0.999050;0.000010;0.000945;0.268941;0.017986;0.017986;0.017986;0.500000;0.017986;0.017986;0.017986;0.017986;0.997527;0.731059;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.017986;0.047426;0.952574;0.905081;0.463813;0.000000;0.044362;0.141244;0.391741;0.297757;0.074813;0.085959;0.539418;0.388410;0.809690;0.345473;0.234154;0.000000;0.621284;0.267959;0.000000;0.391026;0.349554;0.957786;0.004236;0.037978;0.982190;0.012350;0.005460;0.999775;0.000005;0.000220;0.119203;0.268941;0.500000;0.268941;0.006693;0.999089;0.880797;0.047426;0.500000;0.017986;0.017986;0.500000;0.119203;0.006693;0.047426;0.119203;0.119203;0.017986;0.047426;0.017986;0.340964;0.824914;0.792490;0.685896;0.257309;0.837126;0.688904;0.116397;0.545623;0.205054;0.210320;0.744026;0.207181;0.000000;0.198293;0.605157;0.319081;0.000000;0.233438;0.000000;0.952973;0.012087;0.034940;0.984120;0.013755;0.002125;0.999975;0.000000;0.000025;0.268941;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.952574;0.880797;0.731059;0.500000;0.119203;0.047426;0.268941;0.880797;0.047426;0.119203;0.880797;0.873028;0.111948;0.321912;0.313674;0.249178;0.358933;0.310026;0.247685;0.109681;0.764768;0.635758;0.000000;0.281305;0.130448;0.166589;0.612065;0.436347;0.597005;0.222873;0.530213;0.951057;0.014627;0.034314;0.984635;0.014380;0.000980;0.999955;0.000000;0.000045;0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.006693;0.999089;0.500000;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.697622;0.000000;0.000000;0.000000;0.620813;0.000000;0.000000;0.080099;0.000000;0.845535;0.778164;0.000000;0.190618;0.909455;0.000000;0.226356;0.084478;0.503750;0.000000;0.803924;0.950876;0.015671;0.033453;0.984580;0.014395;0.001025;0.999910;0.000000;0.000090;0.731059;0.047426;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.952574;0.952574;0.047426;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.119203;0.952574;0.905253;0.296087;0.000000;0.078783;0.843169;0.154074;0.052800;0.242872;0.000000;0.777127;0.388173;0.209988;0.570772;0.316047;0.000000;0.480260;0.498250;0.000000;0.131244;0.590008;0.960394;0.005822;0.033783;0.984040;0.014125;0.001835;0.999960;0.000000;0.000040
0.047426;0.047426;0.017986;0.006693;0.017986;0.047426;0.017986;0.017986;0.952574;0.119203;0.500000;0.017986;0.119203;0.997527;0.017986;0.047426;0.047426;0.982014;0.999089;0.047426;0.543142;0.065498;0.819653;0.369584;0.258649;0.139674;0.000000;0.389361;0.413140;0.000000;0.493750;0.243240;0.533948;0.579812;0.348418;0.921940;0.473275;0.000000;0.573220;0.409266;0.255140;0.028839;0.716017;0.212205;0.066110;0.721680;0.349925;0.016240;0.633830;0.119203;0.119203;0.997527;0.268941;0.731059;0.119203;0.119203;0.268941;0.119203;0.047426;0.047426;0.119203;0.952574;0.017986;0.047426;0.880797;0.268941;0.017986;0.047426;0.119203;0.719100;0.000000;0.419945;0.000000;0.261729;0.000000;0.000000;0.825202;0.000000;0.061861;0.058801;0.000000;0.582489;0.127973;0.000000;0.968354;0.240489;0.000000;0.000000;0.000000;0.603796;0.011174;0.385030;0.290320;0.026980;0.682695;0.564210;0.001700;0.434095;0.119203;0.993307;0.268941;0.880797;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.047426;0.952574;0.119203;0.017986;0.880797;0.268941;0.268941;0.017986;0.047426;0.047426;0.334033;0.808609;0.443986;0.294423;0.000000;0.833134;0.769413;0.195919;0.376836;0.275279;0.390312;0.605635;0.000000;0.000000;0.847354;0.427270;0.305127;0.000000;0.000000;0.378716;0.923163;0.003005;0.073832;0.844080;0.004025;0.151895;0.943165;0.000175;0.056660;0.268941;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.047426;0.500000;0.119203;0.047426;0.500000;0.119203;0.017986;0.500000;0.268941;0.731059;0.017986;0.047426;0.500000;0.629483;0.666634;0.195289;0.540163;0.000000;0.659485;0.782620;0.163420;0.082187;0.232188;0.595319;0.476018;0.929629;0.145294;0.380601;0.534445;0.075718;0.354344;0.000000;0.357783;0.937800;0.002788;0.059412;0.889325;0.003655;0.107020;0.984285;0.000035;0.015680;0.993307;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.952574;0.584676;0.000000;0.069203;0.000000;0.000000;0.000000;0.159494;0.000000;0.000000;0.880902;0.846836;0.000000;0.420188;0.914667;0.000000;0.161515;0.000000;0.000000;0.773644;0.317345;0.948102;0.002001;0.049899;0.955635;0.005635;0.038730;0.999050;0.000010;0.000945;0.268941;0.017986;0.017986;0.017986;0.500000;0.017986;0.017986;0.017986;0.017986;0.997527;0.731059;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.017986;0.047426;0.952574;0.905081;0.463813;0.000000;0.044362;0.141244;0.391741;0.297757;0.074813;0.085959;0.539418;0.388410;0.809690;0.345473;0.234154;0.000000;0.621284;0.267959;0.000000;0.391026;0.349554;0.957786;0.004236;0.037978;0.982190;0.012350;0.005460;0.999775;0.000005;0.000220;0.119203;0.268941;0.500000;0.268941;0.006693;0.999089;0.880797;0.047426;0.500000;0.017986;0.017986;0.500000;0.119203;0.006693;0.047426;0.119203;0.119203;0.017986;0.047426;0.017986;0.340964;0.824914;0.792490;0.685896;0.257309;0.837126;0.688904;0.116397;0.545623;0.205054;0.210320;0.744026;0.207181;0.000000;0.198293;0.605157;0.319081;0.000000;0.233438;0.000000;0.952973;0.012087;0.034940;0.984120;0.013755;0.002125;0.999975;0.000000;0.000025;0.268941;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.952574;0.880797;0.731059;0.500000;0.119203;0.047426;0.268941;0.880797;0.047426;0.119203;0.880797;0.873028;0.111948;0.321912;0.313674;0.249178;0.358933;0.310026;0.247685;0.109681;0.764768;0.635758;0.000000;0.281305;0.130448;0.166589;0.612065;0.436347;0.597005;0.222873;0.530213;0.951057;0.014627;0.034314;0.984635;0.014380;0.000980;0.999955;0.000000;0.000045;0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.006693;0.999089;0.500000;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.697622;0.000000;0.000000;0.000000;0.620813;0.000000;0.000000;0.080099;0.000000;0.845535;0.778164;0.000000;0.190618;0.909455;0.000000;0.226356;0.084478;0.503750;0.000000;0.803924;0.950876;0.015671;0.033453;0.984580;0.014395;0.001025;0.999910;0.000000;0.000090;0.731059;0.047426;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.952574;0.952574;0.047426;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.119203;0.952574;0.905253;0.296087;0.000000;0.078783;0.843169;0.154074;0.052800;0.242872;0.000000;0.777127;0.388173;0.209988;0.570772;0.316047;0.000000;0.480260;0.498250;0.000000;0.131244;0.590008;0.960394;0.005822;0.033783;0.984040;0.014125;0.001835;0.999960;0.000000;0.000040;0.268941;0.982014;0.268941;0.119203;0.017986;0.952574;0.500000;0.047426;0.268941;0.017986;0.017986;0.993307;0.119203;0.017986;0.047426;0.268941;0.119203;0.017986;0.047426;0.047426;0.712795;0.824625;0.659710;0.616567;0.000000;0.701406;0.741734;0.393888;0.374022;0.000000;0.027652;0.531707;0.000000;0.144427;0.080394;0.840908;0.289050;0.290491;0.000000;0.117533;0.957887;0.005889;0.036224;0.982855;0.013745;0.003400;0.999905;0.000000;0.000095
0.119203;0.119203;0.997527;0.268941;0.731059;0.119203;0.119203;0.268941;0.119203;0.047426;0.047426;0.119203;0.952574;0.017986;0.047426;0.880797;0.268941;0.017986;0.047426;0.119203;0.719100;0.000000;0.419945;0.000000;0.261729;0.000000;0.000000;0.825202;0.000000;0.061861;0.058801;0.000000;0.582489;0.127973;0.000000;0.968354;0.240489;0.000000;0.000000;0.000000;0.603796;0.011174;0.385030;0.290320;0.026980;0.682695;0.564210;0.001700;0.434095;0.119203;0.993307;0.268941;0.880797;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.047426;0.952574;0.119203;0.017986;0.880797;0.268941;0.268941;0.017986;0.047426;0.047426;0.334033;0.808609;0.443986;0.294423;0.000000;0.833134;0.769413;0.195919;0.376836;0.275279;0.390312;0.605635;0.000000;0.000000;0.847354;0.427270;0.305127;0.000000;0.000000;0.378716;0.923163;0.003005;0.073832;0.844080;0.004025;0.151895;0.943165;0.000175;0.056660;0.268941;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.047426;0.500000;0.119203;0.047426;0.500000;0.119203;0.017986;0.500000;0.268941;0.731059;0.017986;0.047426;0.500000;0.629483;0.666634;0.195289;0.540163;0.000000;0.659485;0.782620;0.163420;0.082187;0.232188;0.595319;0.476018;0.929629;0.145294;0.380601;0.534445;0.075718;0.354344;0.000000;0.357783;0.937800;0.002788;0.059412;0.889325;0.003655;0.107020;0.984285;0.000035;0.015680;0.993307;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.952574;0.584676;0.000000;0.069203;0.000000;0.000000;0.000000;0.159494;0.000000;0.000000;0.880902;0.846836;0.000000;0.420188;0.914667;0.000000;0.161515;0.000000;0.000000;0.773644;0.317345;0.948102;0.002001;0.049899;0.955635;0.005635;0.038730;0.999050;0.000010;0.000945;0.268941;0.017986;0.017986;0.017986;0.500000;0.017986;0.017986;0.017986;0.017986;0.997527;0.731059;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.017986;0.047426;0.952574;0.905081;0.463813;0.000000;0.044362;0.141244;0.391741;0.297757;0.074813;0.085959;0.539418;0.388410;0.809690;0.345473;0.234154;0.000000;0.621284;0.267959;0.000000;0.391026;0.349554;0.957786;0.004236;0.037978;0.982190;0.012350;0.005460;0.999775;0.000005;0.000220;0.119203;0.268941;0.500000;0.268941;0.006693;0.999089;0.880797;0.047426;0.500000;0.017986;0.017986;0.500000;0.119203;0.006693;0.047426;0.119203;0.119203;0.017986;0.047426;0.017986;0.340964;0.824914;0.792490;0.685896;0.257309;0.837126;0.688904;0.116397;0.545623;0.205054;0.210320;0.744026;0.207181;0.000000;0.198293;0.605157;0.319081;0.000000;0.233438;0.000000;0.952973;0.012087;0.034940;0.984120;0.013755;0.002125;0.999975;0.000000;0.000025;0.268941;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.952574;0.880797;0.731059;0.500000;0.119203;0.047426;0.268941;0.880797;0.047426;0.119203;0.880797;0.873028;0.111948;0.321912;0.313674;0.249178;0.358933;0.310026;0.247685;0.109681;0.764768;0.635758;0.000000;0.281305;0.130448;0.166589;0.612065;0.436347;0.597005;0.222873;0.530213;0.951057;0.014627;0.034314;0.984635;0.014380;0.000980;0.999955;0.000000;0.000045;0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.006693;0.999089;0.500000;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.697622;0.000000;0.000000;0.000000;0.620813;0.000000;0.000000;0.080099;0.000000;0.845535;0.778164;0.000000;0.190618;0.909455;0.000000;0.226356;0.084478;0.503750;0.000000;0.803924;0.950876;0.015671;0.033453;0.984580;0.014395;0.001025;0.999910;0.000000;0.000090;0.731059;0.047426;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.952574;0.952574;0.047426;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.119203;0.952574;0.905253;0.296087;0.000000;0.078783;0.843169;0.154074;0.052800;0.242872;0.000000;0.777127;0.388173;0.209988;0.570772;0.316047;0.000000;0.480260;0.498250;0.000000;0.131244;0.590008;0.960394;0.005822;0.033783;0.984040;0.014125;0.001835;0.999960;0.000000;0.000040;0.268941;0.982014;0.268941;0.119203;0.017986;0.952574;0.500000;0.047426;0.268941;0.017986;0.017986;0.993307;0.119203;0.017986;0.047426;0.268941;0.119203;0.017986;0.047426;0.047426;0.712795;0.824625;0.659710;0.616567;0.000000;0.701406;0.741734;0.393888;0.374022;0.000000;0.027652;0.531707;0.000000;0.144427;0.080394;0.840908;0.289050;0.290491;0.000000;0.117533;0.957887;0.005889;0.036224;0.982855;0.013745;0.003400;0.999905;0.000000;0.000095;0.047426;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.993307;0.731059;0.017986;0.999665;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.500000;0.782790;0.000000;0.000000;0.061688;0.371684;0.000000;0.190464;0.903261;0.000000;0.808455;0.084324;0.000000;0.107168;0.255784;0.000000;0.196550;0.328495;0.000000;0.000000;0.783130;0.956875;0.004227;0.038896;0.976460;0.008745;0.014790;0.999740;0.000000;0.000260
0.119203;0.993307;0.268941;0.880797;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.047426;0.952574;0.119203;0.017986;0.880797;0.268941;0.268941;0.017986;0.047426;0.047426;0.334033;0.808609;0.443986;0.294423;0.000000;0.833134;0.769413;0.195919;0.376836;0.275279;0.390312;0.605635;0.000000;0.000000;0.847354;0.427270;0.305127;0.000000;0.000000;0.378716;0.923163;0.003005;0.073832;0.844080;0.004025;0.151895;0.943165;0.000175;0.056660;0.268941;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.047426;0.500000;0.119203;0.047426;0.500000;0.119203;0.017986;0.500000;0.268941;0.731059;0.017986;0.047426;0.500000;0.629483;0.666634;0.195289;0.540163;0.000000;0.659485;0.782620;0.163420;0.082187;0.232188;0.595319;0.476018;0.929629;0.145294;0.380601;0.534445;0.075718;0.354344;0.000000;0.357783;0.937800;0.002788;0.059412;0.889325;0.003655;0.107020;0.984285;0.000035;0.015680;0.993307;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.952574;0.584676;0.000000;0.069203;0.000000;0.000000;0.000000;0.159494;0.000000;0.000000;0.880902;0.846836;0.000000;0.420188;0.914667;0.000000;0.161515;0.000000;0.000000;0.773644;0.317345;0.948102;0.002001;0.049899;0.955635;0.005635;0.038730;0.999050;0.000010;0.000945;0.268941;0.017986;0.017986;0.017986;0.500000;0.017986;0.017986;0.017986;0.017986;0.997527;0.731059;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.017986;0.047426;0.952574;0.905081;0.463813;0.000000;0.044362;0.141244;0.391741;0.297757;0.074813;0.085959;0.539418;0.388410;0.809690;0.345473;0.234154;0.000000;0.621284;0.267959;0.000000;0.391026;0.349554;0.957786;0.004236;0.037978;0.982190;0.012350;0.005460;0.999775;0.000005;0.000220;0.119203;0.268941;0.500000;0.268941;0.006693;0.999089;0.880797;0.047426;0.500000;0.017986;0.017986;0.500000;0.119203;0.006693;0.047426;0.119203;0.119203;0.017986;0.047426;0.017986;0.340964;0.824914;0.792490;0.685896;0.257309;0.837126;0.688904;0.116397;0.545623;0.205054;0.210320;0.744026;0.207181;0.000000;0.198293;0.605157;0.319081;0.000000;0.233438;0.000000;0.952973;0.012087;0.034940;0.984120;0.013755;0.002125;0.999975;0.000000;0.000025;0.268941;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.952574;0.880797;0.731059;0.500000;0.119203;0.047426;0.268941;0.880797;0.047426;0.119203;0.880797;0.873028;0.111948;0.321912;0.313674;0.249178;0.358933;0.310026;0.247685;0.109681;0.764768;0.635758;0.000000;0.281305;0.130448;0.166589;0.612065;0.436347;0.597005;0.222873;0.530213;0.951057;0.014627;0.034314;0.984635;0.014380;0.000980;0.999955;0.000000;0.000045;0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.006693;0.999089;0.500000;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.697622;0.000000;0.000000;0.000000;0.620813;0.000000;0.000000;0.080099;0.000000;0.845535;0.778164;0.000000;0.190618;0.909455;0.000000;0.226356;0.084478;0.503750;0.000000;0.803924;0.950876;0.015671;0.033453;0.984580;0.014395;0.001025;0.999910;0.000000;0.000090;0.731059;0.047426;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.952574;0.952574;0.047426;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.119203;0.952574;0.905253;0.296087;0.000000;0.078783;0.843169;0.154074;0.052800;0.242872;0.000000;0.777127;0.388173;0.209988;0.570772;0.316047;0.000000;0.480260;0.498250;0.000000;0.131244;0.590008;0.960394;0.005822;0.033783;0.984040;0.014125;0.001835;0.999960;0.000000;0.000040;0.268941;0.982014;0.268941;0.119203;0.017986;0.952574;0.500000;0.047426;0.268941;0.017986;0.017986;0.993307;0.119203;0.017986;0.047426;0.268941;0.119203;0.017986;0.047426;0.047426;0.712795;0.824625;0.659710;0.616567;0.000000;0.701406;0.741734;0.393888;0.374022;0.000000;0.027652;0.531707;0.000000;0.144427;0.080394;0.840908;0.289050;0.290491;0.000000;0.117533;0.957887;0.005889;0.036224;0.982855;0.013745;0.003400;0.999905;0.000000;0.000095;0.047426;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.993307;0.731059;0.017986;0.999665;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.500000;0.782790;0.000000;0.000000;0.061688;0.371684;0.000000;0.190464;0.903261;0.000000;0.808455;0.084324;0.000000;0.107168;0.255784;0.000000;0.196550;0.328495;0.000000;0.000000;0.783130;0.956875;0.004227;0.038896;0.976460;0.008745;0.014790;0.999740;0.000000;0.000260;0.993307;0.047426;0.119203;0.047426;0.880797;0.119203;0.119203;0.880797;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.119203;0.579568;0.000000;0.000000;0.000000;0.184523;0.524979;0.000000;0.035606;0.000000;0.717886;0.919309;0.000000;0.491251;0.837943;0.000000;0.000000;0.000000;0.000000;0.000000;0.569301;0.929990;0.003049;0.066959;0.955485;0.005195;0.039320;0.999375;0.000005;0.000615
0.268941;0.268941;0.268941;0.880797;0.047426;0.880797;0.982014;0.047426;0.500000;0.119203;0.047426;0.500000;0.119203;0.017986;0.500000;0.268941;0.731059;0.017986;0.047426;0.500000;0.629483;0.666634;0.195289;0.540163;0.000000;0.659485;0.782620;0.163420;0.082187;0.232188;0.595319;0.476018;0.929629;0.145294;0.380601;0.534445;0.075718;0.354344;0.000000;0.357783;0.937800;0.002788;0.059412;0.889325;0.003655;0.107020;0.984285;0.000035;0.015680;0.993307;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.952574;0.584676;0.000000;0.069203;0.000000;0.000000;0.000000;0.159494;0.000000;0.000000;0.880902;0.846836;0.000000;0.420188;0.914667;0.000000;0.161515;0.000000;0.000000;0.773644;0.317345;0.948102;0.002001;0.049899;0.955635;0.005635;0.038730;0.999050;0.000010;0.000945;0.268941;0.017986;0.017986;0.017986;0.500000;0.017986;0.017986;0.017986;0.017986;0.997527;0.731059;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.017986;0.047426;0.952574;0.905081;0.463813;0.000000;0.044362;0.141244;0.391741;0.297757;0.074813;0.085959;0.539418;0.388410;0.809690;0.345473;0.234154;0.000000;0.621284;0.267959;0.000000;0.391026;0.349554;0.957786;0.004236;0.037978;0.982190;0.012350;0.005460;0.999775;0.000005;0.000220;0.119203;0.268941;0.500000;0.268941;0.006693;0.999089;0.880797;0.047426;0.500000;0.017986;0.017986;0.500000;0.119203;0.006693;0.047426;0.119203;0.119203;0.017986;0.047426;0.017986;0.340964;0.824914;0.792490;0.685896;0.257309;0.837126;0.688904;0.116397;0.545623;0.205054;0.210320;0.744026;0.207181;0.000000;0.198293;0.605157;0.319081;0.000000;0.233438;0.000000;0.952973;0.012087;0.034940;0.984120;0.013755;0.002125;0.999975;0.000000;0.000025;0.268941;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.952574;0.880797;0.731059;0.500000;0.119203;0.047426;0.268941;0.880797;0.047426;0.119203;0.880797;0.873028;0.111948;0.321912;0.313674;0.249178;0.358933;0.310026;0.247685;0.109681;0.764768;0.635758;0.000000;0.281305;0.130448;0.166589;0.612065;0.436347;0.597005;0.222873;0.530213;0.951057;0.014627;0.034314;0.984635;0.014380;0.000980;0.999955;0.000000;0.000045;0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.006693;0.999089;0.500000;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.697622;0.000000;0.000000;0.000000;0.620813;0.000000;0.000000;0.080099;0.000000;0.845535;0.778164;0.000000;0.190618;0.909455;0.000000;0.226356;0.084478;0.503750;0.000000;0.803924;0.950876;0.015671;0.033453;0.984580;0.014395;0.001025;0.999910;0.000000;0.000090;0.731059;0.047426;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.952574;0.952574;0.047426;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.119203;0.952574;0.905253;0.296087;0.000000;0.078783;0.843169;0.154074;0.052800;0.242872;0.000000;0.777127;0.388173;0.209988;0.570772;0.316047;0.000000;0.480260;0.498250;0.000000;0.131244;0.590008;0.960394;0.005822;0.033783;0.984040;0.014125;0.001835;0.999960;0.000000;0.000040;0.268941;0.982014;0.268941;0.119203;0.017986;0.952574;0.500000;0.047426;0.268941;0.017986;0.017986;0.993307;0.119203;0.017986;0.047426;0.268941;0.119203;0.017986;0.047426;0.047426;0.712795;0.824625;0.659710;0.616567;0.000000;0.701406;0.741734;0.393888;0.374022;0.000000;0.027652;0.531707;0.000000;0.144427;0.080394;0.840908;0.289050;0.290491;0.000000;0.117533;0.957887;0.005889;0.036224;0.982855;0.013745;0.003400;0.999905;0.000000;0.000095;0.047426;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.993307;0.731059;0.017986;0.999665;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.500000;0.782790;0.000000;0.000000;0.061688;0.371684;0.000000;0.190464;0.903261;0.000000;0.808455;0.084324;0.000000;0.107168;0.255784;0.000000;0.196550;0.328495;0.000000;0.000000;0.783130;0.956875;0.004227;0.038896;0.976460;0.008745;0.014790;0.999740;0.000000;0.000260;0.993307;0.047426;0.119203;0.047426;0.880797;0.119203;0.119203;0.880797;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.119203;0.579568;0.000000;0.000000;0.000000;0.184523;0.524979;0.000000;0.035606;0.000000;0.717886;0.919309;0.000000;0.491251;0.837943;0.000000;0.000000;0.000000;0.000000;0.000000;0.569301;0.929990;0.003049;0.066959;0.955485;0.005195;0.039320;0.999375;0.000005;0.000615;0.997527;0.047426;0.047426;0.047426;0.119203;0.119203;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.119203;0.017986;0.119203;0.500000;0.119203;0.017986;0.047426;0.268941;0.759511;0.734778;0.122496;0.245270;0.453386;0.630183;0.054064;0.227409;0.184975;0.507499;0.654979;0.278483;0.857295;0.000000;0.000000;0.498000;0.669738;0.000000;0.369584;0.485254;0.942257;0.002056;0.055687;0.938535;0.002280;0.059185;0.993110;0.000005;0.006885
0.993307;0.047426;0.047426;0.047426;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.952574;0.584676;0.000000;0.069203;0.000000;0.000000;0.000000;0.159494;0.000000;0.000000;0.880902;0.846836;0.000000;0.420188;0.914667;0.000000;0.161515;0.000000;0.000000;0.773644;0.317345;0.948102;0.002001;0.049899;0.955635;0.005635;0.038730;0.999050;0.000010;0.000945;0.268941;0.017986;0.017986;0.017986;0.500000;0.017986;0.017986;0.017986;0.017986;0.997527;0.731059;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.017986;0.047426;0.952574;0.905081;0.463813;0.000000;0.044362;0.141244;0.391741;0.297757;0.074813;0.085959;0.539418;0.388410;0.809690;0.345473;0.234154;0.000000;0.621284;0.267959;0.000000;0.391026;0.349554;0.957786;0.004236;0.037978;0.982190;0.012350;0.005460;0.999775;0.000005;0.000220;0.119203;0.268941;0.500000;0.268941;0.006693;0.999089;0.880797;0.047426;0.500000;0.017986;0.017986;0.500000;0.119203;0.006693;0.047426;0.119203;0.119203;0.017986;0.047426;0.017986;0.340964;0.824914;0.792490;0.685896;0.257309;0.837126;0.688904;0.116397;0.545623;0.205054;0.210320;0.744026;0.207181;0.000000;0.198293;0.605157;0.319081;0.000000;0.233438;0.000000;0.952973;0.012087;0.034940;0.984120;0.013755;0.002125;0.999975;0.000000;0.000025;0.268941;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.952574;0.880797;0.731059;0.500000;0.119203;0.047426;0.268941;0.880797;0.047426;0.119203;0.880797;0.873028;0.111948;0.321912;0.313674;0.249178;0.358933;0.310026;0.247685;0.109681;0.764768;0.635758;0.000000;0.281305;0.130448;0.166589;0.612065;0.436347;0.597005;0.222873;0.530213;0.951057;0.014627;0.034314;0.984635;0.014380;0.000980;0.999955;0.000000;0.000045;0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.006693;0.999089;0.500000;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.697622;0.000000;0.000000;0.000000;0.620813;0.000000;0.000000;0.080099;0.000000;0.845535;0.778164;0.000000;0.190618;0.909455;0.000000;0.226356;0.084478;0.503750;0.000000;0.803924;0.950876;0.015671;0.033453;0.984580;0.014395;0.001025;0.999910;0.000000;0.000090;0.731059;0.047426;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.952574;0.952574;0.047426;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.119203;0.952574;0.905253;0.296087;0.000000;0.078783;0.843169;0.154074;0.052800;0.242872;0.000000;0.777127;0.388173;0.209988;0.570772;0.316047;0.000000;0.480260;0.498250;0.000000;0.131244;0.590008;0.960394;0.005822;0.033783;0.984040;0.014125;0.001835;0.999960;0.000000;0.000040;0.268941;0.982014;0.268941;0.119203;0.017986;0.952574;0.500000;0.047426;0.268941;0.017986;0.017986;0.993307;0.119203;0.017986;0.047426;0.268941;0.119203;0.017986;0.047426;0.047426;0.712795;0.824625;0.659710;0.616567;0.000000;0.701406;0.741734;0.393888;0.374022;0.000000;0.027652;0.531707;0.000000;0.144427;0.080394;0.840908;0.289050;0.290491;0.000000;0.117533;0.957887;0.005889;0.036224;0.982855;0.013745;0.003400;0.999905;0.000000;0.000095;0.047426;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.993307;0.731059;0.017986;0.999665;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.500000;0.782790;0.000000;0.000000;0.061688;0.371684;0.000000;0.190464;0.903261;0.000000;0.808455;0.084324;0.000000;0.107168;0.255784;0.000000;0.196550;0.328495;0.000000;0.000000;0.783130;0.956875;0.004227;0.038896;0.976460;0.008745;0.014790;0.999740;0.000000;0.000260;0.993307;0.047426;0.119203;0.047426;0.880797;0.119203;0.119203;0.880797;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.119203;0.579568;0.000000;0.000000;0.000000;0.184523;0.524979;0.000000;0.035606;0.000000;0.717886;0.919309;0.000000;0.491251;0.837943;0.000000;0.000000;0.000000;0.000000;0.000000;0.569301;0.929990;0.003049;0.066959;0.955485;0.005195;0.039320;0.999375;0.000005;0.000615;0.997527;0.047426;0.047426;0.047426;0.119203;0.119203;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.119203;0.017986;0.119203;0.500000;0.119203;0.017986;0.047426;0.268941;0.759511;0.734778;0.122496;0.245270;0.453386;0.630183;0.054064;0.227409;0.184975;0.507499;0.654979;0.278483;0.857295;0.000000;0.000000;0.498000;0.669738;0.000000;0.369584;0.485254;0.942257;0.002056;0.055687;0.938535;0.002280;0.059185;0.993110;0.000005;0.006885;0.997527;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.872917;0.186791;0.403236;0.592908;0.457850;0.421407;0.557248;0.574198;0.000000;0.058470;0.071492;0.343215;0.323661;0.128308;0.000000;0.928641;0.060654;0.000000;0.000000;0.070699;0.745626;0.015394;0.238980;0.876560;0.001420;0.122020;0.911585;0.000000;0.088415
0.268941;0.017986;0.017986;0.017986;0.500000;0.017986;0.017986;0.017986;0.017986;0.997527;0.731059;0.017986;0.731059;0.119203;0.017986;0.047426;0.500000;0.017986;0.047426;0.952574;0.905081;0.463813;0.000000;0.044362;0.141244;0.391741;0.297757;0.074813;0.085959;0.539418;0.388410;0.809690;0.345473;0.234154;0.000000;0.621284;0.267959;0.000000;0.391026;0.349554;0.957786;0.004236;0.037978;0.982190;0.012350;0.005460;0.999775;0.000005;0.000220;0.119203;0.268941;0.500000;0.268941;0.006693;0.999089;0.880797;0.047426;0.500000;0.017986;0.017986;0.500000;0.119203;0.006693;0.047426;0.119203;0.119203;0.017986;0.047426;0.017986;0.340964;0.824914;0.792490;0.685896;0.257309;0.837126;0.688904;0.116397;0.545623;0.205054;0.210320;0.744026;0.207181;0.000000;0.198293;0.605157;0.319081;0.000000;0.233438;0.000000;0.952973;0.012087;0.034940;0.984120;0.013755;0.002125;0.999975;0.000000;0.000025;0.268941;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.952574;0.880797;0.731059;0.500000;0.119203;0.047426;0.268941;0.880797;0.047426;0.119203;0.880797;0.873028;0.111948;0.321912;0.313674;0.249178;0.358933;0.310026;0.247685;0.109681;0.764768;0.635758;0.000000;0.281305;0.130448;0.166589;0.612065;0.436347;0.597005;0.222873;0.530213;0.951057;0.014627;0.034314;0.984635;0.014380;0.000980;0.999955;0.000000;0.000045;0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.006693;0.999089;0.500000;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.697622;0.000000;0.000000;0.000000;0.620813;0.000000;0.000000;0.080099;0.000000;0.845535;0.778164;0.000000;0.190618;0.909455;0.000000;0.226356;0.084478;0.503750;0.000000;0.803924;0.950876;0.015671;0.033453;0.984580;0.014395;0.001025;0.999910;0.000000;0.000090;0.731059;0.047426;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.952574;0.952574;0.047426;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.119203;0.952574;0.905253;0.296087;0.000000;0.078783;0.843169;0.154074;0.052800;0.242872;0.000000;0.777127;0.388173;0.209988;0.570772;0.316047;0.000000;0.480260;0.498250;0.000000;0.131244;0.590008;0.960394;0.005822;0.033783;0.984040;0.014125;0.001835;0.999960;0.000000;0.000040;0.268941;0.982014;0.268941;0.119203;0.017986;0.952574;0.500000;0.047426;0.268941;0.017986;0.017986;0.993307;0.119203;0.017986;0.047426;0.268941;0.119203;0.017986;0.047426;0.047426;0.712795;0.824625;0.659710;0.616567;0.000000;0.701406;0.741734;0.393888;0.374022;0.000000;0.027652;0.531707;0.000000;0.144427;0.080394;0.840908;0.289050;0.290491;0.000000;0.117533;0.957887;0.005889;0.036224;0.982855;0.013745;0.003400;0.999905;0.000000;0.000095;0.047426;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.993307;0.731059;0.017986;0.999665;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.500000;0.782790;0.000000;0.000000;0.061688;0.371684;0.000000;0.190464;0.903261;0.000000;0.808455;0.084324;0.000000;0.107168;0.255784;0.000000;0.196550;0.328495;0.000000;0.000000;0.783130;0.956875;0.004227;0.038896;0.976460;0.008745;0.014790;0.999740;0.000000;0.000260;0.993307;0.047426;0.119203;0.047426;0.880797;0.119203;0.119203;0.880797;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.119203;0.579568;0.000000;0.000000;0.000000;0.184523;0.524979;0.000000;0.035606;0.000000;0.717886;0.919309;0.000000;0.491251;0.837943;0.000000;0.000000;0.000000;0.000000;0.000000;0.569301;0.929990;0.003049;0.066959;0.955485;0.005195;0.039320;0.999375;0.000005;0.000615;0.997527;0.047426;0.047426;0.047426;0.119203;0.119203;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.119203;0.017986;0.119203;0.500000;0.119203;0.017986;0.047426;0.268941;0.759511;0.734778;0.122496;0.245270;0.453386;0.630183;0.054064;0.227409;0.184975;0.507499;0.654979;0.278483;0.857295;0.000000;0.000000;0.498000;0.669738;0.000000;0.369584;0.485254;0.942257;0.002056;0.055687;0.938535;0.002280;0.059185;0.993110;0.000005;0.006885;0.997527;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.872917;0.186791;0.403236;0.592908;0.457850;0.421407;0.557248;0.574198;0.000000;0.058470;0.071492;0.343215;0.323661;0.128308;0.000000;0.928641;0.060654;0.000000;0.000000;0.070699;0.745626;0.015394;0.238980;0.876560;0.001420;0.122020;0.911585;0.000000;0.088415;0.119203;0.119203;0.999665;0.268941;0.017986;0.119203;0.119203;0.119203;0.731059;0.006693;0.006693;0.119203;0.017986;0.047426;0.017986;0.268941;0.119203;0.017986;0.880797;0.017986;0.678961;0.512997;0.844093;0.000000;0.752688;0.831318;0.432907;0.282519;0.238123;0.062503;0.311310;0.327834;0.683305;0.374725;0.000000;0.757680;0.578349;0.000000;0.408541;0.423115;0.309117;0.141822;0.549061;0.653185;0.001615;0.345200;0.171825;0.000040;0.828135
0.119203;0.268941;0.500000;0.268941;0.006693;0.999089;0.880797;0.047426;0.500000;0.017986;0.017986;0.500000;0.119203;0.006693;0.047426;0.119203;0.119203;0.017986;0.047426;0.017986;0.340964;0.824914;0.792490;0.685896;0.257309;0.837126;0.688904;0.116397;0.545623;0.205054;0.210320;0.744026;0.207181;0.000000;0.198293;0.605157;0.319081;0.000000;0.233438;0.000000;0.952973;0.012087;0.034940;0.984120;0.013755;0.002125;0.999975;0.000000;0.000025;0.268941;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.952574;0.880797;0.731059;0.500000;0.119203;0.047426;0.268941;0.880797;0.047426;0.119203;0.880797;0.873028;0.111948;0.321912;0.313674;0.249178;0.358933;0.310026;0.247685;0.109681;0.764768;0.635758;0.000000;0.281305;0.130448;0.166589;0.612065;0.436347;0.597005;0.222873;0.530213;0.951057;0.014627;0.034314;0.984635;0.014380;0.000980;0.999955;0.000000;0.000045;0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.006693;0.999089;0.500000;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.697622;0.000000;0.000000;0.000000;0.620813;0.000000;0.000000;0.080099;0.000000;0.845535;0.778164;0.000000;0.190618;0.909455;0.000000;0.226356;0.084478;0.503750;0.000000;0.803924;0.950876;0.015671;0.033453;0.984580;0.014395;0.001025;0.999910;0.000000;0.000090;0.731059;0.047426;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.952574;0.952574;0.047426;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.119203;0.952574;0.905253;0.296087;0.000000;0.078783;0.843169;0.154074;0.052800;0.242872;0.000000;0.777127;0.388173;0.209988;0.570772;0.316047;0.000000;0.480260;0.498250;0.000000;0.131244;0.590008;0.960394;0.005822;0.033783;0.984040;0.014125;0.001835;0.999960;0.000000;0.000040;0.268941;0.982014;0.268941;0.119203;0.017986;0.952574;0.500000;0.047426;0.268941;0.017986;0.017986;0.993307;0.119203;0.017986;0.047426;0.268941;0.119203;0.017986;0.047426;0.047426;0.712795;0.824625;0.659710;0.616567;0.000000;0.701406;0.741734;0.393888;0.374022;0.000000;0.027652;0.531707;0.000000;0.144427;0.080394;0.840908;0.289050;0.290491;0.000000;0.117533;0.957887;0.005889;0.036224;0.982855;0.013745;0.003400;0.999905;0.000000;0.000095;0.047426;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.993307;0.731059;0.017986;0.999665;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.500000;0.782790;0.000000;0.000000;0.061688;0.371684;0.000000;0.190464;0.903261;0.000000;0.808455;0.084324;0.000000;0.107168;0.255784;0.000000;0.196550;0.328495;0.000000;0.000000;0.783130;0.956875;0.004227;0.038896;0.976460;0.008745;0.014790;0.999740;0.000000;0.000260;0.993307;0.047426;0.119203;0.047426;0.880797;0.119203;0.119203;0.880797;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.119203;0.579568;0.000000;0.000000;0.000000;0.184523;0.524979;0.000000;0.035606;0.000000;0.717886;0.919309;0.000000;0.491251;0.837943;0.000000;0.000000;0.000000;0.000000;0.000000;0.569301;0.929990;0.003049;0.066959;0.955485;0.005195;0.039320;0.999375;0.000005;0.000615;0.997527;0.047426;0.047426;0.047426;0.119203;0.119203;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.119203;0.017986;0.119203;0.500000;0.119203;0.017986;0.047426;0.268941;0.759511;0.734778;0.122496;0.245270;0.453386;0.630183;0.054064;0.227409;0.184975;0.507499;0.654979;0.278483;0.857295;0.000000;0.000000;0.498000;0.669738;0.000000;0.369584;0.485254;0.942257;0.002056;0.055687;0.938535;0.002280;0.059185;0.993110;0.000005;0.006885;0.997527;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.872917;0.186791;0.403236;0.592908;0.457850;0.421407;0.557248;0.574198;0.000000;0.058470;0.071492;0.343215;0.323661;0.128308;0.000000;0.928641;0.060654;0.000000;0.000000;0.070699;0.745626;0.015394;0.238980;0.876560;0.001420;0.122020;0.911585;0.000000;0.088415;0.119203;0.119203;0.999665;0.268941;0.017986;0.119203;0.119203;0.119203;0.731059;0.006693;0.006693;0.119203;0.017986;0.047426;0.017986;0.268941;0.119203;0.017986;0.880797;0.017986;0.678961;0.512997;0.844093;0.000000;0.752688;0.831318;0.432907;0.282519;0.238123;0.062503;0.311310;0.327834;0.683305;0.374725;0.000000;0.757680;0.578349;0.000000;0.408541;0.423115;0.309117;0.141822;0.549061;0.653185;0.001615;0.345200;0.171825;0.000040;0.828135;0.268941;0.047426;0.119203;0.047426;0.017986;0.119203;0.047426;0.999089;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.047426;0.017986;0.006693;0.006693;0.071891;0.000000;0.424824;0.236133;0.000000;0.131359;0.088105;0.968170;0.230055;0.000000;0.000000;0.341864;0.000000;0.000000;0.000000;0.536684;0.000000;0.000000;0.000000;0.000000;0.209894;0.015197;0.774911;0.558080;0.005495;0.436425;0.000440;0.000785;0.998780
0.268941;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.047426;0.952574;0.880797;0.731059;0.500000;0.119203;0.047426;0.268941;0.880797;0.047426;0.119203;0.880797;0.873028;0.111948;0.321912;0.313674;0.249178;0.358933;0.310026;0.247685;0.109681;0.764768;0.635758;0.000000;0.281305;0.130448;0.166589;0.612065;0.436347;0.597005;0.222873;0.530213;0.951057;0.014627;0.034314;0.984635;0.014380;0.000980;0.999955;0.000000;0.000045;0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.006693;0.999089;0.500000;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.697622;0.000000;0.000000;0.000000;0.620813;0.000000;0.000000;0.080099;0.000000;0.845535;0.778164;0.000000;0.190618;0.909455;0.000000;0.226356;0.084478;0.503750;0.000000;0.803924;0.950876;0.015671;0.033453;0.984580;0.014395;0.001025;0.999910;0.000000;0.000090;0.731059;0.047426;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.952574;0.952574;0.047426;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.119203;0.952574;0.905253;0.296087;0.000000;0.078783;0.843169;0.154074;0.052800;0.242872;0.000000;0.777127;0.388173;0.209988;0.570772;0.316047;0.000000;0.480260;0.498250;0.000000;0.131244;0.590008;0.960394;0.005822;0.033783;0.984040;0.014125;0.001835;0.999960;0.000000;0.000040;0.268941;0.982014;0.268941;0.119203;0.017986;0.952574;0.500000;0.047426;0.268941;0.017986;0.017986;0.993307;0.119203;0.017986;0.047426;0.268941;0.119203;0.017986;0.047426;0.047426;0.712795;0.824625;0.659710;0.616567;0.000000;0.701406;0.741734;0.393888;0.374022;0.000000;0.027652;0.531707;0.000000;0.144427;0.080394;0.840908;0.289050;0.290491;0.000000;0.117533;0.957887;0.005889;0.036224;0.982855;0.013745;0.003400;0.999905;0.000000;0.000095;0.047426;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.993307;0.731059;0.017986;0.999665;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.500000;0.782790;0.000000;0.000000;0.061688;0.371684;0.000000;0.190464;0.903261;0.000000;0.808455;0.084324;0.000000;0.107168;0.255784;0.000000;0.196550;0.328495;0.000000;0.000000;0.783130;0.956875;0.004227;0.038896;0.976460;0.008745;0.014790;0.999740;0.000000;0.000260;0.993307;0.047426;0.119203;0.047426;0.880797;0.119203;0.119203;0.880797;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.119203;0.579568;0.000000;0.000000;0.000000;0.184523;0.524979;0.000000;0.035606;0.000000;0.717886;0.919309;0.000000;0.491251;0.837943;0.000000;0.000000;0.000000;0.000000;0.000000;0.569301;0.929990;0.003049;0.066959;0.955485;0.005195;0.039320;0.999375;0.000005;0.000615;0.997527;0.047426;0.047426;0.047426;0.119203;0.119203;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.119203;0.017986;0.119203;0.500000;0.119203;0.017986;0.047426;0.268941;0.759511;0.734778;0.122496;0.245270;0.453386;0.630183;0.054064;0.227409;0.184975;0.507499;0.654979;0.278483;0.857295;0.000000;0.000000;0.498000;0.669738;0.000000;0.369584;0.485254;0.942257;0.002056;0.055687;0.938535;0.002280;0.059185;0.993110;0.000005;0.006885;0.997527;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.872917;0.186791;0.403236;0.592908;0.457850;0.421407;0.557248;0.574198;0.000000;0.058470;0.071492;0.343215;0.323661;0.128308;0.000000;0.928641;0.060654;0.000000;0.000000;0.070699;0.745626;0.015394;0.238980;0.876560;0.001420;0.122020;0.911585;0.000000;0.088415;0.119203;0.119203;0.999665;0.268941;0.017986;0.119203;0.119203;0.119203;0.731059;0.006693;0.006693;0.119203;0.017986;0.047426;0.017986;0.268941;0.119203;0.017986;0.880797;0.017986;0.678961;0.512997;0.844093;0.000000;0.752688;0.831318;0.432907;0.282519;0.238123;0.062503;0.311310;0.327834;0.683305;0.374725;0.000000;0.757680;0.578349;0.000000;0.408541;0.423115;0.309117;0.141822;0.549061;0.653185;0.001615;0.345200;0.171825;0.000040;0.828135;0.268941;0.047426;0.119203;0.047426;0.017986;0.119203;0.047426;0.999089;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.047426;0.017986;0.006693;0.006693;0.071891;0.000000;0.424824;0.236133;0.000000;0.131359;0.088105;0.968170;0.230055;0.000000;0.000000;0.341864;0.000000;0.000000;0.000000;0.536684;0.000000;0.000000;0.000000;0.000000;0.209894;0.015197;0.774911;0.558080;0.005495;0.436425;0.000440;0.000785;0.998780;0.119203;0.017986;0.017986;0.017986;0.268941;0.017986;0.017986;0.017986;0.047426;0.952574;0.500000;0.017986;0.268941;0.982014;0.017986;0.047426;0.119203;0.268941;0.500000;0.982014;0.265222;0.437331;0.189387;0.000000;0.942133;0.000000;0.000000;0.092205;0.000000;0.891871;0.529466;0.232009;0.323661;0.774518;0.000000;0.332256;0.248804;0.000000;0.303645;0.837807;0.209080;0.084298;0.706622;0.555395;0.022010;0.422595;0.000370;0.132115;0.867515
0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.006693;0.999089;0.500000;0.017986;0.268941;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.880797;0.697622;0.000000;0.000000;0.000000;0.620813;0.000000;0.000000;0.080099;0.000000;0.845535;0.778164;0.000000;0.190618;0.909455;0.000000;0.226356;0.084478;0.503750;0.000000;0.803924;0.950876;0.015671;0.033453;0.984580;0.014395;0.001025;0.999910;0.000000;0.000090;0.731059;0.047426;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.952574;0.952574;0.047426;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.119203;0.952574;0.905253;0.296087;0.000000;0.078783;0.843169;0.154074;0.052800;0.242872;0.000000;0.777127;0.388173;0.209988;0.570772;0.316047;0.000000;0.480260;0.498250;0.000000;0.131244;0.590008;0.960394;0.005822;0.033783;0.984040;0.014125;0.001835;0.999960;0.000000;0.000040;0.268941;0.982014;0.268941;0.119203;0.017986;0.952574;0.500000;0.047426;0.268941;0.017986;0.017986;0.993307;0.119203;0.017986;0.047426;0.268941;0.119203;0.017986;0.047426;0.047426;0.712795;0.824625;0.659710;0.616567;0.000000;0.701406;0.741734;0.393888;0.374022;0.000000;0.027652;0.531707;0.000000;0.144427;0.080394;0.840908;0.289050;0.290491;0.000000;0.117533;0.957887;0.005889;0.036224;0.982855;0.013745;0.003400;0.999905;0.000000;0.000095;0.047426;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.993307;0.731059;0.017986;0.999665;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.500000;0.782790;0.000000;0.000000;0.061688;0.371684;0.000000;0.190464;0.903261;0.000000;0.808455;0.084324;0.000000;0.107168;0.255784;0.000000;0.196550;0.328495;0.000000;0.000000;0.783130;0.956875;0.004227;0.038896;0.976460;0.008745;0.014790;0.999740;0.000000;0.000260;0.993307;0.047426;0.119203;0.047426;0.880797;0.119203;0.119203;0.880797;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.119203;0.579568;0.000000;0.000000;0.000000;0.184523;0.524979;0.000000;0.035606;0.000000;0.717886;0.919309;0.000000;0.491251;0.837943;0.000000;0.000000;0.000000;0.000000;0.000000;0.569301;0.929990;0.003049;0.066959;0.955485;0.005195;0.039320;0.999375;0.000005;0.000615;0.997527;0.047426;0.047426;0.047426;0.119203;0.119203;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.119203;0.017986;0.119203;0.500000;0.119203;0.017986;0.047426;0.268941;0.759511;0.734778;0.122496;0.245270;0.453386;0.630183;0.054064;0.227409;0.184975;0.507499;0.654979;0.278483;0.857295;0.000000;0.000000;0.498000;0.669738;0.000000;0.369584;0.485254;0.942257;0.002056;0.055687;0.938535;0.002280;0.059185;0.993110;0.000005;0.006885;0.997527;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.872917;0.186791;0.403236;0.592908;0.457850;0.421407;0.557248;0.574198;0.000000;0.058470;0.071492;0.343215;0.323661;0.128308;0.000000;0.928641;0.060654;0.000000;0.000000;0.070699;0.745626;0.015394;0.238980;0.876560;0.001420;0.122020;0.911585;0.000000;0.088415;0.119203;0.119203;0.999665;0.268941;0.017986;0.119203;0.119203;0.119203;0.731059;0.006693;0.006693;0.119203;0.017986;0.047426;0.017986;0.268941;0.119203;0.017986;0.880797;0.017986;0.678961;0.512997;0.844093;0.000000;0.752688;0.831318;0.432907;0.282519;0.238123;0.062503;0.311310;0.327834;0.683305;0.374725;0.000000;0.757680;0.578349;0.000000;0.408541;0.423115;0.309117;0.141822;0.549061;0.653185;0.001615;0.345200;0.171825;0.000040;0.828135;0.268941;0.047426;0.119203;0.047426;0.017986;0.119203;0.047426;0.999089;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.047426;0.017986;0.006693;0.006693;0.071891;0.000000;0.424824;0.236133;0.000000;0.131359;0.088105;0.968170;0.230055;0.000000;0.000000;0.341864;0.000000;0.000000;0.000000;0.536684;0.000000;0.000000;0.000000;0.000000;0.209894;0.015197;0.774911;0.558080;0.005495;0.436425;0.000440;0.000785;0.998780;0.119203;0.017986;0.017986;0.017986;0.268941;0.017986;0.017986;0.017986;0.047426;0.952574;0.500000;0.017986;0.268941;0.982014;0.017986;0.047426;0.119203;0.268941;0.500000;0.982014;0.265222;0.437331;0.189387;0.000000;0.942133;0.000000;0.000000;0.092205;0.000000;0.891871;0.529466;0.232009;0.323661;0.774518;0.000000;0.332256;0.248804;0.000000;0.303645;0.837807;0.209080;0.084298;0.706622;0.555395;0.022010;0.422595;0.000370;0.132115;0.867515;0.731059;0.731059;0.500000;0.119203;0.047426;0.268941;0.268941;0.982014;0.119203;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.047426;0.150460;0.749698;0.760787;0.854954;0.000000;0.642906;0.790178;0.190618;0.494250;0.141244;0.027679;0.747061;0.000000;0.196708;0.374725;0.244346;0.538176;0.000000;0.367955;0.044574;0.212808;0.471322;0.315870;0.555645;0.046860;0.397490;0.000570;0.603460;0.395975
0.731059;0.047426;0.017986;0.017986;0.268941;0.047426;0.047426;0.047426;0.017986;0.952574;0.952574;0.047426;0.500000;0.268941;0.047426;0.119203;0.268941;0.047426;0.119203;0.952574;0.905253;0.296087;0.000000;0.078783;0.843169;0.154074;0.052800;0.242872;0.000000;0.777127;0.388173;0.209988;0.570772;0.316047;0.000000;0.480260;0.498250;0.000000;0.131244;0.590008;0.960394;0.005822;0.033783;0.984040;0.014125;0.001835;0.999960;0.000000;0.000040;0.268941;0.982014;0.268941;0.119203;0.017986;0.952574;0.500000;0.047426;0.268941;0.017986;0.017986;0.993307;0.119203;0.017986;0.047426;0.268941;0.119203;0.017986;0.047426;0.047426;0.712795;0.824625;0.659710;0.616567;0.000000;0.701406;0.741734;0.393888;0.374022;0.000000;0.027652;0.531707;0.000000;0.144427;0.080394;0.840908;0.289050;0.290491;0.000000;0.117533;0.957887;0.005889;0.036224;0.982855;0.013745;0.003400;0.999905;0.000000;0.000095;0.047426;0.017986;0.017986;0.006693;0.119203;0.047426;0.017986;0.006693;0.017986;0.993307;0.731059;0.017986;0.999665;0.119203;0.017986;0.047426;0.119203;0.017986;0.047426;0.500000;0.782790;0.000000;0.000000;0.061688;0.371684;0.000000;0.190464;0.903261;0.000000;0.808455;0.084324;0.000000;0.107168;0.255784;0.000000;0.196550;0.328495;0.000000;0.000000;0.783130;0.956875;0.004227;0.038896;0.976460;0.008745;0.014790;0.999740;0.000000;0.000260;0.993307;0.047426;0.119203;0.047426;0.880797;0.119203;0.119203;0.880797;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.119203;0.579568;0.000000;0.000000;0.000000;0.184523;0.524979;0.000000;0.035606;0.000000;0.717886;0.919309;0.000000;0.491251;0.837943;0.000000;0.000000;0.000000;0.000000;0.000000;0.569301;0.929990;0.003049;0.066959;0.955485;0.005195;0.039320;0.999375;0.000005;0.000615;0.997527;0.047426;0.047426;0.047426;0.119203;0.119203;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.119203;0.017986;0.119203;0.500000;0.119203;0.017986;0.047426;0.268941;0.759511;0.734778;0.122496;0.245270;0.453386;0.630183;0.054064;0.227409;0.184975;0.507499;0.654979;0.278483;0.857295;0.000000;0.000000;0.498000;0.669738;0.000000;0.369584;0.485254;0.942257;0.002056;0.055687;0.938535;0.002280;0.059185;0.993110;0.000005;0.006885;0.997527;0.047426;0.047426;0.047426;0.119203;0.047426;0.047426;0.731059;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.872917;0.186791;0.403236;0.592908;0.457850;0.421407;0.557248;0.574198;0.000000;0.058470;0.071492;0.343215;0.323661;0.128308;0.000000;0.928641;0.060654;0.000000;0.000000;0.070699;0.745626;0.015394;0.238980;0.876560;0.001420;0.122020;0.911585;0.000000;0.088415;0.119203;0.119203;0.999665;0.268941;0.017986;0.119203;0.119203;0.119203;0.731059;0.006693;0.006693;0.119203;0.017986;0.047426;0.017986;0.268941;0.119203;0.017986;0.880797;0.017986;0.678961;0.512997;0.844093;0.000000;0.752688;0.831318;0.432907;0.282519;0.238123;0.062503;0.311310;0.327834;0.683305;0.374725;0.000000;0.757680;0.578349;0.000000;0.408541;0.423115;0.309117;0.141822;0.549061;0.653185;0.001615;0.345200;0.171825;0.000040;0.828135;0.268941;0.047426;0.119203;0.047426;0.017986;0.119203;0.047426;0.999089;0.017986;0.006693;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.047426;0.017986;0.006693;0.006693;0.071891;0.000000;0.424824;0.236133;0.000000;0.131359;0.088105;0.968170;0.230055;0.000000;0.000000;0.341864;0.000000;0.000000;0.000000;0.536684;0.000000;0.000000;0.000000;0.000000;0.209894;0.015197;0.774911;0.558080;0.005495;0.436425;0.000440;0.000785;0.998780;0.119203;0.017986;0.017986;0.017986;0.268941;0.017986;0.017986;0.017986;0.047426;0.952574;0.500000;0.017986;0.268941;0.982014;0.017986;0.047426;0.119203;0.268941;0.500000;0.982014;0.265222;0.437331;0.189387;0.000000;0.942133;0.000000;0.000000;0.092205;0.000000;0.891871;0.529466;0.232009;0.323661;0.774518;0.000000;0.332256;0.248804;0.000000;0.303645;0.837807;0.209080;0.084298;0.706622;0.555395;0.022010;0.422595;0.000370;0.132115;0.867515;0.731059;0.731059;0.500000;0.119203;0.047426;0.268941;0.268941;0.982014;0.119203;0.017986;0.047426;0.880797;0.119203;0.017986;0.119203;0.731059;0.268941;0.017986;0.047426;0.047426;0.150460;0.749698;0.760787;0.854954;0.000000;0.642906;0.790178;0.190618;0.494250;0.141244;0.027679;0.747061;0.000000;0.196708;0.374725;0.244346;0.538176;0.000000;0.367955;0.044574;0.212808;0.471322;0.315870;0.555645;0.046860;0.397490;0.000570;0.603460;0.395975;0.047426;0.997527;0.119203;0.047426;0.006693;0.500000;0.268941;0.017986;0.952574;0.006693;0.017986;0.993307;0.047426;0.006693;0.047426;0.119203;0.119203;0.047426;0.047426;0.017986;0.351375;0.291110;0.000000;0.093469;0.247126;0.000000;0.000000;0.046001;0.000000;0.722120;0.025136;0.000000;0.000000;0.173073;0.295254;0.600848;0.531458;0.000000;0.000000;0.955765;0.188169;0.719927;0.091904;0.486580;0.324500;0.188920;0.001690;0.965655;0.032655
0.119203;0.268941;0.997527;0.880797;0.017986;0.119203;0.268941;0.952574;0.731059;0.006693;0.006693;0.268941;0.017986;0.006693;0.017986;0.268941;0.119203;0.006693;0.047426;0.006693;0.346831;0.614673;0.942676;0.740006;0.000000;0.642677;0.477515;0.348645;0.000000;0.502500;0.116089;0.615147;0.000000;0.744597;0.000000;0.616803;0.000000;0.000000;0.183772;0.174365;0.151634;0.031534;0.816831;0.067705;0.055620;0.876675;0.009335;0.036000;0.954665;0.268941;0.017986;0.119203;0.047426;0.017986;0.047426;0.017986;0.999089;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.268941;0.047426;0.017986;0.006693;0.017986;0.195919;0.487752;0.541405;0.420432;0.000000;0.519240;0.641527;0.942024;0.484255;0.000000;0.031159;0.317562;0.000000;0.101835;0.075788;0.619164;0.050738;0.000000;0.256355;0.000000;0.065765;0.312634;0.621601;0.054745;0.090600;0.854655;0.015165;0.033535;0.951300;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.006693;0.017986;0.997527;0.880797;0.017986;0.500000;0.268941;0.017986;0.017986;0.119203;0.017986;0.119203;0.731059;0.319515;0.438316;0.343666;0.049454;0.227058;0.603483;0.601567;0.076562;0.253695;0.627148;0.696143;0.117533;0.746494;0.414353;0.679179;0.548101;0.592908;0.000000;0.570772;0.640377;0.065309;0.379813;0.554878;0.088750;0.207430;0.703820;0.034395;0.170145;0.795460;0.047426;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.006693;0.017986;0.500000;0.993307;0.017986;0.952574;0.731059;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.687617;0.121319;0.286386;0.000000;0.864127;0.000000;0.171505;0.383197;0.000000;0.759694;0.651582;0.216192;0.545871;0.000000;0.000000;0.621519;0.682438;0.000000;0.209490;0.777819;0.094446;0.144274;0.761281;0.089790;0.201335;0.708875;0.048010;0.225025;0.726970;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.999089;0.268941;0.006693;0.017986;0.017986;0.557001;0.086195;0.000000;0.093978;0.268156;0.000000;0.000000;0.022118;0.095609;0.000000;0.296504;0.000000;0.251430;0.000000;0.966431;0.820686;0.744216;0.000000;0.172644;0.295462;0.146957;0.084234;0.768805;0.120095;0.128070;0.751825;0.177590;0.116810;0.705600;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.999089;0.017986;0.017986;0.119203;0.450414;0.103308;0.117949;0.000000;0.000000;0.000000;0.000000;0.000000;0.413140;0.563161;0.593149;0.193255;0.382725;0.080988;0.303645;0.682438;0.945628;0.000000;0.000000;0.214165;0.536664;0.044950;0.418386;0.195625;0.079095;0.725280;0.568975;0.048540;0.382485;0.047426;0.017986;0.017986;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.999877;0.047426;0.047426;0.006693;0.006693;0.017986;0.147795;0.000000;0.195447;0.294630;0.548101;0.181087;0.125648;0.347057;0.000000;0.087544;0.000000;0.048017;0.222527;0.000000;0.982775;0.180051;0.000000;0.600368;0.000000;0.206361;0.648450;0.021258;0.330290;0.311835;0.017420;0.670745;0.730250;0.039260;0.230485;0.997527;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.746872;0.000000;0.000000;0.077558;0.227585;0.645199;0.452147;0.091538;0.000000;0.733411;0.682872;0.108225;0.908628;0.402274;0.000000;0.197499;0.441026;0.000000;0.283331;0.792654;0.761245;0.036791;0.201960;0.392260;0.045655;0.562085;0.901740;0.057510;0.040740;0.982014;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.268941;0.047426;0.268941;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.982014;0.609212;0.000000;0.267763;0.000000;0.620342;0.100471;0.000000;0.038531;0.318212;0.843169;0.790510;0.358933;0.900070;0.778854;0.090380;0.310882;0.127305;0.000000;0.000000;0.675025;0.815355;0.049582;0.135061;0.524220;0.075575;0.400205;0.929955;0.065940;0.004100;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.999089;0.268941;0.006693;0.017986;0.017986;0.608021;0.847225;0.203105;0.000000;0.413867;0.530213;0.195447;0.235232;0.675244;0.000000;0.000000;0.091704;0.702033;0.567829;0.523982;0.897062;0.173790;0.000000;0.873691;0.124881;0.818375;0.056409;0.125216;0.536225;0.095440;0.368335;0.930545;0.066465;0.002990;0.731059;0.047426;0.952574;0.047426;0.999665;0.119203;0.047426;0.047426;0.997527;0.047426;0.047426;0.047426;0.047426;0.047426;0.047426;0.268941;0.268941;0.017986;0.268941;0.047426;0.207839;0.153034;0.080099;0.000000;0.757128;0.000000;0.000000;0.000000;0.625509;0.000000;0.265417;0.067232;0.599168;0.971805;0.000000;0.000000;0.143441;0.839566;0.941695;0.194035;0.826736;0.093697;0.079569;0.557400;0.206710;0.235890;0.930585;0.067005;0.002415
0.268941;0.017986;0.119203;0.047426;0.017986;0.047426;0.017986;0.999089;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.268941;0.047426;0.017986;0.006693;0.017986;0.195919;0.487752;0.541405;0.420432;0.000000;0.519240;0.641527;0.942024;0.484255;0.000000;0.031159;0.317562;0.000000;0.101835;0.075788;0.619164;0.050738;0.000000;0.256355;0.000000;0.065765;0.312634;0.621601;0.054745;0.090600;0.854655;0.015165;0.033535;0.951300;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.006693;0.017986;0.997527;0.880797;0.017986;0.500000;0.268941;0.017986;0.017986;0.119203;0.017986;0.119203;0.731059;0.319515;0.438316;0.343666;0.049454;0.227058;0.603483;0.601567;0.076562;0.253695;0.627148;0.696143;0.117533;0.746494;0.414353;0.679179;0.548101;0.592908;0.000000;0.570772;0.640377;0.065309;0.379813;0.554878;0.088750;0.207430;0.703820;0.034395;0.170145;0.795460;0.047426;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.006693;0.017986;0.500000;0.993307;0.017986;0.952574;0.731059;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.687617;0.121319;0.286386;0.000000;0.864127;0.000000;0.171505;0.383197;0.000000;0.759694;0.651582;0.216192;0.545871;0.000000;0.000000;0.621519;0.682438;0.000000;0.209490;0.777819;0.094446;0.144274;0.761281;0.089790;0.201335;0.708875;0.048010;0.225025;0.726970;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.999089;0.268941;0.006693;0.017986;0.017986;0.557001;0.086195;0.000000;0.093978;0.268156;0.000000;0.000000;0.022118;0.095609;0.000000;0.296504;0.000000;0.251430;0.000000;0.966431;0.820686;0.744216;0.000000;0.172644;0.295462;0.146957;0.084234;0.768805;0.120095;0.128070;0.751825;0.177590;0.116810;0.705600;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.999089;0.017986;0.017986;0.119203;0.450414;0.103308;0.117949;0.000000;0.000000;0.000000;0.000000;0.000000;0.413140;0.563161;0.593149;0.193255;0.382725;0.080988;0.303645;0.682438;0.945628;0.000000;0.000000;0.214165;0.536664;0.044950;0.418386;0.195625;0.079095;0.725280;0.568975;0.048540;0.382485;0.047426;0.017986;0.017986;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.999877;0.047426;0.047426;0.006693;0.006693;0.017986;0.147795;0.000000;0.195447;0.294630;0.548101;0.181087;0.125648;0.347057;0.000000;0.087544;0.000000;0.048017;0.222527;0.000000;0.982775;0.180051;0.000000;0.600368;0.000000;0.206361;0.648450;0.021258;0.330290;0.311835;0.017420;0.670745;0.730250;0.039260;0.230485;0.997527;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.746872;0.000000;0.000000;0.077558;0.227585;0.645199;0.452147;0.091538;0.000000;0.733411;0.682872;0.108225;0.908628;0.402274;0.000000;0.197499;0.441026;0.000000;0.283331;0.792654;0.761245;0.036791;0.201960;0.392260;0.045655;0.562085;0.901740;0.057510;0.040740;0.982014;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.268941;0.047426;0.268941;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.982014;0.609212;0.000000;0.267763;0.000000;0.620342;0.100471;0.000000;0.038531;0.318212;0.843169;0.790510;0.358933;0.900070;0.778854;0.090380;0.310882;0.127305;0.000000;0.000000;0.675025;0.815355;0.049582;0.135061;0.524220;0.075575;0.400205;0.929955;0.065940;0.004100;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.999089;0.268941;0.006693;0.017986;0.017986;0.608021;0.847225;0.203105;0.000000;0.413867;0.530213;0.195447;0.235232;0.675244;0.000000;0.000000;0.091704;0.702033;0.567829;0.523982;0.897062;0.173790;0.000000;0.873691;0.124881;0.818375;0.056409;0.125216;0.536225;0.095440;0.368335;0.930545;0.066465;0.002990;0.731059;0.047426;0.952574;0.047426;0.999665;0.119203;0.047426;0.047426;0.997527;0.047426;0.047426;0.047426;0.047426;0.047426;0.047426;0.268941;0.268941;0.017986;0.268941;0.047426;0.207839;0.153034;0.080099;0.000000;0.757128;0.000000;0.000000;0.000000;0.625509;0.000000;0.265417;0.067232;0.599168;0.971805;0.000000;0.000000;0.143441;0.839566;0.941695;0.194035;0.826736;0.093697;0.079569;0.557400;0.206710;0.235890;0.930585;0.067005;0.002415;0.119203;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.017986;0.017986;0.982014;0.880797;0.047426;0.731059;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.982014;0.896135;0.069396;0.113951;0.063151;0.165619;0.000000;0.221318;0.398672;0.157360;0.687402;0.610164;0.082944;0.523732;0.624572;0.000000;0.756392;0.407816;0.635063;0.581273;0.000000;0.847252;0.120850;0.031899;0.618850;0.288770;0.092385;0.930695;0.066395;0.002910
0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.017986;0.006693;0.017986;0.997527;0.880797;0.017986;0.500000;0.268941;0.017986;0.017986;0.119203;0.017986;0.119203;0.731059;0.319515;0.438316;0.343666;0.049454;0.227058;0.603483;0.601567;0.076562;0.253695;0.627148;0.696143;0.117533;0.746494;0.414353;0.679179;0.548101;0.592908;0.000000;0.570772;0.640377;0.065309;0.379813;0.554878;0.088750;0.207430;0.703820;0.034395;0.170145;0.795460;0.047426;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.006693;0.017986;0.500000;0.993307;0.017986;0.952574;0.731059;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.687617;0.121319;0.286386;0.000000;0.864127;0.000000;0.171505;0.383197;0.000000;0.759694;0.651582;0.216192;0.545871;0.000000;0.000000;0.621519;0.682438;0.000000;0.209490;0.777819;0.094446;0.144274;0.761281;0.089790;0.201335;0.708875;0.048010;0.225025;0.726970;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.999089;0.268941;0.006693;0.017986;0.017986;0.557001;0.086195;0.000000;0.093978;0.268156;0.000000;0.000000;0.022118;0.095609;0.000000;0.296504;0.000000;0.251430;0.000000;0.966431;0.820686;0.744216;0.000000;0.172644;0.295462;0.146957;0.084234;0.768805;0.120095;0.128070;0.751825;0.177590;0.116810;0.705600;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.999089;0.017986;0.017986;0.119203;0.450414;0.103308;0.117949;0.000000;0.000000;0.000000;0.000000;0.000000;0.413140;0.563161;0.593149;0.193255;0.382725;0.080988;0.303645;0.682438;0.945628;0.000000;0.000000;0.214165;0.536664;0.044950;0.418386;0.195625;0.079095;0.725280;0.568975;0.048540;0.382485;0.047426;0.017986;0.017986;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.999877;0.047426;0.047426;0.006693;0.006693;0.017986;0.147795;0.000000;0.195447;0.294630;0.548101;0.181087;0.125648;0.347057;0.000000;0.087544;0.000000;0.048017;0.222527;0.000000;0.982775;0.180051;0.000000;0.600368;0.000000;0.206361;0.648450;0.021258;0.330290;0.311835;0.017420;0.670745;0.730250;0.039260;0.230485;0.997527;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.746872;0.000000;0.000000;0.077558;0.227585;0.645199;0.452147;0.091538;0.000000;0.733411;0.682872;0.108225;0.908628;0.402274;0.000000;0.197499;0.441026;0.000000;0.283331;0.792654;0.761245;0.036791;0.201960;0.392260;0.045655;0.562085;0.901740;0.057510;0.040740;0.982014;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.268941;0.047426;0.268941;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.982014;0.609212;0.000000;0.267763;0.000000;0.620342;0.100471;0.000000;0.038531;0.318212;0.843169;0.790510;0.358933;0.900070;0.778854;0.090380;0.310882;0.127305;0.000000;0.000000;0.675025;0.815355;0.049582;0.135061;0.524220;0.075575;0.400205;0.929955;0.065940;0.004100;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.999089;0.268941;0.006693;0.017986;0.017986;0.608021;0.847225;0.203105;0.000000;0.413867;0.530213;0.195447;0.235232;0.675244;0.000000;0.000000;0.091704;0.702033;0.567829;0.523982;0.897062;0.173790;0.000000;0.873691;0.124881;0.818375;0.056409;0.125216;0.536225;0.095440;0.368335;0.930545;0.066465;0.002990;0.731059;0.047426;0.952574;0.047426;0.999665;0.119203;0.047426;0.047426;0.997527;0.047426;0.047426;0.047426;0.047426;0.047426;0.047426;0.268941;0.268941;0.017986;0.268941;0.047426;0.207839;0.153034;0.080099;0.000000;0.757128;0.000000;0.000000;0.000000;0.625509;0.000000;0.265417;0.067232;0.599168;0.971805;0.000000;0.000000;0.143441;0.839566;0.941695;0.194035;0.826736;0.093697;0.079569;0.557400;0.206710;0.235890;0.930585;0.067005;0.002415;0.119203;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.017986;0.017986;0.982014;0.880797;0.047426;0.731059;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.982014;0.896135;0.069396;0.113951;0.063151;0.165619;0.000000;0.221318;0.398672;0.157360;0.687402;0.610164;0.082944;0.523732;0.624572;0.000000;0.756392;0.407816;0.635063;0.581273;0.000000;0.847252;0.120850;0.031899;0.618850;0.288770;0.092385;0.930695;0.066395;0.002910;0.047426;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.999089;0.500000;0.017986;0.500000;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.731059;0.721115;0.000000;0.000000;0.000000;0.632045;0.300693;0.207346;0.146916;0.000000;0.898165;0.359854;0.000000;0.816678;0.000000;0.000000;0.563407;0.679832;0.000000;0.000000;0.838756;0.788514;0.118014;0.093474;0.619115;0.288280;0.092605;0.928225;0.065360;0.006420
0.047426;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.006693;0.017986;0.500000;0.993307;0.017986;0.952574;0.731059;0.017986;0.017986;0.119203;0.047426;0.119203;0.500000;0.687617;0.121319;0.286386;0.000000;0.864127;0.000000;0.171505;0.383197;0.000000;0.759694;0.651582;0.216192;0.545871;0.000000;0.000000;0.621519;0.682438;0.000000;0.209490;0.777819;0.094446;0.144274;0.761281;0.089790;0.201335;0.708875;0.048010;0.225025;0.726970;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.999089;0.268941;0.006693;0.017986;0.017986;0.557001;0.086195;0.000000;0.093978;0.268156;0.000000;0.000000;0.022118;0.095609;0.000000;0.296504;0.000000;0.251430;0.000000;0.966431;0.820686;0.744216;0.000000;0.172644;0.295462;0.146957;0.084234;0.768805;0.120095;0.128070;0.751825;0.177590;0.116810;0.705600;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.999089;0.017986;0.017986;0.119203;0.450414;0.103308;0.117949;0.000000;0.000000;0.000000;0.000000;0.000000;0.413140;0.563161;0.593149;0.193255;0.382725;0.080988;0.303645;0.682438;0.945628;0.000000;0.000000;0.214165;0.536664;0.044950;0.418386;0.195625;0.079095;0.725280;0.568975;0.048540;0.382485;0.047426;0.017986;0.017986;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.999877;0.047426;0.047426;0.006693;0.006693;0.017986;0.147795;0.000000;0.195447;0.294630;0.548101;0.181087;0.125648;0.347057;0.000000;0.087544;0.000000;0.048017;0.222527;0.000000;0.982775;0.180051;0.000000;0.600368;0.000000;0.206361;0.648450;0.021258;0.330290;0.311835;0.017420;0.670745;0.730250;0.039260;0.230485;0.997527;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.746872;0.000000;0.000000;0.077558;0.227585;0.645199;0.452147;0.091538;0.000000;0.733411;0.682872;0.108225;0.908628;0.402274;0.000000;0.197499;0.441026;0.000000;0.283331;0.792654;0.761245;0.036791;0.201960;0.392260;0.045655;0.562085;0.901740;0.057510;0.040740;0.982014;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.268941;0.047426;0.268941;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.982014;0.609212;0.000000;0.267763;0.000000;0.620342;0.100471;0.000000;0.038531;0.318212;0.843169;0.790510;0.358933;0.900070;0.778854;0.090380;0.310882;0.127305;0.000000;0.000000;0.675025;0.815355;0.049582;0.135061;0.524220;0.075575;0.400205;0.929955;0.065940;0.004100;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.999089;0.268941;0.006693;0.017986;0.017986;0.608021;0.847225;0.203105;0.000000;0.413867;0.530213;0.195447;0.235232;0.675244;0.000000;0.000000;0.091704;0.702033;0.567829;0.523982;0.897062;0.173790;0.000000;0.873691;0.124881;0.818375;0.056409;0.125216;0.536225;0.095440;0.368335;0.930545;0.066465;0.002990;0.731059;0.047426;0.952574;0.047426;0.999665;0.119203;0.047426;0.047426;0.997527;0.047426;0.047426;0.047426;0.047426;0.047426;0.047426;0.268941;0.268941;0.017986;0.268941;0.047426;0.207839;0.153034;0.080099;0.000000;0.757128;0.000000;0.000000;0.000000;0.625509;0.000000;0.265417;0.067232;0.599168;0.971805;0.000000;0.000000;0.143441;0.839566;0.941695;0.194035;0.826736;0.093697;0.079569;0.557400;0.206710;0.235890;0.930585;0.067005;0.002415;0.119203;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.017986;0.017986;0.982014;0.880797;0.047426;0.731059;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.982014;0.896135;0.069396;0.113951;0.063151;0.165619;0.000000;0.221318;0.398672;0.157360;0.687402;0.610164;0.082944;0.523732;0.624572;0.000000;0.756392;0.407816;0.635063;0.581273;0.000000;0.847252;0.120850;0.031899;0.618850;0.288770;0.092385;0.930695;0.066395;0.002910;0.047426;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.999089;0.500000;0.017986;0.500000;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.731059;0.721115;0.000000;0.000000;0.000000;0.632045;0.300693;0.207346;0.146916;0.000000;0.898165;0.359854;0.000000;0.816678;0.000000;0.000000;0.563407;0.679832;0.000000;0.000000;0.838756;0.788514;0.118014;0.093474;0.619115;0.288280;0.092605;0.928225;0.065360;0.006420;0.047426;0.999665;0.119203;0.017986;0.006693;0.268941;0.119203;0.017986;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.047426;0.047426;0.006693;0.017986;0.017986;0.418971;0.846056;0.303222;0.251807;0.173073;0.576641;0.455617;0.256737;0.403236;0.297757;0.233080;0.809382;0.866343;0.643824;0.430699;0.648853;0.192943;0.402755;0.360084;0.153034;0.772007;0.109543;0.118451;0.575755;0.281330;0.142915;0.919285;0.046905;0.033815
0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.999089;0.268941;0.006693;0.017986;0.017986;0.557001;0.086195;0.000000;0.093978;0.268156;0.000000;0.000000;0.022118;0.095609;0.000000;0.296504;0.000000;0.251430;0.000000;0.966431;0.820686;0.744216;0.000000;0.172644;0.295462;0.146957;0.084234;0.768805;0.120095;0.128070;0.751825;0.177590;0.116810;0.705600;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.999089;0.017986;0.017986;0.119203;0.450414;0.103308;0.117949;0.000000;0.000000;0.000000;0.000000;0.000000;0.413140;0.563161;0.593149;0.193255;0.382725;0.080988;0.303645;0.682438;0.945628;0.000000;0.000000;0.214165;0.536664;0.044950;0.418386;0.195625;0.079095;0.725280;0.568975;0.048540;0.382485;0.047426;0.017986;0.017986;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.999877;0.047426;0.047426;0.006693;0.006693;0.017986;0.147795;0.000000;0.195447;0.294630;0.548101;0.181087;0.125648;0.347057;0.000000;0.087544;0.000000;0.048017;0.222527;0.000000;0.982775;0.180051;0.000000;0.600368;0.000000;0.206361;0.648450;0.021258;0.330290;0.311835;0.017420;0.670745;0.730250;0.039260;0.230485;0.997527;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.746872;0.000000;0.000000;0.077558;0.227585;0.645199;0.452147;0.091538;0.000000;0.733411;0.682872;0.108225;0.908628;0.402274;0.000000;0.197499;0.441026;0.000000;0.283331;0.792654;0.761245;0.036791;0.201960;0.392260;0.045655;0.562085;0.901740;0.057510;0.040740;0.982014;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.268941;0.047426;0.268941;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.982014;0.609212;0.000000;0.267763;0.000000;0.620342;0.100471;0.000000;0.038531;0.318212;0.843169;0.790510;0.358933;0.900070;0.778854;0.090380;0.310882;0.127305;0.000000;0.000000;0.675025;0.815355;0.049582;0.135061;0.524220;0.075575;0.400205;0.929955;0.065940;0.004100;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.999089;0.268941;0.006693;0.017986;0.017986;0.608021;0.847225;0.203105;0.000000;0.413867;0.530213;0.195447;0.235232;0.675244;0.000000;0.000000;0.091704;0.702033;0.567829;0.523982;0.897062;0.173790;0.000000;0.873691;0.124881;0.818375;0.056409;0.125216;0.536225;0.095440;0.368335;0.930545;0.066465;0.002990;0.731059;0.047426;0.952574;0.047426;0.999665;0.119203;0.047426;0.047426;0.997527;0.047426;0.047426;0.047426;0.047426;0.047426;0.047426;0.268941;0.268941;0.017986;0.268941;0.047426;0.207839;0.153034;0.080099;0.000000;0.757128;0.000000;0.000000;0.000000;0.625509;0.000000;0.265417;0.067232;0.599168;0.971805;0.000000;0.000000;0.143441;0.839566;0.941695;0.194035;0.826736;0.093697;0.079569;0.557400;0.206710;0.235890;0.930585;0.067005;0.002415;0.119203;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.017986;0.017986;0.982014;0.880797;0.047426;0.731059;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.982014;0.896135;0.069396;0.113951;0.063151;0.165619;0.000000;0.221318;0.398672;0.157360;0.687402;0.610164;0.082944;0.523732;0.624572;0.000000;0.756392;0.407816;0.635063;0.581273;0.000000;0.847252;0.120850;0.031899;0.618850;0.288770;0.092385;0.930695;0.066395;0.002910;0.047426;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.999089;0.500000;0.017986;0.500000;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.731059;0.721115;0.000000;0.000000;0.000000;0.632045;0.300693;0.207346;0.146916;0.000000;0.898165;0.359854;0.000000;0.816678;0.000000;0.000000;0.563407;0.679832;0.000000;0.000000;0.838756;0.788514;0.118014;0.093474;0.619115;0.288280;0.092605;0.928225;0.065360;0.006420;0.047426;0.999665;0.119203;0.017986;0.006693;0.268941;0.119203;0.017986;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.047426;0.047426;0.006693;0.017986;0.017986;0.418971;0.846056;0.303222;0.251807;0.173073;0.576641;0.455617;0.256737;0.403236;0.297757;0.233080;0.809382;0.866343;0.643824;0.430699;0.648853;0.192943;0.402755;0.360084;0.153034;0.772007;0.109543;0.118451;0.575755;0.281330;0.142915;0.919285;0.046905;0.033815;0.268941;0.731059;0.268941;0.119203;0.017986;0.731059;0.731059;0.119203;0.500000;0.119203;0.119203;0.997527;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.375194;0.680702;0.594837;0.601567;0.268352;0.796895;0.673267;0.087305;0.816528;0.079585;0.256927;0.805652;0.423603;0.142583;0.000000;0.731844;0.172502;0.000000;0.517992;0.143441;0.734065;0.097927;0.168009;0.519720;0.276015;0.204265;0.868820;0.017360;0.113820
0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.017986;0.017986;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.999089;0.017986;0.017986;0.119203;0.450414;0.103308;0.117949;0.000000;0.000000;0.000000;0.000000;0.000000;0.413140;0.563161;0.593149;0.193255;0.382725;0.080988;0.303645;0.682438;0.945628;0.000000;0.000000;0.214165;0.536664;0.044950;0.418386;0.195625;0.079095;0.725280;0.568975;0.048540;0.382485;0.047426;0.017986;0.017986;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.999877;0.047426;0.047426;0.006693;0.006693;0.017986;0.147795;0.000000;0.195447;0.294630;0.548101;0.181087;0.125648;0.347057;0.000000;0.087544;0.000000;0.048017;0.222527;0.000000;0.982775;0.180051;0.000000;0.600368;0.000000;0.206361;0.648450;0.021258;0.330290;0.311835;0.017420;0.670745;0.730250;0.039260;0.230485;0.997527;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.746872;0.000000;0.000000;0.077558;0.227585;0.645199;0.452147;0.091538;0.000000;0.733411;0.682872;0.108225;0.908628;0.402274;0.000000;0.197499;0.441026;0.000000;0.283331;0.792654;0.761245;0.036791;0.201960;0.392260;0.045655;0.562085;0.901740;0.057510;0.040740;0.982014;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.268941;0.047426;0.268941;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.982014;0.609212;0.000000;0.267763;0.000000;0.620342;0.100471;0.000000;0.038531;0.318212;0.843169;0.790510;0.358933;0.900070;0.778854;0.090380;0.310882;0.127305;0.000000;0.000000;0.675025;0.815355;0.049582;0.135061;0.524220;0.075575;0.400205;0.929955;0.065940;0.004100;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.999089;0.268941;0.006693;0.017986;0.017986;0.608021;0.847225;0.203105;0.000000;0.413867;0.530213;0.195447;0.235232;0.675244;0.000000;0.000000;0.091704;0.702033;0.567829;0.523982;0.897062;0.173790;0.000000;0.873691;0.124881;0.818375;0.056409;0.125216;0.536225;0.095440;0.368335;0.930545;0.066465;0.002990;0.731059;0.047426;0.952574;0.047426;0.999665;0.119203;0.047426;0.047426;0.997527;0.047426;0.047426;0.047426;0.047426;0.047426;0.047426;0.268941;0.268941;0.017986;0.268941;0.047426;0.207839;0.153034;0.080099;0.000000;0.757128;0.000000;0.000000;0.000000;0.625509;0.000000;0.265417;0.067232;0.599168;0.971805;0.000000;0.000000;0.143441;0.839566;0.941695;0.194035;0.826736;0.093697;0.079569;0.557400;0.206710;0.235890;0.930585;0.067005;0.002415;0.119203;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.017986;0.017986;0.982014;0.880797;0.047426;0.731059;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.982014;0.896135;0.069396;0.113951;0.063151;0.165619;0.000000;0.221318;0.398672;0.157360;0.687402;0.610164;0.082944;0.523732;0.624572;0.000000;0.756392;0.407816;0.635063;0.581273;0.000000;0.847252;0.120850;0.031899;0.618850;0.288770;0.092385;0.930695;0.066395;0.002910;0.047426;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.999089;0.500000;0.017986;0.500000;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.731059;0.721115;0.000000;0.000000;0.000000;0.632045;0.300693;0.207346;0.146916;0.000000;0.898165;0.359854;0.000000;0.816678;0.000000;0.000000;0.563407;0.679832;0.000000;0.000000;0.838756;0.788514;0.118014;0.093474;0.619115;0.288280;0.092605;0.928225;0.065360;0.006420;0.047426;0.999665;0.119203;0.017986;0.006693;0.268941;0.119203;0.017986;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.047426;0.047426;0.006693;0.017986;0.017986;0.418971;0.846056;0.303222;0.251807;0.173073;0.576641;0.455617;0.256737;0.403236;0.297757;0.233080;0.809382;0.866343;0.643824;0.430699;0.648853;0.192943;0.402755;0.360084;0.153034;0.772007;0.109543;0.118451;0.575755;0.281330;0.142915;0.919285;0.046905;0.033815;0.268941;0.731059;0.268941;0.119203;0.017986;0.731059;0.731059;0.119203;0.500000;0.119203;0.119203;0.997527;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.375194;0.680702;0.594837;0.601567;0.268352;0.796895;0.673267;0.087305;0.816528;0.079585;0.256927;0.805652;0.423603;0.142583;0.000000;0.731844;0.172502;0.000000;0.517992;0.143441;0.734065;0.097927;0.168009;0.519720;0.276015;0.204265;0.868820;0.017360;0.113820;0.119203;0.952574;0.500000;0.047426;0.119203;0.119203;0.119203;0.017986;0.982014;0.731059;0.268941;0.268941;0.119203;0.500000;0.047426;0.119203;0.119203;0.731059;0.997527;0.268941;0.080394;0.440040;0.743454;0.310882;0.139794;0.440779;0.591942;0.096913;0.789680;0.469538;0.758230;0.374491;0.547358;0.820391;0.000000;0.489502;0.188314;0.573954;0.762602;0.000000;0.347599;0.093625;0.558776;0.453730;0.275445;0.270825;0.409985;0.004290;0.585725
0.047426;0.017986;0.017986;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.999877;0.047426;0.047426;0.006693;0.006693;0.017986;0.147795;0.000000;0.195447;0.294630;0.548101;0.181087;0.125648;0.347057;0.000000;0.087544;0.000000;0.048017;0.222527;0.000000;0.982775;0.180051;0.000000;0.600368;0.000000;0.206361;0.648450;0.021258;0.330290;0.311835;0.017420;0.670745;0.730250;0.039260;0.230485;0.997527;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.746872;0.000000;0.000000;0.077558;0.227585;0.645199;0.452147;0.091538;0.000000;0.733411;0.682872;0.108225;0.908628;0.402274;0.000000;0.197499;0.441026;0.000000;0.283331;0.792654;0.761245;0.036791;0.201960;0.392260;0.045655;0.562085;0.901740;0.057510;0.040740;0.982014;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.268941;0.047426;0.268941;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.982014;0.609212;0.000000;0.267763;0.000000;0.620342;0.100471;0.000000;0.038531;0.318212;0.843169;0.790510;0.358933;0.900070;0.778854;0.090380;0.310882;0.127305;0.000000;0.000000;0.675025;0.815355;0.049582;0.135061;0.524220;0.075575;0.400205;0.929955;0.065940;0.004100;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.999089;0.268941;0.006693;0.017986;0.017986;0.608021;0.847225;0.203105;0.000000;0.413867;0.530213;0.195447;0.235232;0.675244;0.000000;0.000000;0.091704;0.702033;0.567829;0.523982;0.897062;0.173790;0.000000;0.873691;0.124881;0.818375;0.056409;0.125216;0.536225;0.095440;0.368335;0.930545;0.066465;0.002990;0.731059;0.047426;0.952574;0.047426;0.999665;0.119203;0.047426;0.047426;0.997527;0.047426;0.047426;0.047426;0.047426;0.047426;0.047426;0.268941;0.268941;0.017986;0.268941;0.047426;0.207839;0.153034;0.080099;0.000000;0.757128;0.000000;0.000000;0.000000;0.625509;0.000000;0.265417;0.067232;0.599168;0.971805;0.000000;0.000000;0.143441;0.839566;0.941695;0.194035;0.826736;0.093697;0.079569;0.557400;0.206710;0.235890;0.930585;0.067005;0.002415;0.119203;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.017986;0.017986;0.982014;0.880797;0.047426;0.731059;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.982014;0.896135;0.069396;0.113951;0.063151;0.165619;0.000000;0.221318;0.398672;0.157360;0.687402;0.610164;0.082944;0.523732;0.624572;0.000000;0.756392;0.407816;0.635063;0.581273;0.000000;0.847252;0.120850;0.031899;0.618850;0.288770;0.092385;0.930695;0.066395;0.002910;0.047426;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.999089;0.500000;0.017986;0.500000;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.731059;0.721115;0.000000;0.000000;0.000000;0.632045;0.300693;0.207346;0.146916;0.000000;0.898165;0.359854;0.000000;0.816678;0.000000;0.000000;0.563407;0.679832;0.000000;0.000000;0.838756;0.788514;0.118014;0.093474;0.619115;0.288280;0.092605;0.928225;0.065360;0.006420;0.047426;0.999665;0.119203;0.017986;0.006693;0.268941;0.119203;0.017986;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.047426;0.047426;0.006693;0.017986;0.017986;0.418971;0.846056;0.303222;0.251807;0.173073;0.576641;0.455617;0.256737;0.403236;0.297757;0.233080;0.809382;0.866343;0.643824;0.430699;0.648853;0.192943;0.402755;0.360084;0.153034;0.772007;0.109543;0.118451;0.575755;0.281330;0.142915;0.919285;0.046905;0.033815;0.268941;0.731059;0.268941;0.119203;0.017986;0.731059;0.731059;0.119203;0.500000;0.119203;0.119203;0.997527;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.375194;0.680702;0.594837;0.601567;0.268352;0.796895;0.673267;0.087305;0.816528;0.079585;0.256927;0.805652;0.423603;0.142583;0.000000;0.731844;0.172502;0.000000;0.517992;0.143441;0.734065;0.097927;0.168009;0.519720;0.276015;0.204265;0.868820;0.017360;0.113820;0.119203;0.952574;0.500000;0.047426;0.119203;0.119203;0.119203;0.017986;0.982014;0.731059;0.268941;0.268941;0.119203;0.500000;0.047426;0.119203;0.119203;0.731059;0.997527;0.268941;0.080394;0.440040;0.743454;0.310882;0.139794;0.440779;0.591942;0.096913;0.789680;0.469538;0.758230;0.374491;0.547358;0.820391;0.000000;0.489502;0.188314;0.573954;0.762602;0.000000;0.347599;0.093625;0.558776;0.453730;0.275445;0.270825;0.409985;0.004290;0.585725;0.268941;0.731059;0.500000;0.268941;0.047426;0.880797;0.500000;0.731059;0.500000;0.017986;0.017986;0.993307;0.119203;0.017986;0.119203;0.268941;0.119203;0.017986;0.047426;0.047426;0.234513;0.362622;0.866805;0.747061;0.000000;0.869325;0.598447;0.808145;0.321912;0.068434;0.023986;0.754730;0.000000;0.000000;0.352744;0.583705;0.000000;0.000000;0.111155;0.000000;0.162941;0.128565;0.708492;0.325480;0.203985;0.470535;0.002525;0.003945;0.993525
0.997527;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.017986;0.119203;0.746872;0.000000;0.000000;0.077558;0.227585;0.645199;0.452147;0.091538;0.000000;0.733411;0.682872;0.108225;0.908628;0.402274;0.000000;0.197499;0.441026;0.000000;0.283331;0.792654;0.761245;0.036791;0.201960;0.392260;0.045655;0.562085;0.901740;0.057510;0.040740;0.982014;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.268941;0.047426;0.268941;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.982014;0.609212;0.000000;0.267763;0.000000;0.620342;0.100471;0.000000;0.038531;0.318212;0.843169;0.790510;0.358933;0.900070;0.778854;0.090380;0.310882;0.127305;0.000000;0.000000;0.675025;0.815355;0.049582;0.135061;0.524220;0.075575;0.400205;0.929955;0.065940;0.004100;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.999089;0.268941;0.006693;0.017986;0.017986;0.608021;0.847225;0.203105;0.000000;0.413867;0.530213;0.195447;0.235232;0.675244;0.000000;0.000000;0.091704;0.702033;0.567829;0.523982;0.897062;0.173790;0.000000;0.873691;0.124881;0.818375;0.056409;0.125216;0.536225;0.095440;0.368335;0.930545;0.066465;0.002990;0.731059;0.047426;0.952574;0.047426;0.999665;0.119203;0.047426;0.047426;0.997527;0.047426;0.047426;0.047426;0.047426;0.047426;0.047426;0.268941;0.268941;0.017986;0.268941;0.047426;0.207839;0.153034;0.080099;0.000000;0.757128;0.000000;0.000000;0.000000;0.625509;0.000000;0.265417;0.067232;0.599168;0.971805;0.000000;0.000000;0.143441;0.839566;0.941695;0.194035;0.826736;0.093697;0.079569;0.557400;0.206710;0.235890;0.930585;0.067005;0.002415;0.119203;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.017986;0.017986;0.982014;0.880797;0.047426;0.731059;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.982014;0.896135;0.069396;0.113951;0.063151;0.165619;0.000000;0.221318;0.398672;0.157360;0.687402;0.610164;0.082944;0.523732;0.624572;0.000000;0.756392;0.407816;0.635063;0.581273;0.000000;0.847252;0.120850;0.031899;0.618850;0.288770;0.092385;0.930695;0.066395;0.002910;0.047426;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.999089;0.500000;0.017986;0.500000;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.731059;0.721115;0.000000;0.000000;0.000000;0.632045;0.300693;0.207346;0.146916;0.000000;0.898165;0.359854;0.000000;0.816678;0.000000;0.000000;0.563407;0.679832;0.000000;0.000000;0.838756;0.788514;0.118014;0.093474;0.619115;0.288280;0.092605;0.928225;0.065360;0.006420;0.047426;0.999665;0.119203;0.017986;0.006693;0.268941;0.119203;0.017986;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.047426;0.047426;0.006693;0.017986;0.017986;0.418971;0.846056;0.303222;0.251807;0.173073;0.576641;0.455617;0.256737;0.403236;0.297757;0.233080;0.809382;0.866343;0.643824;0.430699;0.648853;0.192943;0.402755;0.360084;0.153034;0.772007;0.109543;0.118451;0.575755;0.281330;0.142915;0.919285;0.046905;0.033815;0.268941;0.731059;0.268941;0.119203;0.017986;0.731059;0.731059;0.119203;0.500000;0.119203;0.119203;0.997527;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.375194;0.680702;0.594837;0.601567;0.268352;0.796895;0.673267;0.087305;0.816528;0.079585;0.256927;0.805652;0.423603;0.142583;0.000000;0.731844;0.172502;0.000000;0.517992;0.143441;0.734065;0.097927;0.168009;0.519720;0.276015;0.204265;0.868820;0.017360;0.113820;0.119203;0.952574;0.500000;0.047426;0.119203;0.119203;0.119203;0.017986;0.982014;0.731059;0.268941;0.268941;0.119203;0.500000;0.047426;0.119203;0.119203;0.731059;0.997527;0.268941;0.080394;0.440040;0.743454;0.310882;0.139794;0.440779;0.591942;0.096913;0.789680;0.469538;0.758230;0.374491;0.547358;0.820391;0.000000;0.489502;0.188314;0.573954;0.762602;0.000000;0.347599;0.093625;0.558776;0.453730;0.275445;0.270825;0.409985;0.004290;0.585725;0.268941;0.731059;0.500000;0.268941;0.047426;0.880797;0.500000;0.731059;0.500000;0.017986;0.017986;0.993307;0.119203;0.017986;0.119203;0.268941;0.119203;0.017986;0.047426;0.047426;0.234513;0.362622;0.866805;0.747061;0.000000;0.869325;0.598447;0.808145;0.321912;0.068434;0.023986;0.754730;0.000000;0.000000;0.352744;0.583705;0.000000;0.000000;0.111155;0.000000;0.162941;0.128565;0.708492;0.325480;0.203985;0.470535;0.002525;0.003945;0.993525;0.993307;0.047426;0.047426;0.047426;0.731059;0.119203;0.119203;0.119203;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.500000;0.880797;0.017986;0.047426;0.500000;0.892928;0.000000;0.118888;0.183622;0.921868;0.276478;0.188620;0.465803;0.174365;0.062797;0.559714;0.072628;0.202458;0.655205;0.000000;0.313028;0.509499;0.000000;0.629716;0.416538;0.151700;0.207905;0.640395;0.304175;0.250380;0.445445;0.000750;0.192280;0.806970
0.982014;0.047426;0.047426;0.017986;0.268941;0.047426;0.047426;0.119203;0.047426;0.500000;0.268941;0.047426;0.268941;0.047426;0.047426;0.268941;0.500000;0.017986;0.047426;0.982014;0.609212;0.000000;0.267763;0.000000;0.620342;0.100471;0.000000;0.038531;0.318212;0.843169;0.790510;0.358933;0.900070;0.778854;0.090380;0.310882;0.127305;0.000000;0.000000;0.675025;0.815355;0.049582;0.135061;0.524220;0.075575;0.400205;0.929955;0.065940;0.004100;0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.999089;0.268941;0.006693;0.017986;0.017986;0.608021;0.847225;0.203105;0.000000;0.413867;0.530213;0.195447;0.235232;0.675244;0.000000;0.000000;0.091704;0.702033;0.567829;0.523982;0.897062;0.173790;0.000000;0.873691;0.124881;0.818375;0.056409;0.125216;0.536225;0.095440;0.368335;0.930545;0.066465;0.002990;0.731059;0.047426;0.952574;0.047426;0.999665;0.119203;0.047426;0.047426;0.997527;0.047426;0.047426;0.047426;0.047426;0.047426;0.047426;0.268941;0.268941;0.017986;0.268941;0.047426;0.207839;0.153034;0.080099;0.000000;0.757128;0.000000;0.000000;0.000000;0.625509;0.000000;0.265417;0.067232;0.599168;0.971805;0.000000;0.000000;0.143441;0.839566;0.941695;0.194035;0.826736;0.093697;0.079569;0.557400;0.206710;0.235890;0.930585;0.067005;0.002415;0.119203;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.017986;0.017986;0.982014;0.880797;0.047426;0.731059;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.982014;0.896135;0.069396;0.113951;0.063151;0.165619;0.000000;0.221318;0.398672;0.157360;0.687402;0.610164;0.082944;0.523732;0.624572;0.000000;0.756392;0.407816;0.635063;0.581273;0.000000;0.847252;0.120850;0.031899;0.618850;0.288770;0.092385;0.930695;0.066395;0.002910;0.047426;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.999089;0.500000;0.017986;0.500000;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.731059;0.721115;0.000000;0.000000;0.000000;0.632045;0.300693;0.207346;0.146916;0.000000;0.898165;0.359854;0.000000;0.816678;0.000000;0.000000;0.563407;0.679832;0.000000;0.000000;0.838756;0.788514;0.118014;0.093474;0.619115;0.288280;0.092605;0.928225;0.065360;0.006420;0.047426;0.999665;0.119203;0.017986;0.006693;0.268941;0.119203;0.017986;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.047426;0.047426;0.006693;0.017986;0.017986;0.418971;0.846056;0.303222;0.251807;0.173073;0.576641;0.455617;0.256737;0.403236;0.297757;0.233080;0.809382;0.866343;0.643824;0.430699;0.648853;0.192943;0.402755;0.360084;0.153034;0.772007;0.109543;0.118451;0.575755;0.281330;0.142915;0.919285;0.046905;0.033815;0.268941;0.731059;0.268941;0.119203;0.017986;0.731059;0.731059;0.119203;0.500000;0.119203;0.119203;0.997527;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.375194;0.680702;0.594837;0.601567;0.268352;0.796895;0.673267;0.087305;0.816528;0.079585;0.256927;0.805652;0.423603;0.142583;0.000000;0.731844;0.172502;0.000000;0.517992;0.143441;0.734065;0.097927;0.168009;0.519720;0.276015;0.204265;0.868820;0.017360;0.113820;0.119203;0.952574;0.500000;0.047426;0.119203;0.119203;0.119203;0.017986;0.982014;0.731059;0.268941;0.268941;0.119203;0.500000;0.047426;0.119203;0.119203;0.731059;0.997527;0.268941;0.080394;0.440040;0.743454;0.310882;0.139794;0.440779;0.591942;0.096913;0.789680;0.469538;0.758230;0.374491;0.547358;0.820391;0.000000;0.489502;0.188314;0.573954;0.762602;0.000000;0.347599;0.093625;0.558776;0.453730;0.275445;0.270825;0.409985;0.004290;0.585725;0.268941;0.731059;0.500000;0.268941;0.047426;0.880797;0.500000;0.731059;0.500000;0.017986;0.017986;0.993307;0.119203;0.017986;0.119203;0.268941;0.119203;0.017986;0.047426;0.047426;0.234513;0.362622;0.866805;0.747061;0.000000;0.869325;0.598447;0.808145;0.321912;0.068434;0.023986;0.754730;0.000000;0.000000;0.352744;0.583705;0.000000;0.000000;0.111155;0.000000;0.162941;0.128565;0.708492;0.325480;0.203985;0.470535;0.002525;0.003945;0.993525;0.993307;0.047426;0.047426;0.047426;0.731059;0.119203;0.119203;0.119203;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.500000;0.880797;0.017986;0.047426;0.500000;0.892928;0.000000;0.118888;0.183622;0.921868;0.276478;0.188620;0.465803;0.174365;0.062797;0.559714;0.072628;0.202458;0.655205;0.000000;0.313028;0.509499;0.000000;0.629716;0.416538;0.151700;0.207905;0.640395;0.304175;0.250380;0.445445;0.000750;0.192280;0.806970;0.268941;0.119203;0.268941;0.500000;0.119203;0.268941;0.119203;0.047426;0.500000;0.880797;0.500000;0.119203;0.268941;0.952574;0.047426;0.500000;0.880797;0.119203;0.731059;0.500000;0.618928;0.291316;0.129093;0.909043;0.498500;0.465306;0.313458;0.587102;0.399632;0.493750;0.382961;0.449671;0.000000;0.137051;0.349327;0.636453;0.127416;0.000000;0.000000;0.539418;0.096635;0.258587;0.644775;0.232060;0.311350;0.456585;0.000270;0.276080;0.723645
0.268941;0.047426;0.268941;0.119203;0.047426;0.119203;0.119203;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.119203;0.999089;0.268941;0.006693;0.017986;0.017986;0.608021;0.847225;0.203105;0.000000;0.413867;0.530213;0.195447;0.235232;0.675244;0.000000;0.000000;0.091704;0.702033;0.567829;0.523982;0.897062;0.173790;0.000000;0.873691;0.124881;0.818375;0.056409;0.125216;0.536225;0.095440;0.368335;0.930545;0.066465;0.002990;0.731059;0.047426;0.952574;0.047426;0.999665;0.119203;0.047426;0.047426;0.997527;0.047426;0.047426;0.047426;0.047426;0.047426;0.047426;0.268941;0.268941;0.017986;0.268941;0.047426;0.207839;0.153034;0.080099;0.000000;0.757128;0.000000;0.000000;0.000000;0.625509;0.000000;0.265417;0.067232;0.599168;0.971805;0.000000;0.000000;0.143441;0.839566;0.941695;0.194035;0.826736;0.093697;0.079569;0.557400;0.206710;0.235890;0.930585;0.067005;0.002415;0.119203;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.017986;0.017986;0.982014;0.880797;0.047426;0.731059;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.982014;0.896135;0.069396;0.113951;0.063151;0.165619;0.000000;0.221318;0.398672;0.157360;0.687402;0.610164;0.082944;0.523732;0.624572;0.000000;0.756392;0.407816;0.635063;0.581273;0.000000;0.847252;0.120850;0.031899;0.618850;0.288770;0.092385;0.930695;0.066395;0.002910;0.047426;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.999089;0.500000;0.017986;0.500000;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.731059;0.721115;0.000000;0.000000;0.000000;0.632045;0.300693;0.207346;0.146916;0.000000;0.898165;0.359854;0.000000;0.816678;0.000000;0.000000;0.563407;0.679832;0.000000;0.000000;0.838756;0.788514;0.118014;0.093474;0.619115;0.288280;0.092605;0.928225;0.065360;0.006420;0.047426;0.999665;0.119203;0.017986;0.006693;0.268941;0.119203;0.017986;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.047426;0.047426;0.006693;0.017986;0.017986;0.418971;0.846056;0.303222;0.251807;0.173073;0.576641;0.455617;0.256737;0.403236;0.297757;0.233080;0.809382;0.866343;0.643824;0.430699;0.648853;0.192943;0.402755;0.360084;0.153034;0.772007;0.109543;0.118451;0.575755;0.281330;0.142915;0.919285;0.046905;0.033815;0.268941;0.731059;0.268941;0.119203;0.017986;0.731059;0.731059;0.119203;0.500000;0.119203;0.119203;0.997527;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.375194;0.680702;0.594837;0.601567;0.268352;0.796895;0.673267;0.087305;0.816528;0.079585;0.256927;0.805652;0.423603;0.142583;0.000000;0.731844;0.172502;0.000000;0.517992;0.143441;0.734065;0.097927;0.168009;0.519720;0.276015;0.204265;0.868820;0.017360;0.113820;0.119203;0.952574;0.500000;0.047426;0.119203;0.119203;0.119203;0.017986;0.982014;0.731059;0.268941;0.268941;0.119203;0.500000;0.047426;0.119203;0.119203;0.731059;0.997527;0.268941;0.080394;0.440040;0.743454;0.310882;0.139794;0.440779;0.591942;0.096913;0.789680;0.469538;0.758230;0.374491;0.547358;0.820391;0.000000;0.489502;0.188314;0.573954;0.762602;0.000000;0.347599;0.093625;0.558776;0.453730;0.275445;0.270825;0.409985;0.004290;0.585725;0.268941;0.731059;0.500000;0.268941;0.047426;0.880797;0.500000;0.731059;0.500000;0.017986;0.017986;0.993307;0.119203;0.017986;0.119203;0.268941;0.119203;0.017986;0.047426;0.047426;0.234513;0.362622;0.866805;0.747061;0.000000;0.869325;0.598447;0.808145;0.321912;0.068434;0.023986;0.754730;0.000000;0.000000;0.352744;0.583705;0.000000;0.000000;0.111155;0.000000;0.162941;0.128565;0.708492;0.325480;0.203985;0.470535;0.002525;0.003945;0.993525;0.993307;0.047426;0.047426;0.047426;0.731059;0.119203;0.119203;0.119203;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.500000;0.880797;0.017986;0.047426;0.500000;0.892928;0.000000;0.118888;0.183622;0.921868;0.276478;0.188620;0.465803;0.174365;0.062797;0.559714;0.072628;0.202458;0.655205;0.000000;0.313028;0.509499;0.000000;0.629716;0.416538;0.151700;0.207905;0.640395;0.304175;0.250380;0.445445;0.000750;0.192280;0.806970;0.268941;0.119203;0.268941;0.500000;0.119203;0.268941;0.119203;0.047426;0.500000;0.880797;0.500000;0.119203;0.268941;0.952574;0.047426;0.500000;0.880797;0.119203;0.731059;0.500000;0.618928;0.291316;0.129093;0.909043;0.498500;0.465306;0.313458;0.587102;0.399632;0.493750;0.382961;0.449671;0.000000;0.137051;0.349327;0.636453;0.127416;0.000000;0.000000;0.539418;0.096635;0.258587;0.644775;0.232060;0.311350;0.456585;0.000270;0.276080;0.723645;0.119203;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.999089;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.119203;0.047426;0.017986;0.006693;0.006693;0.770829;0.115577;0.098767;0.356635;0.895388;0.000000;0.046309;0.925807;0.263666;0.469040;0.301956;0.000000;0.000000;0.199567;0.062444;0.381780;0.000000;0.000000;0.595078;0.094234;0.047012;0.600254;0.352736;0.082690;0.331795;0.585520;0.000240;0.803640;0.196120
0.731059;0.047426;0.952574;0.047426;0.999665;0.119203;0.047426;0.047426;0.997527;0.047426;0.047426;0.047426;0.047426;0.047426;0.047426;0.268941;0.268941;0.017986;0.268941;0.047426;0.207839;0.153034;0.080099;0.000000;0.757128;0.000000;0.000000;0.000000;0.625509;0.000000;0.265417;0.067232;0.599168;0.971805;0.000000;0.000000;0.143441;0.839566;0.941695;0.194035;0.826736;0.093697;0.079569;0.557400;0.206710;0.235890;0.930585;0.067005;0.002415;0.119203;0.017986;0.017986;0.017986;0.268941;0.047426;0.047426;0.017986;0.017986;0.982014;0.880797;0.047426;0.731059;0.268941;0.017986;0.047426;0.119203;0.017986;0.119203;0.982014;0.896135;0.069396;0.113951;0.063151;0.165619;0.000000;0.221318;0.398672;0.157360;0.687402;0.610164;0.082944;0.523732;0.624572;0.000000;0.756392;0.407816;0.635063;0.581273;0.000000;0.847252;0.120850;0.031899;0.618850;0.288770;0.092385;0.930695;0.066395;0.002910;0.047426;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.999089;0.500000;0.017986;0.500000;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.731059;0.721115;0.000000;0.000000;0.000000;0.632045;0.300693;0.207346;0.146916;0.000000;0.898165;0.359854;0.000000;0.816678;0.000000;0.000000;0.563407;0.679832;0.000000;0.000000;0.838756;0.788514;0.118014;0.093474;0.619115;0.288280;0.092605;0.928225;0.065360;0.006420;0.047426;0.999665;0.119203;0.017986;0.006693;0.268941;0.119203;0.017986;0.119203;0.006693;0.017986;0.500000;0.047426;0.006693;0.017986;0.047426;0.047426;0.006693;0.017986;0.017986;0.418971;0.846056;0.303222;0.251807;0.173073;0.576641;0.455617;0.256737;0.403236;0.297757;0.233080;0.809382;0.866343;0.643824;0.430699;0.648853;0.192943;0.402755;0.360084;0.153034;0.772007;0.109543;0.118451;0.575755;0.281330;0.142915;0.919285;0.046905;0.033815;0.268941;0.731059;0.268941;0.119203;0.017986;0.731059;0.731059;0.119203;0.500000;0.119203;0.119203;0.997527;0.119203;0.017986;0.119203;0.500000;0.500000;0.017986;0.047426;0.119203;0.375194;0.680702;0.594837;0.601567;0.268352;0.796895;0.673267;0.087305;0.816528;0.079585;0.256927;0.805652;0.423603;0.142583;0.000000;0.731844;0.172502;0.000000;0.517992;0.143441;0.734065;0.097927;0.168009;0.519720;0.276015;0.204265;0.868820;0.017360;0.113820;0.119203;0.952574;0.500000;0.047426;0.119203;0.119203;0.119203;0.017986;0.982014;0.731059;0.268941;0.268941;0.119203;0.500000;0.047426;0.119203;0.119203;0.731059;0.997527;0.268941;0.080394;0.440040;0.743454;0.310882;0.139794;0.440779;0.591942;0.096913;0.789680;0.469538;0.758230;0.374491;0.547358;0.820391;0.000000;0.489502;0.188314;0.573954;0.762602;0.000000;0.347599;0.093625;0.558776;0.453730;0.275445;0.270825;0.409985;0.004290;0.585725;0.268941;0.731059;0.500000;0.268941;0.047426;0.880797;0.500000;0.731059;0.500000;0.017986;0.017986;0.993307;0.119203;0.017986;0.119203;0.268941;0.119203;0.017986;0.047426;0.047426;0.234513;0.362622;0.866805;0.747061;0.000000;0.869325;0.598447;0.808145;0.321912;0.068434;0.023986;0.754730;0.000000;0.000000;0.352744;0.583705;0.000000;0.000000;0.111155;0.000000;0.162941;0.128565;0.708492;0.325480;0.203985;0.470535;0.002525;0.003945;0.993525;0.993307;0.047426;0.047426;0.047426;0.731059;0.119203;0.119203;0.119203;0.047426;0.119203;0.119203;0.119203;0.119203;0.047426;0.119203;0.500000;0.880797;0.017986;0.047426;0.500000;0.892928;0.000000;0.118888;0.183622;0.921868;0.276478;0.188620;0.465803;0.174365;0.062797;0.559714;0.072628;0.202458;0.655205;0.000000;0.313028;0.509499;0.000000;0.629716;0.416538;0.151700;0.207905;0.640395;0.304175;0.250380;0.445445;0.000750;0.192280;0.806970;0.268941;0.119203;0.268941;0.500000;0.119203;0.268941;0.119203;0.047426;0.500000;0.880797;0.500000;0.119203;0.268941;0.952574;0.047426;0.500000;0.880797;0.119203;0.731059;0.500000;0.618928;0.291316;0.129093;0.909043;0.498500;0.465306;0.313458;0.587102;0.399632;0.493750;0.382961;0.449671;0.000000;0.137051;0.349327;0.636453;0.127416;0.000000;0.000000;0.539418;0.096635;0.258587;0.644775;0.232060;0.311350;0.456585;0.000270;0.276080;0.723645;0.119203;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.999089;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.119203;0.047426;0.017986;0.006693;0.006693;0.770829;0.115577;0.098767;0.356635;0.895388;0.000000;0.046309;0.925807;0.263666;0.469040;0.301956;0.000000;0.000000;0.199567;0.062444;0.381780;0.000000;0.000000;0.595078;0.094234;0.047012;0.600254;0.352736;0.082690;0.331795;0.585520;0.000240;0.803640;0.196120;0.500000;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.006693;0.017986;0.119203;0.047426;0.006693;0.006693;0.006693;0.755285;0.000000;0.157095;0.000000;0.000000;0.000000;0.000000;0.956437;0.000000;0.666634;0.000000;0.000000;0.251430;0.370051;0.000000;0.546119;0.000000;0.000000;0.000000;0.048614;0.031302;0.685674;0.283025;0.079510;0.428045;0.492445;0.000230;0.950115;0.049660
0.119203;0.017986;0.119203;0.047426;0.006693;0.017986;0.017986;0.999089;0.017986;0.002473;0.002473;0.017986;0.006693;0.006693;0.017986;0.119203;0.017986;0.006693;0.006693;0.006693;0.475021;0.058912;0.089480;0.095091;0.000000;0.448187;0.245455;0.965610;0.000000;0.000000;0.024892;0.138238;0.000000;0.000000;0.000000;0.343666;0.052600;0.000000;0.000000;0.144180;0.007420;0.004879;0.987699;0.004420;0.003775;0.991805;0.007955;0.006960;0.985080;0.500000;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.999089;0.017986;0.002473;0.002473;0.047426;0.006693;0.006693;0.017986;0.119203;0.047426;0.006693;0.006693;0.006693;0.658586;0.557248;0.496500;0.000000;0.827926;0.523233;0.354344;0.767277;0.253506;0.559960;0.373320;0.271703;0.295879;0.250490;0.216361;0.845404;0.041289;0.000000;0.488752;0.401312;0.027605;0.301978;0.670416;0.005205;0.001775;0.993015;0.067725;0.046495;0.885780;0.047426;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.006693;0.006693;0.006693;0.047426;0.006693;0.002473;0.999877;0.047426;0.047426;0.002473;0.006693;0.006693;0.384616;0.217720;0.239213;0.627382;0.259417;0.872806;0.413382;0.265222;0.000000;0.165619;0.341189;0.264833;0.218744;0.249365;0.937497;0.555520;0.387935;0.000000;0.124444;0.453634;0.038586;0.336220;0.625194;0.012335;0.006035;0.981630;0.093575;0.053350;0.853075;0.997527;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.500000;0.119203;0.006693;0.017986;0.119203;0.696143;0.000000;0.000000;0.000000;0.000000;0.000000;0.157759;0.035264;0.000000;0.866458;0.817873;0.083555;0.448929;0.843433;0.241404;0.307677;0.055357;0.343891;0.449671;0.693812;0.067763;0.015575;0.916660;0.072895;0.003510;0.923590;0.128615;0.020385;0.851000;0.047426;0.017986;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.006693;0.006693;0.047426;0.006693;0.002473;0.999877;0.119203;0.047426;0.002473;0.006693;0.006693;0.263278;0.000000;0.619635;0.830475;0.420188;0.207510;0.386274;0.319950;0.104518;0.213829;0.530462;0.226181;0.206198;0.128308;0.756023;0.885441;0.608021;0.000000;0.238304;0.306613;0.181820;0.010233;0.807949;0.411550;0.002670;0.585780;0.131695;0.006035;0.862275;0.047426;0.119203;0.119203;0.952574;0.002473;0.500000;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.006693;0.628083;0.787346;0.457106;0.270517;0.000000;0.638763;0.768169;0.635758;0.000000;0.000000;0.000000;0.638071;0.000000;0.000000;0.885847;0.696143;0.203753;0.000000;0.110367;0.039166;0.509804;0.002916;0.487280;0.564515;0.000295;0.435190;0.822320;0.000115;0.177565;0.880797;0.268941;0.500000;0.119203;0.047426;0.500000;0.268941;0.880797;0.268941;0.047426;0.047426;0.952574;0.119203;0.017986;0.268941;0.952574;0.500000;0.017986;0.047426;0.119203;0.665299;0.366793;0.746683;0.853960;0.209325;0.518492;0.852708;0.315183;0.000000;0.202458;0.037760;0.345021;0.233438;0.000000;0.559714;0.686111;0.245640;0.000000;0.000000;0.304280;0.836858;0.003037;0.160105;0.642435;0.000770;0.356795;0.894940;0.000010;0.105050;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.017986;0.982014;0.500000;0.017986;0.500000;0.731059;0.017986;0.047426;0.119203;0.017986;0.268941;0.993307;0.498500;0.431925;0.000000;0.766383;0.000000;0.695508;0.790510;0.175520;0.155382;0.840104;0.342990;0.256165;0.461824;0.510998;0.000000;0.192166;0.488752;0.346378;0.000000;0.649991;0.924991;0.001083;0.073921;0.843905;0.002770;0.153320;0.956825;0.000005;0.043160;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.047426;0.268941;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.606828;0.000000;0.099302;0.530462;0.307252;0.630649;0.852959;0.204566;0.137051;0.826927;0.413382;0.077201;0.652716;0.000000;0.000000;0.356405;0.734973;0.483256;0.209988;0.394365;0.941577;0.000813;0.057608;0.851295;0.001965;0.146740;0.999195;0.000000;0.000800;0.119203;0.119203;0.993307;0.993307;0.006693;0.268941;0.952574;0.119203;0.268941;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.601088;0.811686;0.632278;0.587587;0.533948;0.764048;0.741542;0.207017;0.303011;0.136461;0.152516;0.851194;0.000000;0.000000;0.211985;0.541653;0.000000;0.000000;0.222873;0.212989;0.964536;0.000653;0.034808;0.919575;0.001485;0.078930;0.999835;0.000000;0.000165;0.982014;0.731059;0.119203;0.047426;0.047426;0.268941;0.500000;0.119203;0.268941;0.017986;0.047426;0.993307;0.047426;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.047426;0.514996;0.629250;0.235052;0.584191;0.533948;0.675244;0.785498;0.110760;0.183322;0.372852;0.182873;0.906022;0.471032;0.038605;0.100110;0.352516;0.337155;0.492251;0.273487;0.046398;0.975557;0.001343;0.023099;0.952645;0.003555;0.043800;0.999830;0.000000;0.000170
0.500000;0.017986;0.119203;0.047426;0.017986;0.017986;0.017986;0.999089;0.017986;0.002473;0.002473;0.047426;0.006693;0.006693;0.017986;0.119203;0.047426;0.006693;0.006693;0.006693;0.658586;0.557248;0.496500;0.000000;0.827926;0.523233;0.354344;0.767277;0.253506;0.559960;0.373320;0.271703;0.295879;0.250490;0.216361;0.845404;0.041289;0.000000;0.488752;0.401312;0.027605;0.301978;0.670416;0.005205;0.001775;0.993015;0.067725;0.046495;0.885780;0.047426;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.006693;0.006693;0.006693;0.047426;0.006693;0.002473;0.999877;0.047426;0.047426;0.002473;0.006693;0.006693;0.384616;0.217720;0.239213;0.627382;0.259417;0.872806;0.413382;0.265222;0.000000;0.165619;0.341189;0.264833;0.218744;0.249365;0.937497;0.555520;0.387935;0.000000;0.124444;0.453634;0.038586;0.336220;0.625194;0.012335;0.006035;0.981630;0.093575;0.053350;0.853075;0.997527;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.500000;0.119203;0.006693;0.017986;0.119203;0.696143;0.000000;0.000000;0.000000;0.000000;0.000000;0.157759;0.035264;0.000000;0.866458;0.817873;0.083555;0.448929;0.843433;0.241404;0.307677;0.055357;0.343891;0.449671;0.693812;0.067763;0.015575;0.916660;0.072895;0.003510;0.923590;0.128615;0.020385;0.851000;0.047426;0.017986;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.006693;0.006693;0.047426;0.006693;0.002473;0.999877;0.119203;0.047426;0.002473;0.006693;0.006693;0.263278;0.000000;0.619635;0.830475;0.420188;0.207510;0.386274;0.319950;0.104518;0.213829;0.530462;0.226181;0.206198;0.128308;0.756023;0.885441;0.608021;0.000000;0.238304;0.306613;0.181820;0.010233;0.807949;0.411550;0.002670;0.585780;0.131695;0.006035;0.862275;0.047426;0.119203;0.119203;0.952574;0.002473;0.500000;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.006693;0.628083;0.787346;0.457106;0.270517;0.000000;0.638763;0.768169;0.635758;0.000000;0.000000;0.000000;0.638071;0.000000;0.000000;0.885847;0.696143;0.203753;0.000000;0.110367;0.039166;0.509804;0.002916;0.487280;0.564515;0.000295;0.435190;0.822320;0.000115;0.177565;0.880797;0.268941;0.500000;0.119203;0.047426;0.500000;0.268941;0.880797;0.268941;0.047426;0.047426;0.952574;0.119203;0.017986;0.268941;0.952574;0.500000;0.017986;0.047426;0.119203;0.665299;0.366793;0.746683;0.853960;0.209325;0.518492;0.852708;0.315183;0.000000;0.202458;0.037760;0.345021;0.233438;0.000000;0.559714;0.686111;0.245640;0.000000;0.000000;0.304280;0.836858;0.003037;0.160105;0.642435;0.000770;0.356795;0.894940;0.000010;0.105050;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.017986;0.982014;0.500000;0.017986;0.500000;0.731059;0.017986;0.047426;0.119203;0.017986;0.268941;0.993307;0.498500;0.431925;0.000000;0.766383;0.000000;0.695508;0.790510;0.175520;0.155382;0.840104;0.342990;0.256165;0.461824;0.510998;0.000000;0.192166;0.488752;0.346378;0.000000;0.649991;0.924991;0.001083;0.073921;0.843905;0.002770;0.153320;0.956825;0.000005;0.043160;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.047426;0.268941;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.606828;0.000000;0.099302;0.530462;0.307252;0.630649;0.852959;0.204566;0.137051;0.826927;0.413382;0.077201;0.652716;0.000000;0.000000;0.356405;0.734973;0.483256;0.209988;0.394365;0.941577;0.000813;0.057608;0.851295;0.001965;0.146740;0.999195;0.000000;0.000800;0.119203;0.119203;0.993307;0.993307;0.006693;0.268941;0.952574;0.119203;0.268941;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.601088;0.811686;0.632278;0.587587;0.533948;0.764048;0.741542;0.207017;0.303011;0.136461;0.152516;0.851194;0.000000;0.000000;0.211985;0.541653;0.000000;0.000000;0.222873;0.212989;0.964536;0.000653;0.034808;0.919575;0.001485;0.078930;0.999835;0.000000;0.000165;0.982014;0.731059;0.119203;0.047426;0.047426;0.268941;0.500000;0.119203;0.268941;0.017986;0.047426;0.993307;0.047426;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.047426;0.514996;0.629250;0.235052;0.584191;0.533948;0.675244;0.785498;0.110760;0.183322;0.372852;0.182873;0.906022;0.471032;0.038605;0.100110;0.352516;0.337155;0.492251;0.273487;0.046398;0.975557;0.001343;0.023099;0.952645;0.003555;0.043800;0.999830;0.000000;0.000170;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.218744;0.000000;0.117119;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.971140;0.729877;0.000000;0.646342;0.000000;0.000000;0.000000;0.000000;0.000000;0.117016;0.718291;0.977389;0.003606;0.019006;0.952120;0.010345;0.037540;0.999935;0.000000;0.000065
0.047426;0.006693;0.017986;0.017986;0.006693;0.017986;0.017986;0.006693;0.006693;0.006693;0.006693;0.047426;0.006693;0.002473;0.999877;0.047426;0.047426;0.002473;0.006693;0.006693;0.384616;0.217720;0.239213;0.627382;0.259417;0.872806;0.413382;0.265222;0.000000;0.165619;0.341189;0.264833;0.218744;0.249365;0.937497;0.555520;0.387935;0.000000;0.124444;0.453634;0.038586;0.336220;0.625194;0.012335;0.006035;0.981630;0.093575;0.053350;0.853075;0.997527;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.500000;0.119203;0.006693;0.017986;0.119203;0.696143;0.000000;0.000000;0.000000;0.000000;0.000000;0.157759;0.035264;0.000000;0.866458;0.817873;0.083555;0.448929;0.843433;0.241404;0.307677;0.055357;0.343891;0.449671;0.693812;0.067763;0.015575;0.916660;0.072895;0.003510;0.923590;0.128615;0.020385;0.851000;0.047426;0.017986;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.006693;0.006693;0.047426;0.006693;0.002473;0.999877;0.119203;0.047426;0.002473;0.006693;0.006693;0.263278;0.000000;0.619635;0.830475;0.420188;0.207510;0.386274;0.319950;0.104518;0.213829;0.530462;0.226181;0.206198;0.128308;0.756023;0.885441;0.608021;0.000000;0.238304;0.306613;0.181820;0.010233;0.807949;0.411550;0.002670;0.585780;0.131695;0.006035;0.862275;0.047426;0.119203;0.119203;0.952574;0.002473;0.500000;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.006693;0.628083;0.787346;0.457106;0.270517;0.000000;0.638763;0.768169;0.635758;0.000000;0.000000;0.000000;0.638071;0.000000;0.000000;0.885847;0.696143;0.203753;0.000000;0.110367;0.039166;0.509804;0.002916;0.487280;0.564515;0.000295;0.435190;0.822320;0.000115;0.177565;0.880797;0.268941;0.500000;0.119203;0.047426;0.500000;0.268941;0.880797;0.268941;0.047426;0.047426;0.952574;0.119203;0.017986;0.268941;0.952574;0.500000;0.017986;0.047426;0.119203;0.665299;0.366793;0.746683;0.853960;0.209325;0.518492;0.852708;0.315183;0.000000;0.202458;0.037760;0.345021;0.233438;0.000000;0.559714;0.686111;0.245640;0.000000;0.000000;0.304280;0.836858;0.003037;0.160105;0.642435;0.000770;0.356795;0.894940;0.000010;0.105050;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.017986;0.982014;0.500000;0.017986;0.500000;0.731059;0.017986;0.047426;0.119203;0.017986;0.268941;0.993307;0.498500;0.431925;0.000000;0.766383;0.000000;0.695508;0.790510;0.175520;0.155382;0.840104;0.342990;0.256165;0.461824;0.510998;0.000000;0.192166;0.488752;0.346378;0.000000;0.649991;0.924991;0.001083;0.073921;0.843905;0.002770;0.153320;0.956825;0.000005;0.043160;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.047426;0.268941;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.606828;0.000000;0.099302;0.530462;0.307252;0.630649;0.852959;0.204566;0.137051;0.826927;0.413382;0.077201;0.652716;0.000000;0.000000;0.356405;0.734973;0.483256;0.209988;0.394365;0.941577;0.000813;0.057608;0.851295;0.001965;0.146740;0.999195;0.000000;0.000800;0.119203;0.119203;0.993307;0.993307;0.006693;0.268941;0.952574;0.119203;0.268941;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.601088;0.811686;0.632278;0.587587;0.533948;0.764048;0.741542;0.207017;0.303011;0.136461;0.152516;0.851194;0.000000;0.000000;0.211985;0.541653;0.000000;0.000000;0.222873;0.212989;0.964536;0.000653;0.034808;0.919575;0.001485;0.078930;0.999835;0.000000;0.000165;0.982014;0.731059;0.119203;0.047426;0.047426;0.268941;0.500000;0.119203;0.268941;0.017986;0.047426;0.993307;0.047426;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.047426;0.514996;0.629250;0.235052;0.584191;0.533948;0.675244;0.785498;0.110760;0.183322;0.372852;0.182873;0.906022;0.471032;0.038605;0.100110;0.352516;0.337155;0.492251;0.273487;0.046398;0.975557;0.001343;0.023099;0.952645;0.003555;0.043800;0.999830;0.000000;0.000170;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.218744;0.000000;0.117119;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.971140;0.729877;0.000000;0.646342;0.000000;0.000000;0.000000;0.000000;0.000000;0.117016;0.718291;0.977389;0.003606;0.019006;0.952120;0.010345;0.037540;0.999935;0.000000;0.000065;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.880797;0.047426;0.119203;0.017986;0.119203;0.997527;0.006693;0.017986;0.017986;0.982014;0.999089;0.047426;0.347964;0.597005;0.352287;0.639455;0.000000;0.697411;0.924422;0.212989;0.000000;0.497500;0.409266;0.154857;0.215177;0.656109;0.000000;0.215514;0.050594;0.000000;0.632278;0.389836;0.974858;0.006419;0.018723;0.944960;0.011780;0.043260;0.999805;0.000000;0.000195
0.997527;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.017986;0.047426;0.017986;0.047426;0.047426;0.017986;0.047426;0.500000;0.119203;0.006693;0.017986;0.119203;0.696143;0.000000;0.000000;0.000000;0.000000;0.000000;0.157759;0.035264;0.000000;0.866458;0.817873;0.083555;0.448929;0.843433;0.241404;0.307677;0.055357;0.343891;0.449671;0.693812;0.067763;0.015575;0.916660;0.072895;0.003510;0.923590;0.128615;0.020385;0.851000;0.047426;0.017986;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.006693;0.006693;0.047426;0.006693;0.002473;0.999877;0.119203;0.047426;0.002473;0.006693;0.006693;0.263278;0.000000;0.619635;0.830475;0.420188;0.207510;0.386274;0.319950;0.104518;0.213829;0.530462;0.226181;0.206198;0.128308;0.756023;0.885441;0.608021;0.000000;0.238304;0.306613;0.181820;0.010233;0.807949;0.411550;0.002670;0.585780;0.131695;0.006035;0.862275;0.047426;0.119203;0.119203;0.952574;0.002473;0.500000;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.006693;0.628083;0.787346;0.457106;0.270517;0.000000;0.638763;0.768169;0.635758;0.000000;0.000000;0.000000;0.638071;0.000000;0.000000;0.885847;0.696143;0.203753;0.000000;0.110367;0.039166;0.509804;0.002916;0.487280;0.564515;0.000295;0.435190;0.822320;0.000115;0.177565;0.880797;0.268941;0.500000;0.119203;0.047426;0.500000;0.268941;0.880797;0.268941;0.047426;0.047426;0.952574;0.119203;0.017986;0.268941;0.952574;0.500000;0.017986;0.047426;0.119203;0.665299;0.366793;0.746683;0.853960;0.209325;0.518492;0.852708;0.315183;0.000000;0.202458;0.037760;0.345021;0.233438;0.000000;0.559714;0.686111;0.245640;0.000000;0.000000;0.304280;0.836858;0.003037;0.160105;0.642435;0.000770;0.356795;0.894940;0.000010;0.105050;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.017986;0.982014;0.500000;0.017986;0.500000;0.731059;0.017986;0.047426;0.119203;0.017986;0.268941;0.993307;0.498500;0.431925;0.000000;0.766383;0.000000;0.695508;0.790510;0.175520;0.155382;0.840104;0.342990;0.256165;0.461824;0.510998;0.000000;0.192166;0.488752;0.346378;0.000000;0.649991;0.924991;0.001083;0.073921;0.843905;0.002770;0.153320;0.956825;0.000005;0.043160;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.047426;0.268941;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.606828;0.000000;0.099302;0.530462;0.307252;0.630649;0.852959;0.204566;0.137051;0.826927;0.413382;0.077201;0.652716;0.000000;0.000000;0.356405;0.734973;0.483256;0.209988;0.394365;0.941577;0.000813;0.057608;0.851295;0.001965;0.146740;0.999195;0.000000;0.000800;0.119203;0.119203;0.993307;0.993307;0.006693;0.268941;0.952574;0.119203;0.268941;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.601088;0.811686;0.632278;0.587587;0.533948;0.764048;0.741542;0.207017;0.303011;0.136461;0.152516;0.851194;0.000000;0.000000;0.211985;0.541653;0.000000;0.000000;0.222873;0.212989;0.964536;0.000653;0.034808;0.919575;0.001485;0.078930;0.999835;0.000000;0.000165;0.982014;0.731059;0.119203;0.047426;0.047426;0.268941;0.500000;0.119203;0.268941;0.017986;0.047426;0.993307;0.047426;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.047426;0.514996;0.629250;0.235052;0.584191;0.533948;0.675244;0.785498;0.110760;0.183322;0.372852;0.182873;0.906022;0.471032;0.038605;0.100110;0.352516;0.337155;0.492251;0.273487;0.046398;0.975557;0.001343;0.023099;0.952645;0.003555;0.043800;0.999830;0.000000;0.000170;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.218744;0.000000;0.117119;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.971140;0.729877;0.000000;0.646342;0.000000;0.000000;0.000000;0.000000;0.000000;0.117016;0.718291;0.977389;0.003606;0.019006;0.952120;0.010345;0.037540;0.999935;0.000000;0.000065;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.880797;0.047426;0.119203;0.017986;0.119203;0.997527;0.006693;0.017986;0.017986;0.982014;0.999089;0.047426;0.347964;0.597005;0.352287;0.639455;0.000000;0.697411;0.924422;0.212989;0.000000;0.497500;0.409266;0.154857;0.215177;0.656109;0.000000;0.215514;0.050594;0.000000;0.632278;0.389836;0.974858;0.006419;0.018723;0.944960;0.011780;0.043260;0.999805;0.000000;0.000195;0.880797;0.500000;0.268941;0.500000;0.017986;0.982014;0.982014;0.047426;0.268941;0.017986;0.047426;0.500000;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.497250;0.775912;0.796733;0.734388;0.000000;0.874900;0.787848;0.369817;0.000000;0.000000;0.000000;0.742308;0.000000;0.264638;0.000000;0.530960;0.313243;0.000000;0.408541;0.000000;0.973184;0.004053;0.022763;0.937955;0.011675;0.050370;0.999090;0.000000;0.000910
0.047426;0.017986;0.047426;0.017986;0.006693;0.047426;0.047426;0.017986;0.017986;0.006693;0.006693;0.047426;0.006693;0.002473;0.999877;0.119203;0.047426;0.002473;0.006693;0.006693;0.263278;0.000000;0.619635;0.830475;0.420188;0.207510;0.386274;0.319950;0.104518;0.213829;0.530462;0.226181;0.206198;0.128308;0.756023;0.885441;0.608021;0.000000;0.238304;0.306613;0.181820;0.010233;0.807949;0.411550;0.002670;0.585780;0.131695;0.006035;0.862275;0.047426;0.119203;0.119203;0.952574;0.002473;0.500000;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.006693;0.628083;0.787346;0.457106;0.270517;0.000000;0.638763;0.768169;0.635758;0.000000;0.000000;0.000000;0.638071;0.000000;0.000000;0.885847;0.696143;0.203753;0.000000;0.110367;0.039166;0.509804;0.002916;0.487280;0.564515;0.000295;0.435190;0.822320;0.000115;0.177565;0.880797;0.268941;0.500000;0.119203;0.047426;0.500000;0.268941;0.880797;0.268941;0.047426;0.047426;0.952574;0.119203;0.017986;0.268941;0.952574;0.500000;0.017986;0.047426;0.119203;0.665299;0.366793;0.746683;0.853960;0.209325;0.518492;0.852708;0.315183;0.000000;0.202458;0.037760;0.345021;0.233438;0.000000;0.559714;0.686111;0.245640;0.000000;0.000000;0.304280;0.836858;0.003037;0.160105;0.642435;0.000770;0.356795;0.894940;0.000010;0.105050;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.017986;0.982014;0.500000;0.017986;0.500000;0.731059;0.017986;0.047426;0.119203;0.017986;0.268941;0.993307;0.498500;0.431925;0.000000;0.766383;0.000000;0.695508;0.790510;0.175520;0.155382;0.840104;0.342990;0.256165;0.461824;0.510998;0.000000;0.192166;0.488752;0.346378;0.000000;0.649991;0.924991;0.001083;0.073921;0.843905;0.002770;0.153320;0.956825;0.000005;0.043160;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.047426;0.268941;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.606828;0.000000;0.099302;0.530462;0.307252;0.630649;0.852959;0.204566;0.137051;0.826927;0.413382;0.077201;0.652716;0.000000;0.000000;0.356405;0.734973;0.483256;0.209988;0.394365;0.941577;0.000813;0.057608;0.851295;0.001965;0.146740;0.999195;0.000000;0.000800;0.119203;0.119203;0.993307;0.993307;0.006693;0.268941;0.952574;0.119203;0.268941;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.601088;0.811686;0.632278;0.587587;0.533948;0.764048;0.741542;0.207017;0.303011;0.136461;0.152516;0.851194;0.000000;0.000000;0.211985;0.541653;0.000000;0.000000;0.222873;0.212989;0.964536;0.000653;0.034808;0.919575;0.001485;0.078930;0.999835;0.000000;0.000165;0.982014;0.731059;0.119203;0.047426;0.047426;0.268941;0.500000;0.119203;0.268941;0.017986;0.047426;0.993307;0.047426;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.047426;0.514996;0.629250;0.235052;0.584191;0.533948;0.675244;0.785498;0.110760;0.183322;0.372852;0.182873;0.906022;0.471032;0.038605;0.100110;0.352516;0.337155;0.492251;0.273487;0.046398;0.975557;0.001343;0.023099;0.952645;0.003555;0.043800;0.999830;0.000000;0.000170;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.218744;0.000000;0.117119;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.971140;0.729877;0.000000;0.646342;0.000000;0.000000;0.000000;0.000000;0.000000;0.117016;0.718291;0.977389;0.003606;0.019006;0.952120;0.010345;0.037540;0.999935;0.000000;0.000065;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.880797;0.047426;0.119203;0.017986;0.119203;0.997527;0.006693;0.017986;0.017986;0.982014;0.999089;0.047426;0.347964;0.597005;0.352287;0.639455;0.000000;0.697411;0.924422;0.212989;0.000000;0.497500;0.409266;0.154857;0.215177;0.656109;0.000000;0.215514;0.050594;0.000000;0.632278;0.389836;0.974858;0.006419;0.018723;0.944960;0.011780;0.043260;0.999805;0.000000;0.000195;0.880797;0.500000;0.268941;0.500000;0.017986;0.982014;0.982014;0.047426;0.268941;0.017986;0.047426;0.500000;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.497250;0.775912;0.796733;0.734388;0.000000;0.874900;0.787848;0.369817;0.000000;0.000000;0.000000;0.742308;0.000000;0.264638;0.000000;0.530960;0.313243;0.000000;0.408541;0.000000;0.973184;0.004053;0.022763;0.937955;0.011675;0.050370;0.999090;0.000000;0.000910;0.268941;0.982014;0.500000;0.047426;0.268941;0.268941;0.268941;0.047426;0.500000;0.952574;0.500000;0.731059;0.268941;0.119203;0.047426;0.119203;0.500000;0.017986;0.119203;0.731059;0.426046;0.783469;0.754174;0.000000;0.316047;0.691470;0.453386;0.000000;0.571262;0.809228;0.656334;0.498000;0.575909;0.309812;0.000000;0.397714;0.247126;0.000000;0.706822;0.126419;0.960937;0.003776;0.035285;0.904620;0.010795;0.084580;0.997515;0.000000;0.002485
0.047426;0.119203;0.119203;0.952574;0.002473;0.500000;0.999089;0.017986;0.119203;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.006693;0.628083;0.787346;0.457106;0.270517;0.000000;0.638763;0.768169;0.635758;0.000000;0.000000;0.000000;0.638071;0.000000;0.000000;0.885847;0.696143;0.203753;0.000000;0.110367;0.039166;0.509804;0.002916;0.487280;0.564515;0.000295;0.435190;0.822320;0.000115;0.177565;0.880797;0.268941;0.500000;0.119203;0.047426;0.500000;0.268941;0.880797;0.268941;0.047426;0.047426;0.952574;0.119203;0.017986;0.268941;0.952574;0.500000;0.017986;0.047426;0.119203;0.665299;0.366793;0.746683;0.853960;0.209325;0.518492;0.852708;0.315183;0.000000;0.202458;0.037760;0.345021;0.233438;0.000000;0.559714;0.686111;0.245640;0.000000;0.000000;0.304280;0.836858;0.003037;0.160105;0.642435;0.000770;0.356795;0.894940;0.000010;0.105050;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.017986;0.982014;0.500000;0.017986;0.500000;0.731059;0.017986;0.047426;0.119203;0.017986;0.268941;0.993307;0.498500;0.431925;0.000000;0.766383;0.000000;0.695508;0.790510;0.175520;0.155382;0.840104;0.342990;0.256165;0.461824;0.510998;0.000000;0.192166;0.488752;0.346378;0.000000;0.649991;0.924991;0.001083;0.073921;0.843905;0.002770;0.153320;0.956825;0.000005;0.043160;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.047426;0.268941;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.606828;0.000000;0.099302;0.530462;0.307252;0.630649;0.852959;0.204566;0.137051;0.826927;0.413382;0.077201;0.652716;0.000000;0.000000;0.356405;0.734973;0.483256;0.209988;0.394365;0.941577;0.000813;0.057608;0.851295;0.001965;0.146740;0.999195;0.000000;0.000800;0.119203;0.119203;0.993307;0.993307;0.006693;0.268941;0.952574;0.119203;0.268941;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.601088;0.811686;0.632278;0.587587;0.533948;0.764048;0.741542;0.207017;0.303011;0.136461;0.152516;0.851194;0.000000;0.000000;0.211985;0.541653;0.000000;0.000000;0.222873;0.212989;0.964536;0.000653;0.034808;0.919575;0.001485;0.078930;0.999835;0.000000;0.000165;0.982014;0.731059;0.119203;0.047426;0.047426;0.268941;0.500000;0.119203;0.268941;0.017986;0.047426;0.993307;0.047426;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.047426;0.514996;0.629250;0.235052;0.584191;0.533948;0.675244;0.785498;0.110760;0.183322;0.372852;0.182873;0.906022;0.471032;0.038605;0.100110;0.352516;0.337155;0.492251;0.273487;0.046398;0.975557;0.001343;0.023099;0.952645;0.003555;0.043800;0.999830;0.000000;0.000170;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.218744;0.000000;0.117119;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.971140;0.729877;0.000000;0.646342;0.000000;0.000000;0.000000;0.000000;0.000000;0.117016;0.718291;0.977389;0.003606;0.019006;0.952120;0.010345;0.037540;0.999935;0.000000;0.000065;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.880797;0.047426;0.119203;0.017986;0.119203;0.997527;0.006693;0.017986;0.017986;0.982014;0.999089;0.047426;0.347964;0.597005;0.352287;0.639455;0.000000;0.697411;0.924422;0.212989;0.000000;0.497500;0.409266;0.154857;0.215177;0.656109;0.000000;0.215514;0.050594;0.000000;0.632278;0.389836;0.974858;0.006419;0.018723;0.944960;0.011780;0.043260;0.999805;0.000000;0.000195;0.880797;0.500000;0.268941;0.500000;0.017986;0.982014;0.982014;0.047426;0.268941;0.017986;0.047426;0.500000;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.497250;0.775912;0.796733;0.734388;0.000000;0.874900;0.787848;0.369817;0.000000;0.000000;0.000000;0.742308;0.000000;0.264638;0.000000;0.530960;0.313243;0.000000;0.408541;0.000000;0.973184;0.004053;0.022763;0.937955;0.011675;0.050370;0.999090;0.000000;0.000910;0.268941;0.982014;0.500000;0.047426;0.268941;0.268941;0.268941;0.047426;0.500000;0.952574;0.500000;0.731059;0.268941;0.119203;0.047426;0.119203;0.500000;0.017986;0.119203;0.731059;0.426046;0.783469;0.754174;0.000000;0.316047;0.691470;0.453386;0.000000;0.571262;0.809228;0.656334;0.498000;0.575909;0.309812;0.000000;0.397714;0.247126;0.000000;0.706822;0.126419;0.960937;0.003776;0.035285;0.904620;0.010795;0.084580;0.997515;0.000000;0.002485;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.993307;0.006693;0.017986;0.047426;0.725916;0.000000;0.000000;0.000000;0.000000;0.000000;0.094576;0.000000;0.000000;0.839969;0.720109;0.000000;0.878788;0.871356;0.000000;0.473774;0.159762;0.524480;0.777127;0.592667;0.928221;0.003408;0.068373;0.799285;0.009640;0.191080;0.986475;0.000035;0.013490
0.880797;0.268941;0.500000;0.119203;0.047426;0.500000;0.268941;0.880797;0.268941;0.047426;0.047426;0.952574;0.119203;0.017986;0.268941;0.952574;0.500000;0.017986;0.047426;0.119203;0.665299;0.366793;0.746683;0.853960;0.209325;0.518492;0.852708;0.315183;0.000000;0.202458;0.037760;0.345021;0.233438;0.000000;0.559714;0.686111;0.245640;0.000000;0.000000;0.304280;0.836858;0.003037;0.160105;0.642435;0.000770;0.356795;0.894940;0.000010;0.105050;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.017986;0.982014;0.500000;0.017986;0.500000;0.731059;0.017986;0.047426;0.119203;0.017986;0.268941;0.993307;0.498500;0.431925;0.000000;0.766383;0.000000;0.695508;0.790510;0.175520;0.155382;0.840104;0.342990;0.256165;0.461824;0.510998;0.000000;0.192166;0.488752;0.346378;0.000000;0.649991;0.924991;0.001083;0.073921;0.843905;0.002770;0.153320;0.956825;0.000005;0.043160;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.047426;0.268941;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.606828;0.000000;0.099302;0.530462;0.307252;0.630649;0.852959;0.204566;0.137051;0.826927;0.413382;0.077201;0.652716;0.000000;0.000000;0.356405;0.734973;0.483256;0.209988;0.394365;0.941577;0.000813;0.057608;0.851295;0.001965;0.146740;0.999195;0.000000;0.000800;0.119203;0.119203;0.993307;0.993307;0.006693;0.268941;0.952574;0.119203;0.268941;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.601088;0.811686;0.632278;0.587587;0.533948;0.764048;0.741542;0.207017;0.303011;0.136461;0.152516;0.851194;0.000000;0.000000;0.211985;0.541653;0.000000;0.000000;0.222873;0.212989;0.964536;0.000653;0.034808;0.919575;0.001485;0.078930;0.999835;0.000000;0.000165;0.982014;0.731059;0.119203;0.047426;0.047426;0.268941;0.500000;0.119203;0.268941;0.017986;0.047426;0.993307;0.047426;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.047426;0.514996;0.629250;0.235052;0.584191;0.533948;0.675244;0.785498;0.110760;0.183322;0.372852;0.182873;0.906022;0.471032;0.038605;0.100110;0.352516;0.337155;0.492251;0.273487;0.046398;0.975557;0.001343;0.023099;0.952645;0.003555;0.043800;0.999830;0.000000;0.000170;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.218744;0.000000;0.117119;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.971140;0.729877;0.000000;0.646342;0.000000;0.000000;0.000000;0.000000;0.000000;0.117016;0.718291;0.977389;0.003606;0.019006;0.952120;0.010345;0.037540;0.999935;0.000000;0.000065;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.880797;0.047426;0.119203;0.017986;0.119203;0.997527;0.006693;0.017986;0.017986;0.982014;0.999089;0.047426;0.347964;0.597005;0.352287;0.639455;0.000000;0.697411;0.924422;0.212989;0.000000;0.497500;0.409266;0.154857;0.215177;0.656109;0.000000;0.215514;0.050594;0.000000;0.632278;0.389836;0.974858;0.006419;0.018723;0.944960;0.011780;0.043260;0.999805;0.000000;0.000195;0.880797;0.500000;0.268941;0.500000;0.017986;0.982014;0.982014;0.047426;0.268941;0.017986;0.047426;0.500000;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.497250;0.775912;0.796733;0.734388;0.000000;0.874900;0.787848;0.369817;0.000000;0.000000;0.000000;0.742308;0.000000;0.264638;0.000000;0.530960;0.313243;0.000000;0.408541;0.000000;0.973184;0.004053;0.022763;0.937955;0.011675;0.050370;0.999090;0.000000;0.000910;0.268941;0.982014;0.500000;0.047426;0.268941;0.268941;0.268941;0.047426;0.500000;0.952574;0.500000;0.731059;0.268941;0.119203;0.047426;0.119203;0.500000;0.017986;0.119203;0.731059;0.426046;0.783469;0.754174;0.000000;0.316047;0.691470;0.453386;0.000000;0.571262;0.809228;0.656334;0.498000;0.575909;0.309812;0.000000;0.397714;0.247126;0.000000;0.706822;0.126419;0.960937;0.003776;0.035285;0.904620;0.010795;0.084580;0.997515;0.000000;0.002485;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.993307;0.006693;0.017986;0.047426;0.725916;0.000000;0.000000;0.000000;0.000000;0.000000;0.094576;0.000000;0.000000;0.839969;0.720109;0.000000;0.878788;0.871356;0.000000;0.473774;0.159762;0.524480;0.777127;0.592667;0.928221;0.003408;0.068373;0.799285;0.009640;0.191080;0.986475;0.000035;0.013490;0.119203;0.880797;0.119203;0.119203;0.047426;0.880797;0.500000;0.119203;0.119203;0.017986;0.268941;0.997527;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.299643;0.561684;0.890903;0.604201;0.000000;0.694661;0.722320;0.248617;0.187095;0.116809;0.274881;0.783130;0.000000;0.698886;0.416295;0.264638;0.086432;0.766741;0.122496;0.353658;0.842942;0.003839;0.153217;0.724530;0.010775;0.264695;0.894125;0.000060;0.105810
0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.017986;0.982014;0.500000;0.017986;0.500000;0.731059;0.017986;0.047426;0.119203;0.017986;0.268941;0.993307;0.498500;0.431925;0.000000;0.766383;0.000000;0.695508;0.790510;0.175520;0.155382;0.840104;0.342990;0.256165;0.461824;0.510998;0.000000;0.192166;0.488752;0.346378;0.000000;0.649991;0.924991;0.001083;0.073921;0.843905;0.002770;0.153320;0.956825;0.000005;0.043160;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.047426;0.268941;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.606828;0.000000;0.099302;0.530462;0.307252;0.630649;0.852959;0.204566;0.137051;0.826927;0.413382;0.077201;0.652716;0.000000;0.000000;0.356405;0.734973;0.483256;0.209988;0.394365;0.941577;0.000813;0.057608;0.851295;0.001965;0.146740;0.999195;0.000000;0.000800;0.119203;0.119203;0.993307;0.993307;0.006693;0.268941;0.952574;0.119203;0.268941;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.601088;0.811686;0.632278;0.587587;0.533948;0.764048;0.741542;0.207017;0.303011;0.136461;0.152516;0.851194;0.000000;0.000000;0.211985;0.541653;0.000000;0.000000;0.222873;0.212989;0.964536;0.000653;0.034808;0.919575;0.001485;0.078930;0.999835;0.000000;0.000165;0.982014;0.731059;0.119203;0.047426;0.047426;0.268941;0.500000;0.119203;0.268941;0.017986;0.047426;0.993307;0.047426;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.047426;0.514996;0.629250;0.235052;0.584191;0.533948;0.675244;0.785498;0.110760;0.183322;0.372852;0.182873;0.906022;0.471032;0.038605;0.100110;0.352516;0.337155;0.492251;0.273487;0.046398;0.975557;0.001343;0.023099;0.952645;0.003555;0.043800;0.999830;0.000000;0.000170;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.218744;0.000000;0.117119;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.971140;0.729877;0.000000;0.646342;0.000000;0.000000;0.000000;0.000000;0.000000;0.117016;0.718291;0.977389;0.003606;0.019006;0.952120;0.010345;0.037540;0.999935;0.000000;0.000065;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.880797;0.047426;0.119203;0.017986;0.119203;0.997527;0.006693;0.017986;0.017986;0.982014;0.999089;0.047426;0.347964;0.597005;0.352287;0.639455;0.000000;0.697411;0.924422;0.212989;0.000000;0.497500;0.409266;0.154857;0.215177;0.656109;0.000000;0.215514;0.050594;0.000000;0.632278;0.389836;0.974858;0.006419;0.018723;0.944960;0.011780;0.043260;0.999805;0.000000;0.000195;0.880797;0.500000;0.268941;0.500000;0.017986;0.982014;0.982014;0.047426;0.268941;0.017986;0.047426;0.500000;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.497250;0.775912;0.796733;0.734388;0.000000;0.874900;0.787848;0.369817;0.000000;0.000000;0.000000;0.742308;0.000000;0.264638;0.000000;0.530960;0.313243;0.000000;0.408541;0.000000;0.973184;0.004053;0.022763;0.937955;0.011675;0.050370;0.999090;0.000000;0.000910;0.268941;0.982014;0.500000;0.047426;0.268941;0.268941;0.268941;0.047426;0.500000;0.952574;0.500000;0.731059;0.268941;0.119203;0.047426;0.119203;0.500000;0.017986;0.119203;0.731059;0.426046;0.783469;0.754174;0.000000;0.316047;0.691470;0.453386;0.000000;0.571262;0.809228;0.656334;0.498000;0.575909;0.309812;0.000000;0.397714;0.247126;0.000000;0.706822;0.126419;0.960937;0.003776;0.035285;0.904620;0.010795;0.084580;0.997515;0.000000;0.002485;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.993307;0.006693;0.017986;0.047426;0.725916;0.000000;0.000000;0.000000;0.000000;0.000000;0.094576;0.000000;0.000000;0.839969;0.720109;0.000000;0.878788;0.871356;0.000000;0.473774;0.159762;0.524480;0.777127;0.592667;0.928221;0.003408;0.068373;0.799285;0.009640;0.191080;0.986475;0.000035;0.013490;0.119203;0.880797;0.119203;0.119203;0.047426;0.880797;0.500000;0.119203;0.119203;0.017986;0.268941;0.997527;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.299643;0.561684;0.890903;0.604201;0.000000;0.694661;0.722320;0.248617;0.187095;0.116809;0.274881;0.783130;0.000000;0.698886;0.416295;0.264638;0.086432;0.766741;0.122496;0.353658;0.842942;0.003839;0.153217;0.724530;0.010775;0.264695;0.894125;0.000060;0.105810;0.500000;0.268941;0.500000;0.268941;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.047426;0.731059;0.119203;0.047426;0.119203;0.880797;0.982014;0.017986;0.047426;0.500000;0.536187;0.827498;0.537678;0.680919;0.167702;0.810767;0.430454;0.083708;0.274881;0.133889;0.147041;0.789348;0.322130;0.211985;0.438316;0.716872;0.544135;0.000000;0.000000;0.155513;0.650625;0.012722;0.336655;0.698595;0.037110;0.264300;0.739345;0.000180;0.260475
0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.047426;0.268941;0.017986;0.047426;0.500000;0.999089;0.006693;0.017986;0.119203;0.606828;0.000000;0.099302;0.530462;0.307252;0.630649;0.852959;0.204566;0.137051;0.826927;0.413382;0.077201;0.652716;0.000000;0.000000;0.356405;0.734973;0.483256;0.209988;0.394365;0.941577;0.000813;0.057608;0.851295;0.001965;0.146740;0.999195;0.000000;0.000800;0.119203;0.119203;0.993307;0.993307;0.006693;0.268941;0.952574;0.119203;0.268941;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.601088;0.811686;0.632278;0.587587;0.533948;0.764048;0.741542;0.207017;0.303011;0.136461;0.152516;0.851194;0.000000;0.000000;0.211985;0.541653;0.000000;0.000000;0.222873;0.212989;0.964536;0.000653;0.034808;0.919575;0.001485;0.078930;0.999835;0.000000;0.000165;0.982014;0.731059;0.119203;0.047426;0.047426;0.268941;0.500000;0.119203;0.268941;0.017986;0.047426;0.993307;0.047426;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.047426;0.514996;0.629250;0.235052;0.584191;0.533948;0.675244;0.785498;0.110760;0.183322;0.372852;0.182873;0.906022;0.471032;0.038605;0.100110;0.352516;0.337155;0.492251;0.273487;0.046398;0.975557;0.001343;0.023099;0.952645;0.003555;0.043800;0.999830;0.000000;0.000170;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.218744;0.000000;0.117119;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.971140;0.729877;0.000000;0.646342;0.000000;0.000000;0.000000;0.000000;0.000000;0.117016;0.718291;0.977389;0.003606;0.019006;0.952120;0.010345;0.037540;0.999935;0.000000;0.000065;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.880797;0.047426;0.119203;0.017986;0.119203;0.997527;0.006693;0.017986;0.017986;0.982014;0.999089;0.047426;0.347964;0.597005;0.352287;0.639455;0.000000;0.697411;0.924422;0.212989;0.000000;0.497500;0.409266;0.154857;0.215177;0.656109;0.000000;0.215514;0.050594;0.000000;0.632278;0.389836;0.974858;0.006419;0.018723;0.944960;0.011780;0.043260;0.999805;0.000000;0.000195;0.880797;0.500000;0.268941;0.500000;0.017986;0.982014;0.982014;0.047426;0.268941;0.017986;0.047426;0.500000;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.497250;0.775912;0.796733;0.734388;0.000000;0.874900;0.787848;0.369817;0.000000;0.000000;0.000000;0.742308;0.000000;0.264638;0.000000;0.530960;0.313243;0.000000;0.408541;0.000000;0.973184;0.004053;0.022763;0.937955;0.011675;0.050370;0.999090;0.000000;0.000910;0.268941;0.982014;0.500000;0.047426;0.268941;0.268941;0.268941;0.047426;0.500000;0.952574;0.500000;0.731059;0.268941;0.119203;0.047426;0.119203;0.500000;0.017986;0.119203;0.731059;0.426046;0.783469;0.754174;0.000000;0.316047;0.691470;0.453386;0.000000;0.571262;0.809228;0.656334;0.498000;0.575909;0.309812;0.000000;0.397714;0.247126;0.000000;0.706822;0.126419;0.960937;0.003776;0.035285;0.904620;0.010795;0.084580;0.997515;0.000000;0.002485;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.993307;0.006693;0.017986;0.047426;0.725916;0.000000;0.000000;0.000000;0.000000;0.000000;0.094576;0.000000;0.000000;0.839969;0.720109;0.000000;0.878788;0.871356;0.000000;0.473774;0.159762;0.524480;0.777127;0.592667;0.928221;0.003408;0.068373;0.799285;0.009640;0.191080;0.986475;0.000035;0.013490;0.119203;0.880797;0.119203;0.119203;0.047426;0.880797;0.500000;0.119203;0.119203;0.017986;0.268941;0.997527;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.299643;0.561684;0.890903;0.604201;0.000000;0.694661;0.722320;0.248617;0.187095;0.116809;0.274881;0.783130;0.000000;0.698886;0.416295;0.264638;0.086432;0.766741;0.122496;0.353658;0.842942;0.003839;0.153217;0.724530;0.010775;0.264695;0.894125;0.000060;0.105810;0.500000;0.268941;0.500000;0.268941;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.047426;0.731059;0.119203;0.047426;0.119203;0.880797;0.982014;0.017986;0.047426;0.500000;0.536187;0.827498;0.537678;0.680919;0.167702;0.810767;0.430454;0.083708;0.274881;0.133889;0.147041;0.789348;0.322130;0.211985;0.438316;0.716872;0.544135;0.000000;0.000000;0.155513;0.650625;0.012722;0.336655;0.698595;0.037110;0.264300;0.739345;0.000180;0.260475;0.047426;0.006693;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.006693;0.997527;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.308317;0.473774;0.518991;0.201974;0.000000;0.669295;0.136815;0.000000;0.000000;0.842640;0.686757;0.210486;0.000000;0.000000;0.455121;0.571751;0.507749;0.858756;0.339393;0.787513;0.505169;0.043735;0.451094;0.663635;0.105375;0.230990;0.656960;0.008015;0.335020
0.119203;0.119203;0.993307;0.993307;0.006693;0.268941;0.952574;0.119203;0.268941;0.006693;0.006693;0.268941;0.017986;0.006693;0.047426;0.268941;0.119203;0.006693;0.017986;0.017986;0.601088;0.811686;0.632278;0.587587;0.533948;0.764048;0.741542;0.207017;0.303011;0.136461;0.152516;0.851194;0.000000;0.000000;0.211985;0.541653;0.000000;0.000000;0.222873;0.212989;0.964536;0.000653;0.034808;0.919575;0.001485;0.078930;0.999835;0.000000;0.000165;0.982014;0.731059;0.119203;0.047426;0.047426;0.268941;0.500000;0.119203;0.268941;0.017986;0.047426;0.993307;0.047426;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.047426;0.514996;0.629250;0.235052;0.584191;0.533948;0.675244;0.785498;0.110760;0.183322;0.372852;0.182873;0.906022;0.471032;0.038605;0.100110;0.352516;0.337155;0.492251;0.273487;0.046398;0.975557;0.001343;0.023099;0.952645;0.003555;0.043800;0.999830;0.000000;0.000170;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.218744;0.000000;0.117119;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.971140;0.729877;0.000000;0.646342;0.000000;0.000000;0.000000;0.000000;0.000000;0.117016;0.718291;0.977389;0.003606;0.019006;0.952120;0.010345;0.037540;0.999935;0.000000;0.000065;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.880797;0.047426;0.119203;0.017986;0.119203;0.997527;0.006693;0.017986;0.017986;0.982014;0.999089;0.047426;0.347964;0.597005;0.352287;0.639455;0.000000;0.697411;0.924422;0.212989;0.000000;0.497500;0.409266;0.154857;0.215177;0.656109;0.000000;0.215514;0.050594;0.000000;0.632278;0.389836;0.974858;0.006419;0.018723;0.944960;0.011780;0.043260;0.999805;0.000000;0.000195;0.880797;0.500000;0.268941;0.500000;0.017986;0.982014;0.982014;0.047426;0.268941;0.017986;0.047426;0.500000;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.497250;0.775912;0.796733;0.734388;0.000000;0.874900;0.787848;0.369817;0.000000;0.000000;0.000000;0.742308;0.000000;0.264638;0.000000;0.530960;0.313243;0.000000;0.408541;0.000000;0.973184;0.004053;0.022763;0.937955;0.011675;0.050370;0.999090;0.000000;0.000910;0.268941;0.982014;0.500000;0.047426;0.268941;0.268941;0.268941;0.047426;0.500000;0.952574;0.500000;0.731059;0.268941;0.119203;0.047426;0.119203;0.500000;0.017986;0.119203;0.731059;0.426046;0.783469;0.754174;0.000000;0.316047;0.691470;0.453386;0.000000;0.571262;0.809228;0.656334;0.498000;0.575909;0.309812;0.000000;0.397714;0.247126;0.000000;0.706822;0.126419;0.960937;0.003776;0.035285;0.904620;0.010795;0.084580;0.997515;0.000000;0.002485;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.993307;0.006693;0.017986;0.047426;0.725916;0.000000;0.000000;0.000000;0.000000;0.000000;0.094576;0.000000;0.000000;0.839969;0.720109;0.000000;0.878788;0.871356;0.000000;0.473774;0.159762;0.524480;0.777127;0.592667;0.928221;0.003408;0.068373;0.799285;0.009640;0.191080;0.986475;0.000035;0.013490;0.119203;0.880797;0.119203;0.119203;0.047426;0.880797;0.500000;0.119203;0.119203;0.017986;0.268941;0.997527;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.299643;0.561684;0.890903;0.604201;0.000000;0.694661;0.722320;0.248617;0.187095;0.116809;0.274881;0.783130;0.000000;0.698886;0.416295;0.264638;0.086432;0.766741;0.122496;0.353658;0.842942;0.003839;0.153217;0.724530;0.010775;0.264695;0.894125;0.000060;0.105810;0.500000;0.268941;0.500000;0.268941;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.047426;0.731059;0.119203;0.047426;0.119203;0.880797;0.982014;0.017986;0.047426;0.500000;0.536187;0.827498;0.537678;0.680919;0.167702;0.810767;0.430454;0.083708;0.274881;0.133889;0.147041;0.789348;0.322130;0.211985;0.438316;0.716872;0.544135;0.000000;0.000000;0.155513;0.650625;0.012722;0.336655;0.698595;0.037110;0.264300;0.739345;0.000180;0.260475;0.047426;0.006693;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.006693;0.997527;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.308317;0.473774;0.518991;0.201974;0.000000;0.669295;0.136815;0.000000;0.000000;0.842640;0.686757;0.210486;0.000000;0.000000;0.455121;0.571751;0.507749;0.858756;0.339393;0.787513;0.505169;0.043735;0.451094;0.663635;0.105375;0.230990;0.656960;0.008015;0.335020;0.500000;0.500000;0.500000;0.880797;0.047426;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.952574;0.017986;0.047426;0.047426;0.281709;0.312598;0.636684;0.879849;0.679832;0.000000;0.781256;0.464062;0.459340;0.595560;0.396517;0.764768;0.000000;0.568320;0.000000;0.361237;0.221318;0.000000;0.000000;0.000000;0.650698;0.051000;0.298300;0.630895;0.114360;0.254745;0.392940;0.002770;0.604285
0.982014;0.731059;0.119203;0.047426;0.047426;0.268941;0.500000;0.119203;0.268941;0.017986;0.047426;0.993307;0.047426;0.017986;0.047426;0.268941;0.268941;0.017986;0.047426;0.047426;0.514996;0.629250;0.235052;0.584191;0.533948;0.675244;0.785498;0.110760;0.183322;0.372852;0.182873;0.906022;0.471032;0.038605;0.100110;0.352516;0.337155;0.492251;0.273487;0.046398;0.975557;0.001343;0.023099;0.952645;0.003555;0.043800;0.999830;0.000000;0.000170;0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.218744;0.000000;0.117119;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.971140;0.729877;0.000000;0.646342;0.000000;0.000000;0.000000;0.000000;0.000000;0.117016;0.718291;0.977389;0.003606;0.019006;0.952120;0.010345;0.037540;0.999935;0.000000;0.000065;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.880797;0.047426;0.119203;0.017986;0.119203;0.997527;0.006693;0.017986;0.017986;0.982014;0.999089;0.047426;0.347964;0.597005;0.352287;0.639455;0.000000;0.697411;0.924422;0.212989;0.000000;0.497500;0.409266;0.154857;0.215177;0.656109;0.000000;0.215514;0.050594;0.000000;0.632278;0.389836;0.974858;0.006419;0.018723;0.944960;0.011780;0.043260;0.999805;0.000000;0.000195;0.880797;0.500000;0.268941;0.500000;0.017986;0.982014;0.982014;0.047426;0.268941;0.017986;0.047426;0.500000;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.497250;0.775912;0.796733;0.734388;0.000000;0.874900;0.787848;0.369817;0.000000;0.000000;0.000000;0.742308;0.000000;0.264638;0.000000;0.530960;0.313243;0.000000;0.408541;0.000000;0.973184;0.004053;0.022763;0.937955;0.011675;0.050370;0.999090;0.000000;0.000910;0.268941;0.982014;0.500000;0.047426;0.268941;0.268941;0.268941;0.047426;0.500000;0.952574;0.500000;0.731059;0.268941;0.119203;0.047426;0.119203;0.500000;0.017986;0.119203;0.731059;0.426046;0.783469;0.754174;0.000000;0.316047;0.691470;0.453386;0.000000;0.571262;0.809228;0.656334;0.498000;0.575909;0.309812;0.000000;0.397714;0.247126;0.000000;0.706822;0.126419;0.960937;0.003776;0.035285;0.904620;0.010795;0.084580;0.997515;0.000000;0.002485;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.993307;0.006693;0.017986;0.047426;0.725916;0.000000;0.000000;0.000000;0.000000;0.000000;0.094576;0.000000;0.000000;0.839969;0.720109;0.000000;0.878788;0.871356;0.000000;0.473774;0.159762;0.524480;0.777127;0.592667;0.928221;0.003408;0.068373;0.799285;0.009640;0.191080;0.986475;0.000035;0.013490;0.119203;0.880797;0.119203;0.119203;0.047426;0.880797;0.500000;0.119203;0.119203;0.017986;0.268941;0.997527;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.299643;0.561684;0.890903;0.604201;0.000000;0.694661;0.722320;0.248617;0.187095;0.116809;0.274881;0.783130;0.000000;0.698886;0.416295;0.264638;0.086432;0.766741;0.122496;0.353658;0.842942;0.003839;0.153217;0.724530;0.010775;0.264695;0.894125;0.000060;0.105810;0.500000;0.268941;0.500000;0.268941;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.047426;0.731059;0.119203;0.047426;0.119203;0.880797;0.982014;0.017986;0.047426;0.500000;0.536187;0.827498;0.537678;0.680919;0.167702;0.810767;0.430454;0.083708;0.274881;0.133889;0.147041;0.789348;0.322130;0.211985;0.438316;0.716872;0.544135;0.000000;0.000000;0.155513;0.650625;0.012722;0.336655;0.698595;0.037110;0.264300;0.739345;0.000180;0.260475;0.047426;0.006693;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.006693;0.997527;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.308317;0.473774;0.518991;0.201974;0.000000;0.669295;0.136815;0.000000;0.000000;0.842640;0.686757;0.210486;0.000000;0.000000;0.455121;0.571751;0.507749;0.858756;0.339393;0.787513;0.505169;0.043735;0.451094;0.663635;0.105375;0.230990;0.656960;0.008015;0.335020;0.500000;0.500000;0.500000;0.880797;0.047426;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.952574;0.017986;0.047426;0.047426;0.281709;0.312598;0.636684;0.879849;0.679832;0.000000;0.781256;0.464062;0.459340;0.595560;0.396517;0.764768;0.000000;0.568320;0.000000;0.361237;0.221318;0.000000;0.000000;0.000000;0.650698;0.051000;0.298300;0.630895;0.114360;0.254745;0.392940;0.002770;0.604285;0.268941;0.731059;0.268941;0.500000;0.119203;0.880797;0.993307;0.119203;0.880797;0.017986;0.017986;0.500000;0.047426;0.017986;0.047426;0.880797;0.500000;0.017986;0.047426;0.047426;0.576397;0.560206;0.565865;0.625978;0.000000;0.000000;0.935596;0.509499;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.879955;0.000000;0.268745;0.000000;0.537430;0.000000;0.539107;0.072455;0.388438;0.423980;0.177435;0.398585;0.363305;0.003195;0.633500
0.047426;0.006693;0.006693;0.006693;0.047426;0.006693;0.006693;0.002473;0.006693;0.999089;0.500000;0.006693;0.880797;0.268941;0.006693;0.017986;0.047426;0.006693;0.047426;0.880797;0.218744;0.000000;0.117119;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.971140;0.729877;0.000000;0.646342;0.000000;0.000000;0.000000;0.000000;0.000000;0.117016;0.718291;0.977389;0.003606;0.019006;0.952120;0.010345;0.037540;0.999935;0.000000;0.000065;0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.880797;0.047426;0.119203;0.017986;0.119203;0.997527;0.006693;0.017986;0.017986;0.982014;0.999089;0.047426;0.347964;0.597005;0.352287;0.639455;0.000000;0.697411;0.924422;0.212989;0.000000;0.497500;0.409266;0.154857;0.215177;0.656109;0.000000;0.215514;0.050594;0.000000;0.632278;0.389836;0.974858;0.006419;0.018723;0.944960;0.011780;0.043260;0.999805;0.000000;0.000195;0.880797;0.500000;0.268941;0.500000;0.017986;0.982014;0.982014;0.047426;0.268941;0.017986;0.047426;0.500000;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.497250;0.775912;0.796733;0.734388;0.000000;0.874900;0.787848;0.369817;0.000000;0.000000;0.000000;0.742308;0.000000;0.264638;0.000000;0.530960;0.313243;0.000000;0.408541;0.000000;0.973184;0.004053;0.022763;0.937955;0.011675;0.050370;0.999090;0.000000;0.000910;0.268941;0.982014;0.500000;0.047426;0.268941;0.268941;0.268941;0.047426;0.500000;0.952574;0.500000;0.731059;0.268941;0.119203;0.047426;0.119203;0.500000;0.017986;0.119203;0.731059;0.426046;0.783469;0.754174;0.000000;0.316047;0.691470;0.453386;0.000000;0.571262;0.809228;0.656334;0.498000;0.575909;0.309812;0.000000;0.397714;0.247126;0.000000;0.706822;0.126419;0.960937;0.003776;0.035285;0.904620;0.010795;0.084580;0.997515;0.000000;0.002485;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.993307;0.006693;0.017986;0.047426;0.725916;0.000000;0.000000;0.000000;0.000000;0.000000;0.094576;0.000000;0.000000;0.839969;0.720109;0.000000;0.878788;0.871356;0.000000;0.473774;0.159762;0.524480;0.777127;0.592667;0.928221;0.003408;0.068373;0.799285;0.009640;0.191080;0.986475;0.000035;0.013490;0.119203;0.880797;0.119203;0.119203;0.047426;0.880797;0.500000;0.119203;0.119203;0.017986;0.268941;0.997527;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.299643;0.561684;0.890903;0.604201;0.000000;0.694661;0.722320;0.248617;0.187095;0.116809;0.274881;0.783130;0.000000;0.698886;0.416295;0.264638;0.086432;0.766741;0.122496;0.353658;0.842942;0.003839;0.153217;0.724530;0.010775;0.264695;0.894125;0.000060;0.105810;0.500000;0.268941;0.500000;0.268941;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.047426;0.731059;0.119203;0.047426;0.119203;0.880797;0.982014;0.017986;0.047426;0.500000;0.536187;0.827498;0.537678;0.680919;0.167702;0.810767;0.430454;0.083708;0.274881;0.133889;0.147041;0.789348;0.322130;0.211985;0.438316;0.716872;0.544135;0.000000;0.000000;0.155513;0.650625;0.012722;0.336655;0.698595;0.037110;0.264300;0.739345;0.000180;0.260475;0.047426;0.006693;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.006693;0.997527;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.308317;0.473774;0.518991;0.201974;0.000000;0.669295;0.136815;0.000000;0.000000;0.842640;0.686757;0.210486;0.000000;0.000000;0.455121;0.571751;0.507749;0.858756;0.339393;0.787513;0.505169;0.043735;0.451094;0.663635;0.105375;0.230990;0.656960;0.008015;0.335020;0.500000;0.500000;0.500000;0.880797;0.047426;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.952574;0.017986;0.047426;0.047426;0.281709;0.312598;0.636684;0.879849;0.679832;0.000000;0.781256;0.464062;0.459340;0.595560;0.396517;0.764768;0.000000;0.568320;0.000000;0.361237;0.221318;0.000000;0.000000;0.000000;0.650698;0.051000;0.298300;0.630895;0.114360;0.254745;0.392940;0.002770;0.604285;0.268941;0.731059;0.268941;0.500000;0.119203;0.880797;0.993307;0.119203;0.880797;0.017986;0.017986;0.500000;0.047426;0.017986;0.047426;0.880797;0.500000;0.017986;0.047426;0.047426;0.576397;0.560206;0.565865;0.625978;0.000000;0.000000;0.935596;0.509499;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.879955;0.000000;0.268745;0.000000;0.537430;0.000000;0.539107;0.072455;0.388438;0.423980;0.177435;0.398585;0.363305;0.003195;0.633500;0.017986;0.017986;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.268941;0.047426;0.047426;0.017986;0.047426;0.880797;0.002473;0.017986;0.017986;0.880797;0.999877;0.017986;0.000000;0.000000;0.637378;0.514746;0.000000;0.000000;0.760969;0.000000;0.000000;0.776260;0.305976;0.560945;0.799633;0.733020;0.600368;0.000000;0.427759;0.000000;0.908960;0.455369;0.421703;0.116113;0.462187;0.293750;0.204225;0.502030;0.549655;0.028000;0.422345
0.017986;0.017986;0.017986;0.006693;0.017986;0.017986;0.017986;0.006693;0.880797;0.047426;0.119203;0.017986;0.119203;0.997527;0.006693;0.017986;0.017986;0.982014;0.999089;0.047426;0.347964;0.597005;0.352287;0.639455;0.000000;0.697411;0.924422;0.212989;0.000000;0.497500;0.409266;0.154857;0.215177;0.656109;0.000000;0.215514;0.050594;0.000000;0.632278;0.389836;0.974858;0.006419;0.018723;0.944960;0.011780;0.043260;0.999805;0.000000;0.000195;0.880797;0.500000;0.268941;0.500000;0.017986;0.982014;0.982014;0.047426;0.268941;0.017986;0.047426;0.500000;0.047426;0.017986;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.497250;0.775912;0.796733;0.734388;0.000000;0.874900;0.787848;0.369817;0.000000;0.000000;0.000000;0.742308;0.000000;0.264638;0.000000;0.530960;0.313243;0.000000;0.408541;0.000000;0.973184;0.004053;0.022763;0.937955;0.011675;0.050370;0.999090;0.000000;0.000910;0.268941;0.982014;0.500000;0.047426;0.268941;0.268941;0.268941;0.047426;0.500000;0.952574;0.500000;0.731059;0.268941;0.119203;0.047426;0.119203;0.500000;0.017986;0.119203;0.731059;0.426046;0.783469;0.754174;0.000000;0.316047;0.691470;0.453386;0.000000;0.571262;0.809228;0.656334;0.498000;0.575909;0.309812;0.000000;0.397714;0.247126;0.000000;0.706822;0.126419;0.960937;0.003776;0.035285;0.904620;0.010795;0.084580;0.997515;0.000000;0.002485;0.268941;0.047426;0.268941;0.119203;0.119203;0.119203;0.119203;0.047426;0.047426;0.017986;0.017986;0.119203;0.047426;0.017986;0.047426;0.993307;0.993307;0.006693;0.017986;0.047426;0.725916;0.000000;0.000000;0.000000;0.000000;0.000000;0.094576;0.000000;0.000000;0.839969;0.720109;0.000000;0.878788;0.871356;0.000000;0.473774;0.159762;0.524480;0.777127;0.592667;0.928221;0.003408;0.068373;0.799285;0.009640;0.191080;0.986475;0.000035;0.013490;0.119203;0.880797;0.119203;0.119203;0.047426;0.880797;0.500000;0.119203;0.119203;0.017986;0.268941;0.997527;0.119203;0.017986;0.047426;0.268941;0.500000;0.017986;0.047426;0.047426;0.299643;0.561684;0.890903;0.604201;0.000000;0.694661;0.722320;0.248617;0.187095;0.116809;0.274881;0.783130;0.000000;0.698886;0.416295;0.264638;0.086432;0.766741;0.122496;0.353658;0.842942;0.003839;0.153217;0.724530;0.010775;0.264695;0.894125;0.000060;0.105810;0.500000;0.268941;0.500000;0.268941;0.119203;0.500000;0.731059;0.119203;0.268941;0.119203;0.047426;0.731059;0.119203;0.047426;0.119203;0.880797;0.982014;0.017986;0.047426;0.500000;0.536187;0.827498;0.537678;0.680919;0.167702;0.810767;0.430454;0.083708;0.274881;0.133889;0.147041;0.789348;0.322130;0.211985;0.438316;0.716872;0.544135;0.000000;0.000000;0.155513;0.650625;0.012722;0.336655;0.698595;0.037110;0.264300;0.739345;0.000180;0.260475;0.047426;0.006693;0.006693;0.006693;0.119203;0.017986;0.006693;0.002473;0.006693;0.997527;0.952574;0.017986;0.731059;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.731059;0.308317;0.473774;0.518991;0.201974;0.000000;0.669295;0.136815;0.000000;0.000000;0.842640;0.686757;0.210486;0.000000;0.000000;0.455121;0.571751;0.507749;0.858756;0.339393;0.787513;0.505169;0.043735;0.451094;0.663635;0.105375;0.230990;0.656960;0.008015;0.335020;0.500000;0.500000;0.500000;0.880797;0.047426;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.880797;0.119203;0.017986;0.119203;0.880797;0.952574;0.017986;0.047426;0.047426;0.281709;0.312598;0.636684;0.879849;0.679832;0.000000;0.781256;0.464062;0.459340;0.595560;0.396517;0.764768;0.000000;0.568320;0.000000;0.361237;0.221318;0.000000;0.000000;0.000000;0.650698;0.051000;0.298300;0.630895;0.114360;0.254745;0.392940;0.002770;0.604285;0.268941;0.731059;0.268941;0.500000;0.119203;0.880797;0.993307;0.119203;0.880797;0.017986;0.017986;0.500000;0.047426;0.017986;0.047426;0.880797;0.500000;0.017986;0.047426;0.047426;0.576397;0.560206;0.565865;0.625978;0.000000;0.000000;0.935596;0.509499;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.879955;0.000000;0.268745;0.000000;0.537430;0.000000;0.539107;0.072455;0.388438;0.423980;0.177435;0.398585;0.363305;0.003195;0.633500;0.017986;0.017986;0.006693;0.002473;0.006693;0.017986;0.006693;0.002473;0.268941;0.047426;0.047426;0.017986;0.047426;0.880797;0.002473;0.017986;0.017986;0.880797;0.999877;0.017986;0.000000;0.000000;0.637378;0.514746;0.000000;0.000000;0.760969;0.000000;0.000000;0.776260;0.305976;0.560945;0.799633;0.733020;0.600368;0.000000;0.427759;0.000000;0.908960;0.455369;0.421703;0.116113;0.462187;0.293750;0.204225;0.502030;0.549655;0.028000;0.422345;0.731059;0.952574;0.268941;0.119203;0.047426;0.731059;0.268941;0.047426;0.880797;0.047426;0.500000;0.982014;0.119203;0.119203;0.119203;0.268941;0.268941;0.017986;0.268941;0.119203;0.800433;0.000000;0.000000;0.623634;0.000000;0.747816;0.575664;0.723122;0.000000;0.629716;0.752688;0.532952;0.000000;0.000000;0.000000;0.679397;0.000000;0.000000;0.000000;0.000000;0.541486;0.097593;0.360921;0.222730;0.207625;0.569645;0.483045;0.044495;0.472460
0.731059;0.268941;0.500000;0.500000;0.268941;0.500000;0.500000;0.500000;0.268941;0.047426;0.047426;0.500000;0.119203;0.047426;0.268941;0.993307;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988144;0.000000;0.000000;0.000000;0.000000;0.033093;0.466686;0.500223;0.007030;0.225885;0.767090;0.069025;0.220625;0.710355;0.119203;0.268941;0.997527;0.952574;0.047426;0.500000;0.500000;0.268941;0.500000;0.017986;0.017986;0.500000;0.047426;0.047426;0.119203;0.500000;0.500000;0.017986;0.047426;0.047426;0.000000;0.000000;0.987119;0.858271;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.034072;0.121965;0.843961;0.008635;0.164950;0.826410;0.070355;0.177720;0.751925;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.017986;0.047426;0.880797;0.982014;0.047426;0.880797;0.880797;0.047426;0.047426;0.268941;0.268941;0.500000;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.952438;0.000000;0.000000;0.926287;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.037597;0.149117;0.813286;0.012445;0.154025;0.833530;0.077120;0.270100;0.652780;0.731059;0.268941;0.500000;0.731059;0.119203;0.268941;0.500000;0.952574;0.268941;0.047426;0.047426;0.268941;0.119203;0.047426;0.268941;0.952574;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.789015;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.984047;0.000000;0.000000;0.000000;0.000000;0.036421;0.072568;0.891013;0.015670;0.051715;0.932620;0.067690;0.140085;0.792225;0.500000;0.268941;0.993307;0.880797;0.119203;0.500000;0.500000;0.268941;0.500000;0.047426;0.047426;0.500000;0.119203;0.047426;0.119203;0.880797;0.500000;0.017986;0.119203;0.047426;0.000000;0.000000;0.966914;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.974593;0.000000;0.000000;0.000000;0.000000;0.021446;0.038434;0.940121;0.017950;0.010010;0.972045;0.020485;0.079390;0.900125;0.268941;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.999665;0.268941;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988615;0.000000;0.000000;0.000000;0.000000;0.000000;0.348958;0.036144;0.614896;0.077135;0.006150;0.916710;0.021545;0.076380;0.902075;0.731059;0.119203;0.952574;0.500000;0.119203;0.268941;0.268941;0.982014;0.268941;0.047426;0.047426;0.268941;0.119203;0.047426;0.119203;0.500000;0.731059;0.047426;0.047426;0.119203;0.803924;0.000000;0.968416;0.000000;0.000000;0.000000;0.000000;0.907207;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.348864;0.030603;0.620533;0.085065;0.027595;0.887340;0.020085;0.034935;0.944980;0.731059;0.500000;0.500000;0.500000;0.047426;0.993307;0.952574;0.119203;0.500000;0.047426;0.119203;0.731059;0.268941;0.047426;0.268941;0.500000;0.268941;0.119203;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.990127;0.854333;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.357251;0.112677;0.530072;0.114890;0.141520;0.743585;0.024195;0.162845;0.812965;0.500000;0.047426;0.047426;0.047426;0.268941;0.119203;0.047426;0.047426;0.047426;0.952574;0.731059;0.047426;0.731059;0.268941;0.047426;0.119203;0.500000;0.047426;0.268941;0.982014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.977752;0.349695;0.205096;0.445209;0.114490;0.245730;0.639780;0.022950;0.325380;0.651670;0.952574;0.268941;0.268941;0.268941;0.268941;0.268941;0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.268941;0.119203;0.268941;0.880797;0.880797;0.047426;0.119203;0.268941;0.947400;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.893595;0.843301;0.000000;0.000000;0.000000;0.337971;0.154450;0.507577;0.095495;0.227470;0.677035;0.014560;0.187810;0.797625;0.731059;0.268941;0.500000;0.268941;0.268941;0.500000;0.500000;0.880797;0.268941;0.047426;0.047426;0.500000;0.119203;0.047426;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.805495;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983649;0.000000;0.000000;0.000000;0.000000;0.331255;0.128310;0.540433;0.086805;0.185980;0.727210;0.016940;0.143960;0.839100
0.119203;0.268941;0.997527;0.952574;0.047426;0.500000;0.500000;0.268941;0.500000;0.017986;0.017986;0.500000;0.047426;0.047426;0.119203;0.500000;0.500000;0.017986;0.047426;0.047426;0.000000;0.000000;0.987119;0.858271;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.034072;0.121965;0.843961;0.008635;0.164950;0.826410;0.070355;0.177720;0.751925;0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.017986;0.047426;0.880797;0.982014;0.047426;0.880797;0.880797;0.047426;0.047426;0.268941;0.268941;0.500000;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.952438;0.000000;0.000000;0.926287;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.037597;0.149117;0.813286;0.012445;0.154025;0.833530;0.077120;0.270100;0.652780;0.731059;0.268941;0.500000;0.731059;0.119203;0.268941;0.500000;0.952574;0.268941;0.047426;0.047426;0.268941;0.119203;0.047426;0.268941;0.952574;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.789015;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.984047;0.000000;0.000000;0.000000;0.000000;0.036421;0.072568;0.891013;0.015670;0.051715;0.932620;0.067690;0.140085;0.792225;0.500000;0.268941;0.993307;0.880797;0.119203;0.500000;0.500000;0.268941;0.500000;0.047426;0.047426;0.500000;0.119203;0.047426;0.119203;0.880797;0.500000;0.017986;0.119203;0.047426;0.000000;0.000000;0.966914;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.974593;0.000000;0.000000;0.000000;0.000000;0.021446;0.038434;0.940121;0.017950;0.010010;0.972045;0.020485;0.079390;0.900125;0.268941;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.999665;0.268941;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988615;0.000000;0.000000;0.000000;0.000000;0.000000;0.348958;0.036144;0.614896;0.077135;0.006150;0.916710;0.021545;0.076380;0.902075;0.731059;0.119203;0.952574;0.500000;0.119203;0.268941;0.268941;0.982014;0.268941;0.047426;0.047426;0.268941;0.119203;0.047426;0.119203;0.500000;0.731059;0.047426;0.047426;0.119203;0.803924;0.000000;0.968416;0.000000;0.000000;0.000000;0.000000;0.907207;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.348864;0.030603;0.620533;0.085065;0.027595;0.887340;0.020085;0.034935;0.944980;0.731059;0.500000;0.500000;0.500000;0.047426;0.993307;0.952574;0.119203;0.500000;0.047426;0.119203;0.731059;0.268941;0.047426;0.268941;0.500000;0.268941;0.119203;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.990127;0.854333;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.357251;0.112677;0.530072;0.114890;0.141520;0.743585;0.024195;0.162845;0.812965;0.500000;0.047426;0.047426;0.047426;0.268941;0.119203;0.047426;0.047426;0.047426;0.952574;0.731059;0.047426;0.731059;0.268941;0.047426;0.119203;0.500000;0.047426;0.268941;0.982014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.977752;0.349695;0.205096;0.445209;0.114490;0.245730;0.639780;0.022950;0.325380;0.651670;0.952574;0.268941;0.268941;0.268941;0.268941;0.268941;0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.268941;0.119203;0.268941;0.880797;0.880797;0.047426;0.119203;0.268941;0.947400;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.893595;0.843301;0.000000;0.000000;0.000000;0.337971;0.154450;0.507577;0.095495;0.227470;0.677035;0.014560;0.187810;0.797625;0.731059;0.268941;0.500000;0.268941;0.268941;0.500000;0.500000;0.880797;0.268941;0.047426;0.047426;0.500000;0.119203;0.047426;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.805495;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983649;0.000000;0.000000;0.000000;0.000000;0.331255;0.128310;0.540433;0.086805;0.185980;0.727210;0.016940;0.143960;0.839100;0.731059;0.119203;0.268941;0.119203;0.119203;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.327866;0.142390;0.529748;0.082985;0.224515;0.692505;0.022920;0.141500;0.835585
0.119203;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.017986;0.047426;0.880797;0.982014;0.047426;0.880797;0.880797;0.047426;0.047426;0.268941;0.268941;0.500000;0.731059;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.952438;0.000000;0.000000;0.926287;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.037597;0.149117;0.813286;0.012445;0.154025;0.833530;0.077120;0.270100;0.652780;0.731059;0.268941;0.500000;0.731059;0.119203;0.268941;0.500000;0.952574;0.268941;0.047426;0.047426;0.268941;0.119203;0.047426;0.268941;0.952574;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.789015;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.984047;0.000000;0.000000;0.000000;0.000000;0.036421;0.072568;0.891013;0.015670;0.051715;0.932620;0.067690;0.140085;0.792225;0.500000;0.268941;0.993307;0.880797;0.119203;0.500000;0.500000;0.268941;0.500000;0.047426;0.047426;0.500000;0.119203;0.047426;0.119203;0.880797;0.500000;0.017986;0.119203;0.047426;0.000000;0.000000;0.966914;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.974593;0.000000;0.000000;0.000000;0.000000;0.021446;0.038434;0.940121;0.017950;0.010010;0.972045;0.020485;0.079390;0.900125;0.268941;0.119203;0.119203;0.119203;0.047426;0.119203;0.268941;0.119203;0.119203;0.047426;0.047426;0.268941;0.047426;0.017986;0.999665;0.268941;0.268941;0.017986;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.988615;0.000000;0.000000;0.000000;0.000000;0.000000;0.348958;0.036144;0.614896;0.077135;0.006150;0.916710;0.021545;0.076380;0.902075;0.731059;0.119203;0.952574;0.500000;0.119203;0.268941;0.268941;0.982014;0.268941;0.047426;0.047426;0.268941;0.119203;0.047426;0.119203;0.500000;0.731059;0.047426;0.047426;0.119203;0.803924;0.000000;0.968416;0.000000;0.000000;0.000000;0.000000;0.907207;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.348864;0.030603;0.620533;0.085065;0.027595;0.887340;0.020085;0.034935;0.944980;0.731059;0.500000;0.500000;0.500000;0.047426;0.993307;0.952574;0.119203;0.500000;0.047426;0.119203;0.731059;0.268941;0.047426;0.268941;0.500000;0.268941;0.119203;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.990127;0.854333;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.357251;0.112677;0.530072;0.114890;0.141520;0.743585;0.024195;0.162845;0.812965;0.500000;0.047426;0.047426;0.047426;0.268941;0.119203;0.047426;0.047426;0.047426;0.952574;0.731059;0.047426;0.731059;0.268941;0.047426;0.119203;0.500000;0.047426;0.268941;0.982014;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.977752;0.349695;0.205096;0.445209;0.114490;0.245730;0.639780;0.022950;0.325380;0.651670;0.952574;0.268941;0.268941;0.268941;0.268941;0.268941;0.268941;0.500000;0.119203;0.119203;0.119203;0.268941;0.268941;0.119203;0.268941;0.880797;0.880797;0.047426;0.119203;0.268941;0.947400;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.893595;0.843301;0.000000;0.000000;0.000000;0.337971;0.154450;0.507577;0.095495;0.227470;0.677035;0.014560;0.187810;0.797625;0.731059;0.268941;0.500000;0.268941;0.268941;0.500000;0.500000;0.880797;0.268941;0.047426;0.047426;0.500000;0.119203;0.047426;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.805495;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.983649;0.000000;0.000000;0.000000;0.000000;0.331255;0.128310;0.540433;0.086805;0.185980;0.727210;0.016940;0.143960;0.839100;0.731059;0.119203;0.268941;0.119203;0.119203;0.119203;0.119203;0.997527;0.119203;0.017986;0.017986;0.119203;0.047426;0.047426;0.119203;0.500000;0.119203;0.047426;0.047426;0.047426;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976546;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.327866;0.142390;0.529748;0.082985;0.224515;0.692505;0.022920;0.141500;0.835585;0.880797;0.268941;0.500000;0.731059;0.268941;0.500000;0.500000;0.500000;0.268941;0.047426;0.047426;0.500000;0.119203;0.047426;0.268941;0.982014;0.731059;0.047426;0.119203;0.119203;0.801866;0.000000;0.000000;0.848386;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.976638;0.000000;0.000000;0.000000;0.000000;0.384327;0.169801;0.445873;0.120215;0.358100;0.521685;0.155075;0.090150;0.754780
0.268941;0.268941;0.880797;0.982014;0.047426;0.500000;0.731059;0.880797;0.500000;0.047426;0.047426;0.731059;0.268941;0.047426;0.119203;0.500000;0.268941;0.017986;0.047426;0.047426;0.102293;0.578105;0.676777;0.454129;0.570772;0.674366;0.384616;0.843961;0.437331;0.000000;0.096739;0.863539;0.188773;0.116912;0.090380;0.762602;0.097969;0.000000;0.397953;0.000000;0.071114;0.204736;0.724153;0.127885;0.009485;0.862630;0.046405;0.188740;0.764865;0.268941;0.047426;0.047426;0.017986;0.119203;0.119203;0.047426;0.017986;0.047426;0.731059;0.731059;0.047426;0.999089;0.268941;0.047426;0.119203;0.500000;0.047426;0.119203;0.880797;0.353201;0.000000;0.000000;0.000000;0.436101;0.301535;0.000000;0.000000;0.000000;0.787680;0.790012;0.083708;0.884627;0.880692;0.000000;0.103865;0.114863;0.591701;0.851953;0.680050;0.098220;0.199662;0.702115;0.213750;0.079525;0.706720;0.039635;0.478185;0.482175;0.047426;0.119203;0.999665;0.500000;0.500000;0.268941;0.268941;0.119203;0.500000;0.017986;0.006693;0.268941;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.532703;0.428494;0.759328;0.000000;0.771182;0.455121;0.266393;0.000000;0.375428;0.612777;0.200207;0.763867;0.775041;0.374256;0.289050;0.506250;0.613251;0.591701;0.242688;0.710127;0.151339;0.407518;0.441141;0.254165;0.086220;0.659610;0.153275;0.486375;0.360350;0.268941;0.017986;0.017986;0.017986;0.993307;0.047426;0.017986;0.017986;0.017986;0.880797;0.500000;0.047426;0.500000;0.119203;0.047426;0.119203;0.268941;0.017986;0.119203;0.993307;0.521986;0.000000;0.000000;0.000000;0.985299;0.268156;0.132734;0.000000;0.000000;0.661503;0.213661;0.186184;0.000000;0.504250;0.000000;0.793802;0.168401;0.000000;0.231475;0.812905;0.190293;0.402061;0.407648;0.353245;0.133730;0.513035;0.154955;0.197810;0.647230;0.047426;0.119203;0.268941;0.119203;0.017986;0.268941;0.268941;0.047426;0.999955;0.006693;0.017986;0.119203;0.047426;0.047426;0.017986;0.119203;0.047426;0.017986;0.731059;0.006693;0.000000;0.317128;0.284144;0.491001;0.652943;0.000000;0.079147;0.098678;0.988132;0.314535;0.000000;0.000000;0.000000;0.316263;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.200411;0.383701;0.415888;0.369465;0.129465;0.501070;0.169090;0.146995;0.683915;0.268941;0.880797;0.268941;0.119203;0.017986;0.731059;0.500000;0.119203;0.993307;0.047426;0.047426;0.993307;0.268941;0.119203;0.119203;0.500000;0.119203;0.017986;0.268941;0.047426;0.335815;0.754730;0.602286;0.042493;0.000000;0.383670;0.715449;0.250490;0.424336;0.199727;0.110662;0.896414;0.000000;0.140035;0.765666;0.369351;0.482008;0.000000;0.085724;0.367025;0.644193;0.058533;0.297273;0.413315;0.108035;0.478645;0.644620;0.004885;0.350495;0.119203;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.119203;0.268941;0.017986;0.047426;0.982014;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.268941;0.047426;0.165481;0.792983;0.216870;0.597726;0.000000;0.699307;0.524730;0.463565;0.780743;0.083020;0.102201;0.885238;0.000000;0.267959;0.000000;0.694873;0.476767;0.381072;0.096826;0.107840;0.647131;0.056199;0.296669;0.416905;0.100475;0.482620;0.649845;0.005445;0.344710;0.119203;0.006693;0.017986;0.006693;0.999983;0.017986;0.006693;0.017986;0.017986;0.047426;0.047426;0.006693;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.017986;0.119203;0.000000;0.000000;0.000000;0.082413;0.996257;0.000000;0.000000;0.000000;0.181087;0.000000;0.287409;0.000000;0.000000;0.000000;0.000000;0.207675;0.000000;0.000000;0.000000;0.000000;0.651270;0.039951;0.308776;0.406030;0.049050;0.544920;0.673135;0.008125;0.318730;0.268941;0.500000;0.268941;0.268941;0.047426;0.993307;0.952574;0.047426;0.268941;0.119203;0.119203;0.731059;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.119203;0.731059;0.635758;0.732824;0.000000;0.000000;0.466550;0.614437;0.124662;0.051710;0.772591;0.581029;0.652716;0.529715;0.525478;0.361929;0.000000;0.759694;0.445221;0.000000;0.094063;0.637609;0.641460;0.035531;0.323009;0.394380;0.030170;0.575450;0.667785;0.007530;0.324685;0.500000;0.880797;0.500000;0.500000;0.047426;0.731059;0.731059;0.268941;0.268941;0.268941;0.119203;0.982014;0.268941;0.047426;0.268941;0.500000;0.731059;0.047426;0.119203;0.268941;0.341414;0.399632;0.644282;0.793311;0.484005;0.791006;0.556754;0.154596;0.548101;0.000000;0.062797;0.767099;0.526475;0.116089;0.737110;0.753060;0.202781;0.000000;0.625978;0.122389;0.373052;0.032856;0.594094;0.376435;0.015670;0.607900;0.666245;0.006420;0.327335;0.268941;0.268941;0.993307;0.268941;0.047426;0.500000;0.268941;0.119203;0.880797;0.119203;0.268941;0.880797;0.500000;0.500000;0.119203;0.731059;0.268941;0.047426;0.500000;0.119203;0.142095;0.622224;0.702033;0.050021;0.268352;0.851321;0.131017;0.031923;0.714634;0.000000;0.537927;0.798509;0.398672;0.638532;0.209656;0.811380;0.398433;0.000000;0.568320;0.240855;0.381359;0.062060;0.556581;0.341280;0.019100;0.639620;0.666150;0.030435;0.303415
0.268941;0.047426;0.047426;0.017986;0.119203;0.119203;0.047426;0.017986;0.047426;0.731059;0.731059;0.047426;0.999089;0.268941;0.047426;0.119203;0.500000;0.047426;0.119203;0.880797;0.353201;0.000000;0.000000;0.000000;0.436101;0.301535;0.000000;0.000000;0.000000;0.787680;0.790012;0.083708;0.884627;0.880692;0.000000;0.103865;0.114863;0.591701;0.851953;0.680050;0.098220;0.199662;0.702115;0.213750;0.079525;0.706720;0.039635;0.478185;0.482175;0.047426;0.119203;0.999665;0.500000;0.500000;0.268941;0.268941;0.119203;0.500000;0.017986;0.006693;0.268941;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.532703;0.428494;0.759328;0.000000;0.771182;0.455121;0.266393;0.000000;0.375428;0.612777;0.200207;0.763867;0.775041;0.374256;0.289050;0.506250;0.613251;0.591701;0.242688;0.710127;0.151339;0.407518;0.441141;0.254165;0.086220;0.659610;0.153275;0.486375;0.360350;0.268941;0.017986;0.017986;0.017986;0.993307;0.047426;0.017986;0.017986;0.017986;0.880797;0.500000;0.047426;0.500000;0.119203;0.047426;0.119203;0.268941;0.017986;0.119203;0.993307;0.521986;0.000000;0.000000;0.000000;0.985299;0.268156;0.132734;0.000000;0.000000;0.661503;0.213661;0.186184;0.000000;0.504250;0.000000;0.793802;0.168401;0.000000;0.231475;0.812905;0.190293;0.402061;0.407648;0.353245;0.133730;0.513035;0.154955;0.197810;0.647230;0.047426;0.119203;0.268941;0.119203;0.017986;0.268941;0.268941;0.047426;0.999955;0.006693;0.017986;0.119203;0.047426;0.047426;0.017986;0.119203;0.047426;0.017986;0.731059;0.006693;0.000000;0.317128;0.284144;0.491001;0.652943;0.000000;0.079147;0.098678;0.988132;0.314535;0.000000;0.000000;0.000000;0.316263;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.200411;0.383701;0.415888;0.369465;0.129465;0.501070;0.169090;0.146995;0.683915;0.268941;0.880797;0.268941;0.119203;0.017986;0.731059;0.500000;0.119203;0.993307;0.047426;0.047426;0.993307;0.268941;0.119203;0.119203;0.500000;0.119203;0.017986;0.268941;0.047426;0.335815;0.754730;0.602286;0.042493;0.000000;0.383670;0.715449;0.250490;0.424336;0.199727;0.110662;0.896414;0.000000;0.140035;0.765666;0.369351;0.482008;0.000000;0.085724;0.367025;0.644193;0.058533;0.297273;0.413315;0.108035;0.478645;0.644620;0.004885;0.350495;0.119203;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.119203;0.268941;0.017986;0.047426;0.982014;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.268941;0.047426;0.165481;0.792983;0.216870;0.597726;0.000000;0.699307;0.524730;0.463565;0.780743;0.083020;0.102201;0.885238;0.000000;0.267959;0.000000;0.694873;0.476767;0.381072;0.096826;0.107840;0.647131;0.056199;0.296669;0.416905;0.100475;0.482620;0.649845;0.005445;0.344710;0.119203;0.006693;0.017986;0.006693;0.999983;0.017986;0.006693;0.017986;0.017986;0.047426;0.047426;0.006693;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.017986;0.119203;0.000000;0.000000;0.000000;0.082413;0.996257;0.000000;0.000000;0.000000;0.181087;0.000000;0.287409;0.000000;0.000000;0.000000;0.000000;0.207675;0.000000;0.000000;0.000000;0.000000;0.651270;0.039951;0.308776;0.406030;0.049050;0.544920;0.673135;0.008125;0.318730;0.268941;0.500000;0.268941;0.268941;0.047426;0.993307;0.952574;0.047426;0.268941;0.119203;0.119203;0.731059;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.119203;0.731059;0.635758;0.732824;0.000000;0.000000;0.466550;0.614437;0.124662;0.051710;0.772591;0.581029;0.652716;0.529715;0.525478;0.361929;0.000000;0.759694;0.445221;0.000000;0.094063;0.637609;0.641460;0.035531;0.323009;0.394380;0.030170;0.575450;0.667785;0.007530;0.324685;0.500000;0.880797;0.500000;0.500000;0.047426;0.731059;0.731059;0.268941;0.268941;0.268941;0.119203;0.982014;0.268941;0.047426;0.268941;0.500000;0.731059;0.047426;0.119203;0.268941;0.341414;0.399632;0.644282;0.793311;0.484005;0.791006;0.556754;0.154596;0.548101;0.000000;0.062797;0.767099;0.526475;0.116089;0.737110;0.753060;0.202781;0.000000;0.625978;0.122389;0.373052;0.032856;0.594094;0.376435;0.015670;0.607900;0.666245;0.006420;0.327335;0.268941;0.268941;0.993307;0.268941;0.047426;0.500000;0.268941;0.119203;0.880797;0.119203;0.268941;0.880797;0.500000;0.500000;0.119203;0.731059;0.268941;0.047426;0.500000;0.119203;0.142095;0.622224;0.702033;0.050021;0.268352;0.851321;0.131017;0.031923;0.714634;0.000000;0.537927;0.798509;0.398672;0.638532;0.209656;0.811380;0.398433;0.000000;0.568320;0.240855;0.381359;0.062060;0.556581;0.341280;0.019100;0.639620;0.666150;0.030435;0.303415;0.500000;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.017986;0.017986;0.880797;0.500000;0.047426;0.952574;0.119203;0.047426;0.119203;0.500000;0.017986;0.119203;0.993307;0.776260;0.101744;0.000000;0.052950;0.745357;0.000000;0.000000;0.173647;0.000000;0.769945;0.669074;0.000000;0.507499;0.147166;0.000000;0.000000;0.376366;0.000000;0.000000;0.913568;0.289202;0.090080;0.620715;0.214630;0.134425;0.650940;0.363775;0.045735;0.590490
0.047426;0.119203;0.999665;0.500000;0.500000;0.268941;0.268941;0.119203;0.500000;0.017986;0.006693;0.268941;0.047426;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.017986;0.532703;0.428494;0.759328;0.000000;0.771182;0.455121;0.266393;0.000000;0.375428;0.612777;0.200207;0.763867;0.775041;0.374256;0.289050;0.506250;0.613251;0.591701;0.242688;0.710127;0.151339;0.407518;0.441141;0.254165;0.086220;0.659610;0.153275;0.486375;0.360350;0.268941;0.017986;0.017986;0.017986;0.993307;0.047426;0.017986;0.017986;0.017986;0.880797;0.500000;0.047426;0.500000;0.119203;0.047426;0.119203;0.268941;0.017986;0.119203;0.993307;0.521986;0.000000;0.000000;0.000000;0.985299;0.268156;0.132734;0.000000;0.000000;0.661503;0.213661;0.186184;0.000000;0.504250;0.000000;0.793802;0.168401;0.000000;0.231475;0.812905;0.190293;0.402061;0.407648;0.353245;0.133730;0.513035;0.154955;0.197810;0.647230;0.047426;0.119203;0.268941;0.119203;0.017986;0.268941;0.268941;0.047426;0.999955;0.006693;0.017986;0.119203;0.047426;0.047426;0.017986;0.119203;0.047426;0.017986;0.731059;0.006693;0.000000;0.317128;0.284144;0.491001;0.652943;0.000000;0.079147;0.098678;0.988132;0.314535;0.000000;0.000000;0.000000;0.316263;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.200411;0.383701;0.415888;0.369465;0.129465;0.501070;0.169090;0.146995;0.683915;0.268941;0.880797;0.268941;0.119203;0.017986;0.731059;0.500000;0.119203;0.993307;0.047426;0.047426;0.993307;0.268941;0.119203;0.119203;0.500000;0.119203;0.017986;0.268941;0.047426;0.335815;0.754730;0.602286;0.042493;0.000000;0.383670;0.715449;0.250490;0.424336;0.199727;0.110662;0.896414;0.000000;0.140035;0.765666;0.369351;0.482008;0.000000;0.085724;0.367025;0.644193;0.058533;0.297273;0.413315;0.108035;0.478645;0.644620;0.004885;0.350495;0.119203;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.119203;0.268941;0.017986;0.047426;0.982014;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.268941;0.047426;0.165481;0.792983;0.216870;0.597726;0.000000;0.699307;0.524730;0.463565;0.780743;0.083020;0.102201;0.885238;0.000000;0.267959;0.000000;0.694873;0.476767;0.381072;0.096826;0.107840;0.647131;0.056199;0.296669;0.416905;0.100475;0.482620;0.649845;0.005445;0.344710;0.119203;0.006693;0.017986;0.006693;0.999983;0.017986;0.006693;0.017986;0.017986;0.047426;0.047426;0.006693;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.017986;0.119203;0.000000;0.000000;0.000000;0.082413;0.996257;0.000000;0.000000;0.000000;0.181087;0.000000;0.287409;0.000000;0.000000;0.000000;0.000000;0.207675;0.000000;0.000000;0.000000;0.000000;0.651270;0.039951;0.308776;0.406030;0.049050;0.544920;0.673135;0.008125;0.318730;0.268941;0.500000;0.268941;0.268941;0.047426;0.993307;0.952574;0.047426;0.268941;0.119203;0.119203;0.731059;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.119203;0.731059;0.635758;0.732824;0.000000;0.000000;0.466550;0.614437;0.124662;0.051710;0.772591;0.581029;0.652716;0.529715;0.525478;0.361929;0.000000;0.759694;0.445221;0.000000;0.094063;0.637609;0.641460;0.035531;0.323009;0.394380;0.030170;0.575450;0.667785;0.007530;0.324685;0.500000;0.880797;0.500000;0.500000;0.047426;0.731059;0.731059;0.268941;0.268941;0.268941;0.119203;0.982014;0.268941;0.047426;0.268941;0.500000;0.731059;0.047426;0.119203;0.268941;0.341414;0.399632;0.644282;0.793311;0.484005;0.791006;0.556754;0.154596;0.548101;0.000000;0.062797;0.767099;0.526475;0.116089;0.737110;0.753060;0.202781;0.000000;0.625978;0.122389;0.373052;0.032856;0.594094;0.376435;0.015670;0.607900;0.666245;0.006420;0.327335;0.268941;0.268941;0.993307;0.268941;0.047426;0.500000;0.268941;0.119203;0.880797;0.119203;0.268941;0.880797;0.500000;0.500000;0.119203;0.731059;0.268941;0.047426;0.500000;0.119203;0.142095;0.622224;0.702033;0.050021;0.268352;0.851321;0.131017;0.031923;0.714634;0.000000;0.537927;0.798509;0.398672;0.638532;0.209656;0.811380;0.398433;0.000000;0.568320;0.240855;0.381359;0.062060;0.556581;0.341280;0.019100;0.639620;0.666150;0.030435;0.303415;0.500000;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.017986;0.017986;0.880797;0.500000;0.047426;0.952574;0.119203;0.047426;0.119203;0.500000;0.017986;0.119203;0.993307;0.776260;0.101744;0.000000;0.052950;0.745357;0.000000;0.000000;0.173647;0.000000;0.769945;0.669074;0.000000;0.507499;0.147166;0.000000;0.000000;0.376366;0.000000;0.000000;0.913568;0.289202;0.090080;0.620715;0.214630;0.134425;0.650940;0.363775;0.045735;0.590490;0.952574;0.047426;0.047426;0.047426;0.047426;0.119203;0.119203;0.268941;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.999089;0.500000;0.119203;0.017986;0.047426;0.119203;0.508749;0.431435;0.591217;0.553544;0.249740;0.427759;0.389361;0.313674;0.119729;0.439547;0.136697;0.505500;0.261923;0.000000;0.924909;0.751756;0.612302;0.000000;0.000000;0.253885;0.250075;0.021737;0.728187;0.207320;0.014800;0.777880;0.292830;0.028675;0.678495
0.268941;0.017986;0.017986;0.017986;0.993307;0.047426;0.017986;0.017986;0.017986;0.880797;0.500000;0.047426;0.500000;0.119203;0.047426;0.119203;0.268941;0.017986;0.119203;0.993307;0.521986;0.000000;0.000000;0.000000;0.985299;0.268156;0.132734;0.000000;0.000000;0.661503;0.213661;0.186184;0.000000;0.504250;0.000000;0.793802;0.168401;0.000000;0.231475;0.812905;0.190293;0.402061;0.407648;0.353245;0.133730;0.513035;0.154955;0.197810;0.647230;0.047426;0.119203;0.268941;0.119203;0.017986;0.268941;0.268941;0.047426;0.999955;0.006693;0.017986;0.119203;0.047426;0.047426;0.017986;0.119203;0.047426;0.017986;0.731059;0.006693;0.000000;0.317128;0.284144;0.491001;0.652943;0.000000;0.079147;0.098678;0.988132;0.314535;0.000000;0.000000;0.000000;0.316263;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.200411;0.383701;0.415888;0.369465;0.129465;0.501070;0.169090;0.146995;0.683915;0.268941;0.880797;0.268941;0.119203;0.017986;0.731059;0.500000;0.119203;0.993307;0.047426;0.047426;0.993307;0.268941;0.119203;0.119203;0.500000;0.119203;0.017986;0.268941;0.047426;0.335815;0.754730;0.602286;0.042493;0.000000;0.383670;0.715449;0.250490;0.424336;0.199727;0.110662;0.896414;0.000000;0.140035;0.765666;0.369351;0.482008;0.000000;0.085724;0.367025;0.644193;0.058533;0.297273;0.413315;0.108035;0.478645;0.644620;0.004885;0.350495;0.119203;0.997527;0.268941;0.119203;0.017986;0.731059;0.268941;0.119203;0.268941;0.017986;0.047426;0.982014;0.119203;0.047426;0.047426;0.268941;0.119203;0.047426;0.268941;0.047426;0.165481;0.792983;0.216870;0.597726;0.000000;0.699307;0.524730;0.463565;0.780743;0.083020;0.102201;0.885238;0.000000;0.267959;0.000000;0.694873;0.476767;0.381072;0.096826;0.107840;0.647131;0.056199;0.296669;0.416905;0.100475;0.482620;0.649845;0.005445;0.344710;0.119203;0.006693;0.017986;0.006693;0.999983;0.017986;0.006693;0.017986;0.017986;0.047426;0.047426;0.006693;0.047426;0.017986;0.017986;0.119203;0.119203;0.017986;0.017986;0.119203;0.000000;0.000000;0.000000;0.082413;0.996257;0.000000;0.000000;0.000000;0.181087;0.000000;0.287409;0.000000;0.000000;0.000000;0.000000;0.207675;0.000000;0.000000;0.000000;0.000000;0.651270;0.039951;0.308776;0.406030;0.049050;0.544920;0.673135;0.008125;0.318730;0.268941;0.500000;0.268941;0.268941;0.047426;0.993307;0.952574;0.047426;0.268941;0.119203;0.119203;0.731059;0.268941;0.047426;0.119203;0.268941;0.268941;0.047426;0.119203;0.731059;0.635758;0.732824;0.000000;0.000000;0.466550;0.614437;0.124662;0.051710;0.772591;0.581029;0.652716;0.529715;0.525478;0.361929;0.000000;0.759694;0.445221;0.000000;0.094063;0.637609;0.641460;0.035531;0.323009;0.394380;0.030170;0.575450;0.667785;0.007530;0.324685;0.500000;0.880797;0.500000;0.500000;0.047426;0.731059;0.731059;0.268941;0.268941;0.268941;0.119203;0.982014;0.268941;0.047426;0.268941;0.500000;0.731059;0.047426;0.119203;0.268941;0.341414;0.399632;0.644282;0.793311;0.484005;0.791006;0.556754;0.154596;0.548101;0.000000;0.062797;0.767099;0.526475;0.116089;0.737110;0.753060;0.202781;0.000000;0.625978;0.122389;0.373052;0.032856;0.594094;0.376435;0.015670;0.607900;0.666245;0.006420;0.327335;0.268941;0.268941;0.993307;0.268941;0.047426;0.500000;0.268941;0.119203;0.880797;0.119203;0.268941;0.880797;0.500000;0.500000;0.119203;0.731059;0.268941;0.047426;0.500000;0.119203;0.142095;0.622224;0.702033;0.050021;0.268352;0.851321;0.131017;0.031923;0.714634;0.000000;0.537927;0.798509;0.398672;0.638532;0.209656;0.811380;0.398433;0.000000;0.568320;0.240855;0.381359;0.062060;0.556581;0.341280;0.019100;0.639620;0.666150;0.030435;0.303415;0.500000;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.017986;0.017986;0.880797;0.500000;0.047426;0.952574;0.119203;0.047426;0.119203;0.500000;0.017986;0.119203;0.993307;0.776260;0.101744;0.000000;0.052950;0.745357;0.000000;0.000000;0.173647;0.000000;0.769945;0.669074;0.000000;0.507499;0.147166;0.000000;0.000000;0.376366;0.000000;0.000000;0.913568;0.289202;0.090080;0.620715;0.214630;0.134425;0.650940;0.363775;0.045735;0.590490;0.952574;0.047426;0.047426;0.047426;0.047426;0.119203;0.119203;0.268941;0.047426;0.047426;0.047426;0.119203;0.047426;0.017986;0.999089;0.500000;0.119203;0.017986;0.047426;0.119203;0.508749;0.431435;0.591217;0.553544;0.249740;0.427759;0.389361;0.313674;0.119729;0.439547;0.136697;0.505500;0.261923;0.000000;0.924909;0.751756;0.612302;0.000000;0.000000;0.253885;0.250075;0.021737;0.728187;0.207320;0.014800;0.777880;0.292830;0.028675;0.678495;0.119203;0.268941;0.997527;0.500000;0.047426;0.268941;0.268941;0.119203;0.952574;0.017986;0.017986;0.268941;0.047426;0.017986;0.268941;0.880797;0.268941;0.006693;0.047426;0.017986;0.560206;0.694449;0.649991;0.675902;0.000000;0.500250;0.252184;0.104051;0.000000;0.467546;0.519740;0.364473;0.292764;0.733020;0.683305;0.690616;0.733802;0.000000;0.000000;0.077629;0.256002;0.018017;0.725980;0.212205;0.026510;0.761285;0.299800;0.009525;0.690675
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.119203;0.017986;0.731059;0.017986;0.017986;0.017986;0.017986;0.017986;0.017986;0.006693;0.002473;0.017986;0.006693;0.002473;0.017986;0.997527;0.993307;0.002473;0.006693;0.006693;0.000000;0.000000;0.720713;0.286182;0.000000;0.000000;0.102385;0.438316;0.437823;0.000000;0.000000;0.000000;0.568811;0.000000;0.694024;0.920781;0.929498;0.000000;0.000000;0.000000;0.150847;0.094682;0.754473;0.395385;0.184215;0.420400;0.025610;0.099565;0.874830;0.731059;0.047426;0.268941;0.993307;0.002473;0.500000;0.982014;0.119203;0.500000;0.006693;0.006693;0.119203;0.006693;0.002473;0.268941;0.500000;0.119203;0.002473;0.047426;0.006693;0.414353;0.000000;0.277880;0.821714;0.000000;0.729483;0.908877;0.256927;0.293178;0.173073;0.000000;0.444727;0.000000;0.000000;0.855697;0.450414;0.337602;0.000000;0.000000;0.288229;0.849131;0.000118;0.150753;0.880315;0.000095;0.119590;0.882355;0.000120;0.117530;0.047426;0.006693;0.006693;0.006693;0.006693;0.006693;0.500000;0.002473;0.731059;0.500000;0.952574;0.006693;0.268941;0.997527;0.017986;0.006693;0.047426;0.047426;0.880797;0.731059;0.388648;0.329820;0.156699;0.871804;0.000000;0.659485;0.887054;0.081211;0.000000;0.326293;0.451652;0.680919;0.000000;0.634136;0.240855;0.000000;0.446209;0.000000;0.000000;0.214165;0.922273;0.000065;0.077658;0.987560;0.000060;0.012375;0.956645;0.000030;0.043320;0.017986;0.731059;0.006693;0.006693;0.002473;0.993307;0.119203;0.017986;0.500000;0.731059;0.880797;0.119203;0.047426;0.047426;0.002473;0.017986;0.017986;0.999089;0.880797;0.119203;0.513747;0.727108;0.630416;0.605874;0.000000;0.924492;0.845535;0.000000;0.515495;0.000000;0.239759;0.422871;0.000000;0.262697;0.093893;0.702033;0.118053;0.813513;0.000000;0.088185;0.924201;0.000070;0.075727;0.992165;0.000070;0.007765;0.976785;0.000050;0.023160;0.119203;0.982014;0.500000;0.500000;0.268941;0.500000;0.952574;0.017986;0.500000;0.268941;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.500000;0.006693;0.017986;0.268941;0.348418;0.774692;0.000000;0.266002;0.000000;0.291936;0.651128;0.067673;0.000000;0.890709;0.649764;0.665299;0.383433;0.398912;0.270320;0.410960;0.061111;0.453138;0.000000;0.586618;0.957982;0.000043;0.041973;0.999620;0.000055;0.000320;0.998170;0.000000;0.001830;0.268941;0.997527;0.268941;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.017986;0.006693;0.880797;0.017986;0.002473;0.017986;0.500000;0.268941;0.002473;0.017986;0.006693;0.649991;0.790012;0.760241;0.195132;0.000000;0.806745;0.777300;0.246382;0.149567;0.554779;0.040621;0.768525;0.215008;0.000000;0.279287;0.723322;0.131244;0.000000;0.000000;0.127750;0.974686;0.000038;0.025273;0.999690;0.000050;0.000250;0.999490;0.000000;0.000510;0.006693;0.982014;0.047426;0.006693;0.000335;0.119203;0.500000;0.002473;0.731059;0.000911;0.000911;0.999089;0.002473;0.000335;0.006693;0.047426;0.006693;0.000335;0.002473;0.000911;0.530960;0.819209;0.487503;0.426291;0.264638;0.775912;0.860326;0.045261;0.194818;0.083020;0.043397;0.784823;0.649991;0.313243;0.000000;0.547605;0.292143;0.000000;0.454625;0.131244;0.980240;0.000037;0.019725;0.999740;0.000055;0.000210;0.999935;0.000000;0.000065
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.119203;0.017986;0.731059;0.017986;0.017986;0.017986;0.017986;0.017986;0.017986;0.006693;0.002473;0.017986;0.006693;0.002473;0.017986;0.997527;0.993307;0.002473;0.006693;0.006693;0.000000;0.000000;0.720713;0.286182;0.000000;0.000000;0.102385;0.438316;0.437823;0.000000;0.000000;0.000000;0.568811;0.000000;0.694024;0.920781;0.929498;0.000000;0.000000;0.000000;0.150847;0.094682;0.754473;0.395385;0.184215;0.420400;0.025610;0.099565;0.874830;0.731059;0.047426;0.268941;0.993307;0.002473;0.500000;0.982014;0.119203;0.500000;0.006693;0.006693;0.119203;0.006693;0.002473;0.268941;0.500000;0.119203;0.002473;0.047426;0.006693;0.414353;0.000000;0.277880;0.821714;0.000000;0.729483;0.908877;0.256927;0.293178;0.173073;0.000000;0.444727;0.000000;0.000000;0.855697;0.450414;0.337602;0.000000;0.000000;0.288229;0.849131;0.000118;0.150753;0.880315;0.000095;0.119590;0.882355;0.000120;0.117530;0.047426;0.006693;0.006693;0.006693;0.006693;0.006693;0.500000;0.002473;0.731059;0.500000;0.952574;0.006693;0.268941;0.997527;0.017986;0.006693;0.047426;0.047426;0.880797;0.731059;0.388648;0.329820;0.156699;0.871804;0.000000;0.659485;0.887054;0.081211;0.000000;0.326293;0.451652;0.680919;0.000000;0.634136;0.240855;0.000000;0.446209;0.000000;0.000000;0.214165;0.922273;0.000065;0.077658;0.987560;0.000060;0.012375;0.956645;0.000030;0.043320;0.017986;0.731059;0.006693;0.006693;0.002473;0.993307;0.119203;0.017986;0.500000;0.731059;0.880797;0.119203;0.047426;0.047426;0.002473;0.017986;0.017986;0.999089;0.880797;0.119203;0.513747;0.727108;0.630416;0.605874;0.000000;0.924492;0.845535;0.000000;0.515495;0.000000;0.239759;0.422871;0.000000;0.262697;0.093893;0.702033;0.118053;0.813513;0.000000;0.088185;0.924201;0.000070;0.075727;0.992165;0.000070;0.007765;0.976785;0.000050;0.023160;0.119203;0.982014;0.500000;0.500000;0.268941;0.500000;0.952574;0.017986;0.500000;0.268941;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.500000;0.006693;0.017986;0.268941;0.348418;0.774692;0.000000;0.266002;0.000000;0.291936;0.651128;0.067673;0.000000;0.890709;0.649764;0.665299;0.383433;0.398912;0.270320;0.410960;0.061111;0.453138;0.000000;0.586618;0.957982;0.000043;0.041973;0.999620;0.000055;0.000320;0.998170;0.000000;0.001830;0.268941;0.997527;0.268941;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.017986;0.006693;0.880797;0.017986;0.002473;0.017986;0.500000;0.268941;0.002473;0.017986;0.006693;0.649991;0.790012;0.760241;0.195132;0.000000;0.806745;0.777300;0.246382;0.149567;0.554779;0.040621;0.768525;0.215008;0.000000;0.279287;0.723322;0.131244;0.000000;0.000000;0.127750;0.974686;0.000038;0.025273;0.999690;0.000050;0.000250;0.999490;0.000000;0.000510;0.006693;0.982014;0.047426;0.006693;0.000335;0.119203;0.500000;0.002473;0.731059;0.000911;0.000911;0.999089;0.002473;0.000335;0.006693;0.047426;0.006693;0.000335;0.002473;0.000911;0.530960;0.819209;0.487503;0.426291;0.264638;0.775912;0.860326;0.045261;0.194818;0.083020;0.043397;0.784823;0.649991;0.313243;0.000000;0.547605;0.292143;0.000000;0.454625;0.131244;0.980240;0.000037;0.019725;0.999740;0.000055;0.000210;0.999935;0.000000;0.000065;0.047426;0.002473;0.002473;0.000911;0.006693;0.017986;0.002473;0.002473;0.500000;0.952574;0.982014;0.017986;0.993307;0.880797;0.002473;0.006693;0.017986;0.982014;0.500000;0.500000;0.349327;0.093469;0.282316;0.000000;0.728693;0.000000;0.000000;0.000000;0.159092;0.838891;0.874900;0.067673;0.729483;0.873802;0.000000;0.051858;0.000000;0.609926;0.385327;0.566847;0.983794;0.000048;0.016156;0.999600;0.000095;0.000300;0.999780;0.000000;0.000220
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.119203;0.017986;0.731059;0.017986;0.017986;0.017986;0.017986;0.017986;0.017986;0.006693;0.002473;0.017986;0.006693;0.002473;0.017986;0.997527;0.993307;0.002473;0.006693;0.006693;0.000000;0.000000;0.720713;0.286182;0.000000;0.000000;0.102385;0.438316;0.437823;0.000000;0.000000;0.000000;0.568811;0.000000;0.694024;0.920781;0.929498;0.000000;0.000000;0.000000;0.150847;0.094682;0.754473;0.395385;0.184215;0.420400;0.025610;0.099565;0.874830;0.731059;0.047426;0.268941;0.993307;0.002473;0.500000;0.982014;0.119203;0.500000;0.006693;0.006693;0.119203;0.006693;0.002473;0.268941;0.500000;0.119203;0.002473;0.047426;0.006693;0.414353;0.000000;0.277880;0.821714;0.000000;0.729483;0.908877;0.256927;0.293178;0.173073;0.000000;0.444727;0.000000;0.000000;0.855697;0.450414;0.337602;0.000000;0.000000;0.288229;0.849131;0.000118;0.150753;0.880315;0.000095;0.119590;0.882355;0.000120;0.117530;0.047426;0.006693;0.006693;0.006693;0.006693;0.006693;0.500000;0.002473;0.731059;0.500000;0.952574;0.006693;0.268941;0.997527;0.017986;0.006693;0.047426;0.047426;0.880797;0.731059;0.388648;0.329820;0.156699;0.871804;0.000000;0.659485;0.887054;0.081211;0.000000;0.326293;0.451652;0.680919;0.000000;0.634136;0.240855;0.000000;0.446209;0.000000;0.000000;0.214165;0.922273;0.000065;0.077658;0.987560;0.000060;0.012375;0.956645;0.000030;0.043320;0.017986;0.731059;0.006693;0.006693;0.002473;0.993307;0.119203;0.017986;0.500000;0.731059;0.880797;0.119203;0.047426;0.047426;0.002473;0.017986;0.017986;0.999089;0.880797;0.119203;0.513747;0.727108;0.630416;0.605874;0.000000;0.924492;0.845535;0.000000;0.515495;0.000000;0.239759;0.422871;0.000000;0.262697;0.093893;0.702033;0.118053;0.813513;0.000000;0.088185;0.924201;0.000070;0.075727;0.992165;0.000070;0.007765;0.976785;0.000050;0.023160;0.119203;0.982014;0.500000;0.500000;0.268941;0.500000;0.952574;0.017986;0.500000;0.268941;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.500000;0.006693;0.017986;0.268941;0.348418;0.774692;0.000000;0.266002;0.000000;0.291936;0.651128;0.067673;0.000000;0.890709;0.649764;0.665299;0.383433;0.398912;0.270320;0.410960;0.061111;0.453138;0.000000;0.586618;0.957982;0.000043;0.041973;0.999620;0.000055;0.000320;0.998170;0.000000;0.001830;0.268941;0.997527;0.268941;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.017986;0.006693;0.880797;0.017986;0.002473;0.017986;0.500000;0.268941;0.002473;0.017986;0.006693;0.649991;0.790012;0.760241;0.195132;0.000000;0.806745;0.777300;0.246382;0.149567;0.554779;0.040621;0.768525;0.215008;0.000000;0.279287;0.723322;0.131244;0.000000;0.000000;0.127750;0.974686;0.000038;0.025273;0.999690;0.000050;0.000250;0.999490;0.000000;0.000510;0.006693;0.982014;0.047426;0.006693;0.000335;0.119203;0.500000;0.002473;0.731059;0.000911;0.000911;0.999089;0.002473;0.000335;0.006693;0.047426;0.006693;0.000335;0.002473;0.000911;0.530960;0.819209;0.487503;0.426291;0.264638;0.775912;0.860326;0.045261;0.194818;0.083020;0.043397;0.784823;0.649991;0.313243;0.000000;0.547605;0.292143;0.000000;0.454625;0.131244;0.980240;0.000037;0.019725;0.999740;0.000055;0.000210;0.999935;0.000000;0.000065;0.047426;0.002473;0.002473;0.000911;0.006693;0.017986;0.002473;0.002473;0.500000;0.952574;0.982014;0.017986;0.993307;0.880797;0.002473;0.006693;0.017986;0.982014;0.500000;0.500000;0.349327;0.093469;0.282316;0.000000;0.728693;0.000000;0.000000;0.000000;0.159092;0.838891;0.874900;0.067673;0.729483;0.873802;0.000000;0.051858;0.000000;0.609926;0.385327;0.566847;0.983794;0.000048;0.016156;0.999600;0.000095;0.000300;0.999780;0.000000;0.000220;0.731059;0.952574;0.500000;0.500000;0.017986;0.500000;0.731059;0.500000;0.500000;0.119203;0.268941;0.952574;0.268941;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.277680;0.872917;0.418484;0.337155;0.000000;0.832577;0.833550;0.043273;0.000000;0.320821;0.407092;0.781256;0.600608;0.157759;0.228112;0.141608;0.241404;0.000000;0.370983;0.181979;0.990775;0.000049;0.009177;0.999400;0.000100;0.000505;0.999980;0.000000;0.000020
0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.119203;0.017986;0.731059;0.017986;0.017986;0.017986;0.017986;0.017986;0.017986;0.006693;0.002473;0.017986;0.006693;0.002473;0.017986;0.997527;0.993307;0.002473;0.006693;0.006693;0.000000;0.000000;0.720713;0.286182;0.000000;0.000000;0.102385;0.438316;0.437823;0.000000;0.000000;0.000000;0.568811;0.000000;0.694024;0.920781;0.929498;0.000000;0.000000;0.000000;0.150847;0.094682;0.754473;0.395385;0.184215;0.420400;0.025610;0.099565;0.874830;0.731059;0.047426;0.268941;0.993307;0.002473;0.500000;0.982014;0.119203;0.500000;0.006693;0.006693;0.119203;0.006693;0.002473;0.268941;0.500000;0.119203;0.002473;0.047426;0.006693;0.414353;0.000000;0.277880;0.821714;0.000000;0.729483;0.908877;0.256927;0.293178;0.173073;0.000000;0.444727;0.000000;0.000000;0.855697;0.450414;0.337602;0.000000;0.000000;0.288229;0.849131;0.000118;0.150753;0.880315;0.000095;0.119590;0.882355;0.000120;0.117530;0.047426;0.006693;0.006693;0.006693;0.006693;0.006693;0.500000;0.002473;0.731059;0.500000;0.952574;0.006693;0.268941;0.997527;0.017986;0.006693;0.047426;0.047426;0.880797;0.731059;0.388648;0.329820;0.156699;0.871804;0.000000;0.659485;0.887054;0.081211;0.000000;0.326293;0.451652;0.680919;0.000000;0.634136;0.240855;0.000000;0.446209;0.000000;0.000000;0.214165;0.922273;0.000065;0.077658;0.987560;0.000060;0.012375;0.956645;0.000030;0.043320;0.017986;0.731059;0.006693;0.006693;0.002473;0.993307;0.119203;0.017986;0.500000;0.731059;0.880797;0.119203;0.047426;0.047426;0.002473;0.017986;0.017986;0.999089;0.880797;0.119203;0.513747;0.727108;0.630416;0.605874;0.000000;0.924492;0.845535;0.000000;0.515495;0.000000;0.239759;0.422871;0.000000;0.262697;0.093893;0.702033;0.118053;0.813513;0.000000;0.088185;0.924201;0.000070;0.075727;0.992165;0.000070;0.007765;0.976785;0.000050;0.023160;0.119203;0.982014;0.500000;0.500000;0.268941;0.500000;0.952574;0.017986;0.500000;0.268941;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.500000;0.006693;0.017986;0.268941;0.348418;0.774692;0.000000;0.266002;0.000000;0.291936;0.651128;0.067673;0.000000;0.890709;0.649764;0.665299;0.383433;0.398912;0.270320;0.410960;0.061111;0.453138;0.000000;0.586618;0.957982;0.000043;0.041973;0.999620;0.000055;0.000320;0.998170;0.000000;0.001830;0.268941;0.997527;0.268941;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.017986;0.006693;0.880797;0.017986;0.002473;0.017986;0.500000;0.268941;0.002473;0.017986;0.006693;0.649991;0.790012;0.760241;0.195132;0.000000;0.806745;0.777300;0.246382;0.149567;0.554779;0.040621;0.768525;0.215008;0.000000;0.279287;0.723322;0.131244;0.000000;0.000000;0.127750;0.974686;0.000038;0.025273;0.999690;0.000050;0.000250;0.999490;0.000000;0.000510;0.006693;0.982014;0.047426;0.006693;0.000335;0.119203;0.500000;0.002473;0.731059;0.000911;0.000911;0.999089;0.002473;0.000335;0.006693;0.047426;0.006693;0.000335;0.002473;0.000911;0.530960;0.819209;0.487503;0.426291;0.264638;0.775912;0.860326;0.045261;0.194818;0.083020;0.043397;0.784823;0.649991;0.313243;0.000000;0.547605;0.292143;0.000000;0.454625;0.131244;0.980240;0.000037;0.019725;0.999740;0.000055;0.000210;0.999935;0.000000;0.000065;0.047426;0.002473;0.002473;0.000911;0.006693;0.017986;0.002473;0.002473;0.500000;0.952574;0.982014;0.017986;0.993307;0.880797;0.002473;0.006693;0.017986;0.982014;0.500000;0.500000;0.349327;0.093469;0.282316;0.000000;0.728693;0.000000;0.000000;0.000000;0.159092;0.838891;0.874900;0.067673;0.729483;0.873802;0.000000;0.051858;0.000000;0.609926;0.385327;0.566847;0.983794;0.000048;0.016156;0.999600;0.000095;0.000300;0.999780;0.000000;0.000220;0.731059;0.952574;0.500000;0.500000;0.017986;0.500000;0.731059;0.500000;0.500000;0.119203;0.268941;0.952574;0.268941;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.277680;0.872917;0.418484;0.337155;0.000000;0.832577;0.833550;0.043273;0.000000;0.320821;0.407092;0.781256;0.600608;0.157759;0.228112;0.141608;0.241404;0.000000;0.370983;0.181979;0.990775;0.000049;0.009177;0.999400;0.000100;0.000505;0.999980;0.000000;0.000020;0.500000;0.880797;0.268941;0.500000;0.017986;0.731059;0.500000;0.119203;0.952574;0.268941;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.880797;0.268941;0.500000;0.119203;0.380365;0.756023;0.522734;0.728890;0.000000;0.782790;0.771006;0.201330;0.375662;0.497750;0.358933;0.686757;0.685033;0.312169;0.000000;0.325195;0.475520;0.000000;0.094405;0.216700;0.990670;0.000062;0.009267;0.999230;0.000140;0.000630;0.999985;0.000000;0.000015
0.119203;0.017986;0.731059;0.017986;0.017986;0.017986;0.017986;0.017986;0.017986;0.006693;0.002473;0.017986;0.006693;0.002473;0.017986;0.997527;0.993307;0.002473;0.006693;0.006693;0.000000;0.000000;0.720713;0.286182;0.000000;0.000000;0.102385;0.438316;0.437823;0.000000;0.000000;0.000000;0.568811;0.000000;0.694024;0.920781;0.929498;0.000000;0.000000;0.000000;0.150847;0.094682;0.754473;0.395385;0.184215;0.420400;0.025610;0.099565;0.874830;0.731059;0.047426;0.268941;0.993307;0.002473;0.500000;0.982014;0.119203;0.500000;0.006693;0.006693;0.119203;0.006693;0.002473;0.268941;0.500000;0.119203;0.002473;0.047426;0.006693;0.414353;0.000000;0.277880;0.821714;0.000000;0.729483;0.908877;0.256927;0.293178;0.173073;0.000000;0.444727;0.000000;0.000000;0.855697;0.450414;0.337602;0.000000;0.000000;0.288229;0.849131;0.000118;0.150753;0.880315;0.000095;0.119590;0.882355;0.000120;0.117530;0.047426;0.006693;0.006693;0.006693;0.006693;0.006693;0.500000;0.002473;0.731059;0.500000;0.952574;0.006693;0.268941;0.997527;0.017986;0.006693;0.047426;0.047426;0.880797;0.731059;0.388648;0.329820;0.156699;0.871804;0.000000;0.659485;0.887054;0.081211;0.000000;0.326293;0.451652;0.680919;0.000000;0.634136;0.240855;0.000000;0.446209;0.000000;0.000000;0.214165;0.922273;0.000065;0.077658;0.987560;0.000060;0.012375;0.956645;0.000030;0.043320;0.017986;0.731059;0.006693;0.006693;0.002473;0.993307;0.119203;0.017986;0.500000;0.731059;0.880797;0.119203;0.047426;0.047426;0.002473;0.017986;0.017986;0.999089;0.880797;0.119203;0.513747;0.727108;0.630416;0.605874;0.000000;0.924492;0.845535;0.000000;0.515495;0.000000;0.239759;0.422871;0.000000;0.262697;0.093893;0.702033;0.118053;0.813513;0.000000;0.088185;0.924201;0.000070;0.075727;0.992165;0.000070;0.007765;0.976785;0.000050;0.023160;0.119203;0.982014;0.500000;0.500000;0.268941;0.500000;0.952574;0.017986;0.500000;0.268941;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.500000;0.006693;0.017986;0.268941;0.348418;0.774692;0.000000;0.266002;0.000000;0.291936;0.651128;0.067673;0.000000;0.890709;0.649764;0.665299;0.383433;0.398912;0.270320;0.410960;0.061111;0.453138;0.000000;0.586618;0.957982;0.000043;0.041973;0.999620;0.000055;0.000320;0.998170;0.000000;0.001830;0.268941;0.997527;0.268941;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.017986;0.006693;0.880797;0.017986;0.002473;0.017986;0.500000;0.268941;0.002473;0.017986;0.006693;0.649991;0.790012;0.760241;0.195132;0.000000;0.806745;0.777300;0.246382;0.149567;0.554779;0.040621;0.768525;0.215008;0.000000;0.279287;0.723322;0.131244;0.000000;0.000000;0.127750;0.974686;0.000038;0.025273;0.999690;0.000050;0.000250;0.999490;0.000000;0.000510;0.006693;0.982014;0.047426;0.006693;0.000335;0.119203;0.500000;0.002473;0.731059;0.000911;0.000911;0.999089;0.002473;0.000335;0.006693;0.047426;0.006693;0.000335;0.002473;0.000911;0.530960;0.819209;0.487503;0.426291;0.264638;0.775912;0.860326;0.045261;0.194818;0.083020;0.043397;0.784823;0.649991;0.313243;0.000000;0.547605;0.292143;0.000000;0.454625;0.131244;0.980240;0.000037;0.019725;0.999740;0.000055;0.000210;0.999935;0.000000;0.000065;0.047426;0.002473;0.002473;0.000911;0.006693;0.017986;0.002473;0.002473;0.500000;0.952574;0.982014;0.017986;0.993307;0.880797;0.002473;0.006693;0.017986;0.982014;0.500000;0.500000;0.349327;0.093469;0.282316;0.000000;0.728693;0.000000;0.000000;0.000000;0.159092;0.838891;0.874900;0.067673;0.729483;0.873802;0.000000;0.051858;0.000000;0.609926;0.385327;0.566847;0.983794;0.000048;0.016156;0.999600;0.000095;0.000300;0.999780;0.000000;0.000220;0.731059;0.952574;0.500000;0.500000;0.017986;0.500000;0.731059;0.500000;0.500000;0.119203;0.268941;0.952574;0.268941;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.277680;0.872917;0.418484;0.337155;0.000000;0.832577;0.833550;0.043273;0.000000;0.320821;0.407092;0.781256;0.600608;0.157759;0.228112;0.141608;0.241404;0.000000;0.370983;0.181979;0.990775;0.000049;0.009177;0.999400;0.000100;0.000505;0.999980;0.000000;0.000020;0.500000;0.880797;0.268941;0.500000;0.017986;0.731059;0.500000;0.119203;0.952574;0.268941;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.880797;0.268941;0.500000;0.119203;0.380365;0.756023;0.522734;0.728890;0.000000;0.782790;0.771006;0.201330;0.375662;0.497750;0.358933;0.686757;0.685033;0.312169;0.000000;0.325195;0.475520;0.000000;0.094405;0.216700;0.990670;0.000062;0.009267;0.999230;0.000140;0.000630;0.999985;0.000000;0.000015;0.268941;0.952574;0.017986;0.006693;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.880797;0.047426;0.982014;0.731059;0.006693;0.119203;0.119203;0.982014;0.268941;0.880797;0.668853;0.476767;0.081961;0.000000;0.475021;0.170795;0.262503;0.000000;0.152129;0.860686;0.626446;0.245455;0.826066;0.546862;0.000000;0.185730;0.377776;0.000000;0.399392;0.812601;0.986525;0.000130;0.013345;0.996040;0.000345;0.003615;0.999900;0.000000;0.000100
0.731059;0.047426;0.268941;0.993307;0.002473;0.500000;0.982014;0.119203;0.500000;0.006693;0.006693;0.119203;0.006693;0.002473;0.268941;0.500000;0.119203;0.002473;0.047426;0.006693;0.414353;0.000000;0.277880;0.821714;0.000000;0.729483;0.908877;0.256927;0.293178;0.173073;0.000000;0.444727;0.000000;0.000000;0.855697;0.450414;0.337602;0.000000;0.000000;0.288229;0.849131;0.000118;0.150753;0.880315;0.000095;0.119590;0.882355;0.000120;0.117530;0.047426;0.006693;0.006693;0.006693;0.006693;0.006693;0.500000;0.002473;0.731059;0.500000;0.952574;0.006693;0.268941;0.997527;0.017986;0.006693;0.047426;0.047426;0.880797;0.731059;0.388648;0.329820;0.156699;0.871804;0.000000;0.659485;0.887054;0.081211;0.000000;0.326293;0.451652;0.680919;0.000000;0.634136;0.240855;0.000000;0.446209;0.000000;0.000000;0.214165;0.922273;0.000065;0.077658;0.987560;0.000060;0.012375;0.956645;0.000030;0.043320;0.017986;0.731059;0.006693;0.006693;0.002473;0.993307;0.119203;0.017986;0.500000;0.731059;0.880797;0.119203;0.047426;0.047426;0.002473;0.017986;0.017986;0.999089;0.880797;0.119203;0.513747;0.727108;0.630416;0.605874;0.000000;0.924492;0.845535;0.000000;0.515495;0.000000;0.239759;0.422871;0.000000;0.262697;0.093893;0.702033;0.118053;0.813513;0.000000;0.088185;0.924201;0.000070;0.075727;0.992165;0.000070;0.007765;0.976785;0.000050;0.023160;0.119203;0.982014;0.500000;0.500000;0.268941;0.500000;0.952574;0.017986;0.500000;0.268941;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.500000;0.006693;0.017986;0.268941;0.348418;0.774692;0.000000;0.266002;0.000000;0.291936;0.651128;0.067673;0.000000;0.890709;0.649764;0.665299;0.383433;0.398912;0.270320;0.410960;0.061111;0.453138;0.000000;0.586618;0.957982;0.000043;0.041973;0.999620;0.000055;0.000320;0.998170;0.000000;0.001830;0.268941;0.997527;0.268941;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.017986;0.006693;0.880797;0.017986;0.002473;0.017986;0.500000;0.268941;0.002473;0.017986;0.006693;0.649991;0.790012;0.760241;0.195132;0.000000;0.806745;0.777300;0.246382;0.149567;0.554779;0.040621;0.768525;0.215008;0.000000;0.279287;0.723322;0.131244;0.000000;0.000000;0.127750;0.974686;0.000038;0.025273;0.999690;0.000050;0.000250;0.999490;0.000000;0.000510;0.006693;0.982014;0.047426;0.006693;0.000335;0.119203;0.500000;0.002473;0.731059;0.000911;0.000911;0.999089;0.002473;0.000335;0.006693;0.047426;0.006693;0.000335;0.002473;0.000911;0.530960;0.819209;0.487503;0.426291;0.264638;0.775912;0.860326;0.045261;0.194818;0.083020;0.043397;0.784823;0.649991;0.313243;0.000000;0.547605;0.292143;0.000000;0.454625;0.131244;0.980240;0.000037;0.019725;0.999740;0.000055;0.000210;0.999935;0.000000;0.000065;0.047426;0.002473;0.002473;0.000911;0.006693;0.017986;0.002473;0.002473;0.500000;0.952574;0.982014;0.017986;0.993307;0.880797;0.002473;0.006693;0.017986;0.982014;0.500000;0.500000;0.349327;0.093469;0.282316;0.000000;0.728693;0.000000;0.000000;0.000000;0.159092;0.838891;0.874900;0.067673;0.729483;0.873802;0.000000;0.051858;0.000000;0.609926;0.385327;0.566847;0.983794;0.000048;0.016156;0.999600;0.000095;0.000300;0.999780;0.000000;0.000220;0.731059;0.952574;0.500000;0.500000;0.017986;0.500000;0.731059;0.500000;0.500000;0.119203;0.268941;0.952574;0.268941;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.277680;0.872917;0.418484;0.337155;0.000000;0.832577;0.833550;0.043273;0.000000;0.320821;0.407092;0.781256;0.600608;0.157759;0.228112;0.141608;0.241404;0.000000;0.370983;0.181979;0.990775;0.000049;0.009177;0.999400;0.000100;0.000505;0.999980;0.000000;0.000020;0.500000;0.880797;0.268941;0.500000;0.017986;0.731059;0.500000;0.119203;0.952574;0.268941;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.880797;0.268941;0.500000;0.119203;0.380365;0.756023;0.522734;0.728890;0.000000;0.782790;0.771006;0.201330;0.375662;0.497750;0.358933;0.686757;0.685033;0.312169;0.000000;0.325195;0.475520;0.000000;0.094405;0.216700;0.990670;0.000062;0.009267;0.999230;0.000140;0.000630;0.999985;0.000000;0.000015;0.268941;0.952574;0.017986;0.006693;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.880797;0.047426;0.982014;0.731059;0.006693;0.119203;0.119203;0.982014;0.268941;0.880797;0.668853;0.476767;0.081961;0.000000;0.475021;0.170795;0.262503;0.000000;0.152129;0.860686;0.626446;0.245455;0.826066;0.546862;0.000000;0.185730;0.377776;0.000000;0.399392;0.812601;0.986525;0.000130;0.013345;0.996040;0.000345;0.003615;0.999900;0.000000;0.000100;0.000335;0.000335;0.000335;0.002473;0.000335;0.000335;0.000335;0.000335;0.880797;0.002473;0.006693;0.000335;0.119203;0.999877;0.000123;0.000335;0.000911;0.500000;0.731059;0.002473;0.100833;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.025656;0.000000;0.358473;0.201009;0.000000;0.000000;0.988536;0.000000;0.000000;0.000000;0.745926;0.790841;0.071758;0.983631;0.000132;0.016239;0.986525;0.000350;0.013130;0.998980;0.000000;0.001020
0.047426;0.006693;0.006693;0.006693;0.006693;0.006693;0.500000;0.002473;0.731059;0.500000;0.952574;0.006693;0.268941;0.997527;0.017986;0.006693;0.047426;0.047426;0.880797;0.731059;0.388648;0.329820;0.156699;0.871804;0.000000;0.659485;0.887054;0.081211;0.000000;0.326293;0.451652;0.680919;0.000000;0.634136;0.240855;0.000000;0.446209;0.000000;0.000000;0.214165;0.922273;0.000065;0.077658;0.987560;0.000060;0.012375;0.956645;0.000030;0.043320;0.017986;0.731059;0.006693;0.006693;0.002473;0.993307;0.119203;0.017986;0.500000;0.731059;0.880797;0.119203;0.047426;0.047426;0.002473;0.017986;0.017986;0.999089;0.880797;0.119203;0.513747;0.727108;0.630416;0.605874;0.000000;0.924492;0.845535;0.000000;0.515495;0.000000;0.239759;0.422871;0.000000;0.262697;0.093893;0.702033;0.118053;0.813513;0.000000;0.088185;0.924201;0.000070;0.075727;0.992165;0.000070;0.007765;0.976785;0.000050;0.023160;0.119203;0.982014;0.500000;0.500000;0.268941;0.500000;0.952574;0.017986;0.500000;0.268941;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.500000;0.006693;0.017986;0.268941;0.348418;0.774692;0.000000;0.266002;0.000000;0.291936;0.651128;0.067673;0.000000;0.890709;0.649764;0.665299;0.383433;0.398912;0.270320;0.410960;0.061111;0.453138;0.000000;0.586618;0.957982;0.000043;0.041973;0.999620;0.000055;0.000320;0.998170;0.000000;0.001830;0.268941;0.997527;0.268941;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.017986;0.006693;0.880797;0.017986;0.002473;0.017986;0.500000;0.268941;0.002473;0.017986;0.006693;0.649991;0.790012;0.760241;0.195132;0.000000;0.806745;0.777300;0.246382;0.149567;0.554779;0.040621;0.768525;0.215008;0.000000;0.279287;0.723322;0.131244;0.000000;0.000000;0.127750;0.974686;0.000038;0.025273;0.999690;0.000050;0.000250;0.999490;0.000000;0.000510;0.006693;0.982014;0.047426;0.006693;0.000335;0.119203;0.500000;0.002473;0.731059;0.000911;0.000911;0.999089;0.002473;0.000335;0.006693;0.047426;0.006693;0.000335;0.002473;0.000911;0.530960;0.819209;0.487503;0.426291;0.264638;0.775912;0.860326;0.045261;0.194818;0.083020;0.043397;0.784823;0.649991;0.313243;0.000000;0.547605;0.292143;0.000000;0.454625;0.131244;0.980240;0.000037;0.019725;0.999740;0.000055;0.000210;0.999935;0.000000;0.000065;0.047426;0.002473;0.002473;0.000911;0.006693;0.017986;0.002473;0.002473;0.500000;0.952574;0.982014;0.017986;0.993307;0.880797;0.002473;0.006693;0.017986;0.982014;0.500000;0.500000;0.349327;0.093469;0.282316;0.000000;0.728693;0.000000;0.000000;0.000000;0.159092;0.838891;0.874900;0.067673;0.729483;0.873802;0.000000;0.051858;0.000000;0.609926;0.385327;0.566847;0.983794;0.000048;0.016156;0.999600;0.000095;0.000300;0.999780;0.000000;0.000220;0.731059;0.952574;0.500000;0.500000;0.017986;0.500000;0.731059;0.500000;0.500000;0.119203;0.268941;0.952574;0.268941;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.277680;0.872917;0.418484;0.337155;0.000000;0.832577;0.833550;0.043273;0.000000;0.320821;0.407092;0.781256;0.600608;0.157759;0.228112;0.141608;0.241404;0.000000;0.370983;0.181979;0.990775;0.000049;0.009177;0.999400;0.000100;0.000505;0.999980;0.000000;0.000020;0.500000;0.880797;0.268941;0.500000;0.017986;0.731059;0.500000;0.119203;0.952574;0.268941;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.880797;0.268941;0.500000;0.119203;0.380365;0.756023;0.522734;0.728890;0.000000;0.782790;0.771006;0.201330;0.375662;0.497750;0.358933;0.686757;0.685033;0.312169;0.000000;0.325195;0.475520;0.000000;0.094405;0.216700;0.990670;0.000062;0.009267;0.999230;0.000140;0.000630;0.999985;0.000000;0.000015;0.268941;0.952574;0.017986;0.006693;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.880797;0.047426;0.982014;0.731059;0.006693;0.119203;0.119203;0.982014;0.268941;0.880797;0.668853;0.476767;0.081961;0.000000;0.475021;0.170795;0.262503;0.000000;0.152129;0.860686;0.626446;0.245455;0.826066;0.546862;0.000000;0.185730;0.377776;0.000000;0.399392;0.812601;0.986525;0.000130;0.013345;0.996040;0.000345;0.003615;0.999900;0.000000;0.000100;0.000335;0.000335;0.000335;0.002473;0.000335;0.000335;0.000335;0.000335;0.880797;0.002473;0.006693;0.000335;0.119203;0.999877;0.000123;0.000335;0.000911;0.500000;0.731059;0.002473;0.100833;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.025656;0.000000;0.358473;0.201009;0.000000;0.000000;0.988536;0.000000;0.000000;0.000000;0.745926;0.790841;0.071758;0.983631;0.000132;0.016239;0.986525;0.000350;0.013130;0.998980;0.000000;0.001020;0.731059;0.952574;0.952574;0.952574;0.268941;0.500000;0.731059;0.268941;0.268941;0.006693;0.017986;0.731059;0.017986;0.017986;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.557988;0.823028;0.780572;0.539666;0.000000;0.754730;0.528469;0.163830;0.534943;0.067547;0.323442;0.757312;0.295462;0.244900;0.000000;0.701615;0.296087;0.414353;0.264055;0.164654;0.971793;0.000128;0.028079;0.969610;0.000340;0.030050;0.998210;0.000000;0.001790
0.017986;0.731059;0.006693;0.006693;0.002473;0.993307;0.119203;0.017986;0.500000;0.731059;0.880797;0.119203;0.047426;0.047426;0.002473;0.017986;0.017986;0.999089;0.880797;0.119203;0.513747;0.727108;0.630416;0.605874;0.000000;0.924492;0.845535;0.000000;0.515495;0.000000;0.239759;0.422871;0.000000;0.262697;0.093893;0.702033;0.118053;0.813513;0.000000;0.088185;0.924201;0.000070;0.075727;0.992165;0.000070;0.007765;0.976785;0.000050;0.023160;0.119203;0.982014;0.500000;0.500000;0.268941;0.500000;0.952574;0.017986;0.500000;0.268941;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.500000;0.006693;0.017986;0.268941;0.348418;0.774692;0.000000;0.266002;0.000000;0.291936;0.651128;0.067673;0.000000;0.890709;0.649764;0.665299;0.383433;0.398912;0.270320;0.410960;0.061111;0.453138;0.000000;0.586618;0.957982;0.000043;0.041973;0.999620;0.000055;0.000320;0.998170;0.000000;0.001830;0.268941;0.997527;0.268941;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.017986;0.006693;0.880797;0.017986;0.002473;0.017986;0.500000;0.268941;0.002473;0.017986;0.006693;0.649991;0.790012;0.760241;0.195132;0.000000;0.806745;0.777300;0.246382;0.149567;0.554779;0.040621;0.768525;0.215008;0.000000;0.279287;0.723322;0.131244;0.000000;0.000000;0.127750;0.974686;0.000038;0.025273;0.999690;0.000050;0.000250;0.999490;0.000000;0.000510;0.006693;0.982014;0.047426;0.006693;0.000335;0.119203;0.500000;0.002473;0.731059;0.000911;0.000911;0.999089;0.002473;0.000335;0.006693;0.047426;0.006693;0.000335;0.002473;0.000911;0.530960;0.819209;0.487503;0.426291;0.264638;0.775912;0.860326;0.045261;0.194818;0.083020;0.043397;0.784823;0.649991;0.313243;0.000000;0.547605;0.292143;0.000000;0.454625;0.131244;0.980240;0.000037;0.019725;0.999740;0.000055;0.000210;0.999935;0.000000;0.000065;0.047426;0.002473;0.002473;0.000911;0.006693;0.017986;0.002473;0.002473;0.500000;0.952574;0.982014;0.017986;0.993307;0.880797;0.002473;0.006693;0.017986;0.982014;0.500000;0.500000;0.349327;0.093469;0.282316;0.000000;0.728693;0.000000;0.000000;0.000000;0.159092;0.838891;0.874900;0.067673;0.729483;0.873802;0.000000;0.051858;0.000000;0.609926;0.385327;0.566847;0.983794;0.000048;0.016156;0.999600;0.000095;0.000300;0.999780;0.000000;0.000220;0.731059;0.952574;0.500000;0.500000;0.017986;0.500000;0.731059;0.500000;0.500000;0.119203;0.268941;0.952574;0.268941;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.277680;0.872917;0.418484;0.337155;0.000000;0.832577;0.833550;0.043273;0.000000;0.320821;0.407092;0.781256;0.600608;0.157759;0.228112;0.141608;0.241404;0.000000;0.370983;0.181979;0.990775;0.000049;0.009177;0.999400;0.000100;0.000505;0.999980;0.000000;0.000020;0.500000;0.880797;0.268941;0.500000;0.017986;0.731059;0.500000;0.119203;0.952574;0.268941;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.880797;0.268941;0.500000;0.119203;0.380365;0.756023;0.522734;0.728890;0.000000;0.782790;0.771006;0.201330;0.375662;0.497750;0.358933;0.686757;0.685033;0.312169;0.000000;0.325195;0.475520;0.000000;0.094405;0.216700;0.990670;0.000062;0.009267;0.999230;0.000140;0.000630;0.999985;0.000000;0.000015;0.268941;0.952574;0.017986;0.006693;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.880797;0.047426;0.982014;0.731059;0.006693;0.119203;0.119203;0.982014;0.268941;0.880797;0.668853;0.476767;0.081961;0.000000;0.475021;0.170795;0.262503;0.000000;0.152129;0.860686;0.626446;0.245455;0.826066;0.546862;0.000000;0.185730;0.377776;0.000000;0.399392;0.812601;0.986525;0.000130;0.013345;0.996040;0.000345;0.003615;0.999900;0.000000;0.000100;0.000335;0.000335;0.000335;0.002473;0.000335;0.000335;0.000335;0.000335;0.880797;0.002473;0.006693;0.000335;0.119203;0.999877;0.000123;0.000335;0.000911;0.500000;0.731059;0.002473;0.100833;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.025656;0.000000;0.358473;0.201009;0.000000;0.000000;0.988536;0.000000;0.000000;0.000000;0.745926;0.790841;0.071758;0.983631;0.000132;0.016239;0.986525;0.000350;0.013130;0.998980;0.000000;0.001020;0.731059;0.952574;0.952574;0.952574;0.268941;0.500000;0.731059;0.268941;0.268941;0.006693;0.017986;0.731059;0.017986;0.017986;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.557988;0.823028;0.780572;0.539666;0.000000;0.754730;0.528469;0.163830;0.534943;0.067547;0.323442;0.757312;0.295462;0.244900;0.000000;0.701615;0.296087;0.414353;0.264055;0.164654;0.971793;0.000128;0.028079;0.969610;0.000340;0.030050;0.998210;0.000000;0.001790;0.731059;0.731059;0.500000;0.047426;0.500000;0.500000;0.268941;0.119203;0.731059;0.500000;0.731059;0.268941;0.952574;0.500000;0.119203;0.268941;0.731059;0.731059;0.119203;0.500000;0.391741;0.383670;0.205707;0.456361;0.000000;0.750447;0.539170;0.172644;0.625744;0.588798;0.723522;0.709096;0.861165;0.613014;0.124227;0.204240;0.409750;0.000000;0.476517;0.058250;0.939341;0.001325;0.059334;0.950005;0.001870;0.048125;0.994645;0.000005;0.005350
0.119203;0.982014;0.500000;0.500000;0.268941;0.500000;0.952574;0.017986;0.500000;0.268941;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.500000;0.006693;0.017986;0.268941;0.348418;0.774692;0.000000;0.266002;0.000000;0.291936;0.651128;0.067673;0.000000;0.890709;0.649764;0.665299;0.383433;0.398912;0.270320;0.410960;0.061111;0.453138;0.000000;0.586618;0.957982;0.000043;0.041973;0.999620;0.000055;0.000320;0.998170;0.000000;0.001830;0.268941;0.997527;0.268941;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.017986;0.006693;0.880797;0.017986;0.002473;0.017986;0.500000;0.268941;0.002473;0.017986;0.006693;0.649991;0.790012;0.760241;0.195132;0.000000;0.806745;0.777300;0.246382;0.149567;0.554779;0.040621;0.768525;0.215008;0.000000;0.279287;0.723322;0.131244;0.000000;0.000000;0.127750;0.974686;0.000038;0.025273;0.999690;0.000050;0.000250;0.999490;0.000000;0.000510;0.006693;0.982014;0.047426;0.006693;0.000335;0.119203;0.500000;0.002473;0.731059;0.000911;0.000911;0.999089;0.002473;0.000335;0.006693;0.047426;0.006693;0.000335;0.002473;0.000911;0.530960;0.819209;0.487503;0.426291;0.264638;0.775912;0.860326;0.045261;0.194818;0.083020;0.043397;0.784823;0.649991;0.313243;0.000000;0.547605;0.292143;0.000000;0.454625;0.131244;0.980240;0.000037;0.019725;0.999740;0.000055;0.000210;0.999935;0.000000;0.000065;0.047426;0.002473;0.002473;0.000911;0.006693;0.017986;0.002473;0.002473;0.500000;0.952574;0.982014;0.017986;0.993307;0.880797;0.002473;0.006693;0.017986;0.982014;0.500000;0.500000;0.349327;0.093469;0.282316;0.000000;0.728693;0.000000;0.000000;0.000000;0.159092;0.838891;0.874900;0.067673;0.729483;0.873802;0.000000;0.051858;0.000000;0.609926;0.385327;0.566847;0.983794;0.000048;0.016156;0.999600;0.000095;0.000300;0.999780;0.000000;0.000220;0.731059;0.952574;0.500000;0.500000;0.017986;0.500000;0.731059;0.500000;0.500000;0.119203;0.268941;0.952574;0.268941;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.277680;0.872917;0.418484;0.337155;0.000000;0.832577;0.833550;0.043273;0.000000;0.320821;0.407092;0.781256;0.600608;0.157759;0.228112;0.141608;0.241404;0.000000;0.370983;0.181979;0.990775;0.000049;0.009177;0.999400;0.000100;0.000505;0.999980;0.000000;0.000020;0.500000;0.880797;0.268941;0.500000;0.017986;0.731059;0.500000;0.119203;0.952574;0.268941;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.880797;0.268941;0.500000;0.119203;0.380365;0.756023;0.522734;0.728890;0.000000;0.782790;0.771006;0.201330;0.375662;0.497750;0.358933;0.686757;0.685033;0.312169;0.000000;0.325195;0.475520;0.000000;0.094405;0.216700;0.990670;0.000062;0.009267;0.999230;0.000140;0.000630;0.999985;0.000000;0.000015;0.268941;0.952574;0.017986;0.006693;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.880797;0.047426;0.982014;0.731059;0.006693;0.119203;0.119203;0.982014;0.268941;0.880797;0.668853;0.476767;0.081961;0.000000;0.475021;0.170795;0.262503;0.000000;0.152129;0.860686;0.626446;0.245455;0.826066;0.546862;0.000000;0.185730;0.377776;0.000000;0.399392;0.812601;0.986525;0.000130;0.013345;0.996040;0.000345;0.003615;0.999900;0.000000;0.000100;0.000335;0.000335;0.000335;0.002473;0.000335;0.000335;0.000335;0.000335;0.880797;0.002473;0.006693;0.000335;0.119203;0.999877;0.000123;0.000335;0.000911;0.500000;0.731059;0.002473;0.100833;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.025656;0.000000;0.358473;0.201009;0.000000;0.000000;0.988536;0.000000;0.000000;0.000000;0.745926;0.790841;0.071758;0.983631;0.000132;0.016239;0.986525;0.000350;0.013130;0.998980;0.000000;0.001020;0.731059;0.952574;0.952574;0.952574;0.268941;0.500000;0.731059;0.268941;0.268941;0.006693;0.017986;0.731059;0.017986;0.017986;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.557988;0.823028;0.780572;0.539666;0.000000;0.754730;0.528469;0.163830;0.534943;0.067547;0.323442;0.757312;0.295462;0.244900;0.000000;0.701615;0.296087;0.414353;0.264055;0.164654;0.971793;0.000128;0.028079;0.969610;0.000340;0.030050;0.998210;0.000000;0.001790;0.731059;0.731059;0.500000;0.047426;0.500000;0.500000;0.268941;0.119203;0.731059;0.500000;0.731059;0.268941;0.952574;0.500000;0.119203;0.268941;0.731059;0.731059;0.119203;0.500000;0.391741;0.383670;0.205707;0.456361;0.000000;0.750447;0.539170;0.172644;0.625744;0.588798;0.723522;0.709096;0.861165;0.613014;0.124227;0.204240;0.409750;0.000000;0.476517;0.058250;0.939341;0.001325;0.059334;0.950005;0.001870;0.048125;0.994645;0.000005;0.005350;0.047426;0.002473;0.119203;0.000911;0.047426;0.002473;0.002473;0.002473;0.119203;0.731059;0.952574;0.002473;0.982014;0.993307;0.006693;0.006693;0.047426;0.993307;0.982014;0.268941;0.276678;0.000000;0.294215;0.000000;0.000000;0.000000;0.000000;0.050931;0.228289;0.777473;0.803608;0.057921;0.730665;0.945577;0.000000;0.088507;0.161244;0.653396;0.858514;0.246940;0.832202;0.010909;0.156889;0.761200;0.002670;0.236130;0.908295;0.000745;0.090960
0.268941;0.997527;0.268941;0.268941;0.119203;0.952574;0.731059;0.119203;0.119203;0.017986;0.006693;0.880797;0.017986;0.002473;0.017986;0.500000;0.268941;0.002473;0.017986;0.006693;0.649991;0.790012;0.760241;0.195132;0.000000;0.806745;0.777300;0.246382;0.149567;0.554779;0.040621;0.768525;0.215008;0.000000;0.279287;0.723322;0.131244;0.000000;0.000000;0.127750;0.974686;0.000038;0.025273;0.999690;0.000050;0.000250;0.999490;0.000000;0.000510;0.006693;0.982014;0.047426;0.006693;0.000335;0.119203;0.500000;0.002473;0.731059;0.000911;0.000911;0.999089;0.002473;0.000335;0.006693;0.047426;0.006693;0.000335;0.002473;0.000911;0.530960;0.819209;0.487503;0.426291;0.264638;0.775912;0.860326;0.045261;0.194818;0.083020;0.043397;0.784823;0.649991;0.313243;0.000000;0.547605;0.292143;0.000000;0.454625;0.131244;0.980240;0.000037;0.019725;0.999740;0.000055;0.000210;0.999935;0.000000;0.000065;0.047426;0.002473;0.002473;0.000911;0.006693;0.017986;0.002473;0.002473;0.500000;0.952574;0.982014;0.017986;0.993307;0.880797;0.002473;0.006693;0.017986;0.982014;0.500000;0.500000;0.349327;0.093469;0.282316;0.000000;0.728693;0.000000;0.000000;0.000000;0.159092;0.838891;0.874900;0.067673;0.729483;0.873802;0.000000;0.051858;0.000000;0.609926;0.385327;0.566847;0.983794;0.000048;0.016156;0.999600;0.000095;0.000300;0.999780;0.000000;0.000220;0.731059;0.952574;0.500000;0.500000;0.017986;0.500000;0.731059;0.500000;0.500000;0.119203;0.268941;0.952574;0.268941;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.277680;0.872917;0.418484;0.337155;0.000000;0.832577;0.833550;0.043273;0.000000;0.320821;0.407092;0.781256;0.600608;0.157759;0.228112;0.141608;0.241404;0.000000;0.370983;0.181979;0.990775;0.000049;0.009177;0.999400;0.000100;0.000505;0.999980;0.000000;0.000020;0.500000;0.880797;0.268941;0.500000;0.017986;0.731059;0.500000;0.119203;0.952574;0.268941;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.880797;0.268941;0.500000;0.119203;0.380365;0.756023;0.522734;0.728890;0.000000;0.782790;0.771006;0.201330;0.375662;0.497750;0.358933;0.686757;0.685033;0.312169;0.000000;0.325195;0.475520;0.000000;0.094405;0.216700;0.990670;0.000062;0.009267;0.999230;0.000140;0.000630;0.999985;0.000000;0.000015;0.268941;0.952574;0.017986;0.006693;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.880797;0.047426;0.982014;0.731059;0.006693;0.119203;0.119203;0.982014;0.268941;0.880797;0.668853;0.476767;0.081961;0.000000;0.475021;0.170795;0.262503;0.000000;0.152129;0.860686;0.626446;0.245455;0.826066;0.546862;0.000000;0.185730;0.377776;0.000000;0.399392;0.812601;0.986525;0.000130;0.013345;0.996040;0.000345;0.003615;0.999900;0.000000;0.000100;0.000335;0.000335;0.000335;0.002473;0.000335;0.000335;0.000335;0.000335;0.880797;0.002473;0.006693;0.000335;0.119203;0.999877;0.000123;0.000335;0.000911;0.500000;0.731059;0.002473;0.100833;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.025656;0.000000;0.358473;0.201009;0.000000;0.000000;0.988536;0.000000;0.000000;0.000000;0.745926;0.790841;0.071758;0.983631;0.000132;0.016239;0.986525;0.000350;0.013130;0.998980;0.000000;0.001020;0.731059;0.952574;0.952574;0.952574;0.268941;0.500000;0.731059;0.268941;0.268941;0.006693;0.017986;0.731059;0.017986;0.017986;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.557988;0.823028;0.780572;0.539666;0.000000;0.754730;0.528469;0.163830;0.534943;0.067547;0.323442;0.757312;0.295462;0.244900;0.000000;0.701615;0.296087;0.414353;0.264055;0.164654;0.971793;0.000128;0.028079;0.969610;0.000340;0.030050;0.998210;0.000000;0.001790;0.731059;0.731059;0.500000;0.047426;0.500000;0.500000;0.268941;0.119203;0.731059;0.500000;0.731059;0.268941;0.952574;0.500000;0.119203;0.268941;0.731059;0.731059;0.119203;0.500000;0.391741;0.383670;0.205707;0.456361;0.000000;0.750447;0.539170;0.172644;0.625744;0.588798;0.723522;0.709096;0.861165;0.613014;0.124227;0.204240;0.409750;0.000000;0.476517;0.058250;0.939341;0.001325;0.059334;0.950005;0.001870;0.048125;0.994645;0.000005;0.005350;0.047426;0.002473;0.119203;0.000911;0.047426;0.002473;0.002473;0.002473;0.119203;0.731059;0.952574;0.002473;0.982014;0.993307;0.006693;0.006693;0.047426;0.993307;0.982014;0.268941;0.276678;0.000000;0.294215;0.000000;0.000000;0.000000;0.000000;0.050931;0.228289;0.777473;0.803608;0.057921;0.730665;0.945577;0.000000;0.088507;0.161244;0.653396;0.858514;0.246940;0.832202;0.010909;0.156889;0.761200;0.002670;0.236130;0.908295;0.000745;0.090960;0.000335;0.000911;0.268941;0.999877;0.000123;0.002473;0.017986;0.000911;0.000911;0.000123;0.000045;0.002473;0.000123;0.000123;0.000911;0.002473;0.000911;0.000045;0.000123;0.000123;0.281305;0.031189;0.318429;0.976200;0.455865;0.411928;0.313028;0.090134;0.087305;0.038162;0.000000;0.343891;0.000000;0.114356;0.079292;0.314751;0.120787;0.000000;0.000000;0.121212;0.244150;0.012425;0.743424;0.200030;0.002955;0.797015;0.294375;0.000355;0.705265
0.006693;0.982014;0.047426;0.006693;0.000335;0.119203;0.500000;0.002473;0.731059;0.000911;0.000911;0.999089;0.002473;0.000335;0.006693;0.047426;0.006693;0.000335;0.002473;0.000911;0.530960;0.819209;0.487503;0.426291;0.264638;0.775912;0.860326;0.045261;0.194818;0.083020;0.043397;0.784823;0.649991;0.313243;0.000000;0.547605;0.292143;0.000000;0.454625;0.131244;0.980240;0.000037;0.019725;0.999740;0.000055;0.000210;0.999935;0.000000;0.000065;0.047426;0.002473;0.002473;0.000911;0.006693;0.017986;0.002473;0.002473;0.500000;0.952574;0.982014;0.017986;0.993307;0.880797;0.002473;0.006693;0.017986;0.982014;0.500000;0.500000;0.349327;0.093469;0.282316;0.000000;0.728693;0.000000;0.000000;0.000000;0.159092;0.838891;0.874900;0.067673;0.729483;0.873802;0.000000;0.051858;0.000000;0.609926;0.385327;0.566847;0.983794;0.000048;0.016156;0.999600;0.000095;0.000300;0.999780;0.000000;0.000220;0.731059;0.952574;0.500000;0.500000;0.017986;0.500000;0.731059;0.500000;0.500000;0.119203;0.268941;0.952574;0.268941;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.277680;0.872917;0.418484;0.337155;0.000000;0.832577;0.833550;0.043273;0.000000;0.320821;0.407092;0.781256;0.600608;0.157759;0.228112;0.141608;0.241404;0.000000;0.370983;0.181979;0.990775;0.000049;0.009177;0.999400;0.000100;0.000505;0.999980;0.000000;0.000020;0.500000;0.880797;0.268941;0.500000;0.017986;0.731059;0.500000;0.119203;0.952574;0.268941;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.880797;0.268941;0.500000;0.119203;0.380365;0.756023;0.522734;0.728890;0.000000;0.782790;0.771006;0.201330;0.375662;0.497750;0.358933;0.686757;0.685033;0.312169;0.000000;0.325195;0.475520;0.000000;0.094405;0.216700;0.990670;0.000062;0.009267;0.999230;0.000140;0.000630;0.999985;0.000000;0.000015;0.268941;0.952574;0.017986;0.006693;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.880797;0.047426;0.982014;0.731059;0.006693;0.119203;0.119203;0.982014;0.268941;0.880797;0.668853;0.476767;0.081961;0.000000;0.475021;0.170795;0.262503;0.000000;0.152129;0.860686;0.626446;0.245455;0.826066;0.546862;0.000000;0.185730;0.377776;0.000000;0.399392;0.812601;0.986525;0.000130;0.013345;0.996040;0.000345;0.003615;0.999900;0.000000;0.000100;0.000335;0.000335;0.000335;0.002473;0.000335;0.000335;0.000335;0.000335;0.880797;0.002473;0.006693;0.000335;0.119203;0.999877;0.000123;0.000335;0.000911;0.500000;0.731059;0.002473;0.100833;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.025656;0.000000;0.358473;0.201009;0.000000;0.000000;0.988536;0.000000;0.000000;0.000000;0.745926;0.790841;0.071758;0.983631;0.000132;0.016239;0.986525;0.000350;0.013130;0.998980;0.000000;0.001020;0.731059;0.952574;0.952574;0.952574;0.268941;0.500000;0.731059;0.268941;0.268941;0.006693;0.017986;0.731059;0.017986;0.017986;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.557988;0.823028;0.780572;0.539666;0.000000;0.754730;0.528469;0.163830;0.534943;0.067547;0.323442;0.757312;0.295462;0.244900;0.000000;0.701615;0.296087;0.414353;0.264055;0.164654;0.971793;0.000128;0.028079;0.969610;0.000340;0.030050;0.998210;0.000000;0.001790;0.731059;0.731059;0.500000;0.047426;0.500000;0.500000;0.268941;0.119203;0.731059;0.500000;0.731059;0.268941;0.952574;0.500000;0.119203;0.268941;0.731059;0.731059;0.119203;0.500000;0.391741;0.383670;0.205707;0.456361;0.000000;0.750447;0.539170;0.172644;0.625744;0.588798;0.723522;0.709096;0.861165;0.613014;0.124227;0.204240;0.409750;0.000000;0.476517;0.058250;0.939341;0.001325;0.059334;0.950005;0.001870;0.048125;0.994645;0.000005;0.005350;0.047426;0.002473;0.119203;0.000911;0.047426;0.002473;0.002473;0.002473;0.119203;0.731059;0.952574;0.002473;0.982014;0.993307;0.006693;0.006693;0.047426;0.993307;0.982014;0.268941;0.276678;0.000000;0.294215;0.000000;0.000000;0.000000;0.000000;0.050931;0.228289;0.777473;0.803608;0.057921;0.730665;0.945577;0.000000;0.088507;0.161244;0.653396;0.858514;0.246940;0.832202;0.010909;0.156889;0.761200;0.002670;0.236130;0.908295;0.000745;0.090960;0.000335;0.000911;0.268941;0.999877;0.000123;0.002473;0.017986;0.000911;0.000911;0.000123;0.000045;0.002473;0.000123;0.000123;0.000911;0.002473;0.000911;0.000045;0.000123;0.000123;0.281305;0.031189;0.318429;0.976200;0.455865;0.411928;0.313028;0.090134;0.087305;0.038162;0.000000;0.343891;0.000000;0.114356;0.079292;0.314751;0.120787;0.000000;0.000000;0.121212;0.244150;0.012425;0.743424;0.200030;0.002955;0.797015;0.294375;0.000355;0.705265;0.880797;0.268941;0.047426;0.119203;0.119203;0.880797;0.047426;0.017986;0.500000;0.731059;0.268941;0.500000;0.268941;0.119203;0.119203;0.500000;0.880797;0.006693;0.119203;0.952574;0.170654;0.639455;0.090627;0.443739;0.427759;0.696778;0.464560;0.416538;0.367722;0.497750;0.304280;0.801389;0.000000;0.410476;0.381308;0.638071;0.618220;0.319733;0.221146;0.663069;0.107367;0.003788;0.888844;0.128320;0.001135;0.870540;0.048520;0.000630;0.950850
0.047426;0.002473;0.002473;0.000911;0.006693;0.017986;0.002473;0.002473;0.500000;0.952574;0.982014;0.017986;0.993307;0.880797;0.002473;0.006693;0.017986;0.982014;0.500000;0.500000;0.349327;0.093469;0.282316;0.000000;0.728693;0.000000;0.000000;0.000000;0.159092;0.838891;0.874900;0.067673;0.729483;0.873802;0.000000;0.051858;0.000000;0.609926;0.385327;0.566847;0.983794;0.000048;0.016156;0.999600;0.000095;0.000300;0.999780;0.000000;0.000220;0.731059;0.952574;0.500000;0.500000;0.017986;0.500000;0.731059;0.500000;0.500000;0.119203;0.268941;0.952574;0.268941;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.277680;0.872917;0.418484;0.337155;0.000000;0.832577;0.833550;0.043273;0.000000;0.320821;0.407092;0.781256;0.600608;0.157759;0.228112;0.141608;0.241404;0.000000;0.370983;0.181979;0.990775;0.000049;0.009177;0.999400;0.000100;0.000505;0.999980;0.000000;0.000020;0.500000;0.880797;0.268941;0.500000;0.017986;0.731059;0.500000;0.119203;0.952574;0.268941;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.880797;0.268941;0.500000;0.119203;0.380365;0.756023;0.522734;0.728890;0.000000;0.782790;0.771006;0.201330;0.375662;0.497750;0.358933;0.686757;0.685033;0.312169;0.000000;0.325195;0.475520;0.000000;0.094405;0.216700;0.990670;0.000062;0.009267;0.999230;0.000140;0.000630;0.999985;0.000000;0.000015;0.268941;0.952574;0.017986;0.006693;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.880797;0.047426;0.982014;0.731059;0.006693;0.119203;0.119203;0.982014;0.268941;0.880797;0.668853;0.476767;0.081961;0.000000;0.475021;0.170795;0.262503;0.000000;0.152129;0.860686;0.626446;0.245455;0.826066;0.546862;0.000000;0.185730;0.377776;0.000000;0.399392;0.812601;0.986525;0.000130;0.013345;0.996040;0.000345;0.003615;0.999900;0.000000;0.000100;0.000335;0.000335;0.000335;0.002473;0.000335;0.000335;0.000335;0.000335;0.880797;0.002473;0.006693;0.000335;0.119203;0.999877;0.000123;0.000335;0.000911;0.500000;0.731059;0.002473;0.100833;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.025656;0.000000;0.358473;0.201009;0.000000;0.000000;0.988536;0.000000;0.000000;0.000000;0.745926;0.790841;0.071758;0.983631;0.000132;0.016239;0.986525;0.000350;0.013130;0.998980;0.000000;0.001020;0.731059;0.952574;0.952574;0.952574;0.268941;0.500000;0.731059;0.268941;0.268941;0.006693;0.017986;0.731059;0.017986;0.017986;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.557988;0.823028;0.780572;0.539666;0.000000;0.754730;0.528469;0.163830;0.534943;0.067547;0.323442;0.757312;0.295462;0.244900;0.000000;0.701615;0.296087;0.414353;0.264055;0.164654;0.971793;0.000128;0.028079;0.969610;0.000340;0.030050;0.998210;0.000000;0.001790;0.731059;0.731059;0.500000;0.047426;0.500000;0.500000;0.268941;0.119203;0.731059;0.500000;0.731059;0.268941;0.952574;0.500000;0.119203;0.268941;0.731059;0.731059;0.119203;0.500000;0.391741;0.383670;0.205707;0.456361;0.000000;0.750447;0.539170;0.172644;0.625744;0.588798;0.723522;0.709096;0.861165;0.613014;0.124227;0.204240;0.409750;0.000000;0.476517;0.058250;0.939341;0.001325;0.059334;0.950005;0.001870;0.048125;0.994645;0.000005;0.005350;0.047426;0.002473;0.119203;0.000911;0.047426;0.002473;0.002473;0.002473;0.119203;0.731059;0.952574;0.002473;0.982014;0.993307;0.006693;0.006693;0.047426;0.993307;0.982014;0.268941;0.276678;0.000000;0.294215;0.000000;0.000000;0.000000;0.000000;0.050931;0.228289;0.777473;0.803608;0.057921;0.730665;0.945577;0.000000;0.088507;0.161244;0.653396;0.858514;0.246940;0.832202;0.010909;0.156889;0.761200;0.002670;0.236130;0.908295;0.000745;0.090960;0.000335;0.000911;0.268941;0.999877;0.000123;0.002473;0.017986;0.000911;0.000911;0.000123;0.000045;0.002473;0.000123;0.000123;0.000911;0.002473;0.000911;0.000045;0.000123;0.000123;0.281305;0.031189;0.318429;0.976200;0.455865;0.411928;0.313028;0.090134;0.087305;0.038162;0.000000;0.343891;0.000000;0.114356;0.079292;0.314751;0.120787;0.000000;0.000000;0.121212;0.244150;0.012425;0.743424;0.200030;0.002955;0.797015;0.294375;0.000355;0.705265;0.880797;0.268941;0.047426;0.119203;0.119203;0.880797;0.047426;0.017986;0.500000;0.731059;0.268941;0.500000;0.268941;0.119203;0.119203;0.500000;0.880797;0.006693;0.119203;0.952574;0.170654;0.639455;0.090627;0.443739;0.427759;0.696778;0.464560;0.416538;0.367722;0.497750;0.304280;0.801389;0.000000;0.410476;0.381308;0.638071;0.618220;0.319733;0.221146;0.663069;0.107367;0.003788;0.888844;0.128320;0.001135;0.870540;0.048520;0.000630;0.950850;0.006693;0.047426;0.997527;0.999089;0.268941;0.017986;0.119203;0.017986;0.119203;0.000335;0.000335;0.119203;0.000911;0.000335;0.002473;0.119203;0.268941;0.000123;0.000911;0.000335;0.300483;0.174653;0.907207;0.921145;0.000000;0.472278;0.713614;0.195447;0.357783;0.000000;0.129318;0.630649;0.000000;0.000000;0.000000;0.743454;0.141486;0.000000;0.227936;0.020959;0.068145;0.002613;0.929239;0.092960;0.000100;0.906935;0.025870;0.001965;0.972160
0.731059;0.952574;0.500000;0.500000;0.017986;0.500000;0.731059;0.500000;0.500000;0.119203;0.268941;0.952574;0.268941;0.017986;0.047426;0.500000;0.500000;0.017986;0.119203;0.047426;0.277680;0.872917;0.418484;0.337155;0.000000;0.832577;0.833550;0.043273;0.000000;0.320821;0.407092;0.781256;0.600608;0.157759;0.228112;0.141608;0.241404;0.000000;0.370983;0.181979;0.990775;0.000049;0.009177;0.999400;0.000100;0.000505;0.999980;0.000000;0.000020;0.500000;0.880797;0.268941;0.500000;0.017986;0.731059;0.500000;0.119203;0.952574;0.268941;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.880797;0.268941;0.500000;0.119203;0.380365;0.756023;0.522734;0.728890;0.000000;0.782790;0.771006;0.201330;0.375662;0.497750;0.358933;0.686757;0.685033;0.312169;0.000000;0.325195;0.475520;0.000000;0.094405;0.216700;0.990670;0.000062;0.009267;0.999230;0.000140;0.000630;0.999985;0.000000;0.000015;0.268941;0.952574;0.017986;0.006693;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.880797;0.047426;0.982014;0.731059;0.006693;0.119203;0.119203;0.982014;0.268941;0.880797;0.668853;0.476767;0.081961;0.000000;0.475021;0.170795;0.262503;0.000000;0.152129;0.860686;0.626446;0.245455;0.826066;0.546862;0.000000;0.185730;0.377776;0.000000;0.399392;0.812601;0.986525;0.000130;0.013345;0.996040;0.000345;0.003615;0.999900;0.000000;0.000100;0.000335;0.000335;0.000335;0.002473;0.000335;0.000335;0.000335;0.000335;0.880797;0.002473;0.006693;0.000335;0.119203;0.999877;0.000123;0.000335;0.000911;0.500000;0.731059;0.002473;0.100833;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.025656;0.000000;0.358473;0.201009;0.000000;0.000000;0.988536;0.000000;0.000000;0.000000;0.745926;0.790841;0.071758;0.983631;0.000132;0.016239;0.986525;0.000350;0.013130;0.998980;0.000000;0.001020;0.731059;0.952574;0.952574;0.952574;0.268941;0.500000;0.731059;0.268941;0.268941;0.006693;0.017986;0.731059;0.017986;0.017986;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.557988;0.823028;0.780572;0.539666;0.000000;0.754730;0.528469;0.163830;0.534943;0.067547;0.323442;0.757312;0.295462;0.244900;0.000000;0.701615;0.296087;0.414353;0.264055;0.164654;0.971793;0.000128;0.028079;0.969610;0.000340;0.030050;0.998210;0.000000;0.001790;0.731059;0.731059;0.500000;0.047426;0.500000;0.500000;0.268941;0.119203;0.731059;0.500000;0.731059;0.268941;0.952574;0.500000;0.119203;0.268941;0.731059;0.731059;0.119203;0.500000;0.391741;0.383670;0.205707;0.456361;0.000000;0.750447;0.539170;0.172644;0.625744;0.588798;0.723522;0.709096;0.861165;0.613014;0.124227;0.204240;0.409750;0.000000;0.476517;0.058250;0.939341;0.001325;0.059334;0.950005;0.001870;0.048125;0.994645;0.000005;0.005350;0.047426;0.002473;0.119203;0.000911;0.047426;0.002473;0.002473;0.002473;0.119203;0.731059;0.952574;0.002473;0.982014;0.993307;0.006693;0.006693;0.047426;0.993307;0.982014;0.268941;0.276678;0.000000;0.294215;0.000000;0.000000;0.000000;0.000000;0.050931;0.228289;0.777473;0.803608;0.057921;0.730665;0.945577;0.000000;0.088507;0.161244;0.653396;0.858514;0.246940;0.832202;0.010909;0.156889;0.761200;0.002670;0.236130;0.908295;0.000745;0.090960;0.000335;0.000911;0.268941;0.999877;0.000123;0.002473;0.017986;0.000911;0.000911;0.000123;0.000045;0.002473;0.000123;0.000123;0.000911;0.002473;0.000911;0.000045;0.000123;0.000123;0.281305;0.031189;0.318429;0.976200;0.455865;0.411928;0.313028;0.090134;0.087305;0.038162;0.000000;0.343891;0.000000;0.114356;0.079292;0.314751;0.120787;0.000000;0.000000;0.121212;0.244150;0.012425;0.743424;0.200030;0.002955;0.797015;0.294375;0.000355;0.705265;0.880797;0.268941;0.047426;0.119203;0.119203;0.880797;0.047426;0.017986;0.500000;0.731059;0.268941;0.500000;0.268941;0.119203;0.119203;0.500000;0.880797;0.006693;0.119203;0.952574;0.170654;0.639455;0.090627;0.443739;0.427759;0.696778;0.464560;0.416538;0.367722;0.497750;0.304280;0.801389;0.000000;0.410476;0.381308;0.638071;0.618220;0.319733;0.221146;0.663069;0.107367;0.003788;0.888844;0.128320;0.001135;0.870540;0.048520;0.000630;0.950850;0.006693;0.047426;0.997527;0.999089;0.268941;0.017986;0.119203;0.017986;0.119203;0.000335;0.000335;0.119203;0.000911;0.000335;0.002473;0.119203;0.268941;0.000123;0.000911;0.000335;0.300483;0.174653;0.907207;0.921145;0.000000;0.472278;0.713614;0.195447;0.357783;0.000000;0.129318;0.630649;0.000000;0.000000;0.000000;0.743454;0.141486;0.000000;0.227936;0.020959;0.068145;0.002613;0.929239;0.092960;0.000100;0.906935;0.025870;0.001965;0.972160;0.119203;0.880797;0.880797;0.119203;0.119203;0.731059;0.119203;0.993307;0.952574;0.000911;0.000911;0.952574;0.006693;0.017986;0.006693;0.119203;0.017986;0.002473;0.017986;0.006693;0.160165;0.659710;0.812601;0.577861;0.469787;0.809690;0.337825;0.848900;0.665967;0.072561;0.027252;0.703913;0.000000;0.000000;0.571262;0.494000;0.279891;0.000000;0.000000;0.000000;0.018750;0.010427;0.970823;0.002165;0.000045;0.997790;0.001520;0.004600;0.993880
0.500000;0.880797;0.268941;0.500000;0.017986;0.731059;0.500000;0.119203;0.952574;0.268941;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.880797;0.268941;0.500000;0.119203;0.380365;0.756023;0.522734;0.728890;0.000000;0.782790;0.771006;0.201330;0.375662;0.497750;0.358933;0.686757;0.685033;0.312169;0.000000;0.325195;0.475520;0.000000;0.094405;0.216700;0.990670;0.000062;0.009267;0.999230;0.000140;0.000630;0.999985;0.000000;0.000015;0.268941;0.952574;0.017986;0.006693;0.268941;0.119203;0.017986;0.047426;0.500000;0.500000;0.880797;0.047426;0.982014;0.731059;0.006693;0.119203;0.119203;0.982014;0.268941;0.880797;0.668853;0.476767;0.081961;0.000000;0.475021;0.170795;0.262503;0.000000;0.152129;0.860686;0.626446;0.245455;0.826066;0.546862;0.000000;0.185730;0.377776;0.000000;0.399392;0.812601;0.986525;0.000130;0.013345;0.996040;0.000345;0.003615;0.999900;0.000000;0.000100;0.000335;0.000335;0.000335;0.002473;0.000335;0.000335;0.000335;0.000335;0.880797;0.002473;0.006693;0.000335;0.119203;0.999877;0.000123;0.000335;0.000911;0.500000;0.731059;0.002473;0.100833;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.025656;0.000000;0.358473;0.201009;0.000000;0.000000;0.988536;0.000000;0.000000;0.000000;0.745926;0.790841;0.071758;0.983631;0.000132;0.016239;0.986525;0.000350;0.013130;0.998980;0.000000;0.001020;0.731059;0.952574;0.952574;0.952574;0.268941;0.500000;0.731059;0.268941;0.268941;0.006693;0.017986;0.731059;0.017986;0.017986;0.017986;0.500000;0.500000;0.047426;0.268941;0.017986;0.557988;0.823028;0.780572;0.539666;0.000000;0.754730;0.528469;0.163830;0.534943;0.067547;0.323442;0.757312;0.295462;0.244900;0.000000;0.701615;0.296087;0.414353;0.264055;0.164654;0.971793;0.000128;0.028079;0.969610;0.000340;0.030050;0.998210;0.000000;0.001790;0.731059;0.731059;0.500000;0.047426;0.500000;0.500000;0.268941;0.119203;0.731059;0.500000;0.731059;0.268941;0.952574;0.500000;0.119203;0.268941;0.731059;0.731059;0.119203;0.500000;0.391741;0.383670;0.205707;0.456361;0.000000;0.750447;0.539170;0.172644;0.625744;0.588798;0.723522;0.709096;0.861165;0.613014;0.124227;0.204240;0.409750;0.000000;0.476517;0.058250;0.939341;0.001325;0.059334;0.950005;0.001870;0.048125;0.994645;0.000005;0.005350;0.047426;0.002473;0.119203;0.000911;0.047426;0.002473;0.002473;0.002473;0.119203;0.731059;0.952574;0.002473;0.982014;0.993307;0.006693;0.006693;0.047426;0.993307;0.982014;0.268941;0.276678;0.000000;0.294215;0.000000;0.000000;0.000000;0.000000;0.050931;0.228289;0.777473;0.803608;0.057921;0.730665;0.945577;0.000000;0.088507;0.161244;0.653396;0.858514;0.246940;0.832202;0.010909;0.156889;0.761200;0.002670;0.236130;0.908295;0.000745;0.090960;0.000335;0.000911;0.268941;0.999877;0.000123;0.002473;0.017986;0.000911;0.000911;0.000123;0.000045;0.002473;0.000123;0.000123;0.000911;0.002473;0.000911;0.000045;0.000123;0.000123;0.281305;0.031189;0.318429;0.976200;0.455865;0.411928;0.313028;0.090134;0.087305;0.038162;0.000000;0.343891;0.000000;0.114356;0.079292;0.314751;0.120787;0.000000;0.000000;0.121212;0.244150;0.012425;0.743424;0.200030;0.002955;0.797015;0.294375;0.000355;0.705265;0.880797;0.268941;0.047426;0.119203;0.119203;0.880797;0.047426;0.017986;0.500000;0.731059;0.268941;0.500000;0.268941;0.119203;0.119203;0.500000;0.880797;0.006693;0.119203;0.952574;0.170654;0.639455;0.090627;0.443739;0.427759;0.696778;0.464560;0.416538;0.367722;0.497750;0.304280;0.801389;0.000000;0.410476;0.381308;0.638071;0.618220;0.319733;0.221146;0.663069;0.107367;0.003788;0.888844;0.128320;0.001135;0.870540;0.048520;0.000630;0.950850;0.006693;0.047426;0.997527;0.999089;0.268941;0.017986;0.119203;0.017986;0.119203;0.000335;0.000335;0.119203;0.000911;0.000335;0.002473;0.119203;0.268941;0.000123;0.000911;0.000335;0.300483;0.174653;0.907207;0.921145;0.000000;0.472278;0.713614;0.195447;0.357783;0.000000;0.129318;0.630649;0.000000;0.000000;0.000000;0.743454;0.141486;0.000000;0.227936;0.020959;0.068145;0.002613;0.929239;0.092960;0.000100;0.906935;0.025870;0.001965;0.972160;0.119203;0.880797;0.880797;0.119203;0.119203;0.731059;0.119203;0.993307;0.952574;0.000911;0.000911;0.952574;0.006693;0.017986;0.006693;0.119203;0.017986;0.002473;0.017986;0.006693;0.160165;0.659710;0.812601;0.577861;0.469787;0.809690;0.337825;0.848900;0.665967;0.072561;0.027252;0.703913;0.000000;0.000000;0.571262;0.494000;0.279891;0.000000;0.000000;0.000000;0.018750;0.010427;0.970823;0.002165;0.000045;0.997790;0.001520;0.004600;0.993880;0.006693;0.047426;0.993307;0.999089;0.000911;0.006693;0.017986;0.006693;0.047426;0.000335;0.002473;0.047426;0.000911;0.000335;0.002473;0.952574;0.047426;0.000335;0.000911;0.002473;0.157095;0.332922;0.818319;0.915599;0.297339;0.000000;0.451652;0.000000;0.286182;0.055253;0.119729;0.579812;0.000000;0.000000;0.356176;0.869665;0.653849;0.000000;0.000000;0.338721;0.024946;0.011509;0.963543;0.000340;0.000130;0.999525;0.002650;0.028820;0.968530
0.006693;0.047426;0.993307;0.999089;0.000911;0.006693;0.017986;0.006693;0.047426;0.000335;0.002473;0.047426;0.000911;0.000335;0.002473;0.952574;0.047426;0.000335;0.000911;0.002473;0.157095;0.332922;0.818319;0.915599;0.297339;0.000000;0.451652;0.000000;0.286182;0.055253;0.119729;0.579812;0.000000;0.000000;0.356176;0.869665;0.653849;0.000000;0.000000;0.338721;0.024946;0.011509;0.963543;0.000340;0.000130;0.999525;0.002650;0.028820;0.968530;0.017986;0.000335;0.017986;0.017986;0.000335;0.017986;0.000911;0.999665;0.000911;0.000123;0.000123;0.017986;0.119203;0.000123;0.000335;0.002473;0.000911;0.000335;0.000123;0.000123;0.150716;0.174509;0.641527;0.477016;0.266198;0.246568;0.410960;0.954262;0.228818;0.000000;0.041567;0.522485;0.238667;0.132849;0.000000;0.446703;0.000000;0.000000;0.092961;0.000000;0.016496;0.066927;0.916575;0.000055;0.019510;0.980435;0.002500;0.143175;0.854320;0.500000;0.731059;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.731059;0.268941;0.268941;0.731059;0.268941;0.880797;0.017986;0.500000;0.880797;0.500000;0.952574;0.880797;0.137051;0.732629;0.419945;0.242504;0.614910;0.371450;0.389836;0.190927;0.212654;0.473525;0.453386;0.593149;0.515245;0.684817;0.068243;0.615384;0.567829;0.285774;0.870569;0.519989;0.030017;0.571204;0.398782;0.012730;0.494280;0.492995;0.003000;0.812060;0.184945;0.017986;0.000911;0.006693;0.000335;0.002473;0.000911;0.000911;0.000335;0.000911;0.999089;0.982014;0.000911;0.500000;0.047426;0.000911;0.000911;0.006693;0.000911;0.002473;0.880797;0.148047;0.000000;0.000000;0.000000;0.217891;0.000000;0.000000;0.000000;0.000000;0.944747;0.849923;0.111254;0.794620;0.399872;0.000000;0.000000;0.000000;0.000000;0.000000;0.786507;0.030087;0.700558;0.269355;0.016885;0.485095;0.498020;0.001280;0.788230;0.210490;0.047426;0.500000;0.119203;0.982014;0.119203;0.268941;0.880797;0.119203;0.017986;0.006693;0.002473;0.047426;0.047426;0.002473;0.006693;0.880797;0.982014;0.002473;0.047426;0.047426;0.239031;0.165067;0.828069;0.870682;0.593632;0.000000;0.513747;0.324098;0.000000;0.051466;0.054526;0.177994;0.257501;0.167423;0.427270;0.876425;0.830616;0.000000;0.000000;0.000000;0.033528;0.517780;0.448692;0.019965;0.481250;0.498785;0.001365;0.693140;0.305495;0.268941;0.982014;0.119203;0.047426;0.731059;0.731059;0.880797;0.017986;0.500000;0.268941;0.268941;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.993307;0.731059;0.119203;0.467048;0.638532;0.416295;0.176245;0.000000;0.603723;0.474023;0.104331;0.365169;0.805495;0.546119;0.620813;0.773293;0.781939;0.401793;0.511748;0.212320;0.619164;0.166589;0.381780;0.957029;0.018677;0.024294;0.988125;0.000010;0.011860;0.987100;0.000125;0.012780;0.731059;0.268941;0.731059;0.952574;0.047426;0.731059;0.952574;0.268941;0.731059;0.017986;0.047426;0.731059;0.047426;0.047426;0.119203;0.731059;0.119203;0.006693;0.047426;0.047426;0.316695;0.505750;0.675463;0.694024;0.168682;0.810460;0.875228;0.246197;0.347737;0.000000;0.239213;0.675463;0.321694;0.259609;0.074883;0.756208;0.227058;0.666634;0.067045;0.095782;0.961403;0.011465;0.027132;0.999160;0.000005;0.000835;0.997235;0.000000;0.002765;0.006693;0.006693;0.119203;0.999665;0.002473;0.047426;0.952574;0.006693;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.006693;0.017986;0.017986;0.000911;0.002473;0.017986;0.108515;0.369119;0.676121;0.883911;0.000000;0.804711;0.940755;0.110957;0.000000;0.000000;0.061284;0.302378;0.224088;0.000000;0.000000;0.239942;0.109291;0.385090;0.087145;0.268745;0.966611;0.011268;0.022121;0.999395;0.000000;0.000605;0.997690;0.000005;0.002305;0.017986;0.002473;0.002473;0.000911;0.047426;0.002473;0.002473;0.002473;0.500000;0.500000;0.880797;0.002473;0.880797;0.999089;0.002473;0.002473;0.017986;0.731059;0.982014;0.500000;0.099302;0.000000;0.174509;0.000000;0.000000;0.000000;0.000000;0.029114;0.000000;0.597967;0.837263;0.000000;0.767991;0.964566;0.000000;0.105175;0.031068;0.626212;0.550082;0.644741;0.970660;0.011267;0.018073;0.999775;0.000000;0.000225;0.998960;0.000000;0.001040;0.268941;0.731059;0.268941;0.500000;0.047426;0.952574;0.982014;0.017986;0.500000;0.119203;0.268941;0.731059;0.500000;0.017986;0.017986;0.268941;0.500000;0.006693;0.047426;0.268941;0.567093;0.762059;0.270123;0.445221;0.205217;0.854582;0.598447;0.293592;0.342539;0.461327;0.458347;0.751009;0.553544;0.491001;0.033569;0.524979;0.045608;0.000000;0.490501;0.302589;0.967128;0.010435;0.022437;0.999990;0.000000;0.000010;0.999990;0.000000;0.000010;0.880797;0.731059;0.268941;0.500000;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.500000;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.653169;0.692110;0.619164;0.625509;0.459092;0.774168;0.604440;0.055096;0.210154;0.305127;0.325634;0.735751;0.696778;0.000000;0.397474;0.676777;0.277680;0.000000;0.402033;0.231653;0.969630;0.011402;0.018968;0.999975;0.000000;0.000025;0.999955;0.000000;0.000045
0.017986;0.000335;0.017986;0.017986;0.000335;0.017986;0.000911;0.999665;0.000911;0.000123;0.000123;0.017986;0.119203;0.000123;0.000335;0.002473;0.000911;0.000335;0.000123;0.000123;0.150716;0.174509;0.641527;0.477016;0.266198;0.246568;0.410960;0.954262;0.228818;0.000000;0.041567;0.522485;0.238667;0.132849;0.000000;0.446703;0.000000;0.000000;0.092961;0.000000;0.016496;0.066927;0.916575;0.000055;0.019510;0.980435;0.002500;0.143175;0.854320;0.500000;0.731059;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.731059;0.268941;0.268941;0.731059;0.268941;0.880797;0.017986;0.500000;0.880797;0.500000;0.952574;0.880797;0.137051;0.732629;0.419945;0.242504;0.614910;0.371450;0.389836;0.190927;0.212654;0.473525;0.453386;0.593149;0.515245;0.684817;0.068243;0.615384;0.567829;0.285774;0.870569;0.519989;0.030017;0.571204;0.398782;0.012730;0.494280;0.492995;0.003000;0.812060;0.184945;0.017986;0.000911;0.006693;0.000335;0.002473;0.000911;0.000911;0.000335;0.000911;0.999089;0.982014;0.000911;0.500000;0.047426;0.000911;0.000911;0.006693;0.000911;0.002473;0.880797;0.148047;0.000000;0.000000;0.000000;0.217891;0.000000;0.000000;0.000000;0.000000;0.944747;0.849923;0.111254;0.794620;0.399872;0.000000;0.000000;0.000000;0.000000;0.000000;0.786507;0.030087;0.700558;0.269355;0.016885;0.485095;0.498020;0.001280;0.788230;0.210490;0.047426;0.500000;0.119203;0.982014;0.119203;0.268941;0.880797;0.119203;0.017986;0.006693;0.002473;0.047426;0.047426;0.002473;0.006693;0.880797;0.982014;0.002473;0.047426;0.047426;0.239031;0.165067;0.828069;0.870682;0.593632;0.000000;0.513747;0.324098;0.000000;0.051466;0.054526;0.177994;0.257501;0.167423;0.427270;0.876425;0.830616;0.000000;0.000000;0.000000;0.033528;0.517780;0.448692;0.019965;0.481250;0.498785;0.001365;0.693140;0.305495;0.268941;0.982014;0.119203;0.047426;0.731059;0.731059;0.880797;0.017986;0.500000;0.268941;0.268941;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.993307;0.731059;0.119203;0.467048;0.638532;0.416295;0.176245;0.000000;0.603723;0.474023;0.104331;0.365169;0.805495;0.546119;0.620813;0.773293;0.781939;0.401793;0.511748;0.212320;0.619164;0.166589;0.381780;0.957029;0.018677;0.024294;0.988125;0.000010;0.011860;0.987100;0.000125;0.012780;0.731059;0.268941;0.731059;0.952574;0.047426;0.731059;0.952574;0.268941;0.731059;0.017986;0.047426;0.731059;0.047426;0.047426;0.119203;0.731059;0.119203;0.006693;0.047426;0.047426;0.316695;0.505750;0.675463;0.694024;0.168682;0.810460;0.875228;0.246197;0.347737;0.000000;0.239213;0.675463;0.321694;0.259609;0.074883;0.756208;0.227058;0.666634;0.067045;0.095782;0.961403;0.011465;0.027132;0.999160;0.000005;0.000835;0.997235;0.000000;0.002765;0.006693;0.006693;0.119203;0.999665;0.002473;0.047426;0.952574;0.006693;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.006693;0.017986;0.017986;0.000911;0.002473;0.017986;0.108515;0.369119;0.676121;0.883911;0.000000;0.804711;0.940755;0.110957;0.000000;0.000000;0.061284;0.302378;0.224088;0.000000;0.000000;0.239942;0.109291;0.385090;0.087145;0.268745;0.966611;0.011268;0.022121;0.999395;0.000000;0.000605;0.997690;0.000005;0.002305;0.017986;0.002473;0.002473;0.000911;0.047426;0.002473;0.002473;0.002473;0.500000;0.500000;0.880797;0.002473;0.880797;0.999089;0.002473;0.002473;0.017986;0.731059;0.982014;0.500000;0.099302;0.000000;0.174509;0.000000;0.000000;0.000000;0.000000;0.029114;0.000000;0.597967;0.837263;0.000000;0.767991;0.964566;0.000000;0.105175;0.031068;0.626212;0.550082;0.644741;0.970660;0.011267;0.018073;0.999775;0.000000;0.000225;0.998960;0.000000;0.001040;0.268941;0.731059;0.268941;0.500000;0.047426;0.952574;0.982014;0.017986;0.500000;0.119203;0.268941;0.731059;0.500000;0.017986;0.017986;0.268941;0.500000;0.006693;0.047426;0.268941;0.567093;0.762059;0.270123;0.445221;0.205217;0.854582;0.598447;0.293592;0.342539;0.461327;0.458347;0.751009;0.553544;0.491001;0.033569;0.524979;0.045608;0.000000;0.490501;0.302589;0.967128;0.010435;0.022437;0.999990;0.000000;0.000010;0.999990;0.000000;0.000010;0.880797;0.731059;0.268941;0.500000;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.500000;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.653169;0.692110;0.619164;0.625509;0.459092;0.774168;0.604440;0.055096;0.210154;0.305127;0.325634;0.735751;0.696778;0.000000;0.397474;0.676777;0.277680;0.000000;0.402033;0.231653;0.969630;0.011402;0.018968;0.999975;0.000000;0.000025;0.999955;0.000000;0.000045;0.731059;0.268941;0.047426;0.017986;0.119203;0.047426;0.268941;0.119203;0.017986;0.880797;0.952574;0.119203;0.993307;0.500000;0.006693;0.268941;0.047426;0.268941;0.047426;0.268941;0.797057;0.177701;0.074399;0.087225;0.786003;0.095005;0.018707;0.510998;0.000000;0.790675;0.637840;0.063805;0.863539;0.695720;0.000000;0.323442;0.108903;0.888549;0.437085;0.520489;0.968817;0.008672;0.022511;0.999970;0.000000;0.000030;0.999940;0.000000;0.000060
0.500000;0.731059;0.047426;0.017986;0.047426;0.268941;0.119203;0.017986;0.731059;0.268941;0.268941;0.731059;0.268941;0.880797;0.017986;0.500000;0.880797;0.500000;0.952574;0.880797;0.137051;0.732629;0.419945;0.242504;0.614910;0.371450;0.389836;0.190927;0.212654;0.473525;0.453386;0.593149;0.515245;0.684817;0.068243;0.615384;0.567829;0.285774;0.870569;0.519989;0.030017;0.571204;0.398782;0.012730;0.494280;0.492995;0.003000;0.812060;0.184945;0.017986;0.000911;0.006693;0.000335;0.002473;0.000911;0.000911;0.000335;0.000911;0.999089;0.982014;0.000911;0.500000;0.047426;0.000911;0.000911;0.006693;0.000911;0.002473;0.880797;0.148047;0.000000;0.000000;0.000000;0.217891;0.000000;0.000000;0.000000;0.000000;0.944747;0.849923;0.111254;0.794620;0.399872;0.000000;0.000000;0.000000;0.000000;0.000000;0.786507;0.030087;0.700558;0.269355;0.016885;0.485095;0.498020;0.001280;0.788230;0.210490;0.047426;0.500000;0.119203;0.982014;0.119203;0.268941;0.880797;0.119203;0.017986;0.006693;0.002473;0.047426;0.047426;0.002473;0.006693;0.880797;0.982014;0.002473;0.047426;0.047426;0.239031;0.165067;0.828069;0.870682;0.593632;0.000000;0.513747;0.324098;0.000000;0.051466;0.054526;0.177994;0.257501;0.167423;0.427270;0.876425;0.830616;0.000000;0.000000;0.000000;0.033528;0.517780;0.448692;0.019965;0.481250;0.498785;0.001365;0.693140;0.305495;0.268941;0.982014;0.119203;0.047426;0.731059;0.731059;0.880797;0.017986;0.500000;0.268941;0.268941;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.993307;0.731059;0.119203;0.467048;0.638532;0.416295;0.176245;0.000000;0.603723;0.474023;0.104331;0.365169;0.805495;0.546119;0.620813;0.773293;0.781939;0.401793;0.511748;0.212320;0.619164;0.166589;0.381780;0.957029;0.018677;0.024294;0.988125;0.000010;0.011860;0.987100;0.000125;0.012780;0.731059;0.268941;0.731059;0.952574;0.047426;0.731059;0.952574;0.268941;0.731059;0.017986;0.047426;0.731059;0.047426;0.047426;0.119203;0.731059;0.119203;0.006693;0.047426;0.047426;0.316695;0.505750;0.675463;0.694024;0.168682;0.810460;0.875228;0.246197;0.347737;0.000000;0.239213;0.675463;0.321694;0.259609;0.074883;0.756208;0.227058;0.666634;0.067045;0.095782;0.961403;0.011465;0.027132;0.999160;0.000005;0.000835;0.997235;0.000000;0.002765;0.006693;0.006693;0.119203;0.999665;0.002473;0.047426;0.952574;0.006693;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.006693;0.017986;0.017986;0.000911;0.002473;0.017986;0.108515;0.369119;0.676121;0.883911;0.000000;0.804711;0.940755;0.110957;0.000000;0.000000;0.061284;0.302378;0.224088;0.000000;0.000000;0.239942;0.109291;0.385090;0.087145;0.268745;0.966611;0.011268;0.022121;0.999395;0.000000;0.000605;0.997690;0.000005;0.002305;0.017986;0.002473;0.002473;0.000911;0.047426;0.002473;0.002473;0.002473;0.500000;0.500000;0.880797;0.002473;0.880797;0.999089;0.002473;0.002473;0.017986;0.731059;0.982014;0.500000;0.099302;0.000000;0.174509;0.000000;0.000000;0.000000;0.000000;0.029114;0.000000;0.597967;0.837263;0.000000;0.767991;0.964566;0.000000;0.105175;0.031068;0.626212;0.550082;0.644741;0.970660;0.011267;0.018073;0.999775;0.000000;0.000225;0.998960;0.000000;0.001040;0.268941;0.731059;0.268941;0.500000;0.047426;0.952574;0.982014;0.017986;0.500000;0.119203;0.268941;0.731059;0.500000;0.017986;0.017986;0.268941;0.500000;0.006693;0.047426;0.268941;0.567093;0.762059;0.270123;0.445221;0.205217;0.854582;0.598447;0.293592;0.342539;0.461327;0.458347;0.751009;0.553544;0.491001;0.033569;0.524979;0.045608;0.000000;0.490501;0.302589;0.967128;0.010435;0.022437;0.999990;0.000000;0.000010;0.999990;0.000000;0.000010;0.880797;0.731059;0.268941;0.500000;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.500000;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.653169;0.692110;0.619164;0.625509;0.459092;0.774168;0.604440;0.055096;0.210154;0.305127;0.325634;0.735751;0.696778;0.000000;0.397474;0.676777;0.277680;0.000000;0.402033;0.231653;0.969630;0.011402;0.018968;0.999975;0.000000;0.000025;0.999955;0.000000;0.000045;0.731059;0.268941;0.047426;0.017986;0.119203;0.047426;0.268941;0.119203;0.017986;0.880797;0.952574;0.119203;0.993307;0.500000;0.006693;0.268941;0.047426;0.268941;0.047426;0.268941;0.797057;0.177701;0.074399;0.087225;0.786003;0.095005;0.018707;0.510998;0.000000;0.790675;0.637840;0.063805;0.863539;0.695720;0.000000;0.323442;0.108903;0.888549;0.437085;0.520489;0.968817;0.008672;0.022511;0.999970;0.000000;0.000030;0.999940;0.000000;0.000060;0.982014;0.500000;0.017986;0.017986;0.119203;0.119203;0.017986;0.731059;0.047426;0.731059;0.268941;0.268941;0.500000;0.119203;0.047426;0.268941;0.268941;0.006693;0.047426;0.731059;0.563653;0.000000;0.127305;0.000000;0.600368;0.000000;0.000000;0.093299;0.238486;0.719705;0.856927;0.000000;0.836853;0.700567;0.135287;0.102846;0.487752;0.558728;0.653396;0.611827;0.952639;0.000037;0.047324;0.999900;0.000000;0.000100;0.999595;0.000000;0.000405
0.017986;0.000911;0.006693;0.000335;0.002473;0.000911;0.000911;0.000335;0.000911;0.999089;0.982014;0.000911;0.500000;0.047426;0.000911;0.000911;0.006693;0.000911;0.002473;0.880797;0.148047;0.000000;0.000000;0.000000;0.217891;0.000000;0.000000;0.000000;0.000000;0.944747;0.849923;0.111254;0.794620;0.399872;0.000000;0.000000;0.000000;0.000000;0.000000;0.786507;0.030087;0.700558;0.269355;0.016885;0.485095;0.498020;0.001280;0.788230;0.210490;0.047426;0.500000;0.119203;0.982014;0.119203;0.268941;0.880797;0.119203;0.017986;0.006693;0.002473;0.047426;0.047426;0.002473;0.006693;0.880797;0.982014;0.002473;0.047426;0.047426;0.239031;0.165067;0.828069;0.870682;0.593632;0.000000;0.513747;0.324098;0.000000;0.051466;0.054526;0.177994;0.257501;0.167423;0.427270;0.876425;0.830616;0.000000;0.000000;0.000000;0.033528;0.517780;0.448692;0.019965;0.481250;0.498785;0.001365;0.693140;0.305495;0.268941;0.982014;0.119203;0.047426;0.731059;0.731059;0.880797;0.017986;0.500000;0.268941;0.268941;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.993307;0.731059;0.119203;0.467048;0.638532;0.416295;0.176245;0.000000;0.603723;0.474023;0.104331;0.365169;0.805495;0.546119;0.620813;0.773293;0.781939;0.401793;0.511748;0.212320;0.619164;0.166589;0.381780;0.957029;0.018677;0.024294;0.988125;0.000010;0.011860;0.987100;0.000125;0.012780;0.731059;0.268941;0.731059;0.952574;0.047426;0.731059;0.952574;0.268941;0.731059;0.017986;0.047426;0.731059;0.047426;0.047426;0.119203;0.731059;0.119203;0.006693;0.047426;0.047426;0.316695;0.505750;0.675463;0.694024;0.168682;0.810460;0.875228;0.246197;0.347737;0.000000;0.239213;0.675463;0.321694;0.259609;0.074883;0.756208;0.227058;0.666634;0.067045;0.095782;0.961403;0.011465;0.027132;0.999160;0.000005;0.000835;0.997235;0.000000;0.002765;0.006693;0.006693;0.119203;0.999665;0.002473;0.047426;0.952574;0.006693;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.006693;0.017986;0.017986;0.000911;0.002473;0.017986;0.108515;0.369119;0.676121;0.883911;0.000000;0.804711;0.940755;0.110957;0.000000;0.000000;0.061284;0.302378;0.224088;0.000000;0.000000;0.239942;0.109291;0.385090;0.087145;0.268745;0.966611;0.011268;0.022121;0.999395;0.000000;0.000605;0.997690;0.000005;0.002305;0.017986;0.002473;0.002473;0.000911;0.047426;0.002473;0.002473;0.002473;0.500000;0.500000;0.880797;0.002473;0.880797;0.999089;0.002473;0.002473;0.017986;0.731059;0.982014;0.500000;0.099302;0.000000;0.174509;0.000000;0.000000;0.000000;0.000000;0.029114;0.000000;0.597967;0.837263;0.000000;0.767991;0.964566;0.000000;0.105175;0.031068;0.626212;0.550082;0.644741;0.970660;0.011267;0.018073;0.999775;0.000000;0.000225;0.998960;0.000000;0.001040;0.268941;0.731059;0.268941;0.500000;0.047426;0.952574;0.982014;0.017986;0.500000;0.119203;0.268941;0.731059;0.500000;0.017986;0.017986;0.268941;0.500000;0.006693;0.047426;0.268941;0.567093;0.762059;0.270123;0.445221;0.205217;0.854582;0.598447;0.293592;0.342539;0.461327;0.458347;0.751009;0.553544;0.491001;0.033569;0.524979;0.045608;0.000000;0.490501;0.302589;0.967128;0.010435;0.022437;0.999990;0.000000;0.000010;0.999990;0.000000;0.000010;0.880797;0.731059;0.268941;0.500000;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.500000;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.653169;0.692110;0.619164;0.625509;0.459092;0.774168;0.604440;0.055096;0.210154;0.305127;0.325634;0.735751;0.696778;0.000000;0.397474;0.676777;0.277680;0.000000;0.402033;0.231653;0.969630;0.011402;0.018968;0.999975;0.000000;0.000025;0.999955;0.000000;0.000045;0.731059;0.268941;0.047426;0.017986;0.119203;0.047426;0.268941;0.119203;0.017986;0.880797;0.952574;0.119203;0.993307;0.500000;0.006693;0.268941;0.047426;0.268941;0.047426;0.268941;0.797057;0.177701;0.074399;0.087225;0.786003;0.095005;0.018707;0.510998;0.000000;0.790675;0.637840;0.063805;0.863539;0.695720;0.000000;0.323442;0.108903;0.888549;0.437085;0.520489;0.968817;0.008672;0.022511;0.999970;0.000000;0.000030;0.999940;0.000000;0.000060;0.982014;0.500000;0.017986;0.017986;0.119203;0.119203;0.017986;0.731059;0.047426;0.731059;0.268941;0.268941;0.500000;0.119203;0.047426;0.268941;0.268941;0.006693;0.047426;0.731059;0.563653;0.000000;0.127305;0.000000;0.600368;0.000000;0.000000;0.093299;0.238486;0.719705;0.856927;0.000000;0.836853;0.700567;0.135287;0.102846;0.487752;0.558728;0.653396;0.611827;0.952639;0.000037;0.047324;0.999900;0.000000;0.000100;0.999595;0.000000;0.000405;0.500000;0.880797;0.731059;0.952574;0.006693;0.952574;0.952574;0.119203;0.500000;0.017986;0.047426;0.880797;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.613963;0.468542;0.727307;0.492751;0.369584;0.729483;0.662175;0.187704;0.180939;0.318212;0.397714;0.752129;0.288024;0.000000;0.000000;0.828779;0.379187;0.000000;0.145791;0.404440;0.941544;0.000053;0.058401;0.999780;0.000000;0.000215;0.999795;0.000000;0.000205
0.047426;0.500000;0.119203;0.982014;0.119203;0.268941;0.880797;0.119203;0.017986;0.006693;0.002473;0.047426;0.047426;0.002473;0.006693;0.880797;0.982014;0.002473;0.047426;0.047426;0.239031;0.165067;0.828069;0.870682;0.593632;0.000000;0.513747;0.324098;0.000000;0.051466;0.054526;0.177994;0.257501;0.167423;0.427270;0.876425;0.830616;0.000000;0.000000;0.000000;0.033528;0.517780;0.448692;0.019965;0.481250;0.498785;0.001365;0.693140;0.305495;0.268941;0.982014;0.119203;0.047426;0.731059;0.731059;0.880797;0.017986;0.500000;0.268941;0.268941;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.993307;0.731059;0.119203;0.467048;0.638532;0.416295;0.176245;0.000000;0.603723;0.474023;0.104331;0.365169;0.805495;0.546119;0.620813;0.773293;0.781939;0.401793;0.511748;0.212320;0.619164;0.166589;0.381780;0.957029;0.018677;0.024294;0.988125;0.000010;0.011860;0.987100;0.000125;0.012780;0.731059;0.268941;0.731059;0.952574;0.047426;0.731059;0.952574;0.268941;0.731059;0.017986;0.047426;0.731059;0.047426;0.047426;0.119203;0.731059;0.119203;0.006693;0.047426;0.047426;0.316695;0.505750;0.675463;0.694024;0.168682;0.810460;0.875228;0.246197;0.347737;0.000000;0.239213;0.675463;0.321694;0.259609;0.074883;0.756208;0.227058;0.666634;0.067045;0.095782;0.961403;0.011465;0.027132;0.999160;0.000005;0.000835;0.997235;0.000000;0.002765;0.006693;0.006693;0.119203;0.999665;0.002473;0.047426;0.952574;0.006693;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.006693;0.017986;0.017986;0.000911;0.002473;0.017986;0.108515;0.369119;0.676121;0.883911;0.000000;0.804711;0.940755;0.110957;0.000000;0.000000;0.061284;0.302378;0.224088;0.000000;0.000000;0.239942;0.109291;0.385090;0.087145;0.268745;0.966611;0.011268;0.022121;0.999395;0.000000;0.000605;0.997690;0.000005;0.002305;0.017986;0.002473;0.002473;0.000911;0.047426;0.002473;0.002473;0.002473;0.500000;0.500000;0.880797;0.002473;0.880797;0.999089;0.002473;0.002473;0.017986;0.731059;0.982014;0.500000;0.099302;0.000000;0.174509;0.000000;0.000000;0.000000;0.000000;0.029114;0.000000;0.597967;0.837263;0.000000;0.767991;0.964566;0.000000;0.105175;0.031068;0.626212;0.550082;0.644741;0.970660;0.011267;0.018073;0.999775;0.000000;0.000225;0.998960;0.000000;0.001040;0.268941;0.731059;0.268941;0.500000;0.047426;0.952574;0.982014;0.017986;0.500000;0.119203;0.268941;0.731059;0.500000;0.017986;0.017986;0.268941;0.500000;0.006693;0.047426;0.268941;0.567093;0.762059;0.270123;0.445221;0.205217;0.854582;0.598447;0.293592;0.342539;0.461327;0.458347;0.751009;0.553544;0.491001;0.033569;0.524979;0.045608;0.000000;0.490501;0.302589;0.967128;0.010435;0.022437;0.999990;0.000000;0.000010;0.999990;0.000000;0.000010;0.880797;0.731059;0.268941;0.500000;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.500000;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.653169;0.692110;0.619164;0.625509;0.459092;0.774168;0.604440;0.055096;0.210154;0.305127;0.325634;0.735751;0.696778;0.000000;0.397474;0.676777;0.277680;0.000000;0.402033;0.231653;0.969630;0.011402;0.018968;0.999975;0.000000;0.000025;0.999955;0.000000;0.000045;0.731059;0.268941;0.047426;0.017986;0.119203;0.047426;0.268941;0.119203;0.017986;0.880797;0.952574;0.119203;0.993307;0.500000;0.006693;0.268941;0.047426;0.268941;0.047426;0.268941;0.797057;0.177701;0.074399;0.087225;0.786003;0.095005;0.018707;0.510998;0.000000;0.790675;0.637840;0.063805;0.863539;0.695720;0.000000;0.323442;0.108903;0.888549;0.437085;0.520489;0.968817;0.008672;0.022511;0.999970;0.000000;0.000030;0.999940;0.000000;0.000060;0.982014;0.500000;0.017986;0.017986;0.119203;0.119203;0.017986;0.731059;0.047426;0.731059;0.268941;0.268941;0.500000;0.119203;0.047426;0.268941;0.268941;0.006693;0.047426;0.731059;0.563653;0.000000;0.127305;0.000000;0.600368;0.000000;0.000000;0.093299;0.238486;0.719705;0.856927;0.000000;0.836853;0.700567;0.135287;0.102846;0.487752;0.558728;0.653396;0.611827;0.952639;0.000037;0.047324;0.999900;0.000000;0.000100;0.999595;0.000000;0.000405;0.500000;0.880797;0.731059;0.952574;0.006693;0.952574;0.952574;0.119203;0.500000;0.017986;0.047426;0.880797;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.613963;0.468542;0.727307;0.492751;0.369584;0.729483;0.662175;0.187704;0.180939;0.318212;0.397714;0.752129;0.288024;0.000000;0.000000;0.828779;0.379187;0.000000;0.145791;0.404440;0.941544;0.000053;0.058401;0.999780;0.000000;0.000215;0.999795;0.000000;0.000205;0.500000;0.997527;0.500000;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.047426;0.880797;0.119203;0.119203;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.529715;0.757680;0.811686;0.551566;0.378716;0.821860;0.611590;0.000000;0.666856;0.338273;0.313674;0.604679;0.411686;0.257309;0.000000;0.744216;0.367722;0.000000;0.179462;0.117326;0.953784;0.033575;0.012639;0.999345;0.000040;0.000610;0.998940;0.000000;0.001060
0.268941;0.982014;0.119203;0.047426;0.731059;0.731059;0.880797;0.017986;0.500000;0.268941;0.268941;0.731059;0.268941;0.500000;0.268941;0.047426;0.119203;0.993307;0.731059;0.119203;0.467048;0.638532;0.416295;0.176245;0.000000;0.603723;0.474023;0.104331;0.365169;0.805495;0.546119;0.620813;0.773293;0.781939;0.401793;0.511748;0.212320;0.619164;0.166589;0.381780;0.957029;0.018677;0.024294;0.988125;0.000010;0.011860;0.987100;0.000125;0.012780;0.731059;0.268941;0.731059;0.952574;0.047426;0.731059;0.952574;0.268941;0.731059;0.017986;0.047426;0.731059;0.047426;0.047426;0.119203;0.731059;0.119203;0.006693;0.047426;0.047426;0.316695;0.505750;0.675463;0.694024;0.168682;0.810460;0.875228;0.246197;0.347737;0.000000;0.239213;0.675463;0.321694;0.259609;0.074883;0.756208;0.227058;0.666634;0.067045;0.095782;0.961403;0.011465;0.027132;0.999160;0.000005;0.000835;0.997235;0.000000;0.002765;0.006693;0.006693;0.119203;0.999665;0.002473;0.047426;0.952574;0.006693;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.006693;0.017986;0.017986;0.000911;0.002473;0.017986;0.108515;0.369119;0.676121;0.883911;0.000000;0.804711;0.940755;0.110957;0.000000;0.000000;0.061284;0.302378;0.224088;0.000000;0.000000;0.239942;0.109291;0.385090;0.087145;0.268745;0.966611;0.011268;0.022121;0.999395;0.000000;0.000605;0.997690;0.000005;0.002305;0.017986;0.002473;0.002473;0.000911;0.047426;0.002473;0.002473;0.002473;0.500000;0.500000;0.880797;0.002473;0.880797;0.999089;0.002473;0.002473;0.017986;0.731059;0.982014;0.500000;0.099302;0.000000;0.174509;0.000000;0.000000;0.000000;0.000000;0.029114;0.000000;0.597967;0.837263;0.000000;0.767991;0.964566;0.000000;0.105175;0.031068;0.626212;0.550082;0.644741;0.970660;0.011267;0.018073;0.999775;0.000000;0.000225;0.998960;0.000000;0.001040;0.268941;0.731059;0.268941;0.500000;0.047426;0.952574;0.982014;0.017986;0.500000;0.119203;0.268941;0.731059;0.500000;0.017986;0.017986;0.268941;0.500000;0.006693;0.047426;0.268941;0.567093;0.762059;0.270123;0.445221;0.205217;0.854582;0.598447;0.293592;0.342539;0.461327;0.458347;0.751009;0.553544;0.491001;0.033569;0.524979;0.045608;0.000000;0.490501;0.302589;0.967128;0.010435;0.022437;0.999990;0.000000;0.000010;0.999990;0.000000;0.000010;0.880797;0.731059;0.268941;0.500000;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.500000;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.653169;0.692110;0.619164;0.625509;0.459092;0.774168;0.604440;0.055096;0.210154;0.305127;0.325634;0.735751;0.696778;0.000000;0.397474;0.676777;0.277680;0.000000;0.402033;0.231653;0.969630;0.011402;0.018968;0.999975;0.000000;0.000025;0.999955;0.000000;0.000045;0.731059;0.268941;0.047426;0.017986;0.119203;0.047426;0.268941;0.119203;0.017986;0.880797;0.952574;0.119203;0.993307;0.500000;0.006693;0.268941;0.047426;0.268941;0.047426;0.268941;0.797057;0.177701;0.074399;0.087225;0.786003;0.095005;0.018707;0.510998;0.000000;0.790675;0.637840;0.063805;0.863539;0.695720;0.000000;0.323442;0.108903;0.888549;0.437085;0.520489;0.968817;0.008672;0.022511;0.999970;0.000000;0.000030;0.999940;0.000000;0.000060;0.982014;0.500000;0.017986;0.017986;0.119203;0.119203;0.017986;0.731059;0.047426;0.731059;0.268941;0.268941;0.500000;0.119203;0.047426;0.268941;0.268941;0.006693;0.047426;0.731059;0.563653;0.000000;0.127305;0.000000;0.600368;0.000000;0.000000;0.093299;0.238486;0.719705;0.856927;0.000000;0.836853;0.700567;0.135287;0.102846;0.487752;0.558728;0.653396;0.611827;0.952639;0.000037;0.047324;0.999900;0.000000;0.000100;0.999595;0.000000;0.000405;0.500000;0.880797;0.731059;0.952574;0.006693;0.952574;0.952574;0.119203;0.500000;0.017986;0.047426;0.880797;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.613963;0.468542;0.727307;0.492751;0.369584;0.729483;0.662175;0.187704;0.180939;0.318212;0.397714;0.752129;0.288024;0.000000;0.000000;0.828779;0.379187;0.000000;0.145791;0.404440;0.941544;0.000053;0.058401;0.999780;0.000000;0.000215;0.999795;0.000000;0.000205;0.500000;0.997527;0.500000;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.047426;0.880797;0.119203;0.119203;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.529715;0.757680;0.811686;0.551566;0.378716;0.821860;0.611590;0.000000;0.666856;0.338273;0.313674;0.604679;0.411686;0.257309;0.000000;0.744216;0.367722;0.000000;0.179462;0.117326;0.953784;0.033575;0.012639;0.999345;0.000040;0.000610;0.998940;0.000000;0.001060;0.119203;0.017986;0.006693;0.002473;0.268941;0.017986;0.006693;0.006693;0.047426;0.952574;0.952574;0.006693;0.880797;0.982014;0.006693;0.047426;0.047426;0.982014;0.952574;0.731059;0.488502;0.195447;0.183472;0.453138;0.000000;0.773468;0.128981;0.000000;0.000000;0.823028;0.667744;0.271110;0.774518;0.725518;0.000000;0.278885;0.363085;0.782109;0.156699;0.785835;0.950305;0.037169;0.012526;0.996450;0.000080;0.003465;0.995390;0.000010;0.004605
0.731059;0.268941;0.731059;0.952574;0.047426;0.731059;0.952574;0.268941;0.731059;0.017986;0.047426;0.731059;0.047426;0.047426;0.119203;0.731059;0.119203;0.006693;0.047426;0.047426;0.316695;0.505750;0.675463;0.694024;0.168682;0.810460;0.875228;0.246197;0.347737;0.000000;0.239213;0.675463;0.321694;0.259609;0.074883;0.756208;0.227058;0.666634;0.067045;0.095782;0.961403;0.011465;0.027132;0.999160;0.000005;0.000835;0.997235;0.000000;0.002765;0.006693;0.006693;0.119203;0.999665;0.002473;0.047426;0.952574;0.006693;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.006693;0.017986;0.017986;0.000911;0.002473;0.017986;0.108515;0.369119;0.676121;0.883911;0.000000;0.804711;0.940755;0.110957;0.000000;0.000000;0.061284;0.302378;0.224088;0.000000;0.000000;0.239942;0.109291;0.385090;0.087145;0.268745;0.966611;0.011268;0.022121;0.999395;0.000000;0.000605;0.997690;0.000005;0.002305;0.017986;0.002473;0.002473;0.000911;0.047426;0.002473;0.002473;0.002473;0.500000;0.500000;0.880797;0.002473;0.880797;0.999089;0.002473;0.002473;0.017986;0.731059;0.982014;0.500000;0.099302;0.000000;0.174509;0.000000;0.000000;0.000000;0.000000;0.029114;0.000000;0.597967;0.837263;0.000000;0.767991;0.964566;0.000000;0.105175;0.031068;0.626212;0.550082;0.644741;0.970660;0.011267;0.018073;0.999775;0.000000;0.000225;0.998960;0.000000;0.001040;0.268941;0.731059;0.268941;0.500000;0.047426;0.952574;0.982014;0.017986;0.500000;0.119203;0.268941;0.731059;0.500000;0.017986;0.017986;0.268941;0.500000;0.006693;0.047426;0.268941;0.567093;0.762059;0.270123;0.445221;0.205217;0.854582;0.598447;0.293592;0.342539;0.461327;0.458347;0.751009;0.553544;0.491001;0.033569;0.524979;0.045608;0.000000;0.490501;0.302589;0.967128;0.010435;0.022437;0.999990;0.000000;0.000010;0.999990;0.000000;0.000010;0.880797;0.731059;0.268941;0.500000;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.500000;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.653169;0.692110;0.619164;0.625509;0.459092;0.774168;0.604440;0.055096;0.210154;0.305127;0.325634;0.735751;0.696778;0.000000;0.397474;0.676777;0.277680;0.000000;0.402033;0.231653;0.969630;0.011402;0.018968;0.999975;0.000000;0.000025;0.999955;0.000000;0.000045;0.731059;0.268941;0.047426;0.017986;0.119203;0.047426;0.268941;0.119203;0.017986;0.880797;0.952574;0.119203;0.993307;0.500000;0.006693;0.268941;0.047426;0.268941;0.047426;0.268941;0.797057;0.177701;0.074399;0.087225;0.786003;0.095005;0.018707;0.510998;0.000000;0.790675;0.637840;0.063805;0.863539;0.695720;0.000000;0.323442;0.108903;0.888549;0.437085;0.520489;0.968817;0.008672;0.022511;0.999970;0.000000;0.000030;0.999940;0.000000;0.000060;0.982014;0.500000;0.017986;0.017986;0.119203;0.119203;0.017986;0.731059;0.047426;0.731059;0.268941;0.268941;0.500000;0.119203;0.047426;0.268941;0.268941;0.006693;0.047426;0.731059;0.563653;0.000000;0.127305;0.000000;0.600368;0.000000;0.000000;0.093299;0.238486;0.719705;0.856927;0.000000;0.836853;0.700567;0.135287;0.102846;0.487752;0.558728;0.653396;0.611827;0.952639;0.000037;0.047324;0.999900;0.000000;0.000100;0.999595;0.000000;0.000405;0.500000;0.880797;0.731059;0.952574;0.006693;0.952574;0.952574;0.119203;0.500000;0.017986;0.047426;0.880797;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.613963;0.468542;0.727307;0.492751;0.369584;0.729483;0.662175;0.187704;0.180939;0.318212;0.397714;0.752129;0.288024;0.000000;0.000000;0.828779;0.379187;0.000000;0.145791;0.404440;0.941544;0.000053;0.058401;0.999780;0.000000;0.000215;0.999795;0.000000;0.000205;0.500000;0.997527;0.500000;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.047426;0.880797;0.119203;0.119203;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.529715;0.757680;0.811686;0.551566;0.378716;0.821860;0.611590;0.000000;0.666856;0.338273;0.313674;0.604679;0.411686;0.257309;0.000000;0.744216;0.367722;0.000000;0.179462;0.117326;0.953784;0.033575;0.012639;0.999345;0.000040;0.000610;0.998940;0.000000;0.001060;0.119203;0.017986;0.006693;0.002473;0.268941;0.017986;0.006693;0.006693;0.047426;0.952574;0.952574;0.006693;0.880797;0.982014;0.006693;0.047426;0.047426;0.982014;0.952574;0.731059;0.488502;0.195447;0.183472;0.453138;0.000000;0.773468;0.128981;0.000000;0.000000;0.823028;0.667744;0.271110;0.774518;0.725518;0.000000;0.278885;0.363085;0.782109;0.156699;0.785835;0.950305;0.037169;0.012526;0.996450;0.000080;0.003465;0.995390;0.000010;0.004605;0.952574;0.119203;0.119203;0.017986;0.982014;0.119203;0.268941;0.268941;0.017986;0.731059;0.500000;0.268941;0.500000;0.047426;0.047426;0.731059;0.731059;0.017986;0.047426;0.500000;0.426536;0.240855;0.000000;0.377306;0.518991;0.335592;0.270912;0.179167;0.313889;0.702243;0.798830;0.000000;0.890903;0.697411;0.123684;0.461079;0.543887;0.457602;0.554038;0.430944;0.953128;0.015558;0.031314;0.992425;0.000085;0.007490;0.988895;0.000030;0.011075
0.006693;0.006693;0.119203;0.999665;0.002473;0.047426;0.952574;0.006693;0.006693;0.002473;0.002473;0.017986;0.002473;0.002473;0.006693;0.017986;0.017986;0.000911;0.002473;0.017986;0.108515;0.369119;0.676121;0.883911;0.000000;0.804711;0.940755;0.110957;0.000000;0.000000;0.061284;0.302378;0.224088;0.000000;0.000000;0.239942;0.109291;0.385090;0.087145;0.268745;0.966611;0.011268;0.022121;0.999395;0.000000;0.000605;0.997690;0.000005;0.002305;0.017986;0.002473;0.002473;0.000911;0.047426;0.002473;0.002473;0.002473;0.500000;0.500000;0.880797;0.002473;0.880797;0.999089;0.002473;0.002473;0.017986;0.731059;0.982014;0.500000;0.099302;0.000000;0.174509;0.000000;0.000000;0.000000;0.000000;0.029114;0.000000;0.597967;0.837263;0.000000;0.767991;0.964566;0.000000;0.105175;0.031068;0.626212;0.550082;0.644741;0.970660;0.011267;0.018073;0.999775;0.000000;0.000225;0.998960;0.000000;0.001040;0.268941;0.731059;0.268941;0.500000;0.047426;0.952574;0.982014;0.017986;0.500000;0.119203;0.268941;0.731059;0.500000;0.017986;0.017986;0.268941;0.500000;0.006693;0.047426;0.268941;0.567093;0.762059;0.270123;0.445221;0.205217;0.854582;0.598447;0.293592;0.342539;0.461327;0.458347;0.751009;0.553544;0.491001;0.033569;0.524979;0.045608;0.000000;0.490501;0.302589;0.967128;0.010435;0.022437;0.999990;0.000000;0.000010;0.999990;0.000000;0.000010;0.880797;0.731059;0.268941;0.500000;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.500000;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.653169;0.692110;0.619164;0.625509;0.459092;0.774168;0.604440;0.055096;0.210154;0.305127;0.325634;0.735751;0.696778;0.000000;0.397474;0.676777;0.277680;0.000000;0.402033;0.231653;0.969630;0.011402;0.018968;0.999975;0.000000;0.000025;0.999955;0.000000;0.000045;0.731059;0.268941;0.047426;0.017986;0.119203;0.047426;0.268941;0.119203;0.017986;0.880797;0.952574;0.119203;0.993307;0.500000;0.006693;0.268941;0.047426;0.268941;0.047426;0.268941;0.797057;0.177701;0.074399;0.087225;0.786003;0.095005;0.018707;0.510998;0.000000;0.790675;0.637840;0.063805;0.863539;0.695720;0.000000;0.323442;0.108903;0.888549;0.437085;0.520489;0.968817;0.008672;0.022511;0.999970;0.000000;0.000030;0.999940;0.000000;0.000060;0.982014;0.500000;0.017986;0.017986;0.119203;0.119203;0.017986;0.731059;0.047426;0.731059;0.268941;0.268941;0.500000;0.119203;0.047426;0.268941;0.268941;0.006693;0.047426;0.731059;0.563653;0.000000;0.127305;0.000000;0.600368;0.000000;0.000000;0.093299;0.238486;0.719705;0.856927;0.000000;0.836853;0.700567;0.135287;0.102846;0.487752;0.558728;0.653396;0.611827;0.952639;0.000037;0.047324;0.999900;0.000000;0.000100;0.999595;0.000000;0.000405;0.500000;0.880797;0.731059;0.952574;0.006693;0.952574;0.952574;0.119203;0.500000;0.017986;0.047426;0.880797;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.613963;0.468542;0.727307;0.492751;0.369584;0.729483;0.662175;0.187704;0.180939;0.318212;0.397714;0.752129;0.288024;0.000000;0.000000;0.828779;0.379187;0.000000;0.145791;0.404440;0.941544;0.000053;0.058401;0.999780;0.000000;0.000215;0.999795;0.000000;0.000205;0.500000;0.997527;0.500000;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.047426;0.880797;0.119203;0.119203;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.529715;0.757680;0.811686;0.551566;0.378716;0.821860;0.611590;0.000000;0.666856;0.338273;0.313674;0.604679;0.411686;0.257309;0.000000;0.744216;0.367722;0.000000;0.179462;0.117326;0.953784;0.033575;0.012639;0.999345;0.000040;0.000610;0.998940;0.000000;0.001060;0.119203;0.017986;0.006693;0.002473;0.268941;0.017986;0.006693;0.006693;0.047426;0.952574;0.952574;0.006693;0.880797;0.982014;0.006693;0.047426;0.047426;0.982014;0.952574;0.731059;0.488502;0.195447;0.183472;0.453138;0.000000;0.773468;0.128981;0.000000;0.000000;0.823028;0.667744;0.271110;0.774518;0.725518;0.000000;0.278885;0.363085;0.782109;0.156699;0.785835;0.950305;0.037169;0.012526;0.996450;0.000080;0.003465;0.995390;0.000010;0.004605;0.952574;0.119203;0.119203;0.017986;0.982014;0.119203;0.268941;0.268941;0.017986;0.731059;0.500000;0.268941;0.500000;0.047426;0.047426;0.731059;0.731059;0.017986;0.047426;0.500000;0.426536;0.240855;0.000000;0.377306;0.518991;0.335592;0.270912;0.179167;0.313889;0.702243;0.798830;0.000000;0.890903;0.697411;0.123684;0.461079;0.543887;0.457602;0.554038;0.430944;0.953128;0.015558;0.031314;0.992425;0.000085;0.007490;0.988895;0.000030;0.011075;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.880797;0.268941;0.268941;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.731059;0.500000;0.268941;0.047426;0.119203;0.554285;0.861881;0.687617;0.353429;0.215177;0.675682;0.482008;0.055935;0.360084;0.376132;0.335592;0.842640;0.000000;0.245640;0.429718;0.334033;0.443492;0.000000;0.093723;0.217380;0.933835;0.016748;0.049415;0.967650;0.000090;0.032255;0.981705;0.000120;0.018175
0.017986;0.002473;0.002473;0.000911;0.047426;0.002473;0.002473;0.002473;0.500000;0.500000;0.880797;0.002473;0.880797;0.999089;0.002473;0.002473;0.017986;0.731059;0.982014;0.500000;0.099302;0.000000;0.174509;0.000000;0.000000;0.000000;0.000000;0.029114;0.000000;0.597967;0.837263;0.000000;0.767991;0.964566;0.000000;0.105175;0.031068;0.626212;0.550082;0.644741;0.970660;0.011267;0.018073;0.999775;0.000000;0.000225;0.998960;0.000000;0.001040;0.268941;0.731059;0.268941;0.500000;0.047426;0.952574;0.982014;0.017986;0.500000;0.119203;0.268941;0.731059;0.500000;0.017986;0.017986;0.268941;0.500000;0.006693;0.047426;0.268941;0.567093;0.762059;0.270123;0.445221;0.205217;0.854582;0.598447;0.293592;0.342539;0.461327;0.458347;0.751009;0.553544;0.491001;0.033569;0.524979;0.045608;0.000000;0.490501;0.302589;0.967128;0.010435;0.022437;0.999990;0.000000;0.000010;0.999990;0.000000;0.000010;0.880797;0.731059;0.268941;0.500000;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.500000;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.653169;0.692110;0.619164;0.625509;0.459092;0.774168;0.604440;0.055096;0.210154;0.305127;0.325634;0.735751;0.696778;0.000000;0.397474;0.676777;0.277680;0.000000;0.402033;0.231653;0.969630;0.011402;0.018968;0.999975;0.000000;0.000025;0.999955;0.000000;0.000045;0.731059;0.268941;0.047426;0.017986;0.119203;0.047426;0.268941;0.119203;0.017986;0.880797;0.952574;0.119203;0.993307;0.500000;0.006693;0.268941;0.047426;0.268941;0.047426;0.268941;0.797057;0.177701;0.074399;0.087225;0.786003;0.095005;0.018707;0.510998;0.000000;0.790675;0.637840;0.063805;0.863539;0.695720;0.000000;0.323442;0.108903;0.888549;0.437085;0.520489;0.968817;0.008672;0.022511;0.999970;0.000000;0.000030;0.999940;0.000000;0.000060;0.982014;0.500000;0.017986;0.017986;0.119203;0.119203;0.017986;0.731059;0.047426;0.731059;0.268941;0.268941;0.500000;0.119203;0.047426;0.268941;0.268941;0.006693;0.047426;0.731059;0.563653;0.000000;0.127305;0.000000;0.600368;0.000000;0.000000;0.093299;0.238486;0.719705;0.856927;0.000000;0.836853;0.700567;0.135287;0.102846;0.487752;0.558728;0.653396;0.611827;0.952639;0.000037;0.047324;0.999900;0.000000;0.000100;0.999595;0.000000;0.000405;0.500000;0.880797;0.731059;0.952574;0.006693;0.952574;0.952574;0.119203;0.500000;0.017986;0.047426;0.880797;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.613963;0.468542;0.727307;0.492751;0.369584;0.729483;0.662175;0.187704;0.180939;0.318212;0.397714;0.752129;0.288024;0.000000;0.000000;0.828779;0.379187;0.000000;0.145791;0.404440;0.941544;0.000053;0.058401;0.999780;0.000000;0.000215;0.999795;0.000000;0.000205;0.500000;0.997527;0.500000;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.047426;0.880797;0.119203;0.119203;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.529715;0.757680;0.811686;0.551566;0.378716;0.821860;0.611590;0.000000;0.666856;0.338273;0.313674;0.604679;0.411686;0.257309;0.000000;0.744216;0.367722;0.000000;0.179462;0.117326;0.953784;0.033575;0.012639;0.999345;0.000040;0.000610;0.998940;0.000000;0.001060;0.119203;0.017986;0.006693;0.002473;0.268941;0.017986;0.006693;0.006693;0.047426;0.952574;0.952574;0.006693;0.880797;0.982014;0.006693;0.047426;0.047426;0.982014;0.952574;0.731059;0.488502;0.195447;0.183472;0.453138;0.000000;0.773468;0.128981;0.000000;0.000000;0.823028;0.667744;0.271110;0.774518;0.725518;0.000000;0.278885;0.363085;0.782109;0.156699;0.785835;0.950305;0.037169;0.012526;0.996450;0.000080;0.003465;0.995390;0.000010;0.004605;0.952574;0.119203;0.119203;0.017986;0.982014;0.119203;0.268941;0.268941;0.017986;0.731059;0.500000;0.268941;0.500000;0.047426;0.047426;0.731059;0.731059;0.017986;0.047426;0.500000;0.426536;0.240855;0.000000;0.377306;0.518991;0.335592;0.270912;0.179167;0.313889;0.702243;0.798830;0.000000;0.890903;0.697411;0.123684;0.461079;0.543887;0.457602;0.554038;0.430944;0.953128;0.015558;0.031314;0.992425;0.000085;0.007490;0.988895;0.000030;0.011075;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.880797;0.268941;0.268941;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.731059;0.500000;0.268941;0.047426;0.119203;0.554285;0.861881;0.687617;0.353429;0.215177;0.675682;0.482008;0.055935;0.360084;0.376132;0.335592;0.842640;0.000000;0.245640;0.429718;0.334033;0.443492;0.000000;0.093723;0.217380;0.933835;0.016748;0.049415;0.967650;0.000090;0.032255;0.981705;0.000120;0.018175;0.731059;0.500000;0.047426;0.017986;0.017986;0.268941;0.268941;0.731059;0.119203;0.880797;0.952574;0.268941;0.500000;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.500000;0.604440;0.221146;0.675463;0.503750;0.378716;0.647941;0.476767;0.442752;0.382725;0.509749;0.301324;0.581273;0.442999;0.629250;0.224088;0.835071;0.512497;0.000000;0.145542;0.334701;0.835794;0.015184;0.149021;0.828430;0.000105;0.171465;0.899765;0.000305;0.099925
0.268941;0.731059;0.268941;0.500000;0.047426;0.952574;0.982014;0.017986;0.500000;0.119203;0.268941;0.731059;0.500000;0.017986;0.017986;0.268941;0.500000;0.006693;0.047426;0.268941;0.567093;0.762059;0.270123;0.445221;0.205217;0.854582;0.598447;0.293592;0.342539;0.461327;0.458347;0.751009;0.553544;0.491001;0.033569;0.524979;0.045608;0.000000;0.490501;0.302589;0.967128;0.010435;0.022437;0.999990;0.000000;0.000010;0.999990;0.000000;0.000010;0.880797;0.731059;0.268941;0.500000;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.500000;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.653169;0.692110;0.619164;0.625509;0.459092;0.774168;0.604440;0.055096;0.210154;0.305127;0.325634;0.735751;0.696778;0.000000;0.397474;0.676777;0.277680;0.000000;0.402033;0.231653;0.969630;0.011402;0.018968;0.999975;0.000000;0.000025;0.999955;0.000000;0.000045;0.731059;0.268941;0.047426;0.017986;0.119203;0.047426;0.268941;0.119203;0.017986;0.880797;0.952574;0.119203;0.993307;0.500000;0.006693;0.268941;0.047426;0.268941;0.047426;0.268941;0.797057;0.177701;0.074399;0.087225;0.786003;0.095005;0.018707;0.510998;0.000000;0.790675;0.637840;0.063805;0.863539;0.695720;0.000000;0.323442;0.108903;0.888549;0.437085;0.520489;0.968817;0.008672;0.022511;0.999970;0.000000;0.000030;0.999940;0.000000;0.000060;0.982014;0.500000;0.017986;0.017986;0.119203;0.119203;0.017986;0.731059;0.047426;0.731059;0.268941;0.268941;0.500000;0.119203;0.047426;0.268941;0.268941;0.006693;0.047426;0.731059;0.563653;0.000000;0.127305;0.000000;0.600368;0.000000;0.000000;0.093299;0.238486;0.719705;0.856927;0.000000;0.836853;0.700567;0.135287;0.102846;0.487752;0.558728;0.653396;0.611827;0.952639;0.000037;0.047324;0.999900;0.000000;0.000100;0.999595;0.000000;0.000405;0.500000;0.880797;0.731059;0.952574;0.006693;0.952574;0.952574;0.119203;0.500000;0.017986;0.047426;0.880797;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.613963;0.468542;0.727307;0.492751;0.369584;0.729483;0.662175;0.187704;0.180939;0.318212;0.397714;0.752129;0.288024;0.000000;0.000000;0.828779;0.379187;0.000000;0.145791;0.404440;0.941544;0.000053;0.058401;0.999780;0.000000;0.000215;0.999795;0.000000;0.000205;0.500000;0.997527;0.500000;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.047426;0.880797;0.119203;0.119203;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.529715;0.757680;0.811686;0.551566;0.378716;0.821860;0.611590;0.000000;0.666856;0.338273;0.313674;0.604679;0.411686;0.257309;0.000000;0.744216;0.367722;0.000000;0.179462;0.117326;0.953784;0.033575;0.012639;0.999345;0.000040;0.000610;0.998940;0.000000;0.001060;0.119203;0.017986;0.006693;0.002473;0.268941;0.017986;0.006693;0.006693;0.047426;0.952574;0.952574;0.006693;0.880797;0.982014;0.006693;0.047426;0.047426;0.982014;0.952574;0.731059;0.488502;0.195447;0.183472;0.453138;0.000000;0.773468;0.128981;0.000000;0.000000;0.823028;0.667744;0.271110;0.774518;0.725518;0.000000;0.278885;0.363085;0.782109;0.156699;0.785835;0.950305;0.037169;0.012526;0.996450;0.000080;0.003465;0.995390;0.000010;0.004605;0.952574;0.119203;0.119203;0.017986;0.982014;0.119203;0.268941;0.268941;0.017986;0.731059;0.500000;0.268941;0.500000;0.047426;0.047426;0.731059;0.731059;0.017986;0.047426;0.500000;0.426536;0.240855;0.000000;0.377306;0.518991;0.335592;0.270912;0.179167;0.313889;0.702243;0.798830;0.000000;0.890903;0.697411;0.123684;0.461079;0.543887;0.457602;0.554038;0.430944;0.953128;0.015558;0.031314;0.992425;0.000085;0.007490;0.988895;0.000030;0.011075;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.880797;0.268941;0.268941;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.731059;0.500000;0.268941;0.047426;0.119203;0.554285;0.861881;0.687617;0.353429;0.215177;0.675682;0.482008;0.055935;0.360084;0.376132;0.335592;0.842640;0.000000;0.245640;0.429718;0.334033;0.443492;0.000000;0.093723;0.217380;0.933835;0.016748;0.049415;0.967650;0.000090;0.032255;0.981705;0.000120;0.018175;0.731059;0.500000;0.047426;0.017986;0.017986;0.268941;0.268941;0.731059;0.119203;0.880797;0.952574;0.268941;0.500000;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.500000;0.604440;0.221146;0.675463;0.503750;0.378716;0.647941;0.476767;0.442752;0.382725;0.509749;0.301324;0.581273;0.442999;0.629250;0.224088;0.835071;0.512497;0.000000;0.145542;0.334701;0.835794;0.015184;0.149021;0.828430;0.000105;0.171465;0.899765;0.000305;0.099925;0.500000;0.880797;0.268941;0.047426;0.119203;0.047426;0.268941;0.952574;0.952574;0.047426;0.119203;0.119203;0.119203;0.880797;0.268941;0.268941;0.268941;0.500000;0.880797;0.047426;0.501250;0.329820;0.337602;0.153293;0.662175;0.170937;0.201974;0.000000;0.425069;0.631347;0.832716;0.193567;0.671064;0.834519;0.191700;0.653622;0.330041;0.000000;0.451899;0.344343;0.312008;0.008636;0.679354;0.151705;0.000125;0.848170;0.462245;0.000715;0.537035
0.880797;0.731059;0.268941;0.500000;0.731059;0.731059;0.880797;0.268941;0.268941;0.268941;0.731059;0.500000;0.268941;0.047426;0.047426;0.500000;0.500000;0.017986;0.268941;0.119203;0.653169;0.692110;0.619164;0.625509;0.459092;0.774168;0.604440;0.055096;0.210154;0.305127;0.325634;0.735751;0.696778;0.000000;0.397474;0.676777;0.277680;0.000000;0.402033;0.231653;0.969630;0.011402;0.018968;0.999975;0.000000;0.000025;0.999955;0.000000;0.000045;0.731059;0.268941;0.047426;0.017986;0.119203;0.047426;0.268941;0.119203;0.017986;0.880797;0.952574;0.119203;0.993307;0.500000;0.006693;0.268941;0.047426;0.268941;0.047426;0.268941;0.797057;0.177701;0.074399;0.087225;0.786003;0.095005;0.018707;0.510998;0.000000;0.790675;0.637840;0.063805;0.863539;0.695720;0.000000;0.323442;0.108903;0.888549;0.437085;0.520489;0.968817;0.008672;0.022511;0.999970;0.000000;0.000030;0.999940;0.000000;0.000060;0.982014;0.500000;0.017986;0.017986;0.119203;0.119203;0.017986;0.731059;0.047426;0.731059;0.268941;0.268941;0.500000;0.119203;0.047426;0.268941;0.268941;0.006693;0.047426;0.731059;0.563653;0.000000;0.127305;0.000000;0.600368;0.000000;0.000000;0.093299;0.238486;0.719705;0.856927;0.000000;0.836853;0.700567;0.135287;0.102846;0.487752;0.558728;0.653396;0.611827;0.952639;0.000037;0.047324;0.999900;0.000000;0.000100;0.999595;0.000000;0.000405;0.500000;0.880797;0.731059;0.952574;0.006693;0.952574;0.952574;0.119203;0.500000;0.017986;0.047426;0.880797;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.613963;0.468542;0.727307;0.492751;0.369584;0.729483;0.662175;0.187704;0.180939;0.318212;0.397714;0.752129;0.288024;0.000000;0.000000;0.828779;0.379187;0.000000;0.145791;0.404440;0.941544;0.000053;0.058401;0.999780;0.000000;0.000215;0.999795;0.000000;0.000205;0.500000;0.997527;0.500000;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.047426;0.880797;0.119203;0.119203;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.529715;0.757680;0.811686;0.551566;0.378716;0.821860;0.611590;0.000000;0.666856;0.338273;0.313674;0.604679;0.411686;0.257309;0.000000;0.744216;0.367722;0.000000;0.179462;0.117326;0.953784;0.033575;0.012639;0.999345;0.000040;0.000610;0.998940;0.000000;0.001060;0.119203;0.017986;0.006693;0.002473;0.268941;0.017986;0.006693;0.006693;0.047426;0.952574;0.952574;0.006693;0.880797;0.982014;0.006693;0.047426;0.047426;0.982014;0.952574;0.731059;0.488502;0.195447;0.183472;0.453138;0.000000;0.773468;0.128981;0.000000;0.000000;0.823028;0.667744;0.271110;0.774518;0.725518;0.000000;0.278885;0.363085;0.782109;0.156699;0.785835;0.950305;0.037169;0.012526;0.996450;0.000080;0.003465;0.995390;0.000010;0.004605;0.952574;0.119203;0.119203;0.017986;0.982014;0.119203;0.268941;0.268941;0.017986;0.731059;0.500000;0.268941;0.500000;0.047426;0.047426;0.731059;0.731059;0.017986;0.047426;0.500000;0.426536;0.240855;0.000000;0.377306;0.518991;0.335592;0.270912;0.179167;0.313889;0.702243;0.798830;0.000000;0.890903;0.697411;0.123684;0.461079;0.543887;0.457602;0.554038;0.430944;0.953128;0.015558;0.031314;0.992425;0.000085;0.007490;0.988895;0.000030;0.011075;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.880797;0.268941;0.268941;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.731059;0.500000;0.268941;0.047426;0.119203;0.554285;0.861881;0.687617;0.353429;0.215177;0.675682;0.482008;0.055935;0.360084;0.376132;0.335592;0.842640;0.000000;0.245640;0.429718;0.334033;0.443492;0.000000;0.093723;0.217380;0.933835;0.016748;0.049415;0.967650;0.000090;0.032255;0.981705;0.000120;0.018175;0.731059;0.500000;0.047426;0.017986;0.017986;0.268941;0.268941;0.731059;0.119203;0.880797;0.952574;0.268941;0.500000;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.500000;0.604440;0.221146;0.675463;0.503750;0.378716;0.647941;0.476767;0.442752;0.382725;0.509749;0.301324;0.581273;0.442999;0.629250;0.224088;0.835071;0.512497;0.000000;0.145542;0.334701;0.835794;0.015184;0.149021;0.828430;0.000105;0.171465;0.899765;0.000305;0.099925;0.500000;0.880797;0.268941;0.047426;0.119203;0.047426;0.268941;0.952574;0.952574;0.047426;0.119203;0.119203;0.119203;0.880797;0.268941;0.268941;0.268941;0.500000;0.880797;0.047426;0.501250;0.329820;0.337602;0.153293;0.662175;0.170937;0.201974;0.000000;0.425069;0.631347;0.832716;0.193567;0.671064;0.834519;0.191700;0.653622;0.330041;0.000000;0.451899;0.344343;0.312008;0.008636;0.679354;0.151705;0.000125;0.848170;0.462245;0.000715;0.537035;0.268941;0.268941;0.731059;0.731059;0.006693;0.731059;0.880797;0.880797;0.982014;0.006693;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.006693;0.119203;0.047426;0.133080;0.444974;0.759694;0.563653;0.000000;0.156567;0.618928;0.918190;0.374491;0.118888;0.026059;0.535192;0.000000;0.322130;0.543391;0.583219;0.152646;0.000000;0.000000;0.133426;0.082553;0.005103;0.912344;0.074230;0.000140;0.925630;0.025605;0.000770;0.973625
0.731059;0.268941;0.047426;0.017986;0.119203;0.047426;0.268941;0.119203;0.017986;0.880797;0.952574;0.119203;0.993307;0.500000;0.006693;0.268941;0.047426;0.268941;0.047426;0.268941;0.797057;0.177701;0.074399;0.087225;0.786003;0.095005;0.018707;0.510998;0.000000;0.790675;0.637840;0.063805;0.863539;0.695720;0.000000;0.323442;0.108903;0.888549;0.437085;0.520489;0.968817;0.008672;0.022511;0.999970;0.000000;0.000030;0.999940;0.000000;0.000060;0.982014;0.500000;0.017986;0.017986;0.119203;0.119203;0.017986;0.731059;0.047426;0.731059;0.268941;0.268941;0.500000;0.119203;0.047426;0.268941;0.268941;0.006693;0.047426;0.731059;0.563653;0.000000;0.127305;0.000000;0.600368;0.000000;0.000000;0.093299;0.238486;0.719705;0.856927;0.000000;0.836853;0.700567;0.135287;0.102846;0.487752;0.558728;0.653396;0.611827;0.952639;0.000037;0.047324;0.999900;0.000000;0.000100;0.999595;0.000000;0.000405;0.500000;0.880797;0.731059;0.952574;0.006693;0.952574;0.952574;0.119203;0.500000;0.017986;0.047426;0.880797;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.613963;0.468542;0.727307;0.492751;0.369584;0.729483;0.662175;0.187704;0.180939;0.318212;0.397714;0.752129;0.288024;0.000000;0.000000;0.828779;0.379187;0.000000;0.145791;0.404440;0.941544;0.000053;0.058401;0.999780;0.000000;0.000215;0.999795;0.000000;0.000205;0.500000;0.997527;0.500000;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.047426;0.880797;0.119203;0.119203;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.529715;0.757680;0.811686;0.551566;0.378716;0.821860;0.611590;0.000000;0.666856;0.338273;0.313674;0.604679;0.411686;0.257309;0.000000;0.744216;0.367722;0.000000;0.179462;0.117326;0.953784;0.033575;0.012639;0.999345;0.000040;0.000610;0.998940;0.000000;0.001060;0.119203;0.017986;0.006693;0.002473;0.268941;0.017986;0.006693;0.006693;0.047426;0.952574;0.952574;0.006693;0.880797;0.982014;0.006693;0.047426;0.047426;0.982014;0.952574;0.731059;0.488502;0.195447;0.183472;0.453138;0.000000;0.773468;0.128981;0.000000;0.000000;0.823028;0.667744;0.271110;0.774518;0.725518;0.000000;0.278885;0.363085;0.782109;0.156699;0.785835;0.950305;0.037169;0.012526;0.996450;0.000080;0.003465;0.995390;0.000010;0.004605;0.952574;0.119203;0.119203;0.017986;0.982014;0.119203;0.268941;0.268941;0.017986;0.731059;0.500000;0.268941;0.500000;0.047426;0.047426;0.731059;0.731059;0.017986;0.047426;0.500000;0.426536;0.240855;0.000000;0.377306;0.518991;0.335592;0.270912;0.179167;0.313889;0.702243;0.798830;0.000000;0.890903;0.697411;0.123684;0.461079;0.543887;0.457602;0.554038;0.430944;0.953128;0.015558;0.031314;0.992425;0.000085;0.007490;0.988895;0.000030;0.011075;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.880797;0.268941;0.268941;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.731059;0.500000;0.268941;0.047426;0.119203;0.554285;0.861881;0.687617;0.353429;0.215177;0.675682;0.482008;0.055935;0.360084;0.376132;0.335592;0.842640;0.000000;0.245640;0.429718;0.334033;0.443492;0.000000;0.093723;0.217380;0.933835;0.016748;0.049415;0.967650;0.000090;0.032255;0.981705;0.000120;0.018175;0.731059;0.500000;0.047426;0.017986;0.017986;0.268941;0.268941;0.731059;0.119203;0.880797;0.952574;0.268941;0.500000;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.500000;0.604440;0.221146;0.675463;0.503750;0.378716;0.647941;0.476767;0.442752;0.382725;0.509749;0.301324;0.581273;0.442999;0.629250;0.224088;0.835071;0.512497;0.000000;0.145542;0.334701;0.835794;0.015184;0.149021;0.828430;0.000105;0.171465;0.899765;0.000305;0.099925;0.500000;0.880797;0.268941;0.047426;0.119203;0.047426;0.268941;0.952574;0.952574;0.047426;0.119203;0.119203;0.119203;0.880797;0.268941;0.268941;0.268941;0.500000;0.880797;0.047426;0.501250;0.329820;0.337602;0.153293;0.662175;0.170937;0.201974;0.000000;0.425069;0.631347;0.832716;0.193567;0.671064;0.834519;0.191700;0.653622;0.330041;0.000000;0.451899;0.344343;0.312008;0.008636;0.679354;0.151705;0.000125;0.848170;0.462245;0.000715;0.537035;0.268941;0.268941;0.731059;0.731059;0.006693;0.731059;0.880797;0.880797;0.982014;0.006693;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.006693;0.119203;0.047426;0.133080;0.444974;0.759694;0.563653;0.000000;0.156567;0.618928;0.918190;0.374491;0.118888;0.026059;0.535192;0.000000;0.322130;0.543391;0.583219;0.152646;0.000000;0.000000;0.133426;0.082553;0.005103;0.912344;0.074230;0.000140;0.925630;0.025605;0.000770;0.973625;0.500000;0.268941;0.047426;0.047426;0.119203;0.268941;0.500000;0.119203;0.119203;0.500000;0.952574;0.119203;0.731059;0.731059;0.500000;0.119203;0.268941;0.982014;0.268941;0.500000;0.117119;0.078928;0.213157;0.329599;0.803134;0.333144;0.536435;0.137170;0.438070;0.768880;0.669517;0.513996;0.592667;0.901322;0.035060;0.266002;0.000000;0.585647;0.625744;0.622694;0.107747;0.016792;0.875460;0.049560;0.000365;0.950070;0.083015;0.023120;0.893865
0.982014;0.500000;0.017986;0.017986;0.119203;0.119203;0.017986;0.731059;0.047426;0.731059;0.268941;0.268941;0.500000;0.119203;0.047426;0.268941;0.268941;0.006693;0.047426;0.731059;0.563653;0.000000;0.127305;0.000000;0.600368;0.000000;0.000000;0.093299;0.238486;0.719705;0.856927;0.000000;0.836853;0.700567;0.135287;0.102846;0.487752;0.558728;0.653396;0.611827;0.952639;0.000037;0.047324;0.999900;0.000000;0.000100;0.999595;0.000000;0.000405;0.500000;0.880797;0.731059;0.952574;0.006693;0.952574;0.952574;0.119203;0.500000;0.017986;0.047426;0.880797;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.613963;0.468542;0.727307;0.492751;0.369584;0.729483;0.662175;0.187704;0.180939;0.318212;0.397714;0.752129;0.288024;0.000000;0.000000;0.828779;0.379187;0.000000;0.145791;0.404440;0.941544;0.000053;0.058401;0.999780;0.000000;0.000215;0.999795;0.000000;0.000205;0.500000;0.997527;0.500000;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.047426;0.880797;0.119203;0.119203;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.529715;0.757680;0.811686;0.551566;0.378716;0.821860;0.611590;0.000000;0.666856;0.338273;0.313674;0.604679;0.411686;0.257309;0.000000;0.744216;0.367722;0.000000;0.179462;0.117326;0.953784;0.033575;0.012639;0.999345;0.000040;0.000610;0.998940;0.000000;0.001060;0.119203;0.017986;0.006693;0.002473;0.268941;0.017986;0.006693;0.006693;0.047426;0.952574;0.952574;0.006693;0.880797;0.982014;0.006693;0.047426;0.047426;0.982014;0.952574;0.731059;0.488502;0.195447;0.183472;0.453138;0.000000;0.773468;0.128981;0.000000;0.000000;0.823028;0.667744;0.271110;0.774518;0.725518;0.000000;0.278885;0.363085;0.782109;0.156699;0.785835;0.950305;0.037169;0.012526;0.996450;0.000080;0.003465;0.995390;0.000010;0.004605;0.952574;0.119203;0.119203;0.017986;0.982014;0.119203;0.268941;0.268941;0.017986;0.731059;0.500000;0.268941;0.500000;0.047426;0.047426;0.731059;0.731059;0.017986;0.047426;0.500000;0.426536;0.240855;0.000000;0.377306;0.518991;0.335592;0.270912;0.179167;0.313889;0.702243;0.798830;0.000000;0.890903;0.697411;0.123684;0.461079;0.543887;0.457602;0.554038;0.430944;0.953128;0.015558;0.031314;0.992425;0.000085;0.007490;0.988895;0.000030;0.011075;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.880797;0.268941;0.268941;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.731059;0.500000;0.268941;0.047426;0.119203;0.554285;0.861881;0.687617;0.353429;0.215177;0.675682;0.482008;0.055935;0.360084;0.376132;0.335592;0.842640;0.000000;0.245640;0.429718;0.334033;0.443492;0.000000;0.093723;0.217380;0.933835;0.016748;0.049415;0.967650;0.000090;0.032255;0.981705;0.000120;0.018175;0.731059;0.500000;0.047426;0.017986;0.017986;0.268941;0.268941;0.731059;0.119203;0.880797;0.952574;0.268941;0.500000;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.500000;0.604440;0.221146;0.675463;0.503750;0.378716;0.647941;0.476767;0.442752;0.382725;0.509749;0.301324;0.581273;0.442999;0.629250;0.224088;0.835071;0.512497;0.000000;0.145542;0.334701;0.835794;0.015184;0.149021;0.828430;0.000105;0.171465;0.899765;0.000305;0.099925;0.500000;0.880797;0.268941;0.047426;0.119203;0.047426;0.268941;0.952574;0.952574;0.047426;0.119203;0.119203;0.119203;0.880797;0.268941;0.268941;0.268941;0.500000;0.880797;0.047426;0.501250;0.329820;0.337602;0.153293;0.662175;0.170937;0.201974;0.000000;0.425069;0.631347;0.832716;0.193567;0.671064;0.834519;0.191700;0.653622;0.330041;0.000000;0.451899;0.344343;0.312008;0.008636;0.679354;0.151705;0.000125;0.848170;0.462245;0.000715;0.537035;0.268941;0.268941;0.731059;0.731059;0.006693;0.731059;0.880797;0.880797;0.982014;0.006693;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.006693;0.119203;0.047426;0.133080;0.444974;0.759694;0.563653;0.000000;0.156567;0.618928;0.918190;0.374491;0.118888;0.026059;0.535192;0.000000;0.322130;0.543391;0.583219;0.152646;0.000000;0.000000;0.133426;0.082553;0.005103;0.912344;0.074230;0.000140;0.925630;0.025605;0.000770;0.973625;0.500000;0.268941;0.047426;0.047426;0.119203;0.268941;0.500000;0.119203;0.119203;0.500000;0.952574;0.119203;0.731059;0.731059;0.500000;0.119203;0.268941;0.982014;0.268941;0.500000;0.117119;0.078928;0.213157;0.329599;0.803134;0.333144;0.536435;0.137170;0.438070;0.768880;0.669517;0.513996;0.592667;0.901322;0.035060;0.266002;0.000000;0.585647;0.625744;0.622694;0.107747;0.016792;0.875460;0.049560;0.000365;0.950070;0.083015;0.023120;0.893865;0.268941;0.268941;0.731059;0.952574;0.006693;0.119203;0.268941;0.952574;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.731059;0.880797;0.731059;0.002473;0.006693;0.047426;0.237941;0.492001;0.453386;0.894353;0.000000;0.792819;0.290079;0.482507;0.000000;0.000000;0.405404;0.632742;0.680919;0.420432;0.862949;0.451652;0.178873;0.000000;0.000000;0.000000;0.117144;0.078285;0.804572;0.004065;0.000030;0.995910;0.120860;0.045780;0.833360
0.500000;0.880797;0.731059;0.952574;0.006693;0.952574;0.952574;0.119203;0.500000;0.017986;0.047426;0.880797;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.047426;0.047426;0.613963;0.468542;0.727307;0.492751;0.369584;0.729483;0.662175;0.187704;0.180939;0.318212;0.397714;0.752129;0.288024;0.000000;0.000000;0.828779;0.379187;0.000000;0.145791;0.404440;0.941544;0.000053;0.058401;0.999780;0.000000;0.000215;0.999795;0.000000;0.000205;0.500000;0.997527;0.500000;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.047426;0.880797;0.119203;0.119203;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.529715;0.757680;0.811686;0.551566;0.378716;0.821860;0.611590;0.000000;0.666856;0.338273;0.313674;0.604679;0.411686;0.257309;0.000000;0.744216;0.367722;0.000000;0.179462;0.117326;0.953784;0.033575;0.012639;0.999345;0.000040;0.000610;0.998940;0.000000;0.001060;0.119203;0.017986;0.006693;0.002473;0.268941;0.017986;0.006693;0.006693;0.047426;0.952574;0.952574;0.006693;0.880797;0.982014;0.006693;0.047426;0.047426;0.982014;0.952574;0.731059;0.488502;0.195447;0.183472;0.453138;0.000000;0.773468;0.128981;0.000000;0.000000;0.823028;0.667744;0.271110;0.774518;0.725518;0.000000;0.278885;0.363085;0.782109;0.156699;0.785835;0.950305;0.037169;0.012526;0.996450;0.000080;0.003465;0.995390;0.000010;0.004605;0.952574;0.119203;0.119203;0.017986;0.982014;0.119203;0.268941;0.268941;0.017986;0.731059;0.500000;0.268941;0.500000;0.047426;0.047426;0.731059;0.731059;0.017986;0.047426;0.500000;0.426536;0.240855;0.000000;0.377306;0.518991;0.335592;0.270912;0.179167;0.313889;0.702243;0.798830;0.000000;0.890903;0.697411;0.123684;0.461079;0.543887;0.457602;0.554038;0.430944;0.953128;0.015558;0.031314;0.992425;0.000085;0.007490;0.988895;0.000030;0.011075;0.731059;0.880797;0.500000;0.731059;0.119203;0.731059;0.880797;0.268941;0.268941;0.047426;0.047426;0.880797;0.119203;0.047426;0.047426;0.731059;0.500000;0.268941;0.047426;0.119203;0.554285;0.861881;0.687617;0.353429;0.215177;0.675682;0.482008;0.055935;0.360084;0.376132;0.335592;0.842640;0.000000;0.245640;0.429718;0.334033;0.443492;0.000000;0.093723;0.217380;0.933835;0.016748;0.049415;0.967650;0.000090;0.032255;0.981705;0.000120;0.018175;0.731059;0.500000;0.047426;0.017986;0.017986;0.268941;0.268941;0.731059;0.119203;0.880797;0.952574;0.268941;0.500000;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.500000;0.604440;0.221146;0.675463;0.503750;0.378716;0.647941;0.476767;0.442752;0.382725;0.509749;0.301324;0.581273;0.442999;0.629250;0.224088;0.835071;0.512497;0.000000;0.145542;0.334701;0.835794;0.015184;0.149021;0.828430;0.000105;0.171465;0.899765;0.000305;0.099925;0.500000;0.880797;0.268941;0.047426;0.119203;0.047426;0.268941;0.952574;0.952574;0.047426;0.119203;0.119203;0.119203;0.880797;0.268941;0.268941;0.268941;0.500000;0.880797;0.047426;0.501250;0.329820;0.337602;0.153293;0.662175;0.170937;0.201974;0.000000;0.425069;0.631347;0.832716;0.193567;0.671064;0.834519;0.191700;0.653622;0.330041;0.000000;0.451899;0.344343;0.312008;0.008636;0.679354;0.151705;0.000125;0.848170;0.462245;0.000715;0.537035;0.268941;0.268941;0.731059;0.731059;0.006693;0.731059;0.880797;0.880797;0.982014;0.006693;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.006693;0.119203;0.047426;0.133080;0.444974;0.759694;0.563653;0.000000;0.156567;0.618928;0.918190;0.374491;0.118888;0.026059;0.535192;0.000000;0.322130;0.543391;0.583219;0.152646;0.000000;0.000000;0.133426;0.082553;0.005103;0.912344;0.074230;0.000140;0.925630;0.025605;0.000770;0.973625;0.500000;0.268941;0.047426;0.047426;0.119203;0.268941;0.500000;0.119203;0.119203;0.500000;0.952574;0.119203;0.731059;0.731059;0.500000;0.119203;0.268941;0.982014;0.268941;0.500000;0.117119;0.078928;0.213157;0.329599;0.803134;0.333144;0.536435;0.137170;0.438070;0.768880;0.669517;0.513996;0.592667;0.901322;0.035060;0.266002;0.000000;0.585647;0.625744;0.622694;0.107747;0.016792;0.875460;0.049560;0.000365;0.950070;0.083015;0.023120;0.893865;0.268941;0.268941;0.731059;0.952574;0.006693;0.119203;0.268941;0.952574;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.731059;0.880797;0.731059;0.002473;0.006693;0.047426;0.237941;0.492001;0.453386;0.894353;0.000000;0.792819;0.290079;0.482507;0.000000;0.000000;0.405404;0.632742;0.680919;0.420432;0.862949;0.451652;0.178873;0.000000;0.000000;0.000000;0.117144;0.078285;0.804572;0.004065;0.000030;0.995910;0.120860;0.045780;0.833360;0.880797;0.119203;0.268941;0.731059;0.006693;0.119203;0.731059;0.268941;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.982014;0.880797;0.500000;0.002473;0.006693;0.119203;0.546614;0.255403;0.889731;0.579812;0.294423;0.487003;0.530462;0.464062;0.380129;0.288640;0.023800;0.586133;0.165343;0.192632;0.715653;0.722320;0.551566;0.000000;0.117430;0.370750;0.248611;0.003692;0.747700;0.213430;0.000020;0.786555;0.337790;0.008330;0.653885
0.731059;0.500000;0.047426;0.017986;0.017986;0.268941;0.268941;0.731059;0.119203;0.880797;0.952574;0.268941;0.500000;0.119203;0.047426;0.119203;0.268941;0.119203;0.047426;0.500000;0.604440;0.221146;0.675463;0.503750;0.378716;0.647941;0.476767;0.442752;0.382725;0.509749;0.301324;0.581273;0.442999;0.629250;0.224088;0.835071;0.512497;0.000000;0.145542;0.334701;0.835794;0.015184;0.149021;0.828430;0.000105;0.171465;0.899765;0.000305;0.099925;0.500000;0.880797;0.268941;0.047426;0.119203;0.047426;0.268941;0.952574;0.952574;0.047426;0.119203;0.119203;0.119203;0.880797;0.268941;0.268941;0.268941;0.500000;0.880797;0.047426;0.501250;0.329820;0.337602;0.153293;0.662175;0.170937;0.201974;0.000000;0.425069;0.631347;0.832716;0.193567;0.671064;0.834519;0.191700;0.653622;0.330041;0.000000;0.451899;0.344343;0.312008;0.008636;0.679354;0.151705;0.000125;0.848170;0.462245;0.000715;0.537035;0.268941;0.268941;0.731059;0.731059;0.006693;0.731059;0.880797;0.880797;0.982014;0.006693;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.006693;0.119203;0.047426;0.133080;0.444974;0.759694;0.563653;0.000000;0.156567;0.618928;0.918190;0.374491;0.118888;0.026059;0.535192;0.000000;0.322130;0.543391;0.583219;0.152646;0.000000;0.000000;0.133426;0.082553;0.005103;0.912344;0.074230;0.000140;0.925630;0.025605;0.000770;0.973625;0.500000;0.268941;0.047426;0.047426;0.119203;0.268941;0.500000;0.119203;0.119203;0.500000;0.952574;0.119203;0.731059;0.731059;0.500000;0.119203;0.268941;0.982014;0.268941;0.500000;0.117119;0.078928;0.213157;0.329599;0.803134;0.333144;0.536435;0.137170;0.438070;0.768880;0.669517;0.513996;0.592667;0.901322;0.035060;0.266002;0.000000;0.585647;0.625744;0.622694;0.107747;0.016792;0.875460;0.049560;0.000365;0.950070;0.083015;0.023120;0.893865;0.268941;0.268941;0.731059;0.952574;0.006693;0.119203;0.268941;0.952574;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.731059;0.880797;0.731059;0.002473;0.006693;0.047426;0.237941;0.492001;0.453386;0.894353;0.000000;0.792819;0.290079;0.482507;0.000000;0.000000;0.405404;0.632742;0.680919;0.420432;0.862949;0.451652;0.178873;0.000000;0.000000;0.000000;0.117144;0.078285;0.804572;0.004065;0.000030;0.995910;0.120860;0.045780;0.833360;0.880797;0.119203;0.268941;0.731059;0.006693;0.119203;0.731059;0.268941;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.982014;0.880797;0.500000;0.002473;0.006693;0.119203;0.546614;0.255403;0.889731;0.579812;0.294423;0.487003;0.530462;0.464062;0.380129;0.288640;0.023800;0.586133;0.165343;0.192632;0.715653;0.722320;0.551566;0.000000;0.117430;0.370750;0.248611;0.003692;0.747700;0.213430;0.000020;0.786555;0.337790;0.008330;0.653885;0.731059;0.500000;0.268941;0.952574;0.119203;0.500000;0.952574;0.268941;0.500000;0.047426;0.017986;0.500000;0.119203;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.119203;0.455617;0.132619;0.496250;0.279086;0.229701;0.111155;0.527472;0.180791;0.096129;0.524730;0.605157;0.466550;0.262309;0.609450;0.921290;0.479262;0.597486;0.350009;0.255784;0.145667;0.393686;0.005201;0.601113;0.385170;0.000000;0.614830;0.450900;0.007460;0.541640;0.731059;0.880797;0.268941;0.731059;0.119203;0.731059;0.731059;0.119203;0.731059;0.119203;0.119203;0.952574;0.268941;0.119203;0.119203;0.731059;0.268941;0.006693;0.047426;0.119203;0.231831;0.445962;0.674147;0.636684;0.181830;0.382016;0.404440;0.166589;0.575664;0.191391;0.309384;0.663292;0.183772;0.555026;0.503500;0.848258;0.758047;0.000000;0.134470;0.323223;0.432389;0.001162;0.566446;0.550185;0.000010;0.449800;0.461935;0.003405;0.534655;0.880797;0.500000;0.268941;0.268941;0.119203;0.268941;0.268941;0.500000;0.880797;0.268941;0.119203;0.268941;0.119203;0.268941;0.880797;0.500000;0.500000;0.500000;0.880797;0.500000;0.280497;0.452147;0.607305;0.714634;0.359854;0.668853;0.720713;0.166173;0.192632;0.420919;0.385563;0.670622;0.495000;0.363547;0.764408;0.567829;0.173934;0.268156;0.683521;0.197657;0.841113;0.000142;0.158745;0.888935;0.000010;0.111055;0.874770;0.000350;0.124880;0.731059;0.880797;0.731059;0.880797;0.119203;0.952574;0.880797;0.119203;0.268941;0.047426;0.017986;0.952574;0.500000;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.119203;0.523732;0.357094;0.452147;0.756576;0.000000;0.875991;0.811380;0.100562;0.378011;0.216022;0.123143;0.704329;0.383197;0.475769;0.577129;0.690616;0.178726;0.000000;0.095868;0.158025;0.900356;0.000046;0.099599;0.979810;0.000005;0.020185;0.923310;0.000070;0.076625;0.731059;0.880797;0.500000;0.731059;0.119203;0.880797;0.880797;0.119203;0.268941;0.500000;0.047426;0.500000;0.500000;0.047426;0.268941;0.500000;0.500000;0.006693;0.119203;0.268941;0.439301;0.665744;0.181087;0.742117;0.000000;0.787178;0.893214;0.016807;0.352744;0.113649;0.310026;0.468791;0.200047;0.477515;0.068689;0.529964;0.108903;0.422139;0.649991;0.337602;0.968005;0.001144;0.030853;0.990275;0.000005;0.009725;0.970470;0.000040;0.029490
0.500000;0.880797;0.268941;0.047426;0.119203;0.047426;0.268941;0.952574;0.952574;0.047426;0.119203;0.119203;0.119203;0.880797;0.268941;0.268941;0.268941;0.500000;0.880797;0.047426;0.501250;0.329820;0.337602;0.153293;0.662175;0.170937;0.201974;0.000000;0.425069;0.631347;0.832716;0.193567;0.671064;0.834519;0.191700;0.653622;0.330041;0.000000;0.451899;0.344343;0.312008;0.008636;0.679354;0.151705;0.000125;0.848170;0.462245;0.000715;0.537035;0.268941;0.268941;0.731059;0.731059;0.006693;0.731059;0.880797;0.880797;0.982014;0.006693;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.006693;0.119203;0.047426;0.133080;0.444974;0.759694;0.563653;0.000000;0.156567;0.618928;0.918190;0.374491;0.118888;0.026059;0.535192;0.000000;0.322130;0.543391;0.583219;0.152646;0.000000;0.000000;0.133426;0.082553;0.005103;0.912344;0.074230;0.000140;0.925630;0.025605;0.000770;0.973625;0.500000;0.268941;0.047426;0.047426;0.119203;0.268941;0.500000;0.119203;0.119203;0.500000;0.952574;0.119203;0.731059;0.731059;0.500000;0.119203;0.268941;0.982014;0.268941;0.500000;0.117119;0.078928;0.213157;0.329599;0.803134;0.333144;0.536435;0.137170;0.438070;0.768880;0.669517;0.513996;0.592667;0.901322;0.035060;0.266002;0.000000;0.585647;0.625744;0.622694;0.107747;0.016792;0.875460;0.049560;0.000365;0.950070;0.083015;0.023120;0.893865;0.268941;0.268941;0.731059;0.952574;0.006693;0.119203;0.268941;0.952574;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.731059;0.880797;0.731059;0.002473;0.006693;0.047426;0.237941;0.492001;0.453386;0.894353;0.000000;0.792819;0.290079;0.482507;0.000000;0.000000;0.405404;0.632742;0.680919;0.420432;0.862949;0.451652;0.178873;0.000000;0.000000;0.000000;0.117144;0.078285;0.804572;0.004065;0.000030;0.995910;0.120860;0.045780;0.833360;0.880797;0.119203;0.268941;0.731059;0.006693;0.119203;0.731059;0.268941;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.982014;0.880797;0.500000;0.002473;0.006693;0.119203;0.546614;0.255403;0.889731;0.579812;0.294423;0.487003;0.530462;0.464062;0.380129;0.288640;0.023800;0.586133;0.165343;0.192632;0.715653;0.722320;0.551566;0.000000;0.117430;0.370750;0.248611;0.003692;0.747700;0.213430;0.000020;0.786555;0.337790;0.008330;0.653885;0.731059;0.500000;0.268941;0.952574;0.119203;0.500000;0.952574;0.268941;0.500000;0.047426;0.017986;0.500000;0.119203;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.119203;0.455617;0.132619;0.496250;0.279086;0.229701;0.111155;0.527472;0.180791;0.096129;0.524730;0.605157;0.466550;0.262309;0.609450;0.921290;0.479262;0.597486;0.350009;0.255784;0.145667;0.393686;0.005201;0.601113;0.385170;0.000000;0.614830;0.450900;0.007460;0.541640;0.731059;0.880797;0.268941;0.731059;0.119203;0.731059;0.731059;0.119203;0.731059;0.119203;0.119203;0.952574;0.268941;0.119203;0.119203;0.731059;0.268941;0.006693;0.047426;0.119203;0.231831;0.445962;0.674147;0.636684;0.181830;0.382016;0.404440;0.166589;0.575664;0.191391;0.309384;0.663292;0.183772;0.555026;0.503500;0.848258;0.758047;0.000000;0.134470;0.323223;0.432389;0.001162;0.566446;0.550185;0.000010;0.449800;0.461935;0.003405;0.534655;0.880797;0.500000;0.268941;0.268941;0.119203;0.268941;0.268941;0.500000;0.880797;0.268941;0.119203;0.268941;0.119203;0.268941;0.880797;0.500000;0.500000;0.500000;0.880797;0.500000;0.280497;0.452147;0.607305;0.714634;0.359854;0.668853;0.720713;0.166173;0.192632;0.420919;0.385563;0.670622;0.495000;0.363547;0.764408;0.567829;0.173934;0.268156;0.683521;0.197657;0.841113;0.000142;0.158745;0.888935;0.000010;0.111055;0.874770;0.000350;0.124880;0.731059;0.880797;0.731059;0.880797;0.119203;0.952574;0.880797;0.119203;0.268941;0.047426;0.017986;0.952574;0.500000;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.119203;0.523732;0.357094;0.452147;0.756576;0.000000;0.875991;0.811380;0.100562;0.378011;0.216022;0.123143;0.704329;0.383197;0.475769;0.577129;0.690616;0.178726;0.000000;0.095868;0.158025;0.900356;0.000046;0.099599;0.979810;0.000005;0.020185;0.923310;0.000070;0.076625;0.731059;0.880797;0.500000;0.731059;0.119203;0.880797;0.880797;0.119203;0.268941;0.500000;0.047426;0.500000;0.500000;0.047426;0.268941;0.500000;0.500000;0.006693;0.119203;0.268941;0.439301;0.665744;0.181087;0.742117;0.000000;0.787178;0.893214;0.016807;0.352744;0.113649;0.310026;0.468791;0.200047;0.477515;0.068689;0.529964;0.108903;0.422139;0.649991;0.337602;0.968005;0.001144;0.030853;0.990275;0.000005;0.009725;0.970470;0.000040;0.029490;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.017986;0.268941;0.880797;0.952574;0.268941;0.880797;0.880797;0.006693;0.017986;0.500000;0.268941;0.500000;0.880797;0.350692;0.086748;0.078493;0.093215;0.397714;0.154204;0.209159;0.089562;0.297339;0.896692;0.790344;0.073373;0.636453;0.696778;0.000000;0.296713;0.449176;0.635758;0.120575;0.722922;0.993907;0.001241;0.004852;0.999490;0.000000;0.000510;0.995380;0.000115;0.004505
0.268941;0.268941;0.731059;0.731059;0.006693;0.731059;0.880797;0.880797;0.982014;0.006693;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.006693;0.119203;0.047426;0.133080;0.444974;0.759694;0.563653;0.000000;0.156567;0.618928;0.918190;0.374491;0.118888;0.026059;0.535192;0.000000;0.322130;0.543391;0.583219;0.152646;0.000000;0.000000;0.133426;0.082553;0.005103;0.912344;0.074230;0.000140;0.925630;0.025605;0.000770;0.973625;0.500000;0.268941;0.047426;0.047426;0.119203;0.268941;0.500000;0.119203;0.119203;0.500000;0.952574;0.119203;0.731059;0.731059;0.500000;0.119203;0.268941;0.982014;0.268941;0.500000;0.117119;0.078928;0.213157;0.329599;0.803134;0.333144;0.536435;0.137170;0.438070;0.768880;0.669517;0.513996;0.592667;0.901322;0.035060;0.266002;0.000000;0.585647;0.625744;0.622694;0.107747;0.016792;0.875460;0.049560;0.000365;0.950070;0.083015;0.023120;0.893865;0.268941;0.268941;0.731059;0.952574;0.006693;0.119203;0.268941;0.952574;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.731059;0.880797;0.731059;0.002473;0.006693;0.047426;0.237941;0.492001;0.453386;0.894353;0.000000;0.792819;0.290079;0.482507;0.000000;0.000000;0.405404;0.632742;0.680919;0.420432;0.862949;0.451652;0.178873;0.000000;0.000000;0.000000;0.117144;0.078285;0.804572;0.004065;0.000030;0.995910;0.120860;0.045780;0.833360;0.880797;0.119203;0.268941;0.731059;0.006693;0.119203;0.731059;0.268941;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.982014;0.880797;0.500000;0.002473;0.006693;0.119203;0.546614;0.255403;0.889731;0.579812;0.294423;0.487003;0.530462;0.464062;0.380129;0.288640;0.023800;0.586133;0.165343;0.192632;0.715653;0.722320;0.551566;0.000000;0.117430;0.370750;0.248611;0.003692;0.747700;0.213430;0.000020;0.786555;0.337790;0.008330;0.653885;0.731059;0.500000;0.268941;0.952574;0.119203;0.500000;0.952574;0.268941;0.500000;0.047426;0.017986;0.500000;0.119203;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.119203;0.455617;0.132619;0.496250;0.279086;0.229701;0.111155;0.527472;0.180791;0.096129;0.524730;0.605157;0.466550;0.262309;0.609450;0.921290;0.479262;0.597486;0.350009;0.255784;0.145667;0.393686;0.005201;0.601113;0.385170;0.000000;0.614830;0.450900;0.007460;0.541640;0.731059;0.880797;0.268941;0.731059;0.119203;0.731059;0.731059;0.119203;0.731059;0.119203;0.119203;0.952574;0.268941;0.119203;0.119203;0.731059;0.268941;0.006693;0.047426;0.119203;0.231831;0.445962;0.674147;0.636684;0.181830;0.382016;0.404440;0.166589;0.575664;0.191391;0.309384;0.663292;0.183772;0.555026;0.503500;0.848258;0.758047;0.000000;0.134470;0.323223;0.432389;0.001162;0.566446;0.550185;0.000010;0.449800;0.461935;0.003405;0.534655;0.880797;0.500000;0.268941;0.268941;0.119203;0.268941;0.268941;0.500000;0.880797;0.268941;0.119203;0.268941;0.119203;0.268941;0.880797;0.500000;0.500000;0.500000;0.880797;0.500000;0.280497;0.452147;0.607305;0.714634;0.359854;0.668853;0.720713;0.166173;0.192632;0.420919;0.385563;0.670622;0.495000;0.363547;0.764408;0.567829;0.173934;0.268156;0.683521;0.197657;0.841113;0.000142;0.158745;0.888935;0.000010;0.111055;0.874770;0.000350;0.124880;0.731059;0.880797;0.731059;0.880797;0.119203;0.952574;0.880797;0.119203;0.268941;0.047426;0.017986;0.952574;0.500000;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.119203;0.523732;0.357094;0.452147;0.756576;0.000000;0.875991;0.811380;0.100562;0.378011;0.216022;0.123143;0.704329;0.383197;0.475769;0.577129;0.690616;0.178726;0.000000;0.095868;0.158025;0.900356;0.000046;0.099599;0.979810;0.000005;0.020185;0.923310;0.000070;0.076625;0.731059;0.880797;0.500000;0.731059;0.119203;0.880797;0.880797;0.119203;0.268941;0.500000;0.047426;0.500000;0.500000;0.047426;0.268941;0.500000;0.500000;0.006693;0.119203;0.268941;0.439301;0.665744;0.181087;0.742117;0.000000;0.787178;0.893214;0.016807;0.352744;0.113649;0.310026;0.468791;0.200047;0.477515;0.068689;0.529964;0.108903;0.422139;0.649991;0.337602;0.968005;0.001144;0.030853;0.990275;0.000005;0.009725;0.970470;0.000040;0.029490;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.017986;0.268941;0.880797;0.952574;0.268941;0.880797;0.880797;0.006693;0.017986;0.500000;0.268941;0.500000;0.880797;0.350692;0.086748;0.078493;0.093215;0.397714;0.154204;0.209159;0.089562;0.297339;0.896692;0.790344;0.073373;0.636453;0.696778;0.000000;0.296713;0.449176;0.635758;0.120575;0.722922;0.993907;0.001241;0.004852;0.999490;0.000000;0.000510;0.995380;0.000115;0.004505;0.268941;0.952574;0.268941;0.268941;0.119203;0.731059;0.500000;0.268941;0.880797;0.268941;0.500000;0.731059;0.952574;0.268941;0.017986;0.268941;0.500000;0.017986;0.731059;0.500000;0.329599;0.689332;0.352059;0.687402;0.198293;0.834519;0.697411;0.031615;0.290079;0.320168;0.266002;0.641067;0.675682;0.183023;0.351831;0.639225;0.332700;0.398912;0.753246;0.358703;0.988958;0.001281;0.009761;0.999650;0.000000;0.000350;0.996815;0.000040;0.003145
0.500000;0.268941;0.047426;0.047426;0.119203;0.268941;0.500000;0.119203;0.119203;0.500000;0.952574;0.119203;0.731059;0.731059;0.500000;0.119203;0.268941;0.982014;0.268941;0.500000;0.117119;0.078928;0.213157;0.329599;0.803134;0.333144;0.536435;0.137170;0.438070;0.768880;0.669517;0.513996;0.592667;0.901322;0.035060;0.266002;0.000000;0.585647;0.625744;0.622694;0.107747;0.016792;0.875460;0.049560;0.000365;0.950070;0.083015;0.023120;0.893865;0.268941;0.268941;0.731059;0.952574;0.006693;0.119203;0.268941;0.952574;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.731059;0.880797;0.731059;0.002473;0.006693;0.047426;0.237941;0.492001;0.453386;0.894353;0.000000;0.792819;0.290079;0.482507;0.000000;0.000000;0.405404;0.632742;0.680919;0.420432;0.862949;0.451652;0.178873;0.000000;0.000000;0.000000;0.117144;0.078285;0.804572;0.004065;0.000030;0.995910;0.120860;0.045780;0.833360;0.880797;0.119203;0.268941;0.731059;0.006693;0.119203;0.731059;0.268941;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.982014;0.880797;0.500000;0.002473;0.006693;0.119203;0.546614;0.255403;0.889731;0.579812;0.294423;0.487003;0.530462;0.464062;0.380129;0.288640;0.023800;0.586133;0.165343;0.192632;0.715653;0.722320;0.551566;0.000000;0.117430;0.370750;0.248611;0.003692;0.747700;0.213430;0.000020;0.786555;0.337790;0.008330;0.653885;0.731059;0.500000;0.268941;0.952574;0.119203;0.500000;0.952574;0.268941;0.500000;0.047426;0.017986;0.500000;0.119203;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.119203;0.455617;0.132619;0.496250;0.279086;0.229701;0.111155;0.527472;0.180791;0.096129;0.524730;0.605157;0.466550;0.262309;0.609450;0.921290;0.479262;0.597486;0.350009;0.255784;0.145667;0.393686;0.005201;0.601113;0.385170;0.000000;0.614830;0.450900;0.007460;0.541640;0.731059;0.880797;0.268941;0.731059;0.119203;0.731059;0.731059;0.119203;0.731059;0.119203;0.119203;0.952574;0.268941;0.119203;0.119203;0.731059;0.268941;0.006693;0.047426;0.119203;0.231831;0.445962;0.674147;0.636684;0.181830;0.382016;0.404440;0.166589;0.575664;0.191391;0.309384;0.663292;0.183772;0.555026;0.503500;0.848258;0.758047;0.000000;0.134470;0.323223;0.432389;0.001162;0.566446;0.550185;0.000010;0.449800;0.461935;0.003405;0.534655;0.880797;0.500000;0.268941;0.268941;0.119203;0.268941;0.268941;0.500000;0.880797;0.268941;0.119203;0.268941;0.119203;0.268941;0.880797;0.500000;0.500000;0.500000;0.880797;0.500000;0.280497;0.452147;0.607305;0.714634;0.359854;0.668853;0.720713;0.166173;0.192632;0.420919;0.385563;0.670622;0.495000;0.363547;0.764408;0.567829;0.173934;0.268156;0.683521;0.197657;0.841113;0.000142;0.158745;0.888935;0.000010;0.111055;0.874770;0.000350;0.124880;0.731059;0.880797;0.731059;0.880797;0.119203;0.952574;0.880797;0.119203;0.268941;0.047426;0.017986;0.952574;0.500000;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.119203;0.523732;0.357094;0.452147;0.756576;0.000000;0.875991;0.811380;0.100562;0.378011;0.216022;0.123143;0.704329;0.383197;0.475769;0.577129;0.690616;0.178726;0.000000;0.095868;0.158025;0.900356;0.000046;0.099599;0.979810;0.000005;0.020185;0.923310;0.000070;0.076625;0.731059;0.880797;0.500000;0.731059;0.119203;0.880797;0.880797;0.119203;0.268941;0.500000;0.047426;0.500000;0.500000;0.047426;0.268941;0.500000;0.500000;0.006693;0.119203;0.268941;0.439301;0.665744;0.181087;0.742117;0.000000;0.787178;0.893214;0.016807;0.352744;0.113649;0.310026;0.468791;0.200047;0.477515;0.068689;0.529964;0.108903;0.422139;0.649991;0.337602;0.968005;0.001144;0.030853;0.990275;0.000005;0.009725;0.970470;0.000040;0.029490;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.017986;0.268941;0.880797;0.952574;0.268941;0.880797;0.880797;0.006693;0.017986;0.500000;0.268941;0.500000;0.880797;0.350692;0.086748;0.078493;0.093215;0.397714;0.154204;0.209159;0.089562;0.297339;0.896692;0.790344;0.073373;0.636453;0.696778;0.000000;0.296713;0.449176;0.635758;0.120575;0.722922;0.993907;0.001241;0.004852;0.999490;0.000000;0.000510;0.995380;0.000115;0.004505;0.268941;0.952574;0.268941;0.268941;0.119203;0.731059;0.500000;0.268941;0.880797;0.268941;0.500000;0.731059;0.952574;0.268941;0.017986;0.268941;0.500000;0.017986;0.731059;0.500000;0.329599;0.689332;0.352059;0.687402;0.198293;0.834519;0.697411;0.031615;0.290079;0.320168;0.266002;0.641067;0.675682;0.183023;0.351831;0.639225;0.332700;0.398912;0.753246;0.358703;0.988958;0.001281;0.009761;0.999650;0.000000;0.000350;0.996815;0.000040;0.003145;0.731059;0.731059;0.500000;0.952574;0.017986;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.731059;0.268941;0.119203;0.017986;0.731059;0.500000;0.006693;0.119203;0.119203;0.452642;0.580055;0.607067;0.572975;0.753989;0.855573;0.867266;0.342990;0.238849;0.069526;0.305551;0.575664;0.481758;0.479012;0.000000;0.562669;0.192010;0.363547;0.117533;0.123792;0.985293;0.000038;0.014667;0.999710;0.000000;0.000285;0.995905;0.000015;0.004080
0.268941;0.268941;0.731059;0.952574;0.006693;0.119203;0.268941;0.952574;0.119203;0.047426;0.017986;0.268941;0.119203;0.006693;0.731059;0.880797;0.731059;0.002473;0.006693;0.047426;0.237941;0.492001;0.453386;0.894353;0.000000;0.792819;0.290079;0.482507;0.000000;0.000000;0.405404;0.632742;0.680919;0.420432;0.862949;0.451652;0.178873;0.000000;0.000000;0.000000;0.117144;0.078285;0.804572;0.004065;0.000030;0.995910;0.120860;0.045780;0.833360;0.880797;0.119203;0.268941;0.731059;0.006693;0.119203;0.731059;0.268941;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.982014;0.880797;0.500000;0.002473;0.006693;0.119203;0.546614;0.255403;0.889731;0.579812;0.294423;0.487003;0.530462;0.464062;0.380129;0.288640;0.023800;0.586133;0.165343;0.192632;0.715653;0.722320;0.551566;0.000000;0.117430;0.370750;0.248611;0.003692;0.747700;0.213430;0.000020;0.786555;0.337790;0.008330;0.653885;0.731059;0.500000;0.268941;0.952574;0.119203;0.500000;0.952574;0.268941;0.500000;0.047426;0.017986;0.500000;0.119203;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.119203;0.455617;0.132619;0.496250;0.279086;0.229701;0.111155;0.527472;0.180791;0.096129;0.524730;0.605157;0.466550;0.262309;0.609450;0.921290;0.479262;0.597486;0.350009;0.255784;0.145667;0.393686;0.005201;0.601113;0.385170;0.000000;0.614830;0.450900;0.007460;0.541640;0.731059;0.880797;0.268941;0.731059;0.119203;0.731059;0.731059;0.119203;0.731059;0.119203;0.119203;0.952574;0.268941;0.119203;0.119203;0.731059;0.268941;0.006693;0.047426;0.119203;0.231831;0.445962;0.674147;0.636684;0.181830;0.382016;0.404440;0.166589;0.575664;0.191391;0.309384;0.663292;0.183772;0.555026;0.503500;0.848258;0.758047;0.000000;0.134470;0.323223;0.432389;0.001162;0.566446;0.550185;0.000010;0.449800;0.461935;0.003405;0.534655;0.880797;0.500000;0.268941;0.268941;0.119203;0.268941;0.268941;0.500000;0.880797;0.268941;0.119203;0.268941;0.119203;0.268941;0.880797;0.500000;0.500000;0.500000;0.880797;0.500000;0.280497;0.452147;0.607305;0.714634;0.359854;0.668853;0.720713;0.166173;0.192632;0.420919;0.385563;0.670622;0.495000;0.363547;0.764408;0.567829;0.173934;0.268156;0.683521;0.197657;0.841113;0.000142;0.158745;0.888935;0.000010;0.111055;0.874770;0.000350;0.124880;0.731059;0.880797;0.731059;0.880797;0.119203;0.952574;0.880797;0.119203;0.268941;0.047426;0.017986;0.952574;0.500000;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.119203;0.523732;0.357094;0.452147;0.756576;0.000000;0.875991;0.811380;0.100562;0.378011;0.216022;0.123143;0.704329;0.383197;0.475769;0.577129;0.690616;0.178726;0.000000;0.095868;0.158025;0.900356;0.000046;0.099599;0.979810;0.000005;0.020185;0.923310;0.000070;0.076625;0.731059;0.880797;0.500000;0.731059;0.119203;0.880797;0.880797;0.119203;0.268941;0.500000;0.047426;0.500000;0.500000;0.047426;0.268941;0.500000;0.500000;0.006693;0.119203;0.268941;0.439301;0.665744;0.181087;0.742117;0.000000;0.787178;0.893214;0.016807;0.352744;0.113649;0.310026;0.468791;0.200047;0.477515;0.068689;0.529964;0.108903;0.422139;0.649991;0.337602;0.968005;0.001144;0.030853;0.990275;0.000005;0.009725;0.970470;0.000040;0.029490;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.017986;0.268941;0.880797;0.952574;0.268941;0.880797;0.880797;0.006693;0.017986;0.500000;0.268941;0.500000;0.880797;0.350692;0.086748;0.078493;0.093215;0.397714;0.154204;0.209159;0.089562;0.297339;0.896692;0.790344;0.073373;0.636453;0.696778;0.000000;0.296713;0.449176;0.635758;0.120575;0.722922;0.993907;0.001241;0.004852;0.999490;0.000000;0.000510;0.995380;0.000115;0.004505;0.268941;0.952574;0.268941;0.268941;0.119203;0.731059;0.500000;0.268941;0.880797;0.268941;0.500000;0.731059;0.952574;0.268941;0.017986;0.268941;0.500000;0.017986;0.731059;0.500000;0.329599;0.689332;0.352059;0.687402;0.198293;0.834519;0.697411;0.031615;0.290079;0.320168;0.266002;0.641067;0.675682;0.183023;0.351831;0.639225;0.332700;0.398912;0.753246;0.358703;0.988958;0.001281;0.009761;0.999650;0.000000;0.000350;0.996815;0.000040;0.003145;0.731059;0.731059;0.500000;0.952574;0.017986;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.731059;0.268941;0.119203;0.017986;0.731059;0.500000;0.006693;0.119203;0.119203;0.452642;0.580055;0.607067;0.572975;0.753989;0.855573;0.867266;0.342990;0.238849;0.069526;0.305551;0.575664;0.481758;0.479012;0.000000;0.562669;0.192010;0.363547;0.117533;0.123792;0.985293;0.000038;0.014667;0.999710;0.000000;0.000285;0.995905;0.000015;0.004080;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.500000;0.268941;0.047426;0.500000;0.500000;0.500000;0.119203;0.500000;0.606828;0.802025;0.804239;0.509249;0.000000;0.000000;0.641297;0.000000;0.396995;0.521986;0.293385;0.719705;0.583219;0.405645;0.000000;0.565128;0.577617;0.000000;0.000000;0.436101;0.979348;0.005637;0.015015;0.999985;0.000000;0.000015;0.994540;0.000010;0.005450
0.880797;0.119203;0.268941;0.731059;0.006693;0.119203;0.731059;0.268941;0.017986;0.047426;0.047426;0.268941;0.017986;0.017986;0.982014;0.880797;0.500000;0.002473;0.006693;0.119203;0.546614;0.255403;0.889731;0.579812;0.294423;0.487003;0.530462;0.464062;0.380129;0.288640;0.023800;0.586133;0.165343;0.192632;0.715653;0.722320;0.551566;0.000000;0.117430;0.370750;0.248611;0.003692;0.747700;0.213430;0.000020;0.786555;0.337790;0.008330;0.653885;0.731059;0.500000;0.268941;0.952574;0.119203;0.500000;0.952574;0.268941;0.500000;0.047426;0.017986;0.500000;0.119203;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.119203;0.455617;0.132619;0.496250;0.279086;0.229701;0.111155;0.527472;0.180791;0.096129;0.524730;0.605157;0.466550;0.262309;0.609450;0.921290;0.479262;0.597486;0.350009;0.255784;0.145667;0.393686;0.005201;0.601113;0.385170;0.000000;0.614830;0.450900;0.007460;0.541640;0.731059;0.880797;0.268941;0.731059;0.119203;0.731059;0.731059;0.119203;0.731059;0.119203;0.119203;0.952574;0.268941;0.119203;0.119203;0.731059;0.268941;0.006693;0.047426;0.119203;0.231831;0.445962;0.674147;0.636684;0.181830;0.382016;0.404440;0.166589;0.575664;0.191391;0.309384;0.663292;0.183772;0.555026;0.503500;0.848258;0.758047;0.000000;0.134470;0.323223;0.432389;0.001162;0.566446;0.550185;0.000010;0.449800;0.461935;0.003405;0.534655;0.880797;0.500000;0.268941;0.268941;0.119203;0.268941;0.268941;0.500000;0.880797;0.268941;0.119203;0.268941;0.119203;0.268941;0.880797;0.500000;0.500000;0.500000;0.880797;0.500000;0.280497;0.452147;0.607305;0.714634;0.359854;0.668853;0.720713;0.166173;0.192632;0.420919;0.385563;0.670622;0.495000;0.363547;0.764408;0.567829;0.173934;0.268156;0.683521;0.197657;0.841113;0.000142;0.158745;0.888935;0.000010;0.111055;0.874770;0.000350;0.124880;0.731059;0.880797;0.731059;0.880797;0.119203;0.952574;0.880797;0.119203;0.268941;0.047426;0.017986;0.952574;0.500000;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.119203;0.523732;0.357094;0.452147;0.756576;0.000000;0.875991;0.811380;0.100562;0.378011;0.216022;0.123143;0.704329;0.383197;0.475769;0.577129;0.690616;0.178726;0.000000;0.095868;0.158025;0.900356;0.000046;0.099599;0.979810;0.000005;0.020185;0.923310;0.000070;0.076625;0.731059;0.880797;0.500000;0.731059;0.119203;0.880797;0.880797;0.119203;0.268941;0.500000;0.047426;0.500000;0.500000;0.047426;0.268941;0.500000;0.500000;0.006693;0.119203;0.268941;0.439301;0.665744;0.181087;0.742117;0.000000;0.787178;0.893214;0.016807;0.352744;0.113649;0.310026;0.468791;0.200047;0.477515;0.068689;0.529964;0.108903;0.422139;0.649991;0.337602;0.968005;0.001144;0.030853;0.990275;0.000005;0.009725;0.970470;0.000040;0.029490;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.017986;0.268941;0.880797;0.952574;0.268941;0.880797;0.880797;0.006693;0.017986;0.500000;0.268941;0.500000;0.880797;0.350692;0.086748;0.078493;0.093215;0.397714;0.154204;0.209159;0.089562;0.297339;0.896692;0.790344;0.073373;0.636453;0.696778;0.000000;0.296713;0.449176;0.635758;0.120575;0.722922;0.993907;0.001241;0.004852;0.999490;0.000000;0.000510;0.995380;0.000115;0.004505;0.268941;0.952574;0.268941;0.268941;0.119203;0.731059;0.500000;0.268941;0.880797;0.268941;0.500000;0.731059;0.952574;0.268941;0.017986;0.268941;0.500000;0.017986;0.731059;0.500000;0.329599;0.689332;0.352059;0.687402;0.198293;0.834519;0.697411;0.031615;0.290079;0.320168;0.266002;0.641067;0.675682;0.183023;0.351831;0.639225;0.332700;0.398912;0.753246;0.358703;0.988958;0.001281;0.009761;0.999650;0.000000;0.000350;0.996815;0.000040;0.003145;0.731059;0.731059;0.500000;0.952574;0.017986;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.731059;0.268941;0.119203;0.017986;0.731059;0.500000;0.006693;0.119203;0.119203;0.452642;0.580055;0.607067;0.572975;0.753989;0.855573;0.867266;0.342990;0.238849;0.069526;0.305551;0.575664;0.481758;0.479012;0.000000;0.562669;0.192010;0.363547;0.117533;0.123792;0.985293;0.000038;0.014667;0.999710;0.000000;0.000285;0.995905;0.000015;0.004080;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.500000;0.268941;0.047426;0.500000;0.500000;0.500000;0.119203;0.500000;0.606828;0.802025;0.804239;0.509249;0.000000;0.000000;0.641297;0.000000;0.396995;0.521986;0.293385;0.719705;0.583219;0.405645;0.000000;0.565128;0.577617;0.000000;0.000000;0.436101;0.979348;0.005637;0.015015;0.999985;0.000000;0.000015;0.994540;0.000010;0.005450;0.500000;0.017986;0.047426;0.006693;0.268941;0.119203;0.047426;0.047426;0.500000;0.731059;0.880797;0.047426;0.993307;0.982014;0.006693;0.047426;0.047426;0.880797;0.952574;0.500000;0.719302;0.534943;0.000000;0.000000;0.000000;0.402274;0.234334;0.000000;0.000000;0.684602;0.793639;0.000000;0.546614;0.747439;0.340740;0.557248;0.000000;0.878147;0.566847;0.688261;0.994323;0.003886;0.001791;0.999950;0.000000;0.000050;0.995545;0.000010;0.004445
0.731059;0.500000;0.268941;0.952574;0.119203;0.500000;0.952574;0.268941;0.500000;0.047426;0.017986;0.500000;0.119203;0.006693;0.880797;0.500000;0.500000;0.006693;0.047426;0.119203;0.455617;0.132619;0.496250;0.279086;0.229701;0.111155;0.527472;0.180791;0.096129;0.524730;0.605157;0.466550;0.262309;0.609450;0.921290;0.479262;0.597486;0.350009;0.255784;0.145667;0.393686;0.005201;0.601113;0.385170;0.000000;0.614830;0.450900;0.007460;0.541640;0.731059;0.880797;0.268941;0.731059;0.119203;0.731059;0.731059;0.119203;0.731059;0.119203;0.119203;0.952574;0.268941;0.119203;0.119203;0.731059;0.268941;0.006693;0.047426;0.119203;0.231831;0.445962;0.674147;0.636684;0.181830;0.382016;0.404440;0.166589;0.575664;0.191391;0.309384;0.663292;0.183772;0.555026;0.503500;0.848258;0.758047;0.000000;0.134470;0.323223;0.432389;0.001162;0.566446;0.550185;0.000010;0.449800;0.461935;0.003405;0.534655;0.880797;0.500000;0.268941;0.268941;0.119203;0.268941;0.268941;0.500000;0.880797;0.268941;0.119203;0.268941;0.119203;0.268941;0.880797;0.500000;0.500000;0.500000;0.880797;0.500000;0.280497;0.452147;0.607305;0.714634;0.359854;0.668853;0.720713;0.166173;0.192632;0.420919;0.385563;0.670622;0.495000;0.363547;0.764408;0.567829;0.173934;0.268156;0.683521;0.197657;0.841113;0.000142;0.158745;0.888935;0.000010;0.111055;0.874770;0.000350;0.124880;0.731059;0.880797;0.731059;0.880797;0.119203;0.952574;0.880797;0.119203;0.268941;0.047426;0.017986;0.952574;0.500000;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.119203;0.523732;0.357094;0.452147;0.756576;0.000000;0.875991;0.811380;0.100562;0.378011;0.216022;0.123143;0.704329;0.383197;0.475769;0.577129;0.690616;0.178726;0.000000;0.095868;0.158025;0.900356;0.000046;0.099599;0.979810;0.000005;0.020185;0.923310;0.000070;0.076625;0.731059;0.880797;0.500000;0.731059;0.119203;0.880797;0.880797;0.119203;0.268941;0.500000;0.047426;0.500000;0.500000;0.047426;0.268941;0.500000;0.500000;0.006693;0.119203;0.268941;0.439301;0.665744;0.181087;0.742117;0.000000;0.787178;0.893214;0.016807;0.352744;0.113649;0.310026;0.468791;0.200047;0.477515;0.068689;0.529964;0.108903;0.422139;0.649991;0.337602;0.968005;0.001144;0.030853;0.990275;0.000005;0.009725;0.970470;0.000040;0.029490;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.017986;0.268941;0.880797;0.952574;0.268941;0.880797;0.880797;0.006693;0.017986;0.500000;0.268941;0.500000;0.880797;0.350692;0.086748;0.078493;0.093215;0.397714;0.154204;0.209159;0.089562;0.297339;0.896692;0.790344;0.073373;0.636453;0.696778;0.000000;0.296713;0.449176;0.635758;0.120575;0.722922;0.993907;0.001241;0.004852;0.999490;0.000000;0.000510;0.995380;0.000115;0.004505;0.268941;0.952574;0.268941;0.268941;0.119203;0.731059;0.500000;0.268941;0.880797;0.268941;0.500000;0.731059;0.952574;0.268941;0.017986;0.268941;0.500000;0.017986;0.731059;0.500000;0.329599;0.689332;0.352059;0.687402;0.198293;0.834519;0.697411;0.031615;0.290079;0.320168;0.266002;0.641067;0.675682;0.183023;0.351831;0.639225;0.332700;0.398912;0.753246;0.358703;0.988958;0.001281;0.009761;0.999650;0.000000;0.000350;0.996815;0.000040;0.003145;0.731059;0.731059;0.500000;0.952574;0.017986;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.731059;0.268941;0.119203;0.017986;0.731059;0.500000;0.006693;0.119203;0.119203;0.452642;0.580055;0.607067;0.572975;0.753989;0.855573;0.867266;0.342990;0.238849;0.069526;0.305551;0.575664;0.481758;0.479012;0.000000;0.562669;0.192010;0.363547;0.117533;0.123792;0.985293;0.000038;0.014667;0.999710;0.000000;0.000285;0.995905;0.000015;0.004080;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.500000;0.268941;0.047426;0.500000;0.500000;0.500000;0.119203;0.500000;0.606828;0.802025;0.804239;0.509249;0.000000;0.000000;0.641297;0.000000;0.396995;0.521986;0.293385;0.719705;0.583219;0.405645;0.000000;0.565128;0.577617;0.000000;0.000000;0.436101;0.979348;0.005637;0.015015;0.999985;0.000000;0.000015;0.994540;0.000010;0.005450;0.500000;0.017986;0.047426;0.006693;0.268941;0.119203;0.047426;0.047426;0.500000;0.731059;0.880797;0.047426;0.993307;0.982014;0.006693;0.047426;0.047426;0.880797;0.952574;0.500000;0.719302;0.534943;0.000000;0.000000;0.000000;0.402274;0.234334;0.000000;0.000000;0.684602;0.793639;0.000000;0.546614;0.747439;0.340740;0.557248;0.000000;0.878147;0.566847;0.688261;0.994323;0.003886;0.001791;0.999950;0.000000;0.000050;0.995545;0.000010;0.004445;0.500000;0.731059;0.731059;0.731059;0.047426;0.731059;0.731059;0.119203;0.500000;0.500000;0.731059;0.500000;0.880797;0.268941;0.268941;0.268941;0.500000;0.047426;0.500000;0.268941;0.179167;0.795597;0.304280;0.626914;0.000000;0.459092;0.805182;0.184824;0.434626;0.637378;0.589040;0.626680;0.553544;0.588314;0.302167;0.310454;0.411444;0.000000;0.000000;0.209822;0.993189;0.000233;0.006578;0.999950;0.000000;0.000050;0.998190;0.000000;0.001810
0.731059;0.880797;0.268941;0.731059;0.119203;0.731059;0.731059;0.119203;0.731059;0.119203;0.119203;0.952574;0.268941;0.119203;0.119203;0.731059;0.268941;0.006693;0.047426;0.119203;0.231831;0.445962;0.674147;0.636684;0.181830;0.382016;0.404440;0.166589;0.575664;0.191391;0.309384;0.663292;0.183772;0.555026;0.503500;0.848258;0.758047;0.000000;0.134470;0.323223;0.432389;0.001162;0.566446;0.550185;0.000010;0.449800;0.461935;0.003405;0.534655;0.880797;0.500000;0.268941;0.268941;0.119203;0.268941;0.268941;0.500000;0.880797;0.268941;0.119203;0.268941;0.119203;0.268941;0.880797;0.500000;0.500000;0.500000;0.880797;0.500000;0.280497;0.452147;0.607305;0.714634;0.359854;0.668853;0.720713;0.166173;0.192632;0.420919;0.385563;0.670622;0.495000;0.363547;0.764408;0.567829;0.173934;0.268156;0.683521;0.197657;0.841113;0.000142;0.158745;0.888935;0.000010;0.111055;0.874770;0.000350;0.124880;0.731059;0.880797;0.731059;0.880797;0.119203;0.952574;0.880797;0.119203;0.268941;0.047426;0.017986;0.952574;0.500000;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.119203;0.523732;0.357094;0.452147;0.756576;0.000000;0.875991;0.811380;0.100562;0.378011;0.216022;0.123143;0.704329;0.383197;0.475769;0.577129;0.690616;0.178726;0.000000;0.095868;0.158025;0.900356;0.000046;0.099599;0.979810;0.000005;0.020185;0.923310;0.000070;0.076625;0.731059;0.880797;0.500000;0.731059;0.119203;0.880797;0.880797;0.119203;0.268941;0.500000;0.047426;0.500000;0.500000;0.047426;0.268941;0.500000;0.500000;0.006693;0.119203;0.268941;0.439301;0.665744;0.181087;0.742117;0.000000;0.787178;0.893214;0.016807;0.352744;0.113649;0.310026;0.468791;0.200047;0.477515;0.068689;0.529964;0.108903;0.422139;0.649991;0.337602;0.968005;0.001144;0.030853;0.990275;0.000005;0.009725;0.970470;0.000040;0.029490;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.017986;0.268941;0.880797;0.952574;0.268941;0.880797;0.880797;0.006693;0.017986;0.500000;0.268941;0.500000;0.880797;0.350692;0.086748;0.078493;0.093215;0.397714;0.154204;0.209159;0.089562;0.297339;0.896692;0.790344;0.073373;0.636453;0.696778;0.000000;0.296713;0.449176;0.635758;0.120575;0.722922;0.993907;0.001241;0.004852;0.999490;0.000000;0.000510;0.995380;0.000115;0.004505;0.268941;0.952574;0.268941;0.268941;0.119203;0.731059;0.500000;0.268941;0.880797;0.268941;0.500000;0.731059;0.952574;0.268941;0.017986;0.268941;0.500000;0.017986;0.731059;0.500000;0.329599;0.689332;0.352059;0.687402;0.198293;0.834519;0.697411;0.031615;0.290079;0.320168;0.266002;0.641067;0.675682;0.183023;0.351831;0.639225;0.332700;0.398912;0.753246;0.358703;0.988958;0.001281;0.009761;0.999650;0.000000;0.000350;0.996815;0.000040;0.003145;0.731059;0.731059;0.500000;0.952574;0.017986;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.731059;0.268941;0.119203;0.017986;0.731059;0.500000;0.006693;0.119203;0.119203;0.452642;0.580055;0.607067;0.572975;0.753989;0.855573;0.867266;0.342990;0.238849;0.069526;0.305551;0.575664;0.481758;0.479012;0.000000;0.562669;0.192010;0.363547;0.117533;0.123792;0.985293;0.000038;0.014667;0.999710;0.000000;0.000285;0.995905;0.000015;0.004080;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.500000;0.268941;0.047426;0.500000;0.500000;0.500000;0.119203;0.500000;0.606828;0.802025;0.804239;0.509249;0.000000;0.000000;0.641297;0.000000;0.396995;0.521986;0.293385;0.719705;0.583219;0.405645;0.000000;0.565128;0.577617;0.000000;0.000000;0.436101;0.979348;0.005637;0.015015;0.999985;0.000000;0.000015;0.994540;0.000010;0.005450;0.500000;0.017986;0.047426;0.006693;0.268941;0.119203;0.047426;0.047426;0.500000;0.731059;0.880797;0.047426;0.993307;0.982014;0.006693;0.047426;0.047426;0.880797;0.952574;0.500000;0.719302;0.534943;0.000000;0.000000;0.000000;0.402274;0.234334;0.000000;0.000000;0.684602;0.793639;0.000000;0.546614;0.747439;0.340740;0.557248;0.000000;0.878147;0.566847;0.688261;0.994323;0.003886;0.001791;0.999950;0.000000;0.000050;0.995545;0.000010;0.004445;0.500000;0.731059;0.731059;0.731059;0.047426;0.731059;0.731059;0.119203;0.500000;0.500000;0.731059;0.500000;0.880797;0.268941;0.268941;0.268941;0.500000;0.047426;0.500000;0.268941;0.179167;0.795597;0.304280;0.626914;0.000000;0.459092;0.805182;0.184824;0.434626;0.637378;0.589040;0.626680;0.553544;0.588314;0.302167;0.310454;0.411444;0.000000;0.000000;0.209822;0.993189;0.000233;0.006578;0.999950;0.000000;0.000050;0.998190;0.000000;0.001810;0.731059;0.731059;0.500000;0.731059;0.047426;0.731059;0.500000;0.880797;0.880797;0.047426;0.119203;0.731059;0.268941;0.047426;0.119203;0.500000;0.268941;0.017986;0.119203;0.119203;0.677870;0.735167;0.777473;0.759876;0.000000;0.827641;0.773994;0.597967;0.000000;0.316047;0.000000;0.449424;0.000000;0.000000;0.313028;0.552061;0.000000;0.000000;0.384143;0.182575;0.999115;0.000211;0.000674;0.999355;0.000000;0.000645;0.999255;0.000000;0.000745
0.880797;0.500000;0.268941;0.268941;0.119203;0.268941;0.268941;0.500000;0.880797;0.268941;0.119203;0.268941;0.119203;0.268941;0.880797;0.500000;0.500000;0.500000;0.880797;0.500000;0.280497;0.452147;0.607305;0.714634;0.359854;0.668853;0.720713;0.166173;0.192632;0.420919;0.385563;0.670622;0.495000;0.363547;0.764408;0.567829;0.173934;0.268156;0.683521;0.197657;0.841113;0.000142;0.158745;0.888935;0.000010;0.111055;0.874770;0.000350;0.124880;0.731059;0.880797;0.731059;0.880797;0.119203;0.952574;0.880797;0.119203;0.268941;0.047426;0.017986;0.952574;0.500000;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.119203;0.523732;0.357094;0.452147;0.756576;0.000000;0.875991;0.811380;0.100562;0.378011;0.216022;0.123143;0.704329;0.383197;0.475769;0.577129;0.690616;0.178726;0.000000;0.095868;0.158025;0.900356;0.000046;0.099599;0.979810;0.000005;0.020185;0.923310;0.000070;0.076625;0.731059;0.880797;0.500000;0.731059;0.119203;0.880797;0.880797;0.119203;0.268941;0.500000;0.047426;0.500000;0.500000;0.047426;0.268941;0.500000;0.500000;0.006693;0.119203;0.268941;0.439301;0.665744;0.181087;0.742117;0.000000;0.787178;0.893214;0.016807;0.352744;0.113649;0.310026;0.468791;0.200047;0.477515;0.068689;0.529964;0.108903;0.422139;0.649991;0.337602;0.968005;0.001144;0.030853;0.990275;0.000005;0.009725;0.970470;0.000040;0.029490;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.017986;0.268941;0.880797;0.952574;0.268941;0.880797;0.880797;0.006693;0.017986;0.500000;0.268941;0.500000;0.880797;0.350692;0.086748;0.078493;0.093215;0.397714;0.154204;0.209159;0.089562;0.297339;0.896692;0.790344;0.073373;0.636453;0.696778;0.000000;0.296713;0.449176;0.635758;0.120575;0.722922;0.993907;0.001241;0.004852;0.999490;0.000000;0.000510;0.995380;0.000115;0.004505;0.268941;0.952574;0.268941;0.268941;0.119203;0.731059;0.500000;0.268941;0.880797;0.268941;0.500000;0.731059;0.952574;0.268941;0.017986;0.268941;0.500000;0.017986;0.731059;0.500000;0.329599;0.689332;0.352059;0.687402;0.198293;0.834519;0.697411;0.031615;0.290079;0.320168;0.266002;0.641067;0.675682;0.183023;0.351831;0.639225;0.332700;0.398912;0.753246;0.358703;0.988958;0.001281;0.009761;0.999650;0.000000;0.000350;0.996815;0.000040;0.003145;0.731059;0.731059;0.500000;0.952574;0.017986;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.731059;0.268941;0.119203;0.017986;0.731059;0.500000;0.006693;0.119203;0.119203;0.452642;0.580055;0.607067;0.572975;0.753989;0.855573;0.867266;0.342990;0.238849;0.069526;0.305551;0.575664;0.481758;0.479012;0.000000;0.562669;0.192010;0.363547;0.117533;0.123792;0.985293;0.000038;0.014667;0.999710;0.000000;0.000285;0.995905;0.000015;0.004080;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.500000;0.268941;0.047426;0.500000;0.500000;0.500000;0.119203;0.500000;0.606828;0.802025;0.804239;0.509249;0.000000;0.000000;0.641297;0.000000;0.396995;0.521986;0.293385;0.719705;0.583219;0.405645;0.000000;0.565128;0.577617;0.000000;0.000000;0.436101;0.979348;0.005637;0.015015;0.999985;0.000000;0.000015;0.994540;0.000010;0.005450;0.500000;0.017986;0.047426;0.006693;0.268941;0.119203;0.047426;0.047426;0.500000;0.731059;0.880797;0.047426;0.993307;0.982014;0.006693;0.047426;0.047426;0.880797;0.952574;0.500000;0.719302;0.534943;0.000000;0.000000;0.000000;0.402274;0.234334;0.000000;0.000000;0.684602;0.793639;0.000000;0.546614;0.747439;0.340740;0.557248;0.000000;0.878147;0.566847;0.688261;0.994323;0.003886;0.001791;0.999950;0.000000;0.000050;0.995545;0.000010;0.004445;0.500000;0.731059;0.731059;0.731059;0.047426;0.731059;0.731059;0.119203;0.500000;0.500000;0.731059;0.500000;0.880797;0.268941;0.268941;0.268941;0.500000;0.047426;0.500000;0.268941;0.179167;0.795597;0.304280;0.626914;0.000000;0.459092;0.805182;0.184824;0.434626;0.637378;0.589040;0.626680;0.553544;0.588314;0.302167;0.310454;0.411444;0.000000;0.000000;0.209822;0.993189;0.000233;0.006578;0.999950;0.000000;0.000050;0.998190;0.000000;0.001810;0.731059;0.731059;0.500000;0.731059;0.047426;0.731059;0.500000;0.880797;0.880797;0.047426;0.119203;0.731059;0.268941;0.047426;0.119203;0.500000;0.268941;0.017986;0.119203;0.119203;0.677870;0.735167;0.777473;0.759876;0.000000;0.827641;0.773994;0.597967;0.000000;0.316047;0.000000;0.449424;0.000000;0.000000;0.313028;0.552061;0.000000;0.000000;0.384143;0.182575;0.999115;0.000211;0.000674;0.999355;0.000000;0.000645;0.999255;0.000000;0.000745;0.268941;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.268941;0.268941;0.880797;0.731059;0.047426;0.952574;0.880797;0.047426;0.047426;0.268941;0.999089;0.731059;0.731059;0.000000;0.505500;0.370051;0.000000;0.606351;0.000000;0.421895;0.374022;0.659260;0.456113;0.782280;0.649991;0.767099;0.827213;0.000000;0.554285;0.000000;0.876099;0.595319;0.363547;0.998113;0.000171;0.001716;0.999270;0.000005;0.000725;0.999490;0.000000;0.000510
0.731059;0.880797;0.731059;0.880797;0.119203;0.952574;0.880797;0.119203;0.268941;0.047426;0.017986;0.952574;0.500000;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.119203;0.523732;0.357094;0.452147;0.756576;0.000000;0.875991;0.811380;0.100562;0.378011;0.216022;0.123143;0.704329;0.383197;0.475769;0.577129;0.690616;0.178726;0.000000;0.095868;0.158025;0.900356;0.000046;0.099599;0.979810;0.000005;0.020185;0.923310;0.000070;0.076625;0.731059;0.880797;0.500000;0.731059;0.119203;0.880797;0.880797;0.119203;0.268941;0.500000;0.047426;0.500000;0.500000;0.047426;0.268941;0.500000;0.500000;0.006693;0.119203;0.268941;0.439301;0.665744;0.181087;0.742117;0.000000;0.787178;0.893214;0.016807;0.352744;0.113649;0.310026;0.468791;0.200047;0.477515;0.068689;0.529964;0.108903;0.422139;0.649991;0.337602;0.968005;0.001144;0.030853;0.990275;0.000005;0.009725;0.970470;0.000040;0.029490;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.017986;0.268941;0.880797;0.952574;0.268941;0.880797;0.880797;0.006693;0.017986;0.500000;0.268941;0.500000;0.880797;0.350692;0.086748;0.078493;0.093215;0.397714;0.154204;0.209159;0.089562;0.297339;0.896692;0.790344;0.073373;0.636453;0.696778;0.000000;0.296713;0.449176;0.635758;0.120575;0.722922;0.993907;0.001241;0.004852;0.999490;0.000000;0.000510;0.995380;0.000115;0.004505;0.268941;0.952574;0.268941;0.268941;0.119203;0.731059;0.500000;0.268941;0.880797;0.268941;0.500000;0.731059;0.952574;0.268941;0.017986;0.268941;0.500000;0.017986;0.731059;0.500000;0.329599;0.689332;0.352059;0.687402;0.198293;0.834519;0.697411;0.031615;0.290079;0.320168;0.266002;0.641067;0.675682;0.183023;0.351831;0.639225;0.332700;0.398912;0.753246;0.358703;0.988958;0.001281;0.009761;0.999650;0.000000;0.000350;0.996815;0.000040;0.003145;0.731059;0.731059;0.500000;0.952574;0.017986;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.731059;0.268941;0.119203;0.017986;0.731059;0.500000;0.006693;0.119203;0.119203;0.452642;0.580055;0.607067;0.572975;0.753989;0.855573;0.867266;0.342990;0.238849;0.069526;0.305551;0.575664;0.481758;0.479012;0.000000;0.562669;0.192010;0.363547;0.117533;0.123792;0.985293;0.000038;0.014667;0.999710;0.000000;0.000285;0.995905;0.000015;0.004080;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.500000;0.268941;0.047426;0.500000;0.500000;0.500000;0.119203;0.500000;0.606828;0.802025;0.804239;0.509249;0.000000;0.000000;0.641297;0.000000;0.396995;0.521986;0.293385;0.719705;0.583219;0.405645;0.000000;0.565128;0.577617;0.000000;0.000000;0.436101;0.979348;0.005637;0.015015;0.999985;0.000000;0.000015;0.994540;0.000010;0.005450;0.500000;0.017986;0.047426;0.006693;0.268941;0.119203;0.047426;0.047426;0.500000;0.731059;0.880797;0.047426;0.993307;0.982014;0.006693;0.047426;0.047426;0.880797;0.952574;0.500000;0.719302;0.534943;0.000000;0.000000;0.000000;0.402274;0.234334;0.000000;0.000000;0.684602;0.793639;0.000000;0.546614;0.747439;0.340740;0.557248;0.000000;0.878147;0.566847;0.688261;0.994323;0.003886;0.001791;0.999950;0.000000;0.000050;0.995545;0.000010;0.004445;0.500000;0.731059;0.731059;0.731059;0.047426;0.731059;0.731059;0.119203;0.500000;0.500000;0.731059;0.500000;0.880797;0.268941;0.268941;0.268941;0.500000;0.047426;0.500000;0.268941;0.179167;0.795597;0.304280;0.626914;0.000000;0.459092;0.805182;0.184824;0.434626;0.637378;0.589040;0.626680;0.553544;0.588314;0.302167;0.310454;0.411444;0.000000;0.000000;0.209822;0.993189;0.000233;0.006578;0.999950;0.000000;0.000050;0.998190;0.000000;0.001810;0.731059;0.731059;0.500000;0.731059;0.047426;0.731059;0.500000;0.880797;0.880797;0.047426;0.119203;0.731059;0.268941;0.047426;0.119203;0.500000;0.268941;0.017986;0.119203;0.119203;0.677870;0.735167;0.777473;0.759876;0.000000;0.827641;0.773994;0.597967;0.000000;0.316047;0.000000;0.449424;0.000000;0.000000;0.313028;0.552061;0.000000;0.000000;0.384143;0.182575;0.999115;0.000211;0.000674;0.999355;0.000000;0.000645;0.999255;0.000000;0.000745;0.268941;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.268941;0.268941;0.880797;0.731059;0.047426;0.952574;0.880797;0.047426;0.047426;0.268941;0.999089;0.731059;0.731059;0.000000;0.505500;0.370051;0.000000;0.606351;0.000000;0.421895;0.374022;0.659260;0.456113;0.782280;0.649991;0.767099;0.827213;0.000000;0.554285;0.000000;0.876099;0.595319;0.363547;0.998113;0.000171;0.001716;0.999270;0.000005;0.000725;0.999490;0.000000;0.000510;0.500000;0.006693;0.006693;0.006693;0.119203;0.047426;0.006693;0.047426;0.006693;0.006693;0.017986;0.006693;0.119203;0.880797;0.006693;0.017986;0.006693;0.999994;0.268941;0.047426;0.286182;0.504250;0.000000;0.000000;0.582975;0.382725;0.000000;0.000000;0.539666;0.749510;0.391741;0.220458;0.546862;0.915134;0.000000;0.000000;0.000000;0.989250;0.000000;0.671946;0.998331;0.000116;0.001553;0.998310;0.000005;0.001685;0.999660;0.000000;0.000340
0.731059;0.880797;0.500000;0.731059;0.119203;0.880797;0.880797;0.119203;0.268941;0.500000;0.047426;0.500000;0.500000;0.047426;0.268941;0.500000;0.500000;0.006693;0.119203;0.268941;0.439301;0.665744;0.181087;0.742117;0.000000;0.787178;0.893214;0.016807;0.352744;0.113649;0.310026;0.468791;0.200047;0.477515;0.068689;0.529964;0.108903;0.422139;0.649991;0.337602;0.968005;0.001144;0.030853;0.990275;0.000005;0.009725;0.970470;0.000040;0.029490;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.017986;0.268941;0.880797;0.952574;0.268941;0.880797;0.880797;0.006693;0.017986;0.500000;0.268941;0.500000;0.880797;0.350692;0.086748;0.078493;0.093215;0.397714;0.154204;0.209159;0.089562;0.297339;0.896692;0.790344;0.073373;0.636453;0.696778;0.000000;0.296713;0.449176;0.635758;0.120575;0.722922;0.993907;0.001241;0.004852;0.999490;0.000000;0.000510;0.995380;0.000115;0.004505;0.268941;0.952574;0.268941;0.268941;0.119203;0.731059;0.500000;0.268941;0.880797;0.268941;0.500000;0.731059;0.952574;0.268941;0.017986;0.268941;0.500000;0.017986;0.731059;0.500000;0.329599;0.689332;0.352059;0.687402;0.198293;0.834519;0.697411;0.031615;0.290079;0.320168;0.266002;0.641067;0.675682;0.183023;0.351831;0.639225;0.332700;0.398912;0.753246;0.358703;0.988958;0.001281;0.009761;0.999650;0.000000;0.000350;0.996815;0.000040;0.003145;0.731059;0.731059;0.500000;0.952574;0.017986;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.731059;0.268941;0.119203;0.017986;0.731059;0.500000;0.006693;0.119203;0.119203;0.452642;0.580055;0.607067;0.572975;0.753989;0.855573;0.867266;0.342990;0.238849;0.069526;0.305551;0.575664;0.481758;0.479012;0.000000;0.562669;0.192010;0.363547;0.117533;0.123792;0.985293;0.000038;0.014667;0.999710;0.000000;0.000285;0.995905;0.000015;0.004080;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.500000;0.268941;0.047426;0.500000;0.500000;0.500000;0.119203;0.500000;0.606828;0.802025;0.804239;0.509249;0.000000;0.000000;0.641297;0.000000;0.396995;0.521986;0.293385;0.719705;0.583219;0.405645;0.000000;0.565128;0.577617;0.000000;0.000000;0.436101;0.979348;0.005637;0.015015;0.999985;0.000000;0.000015;0.994540;0.000010;0.005450;0.500000;0.017986;0.047426;0.006693;0.268941;0.119203;0.047426;0.047426;0.500000;0.731059;0.880797;0.047426;0.993307;0.982014;0.006693;0.047426;0.047426;0.880797;0.952574;0.500000;0.719302;0.534943;0.000000;0.000000;0.000000;0.402274;0.234334;0.000000;0.000000;0.684602;0.793639;0.000000;0.546614;0.747439;0.340740;0.557248;0.000000;0.878147;0.566847;0.688261;0.994323;0.003886;0.001791;0.999950;0.000000;0.000050;0.995545;0.000010;0.004445;0.500000;0.731059;0.731059;0.731059;0.047426;0.731059;0.731059;0.119203;0.500000;0.500000;0.731059;0.500000;0.880797;0.268941;0.268941;0.268941;0.500000;0.047426;0.500000;0.268941;0.179167;0.795597;0.304280;0.626914;0.000000;0.459092;0.805182;0.184824;0.434626;0.637378;0.589040;0.626680;0.553544;0.588314;0.302167;0.310454;0.411444;0.000000;0.000000;0.209822;0.993189;0.000233;0.006578;0.999950;0.000000;0.000050;0.998190;0.000000;0.001810;0.731059;0.731059;0.500000;0.731059;0.047426;0.731059;0.500000;0.880797;0.880797;0.047426;0.119203;0.731059;0.268941;0.047426;0.119203;0.500000;0.268941;0.017986;0.119203;0.119203;0.677870;0.735167;0.777473;0.759876;0.000000;0.827641;0.773994;0.597967;0.000000;0.316047;0.000000;0.449424;0.000000;0.000000;0.313028;0.552061;0.000000;0.000000;0.384143;0.182575;0.999115;0.000211;0.000674;0.999355;0.000000;0.000645;0.999255;0.000000;0.000745;0.268941;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.268941;0.268941;0.880797;0.731059;0.047426;0.952574;0.880797;0.047426;0.047426;0.268941;0.999089;0.731059;0.731059;0.000000;0.505500;0.370051;0.000000;0.606351;0.000000;0.421895;0.374022;0.659260;0.456113;0.782280;0.649991;0.767099;0.827213;0.000000;0.554285;0.000000;0.876099;0.595319;0.363547;0.998113;0.000171;0.001716;0.999270;0.000005;0.000725;0.999490;0.000000;0.000510;0.500000;0.006693;0.006693;0.006693;0.119203;0.047426;0.006693;0.047426;0.006693;0.006693;0.017986;0.006693;0.119203;0.880797;0.006693;0.017986;0.006693;0.999994;0.268941;0.047426;0.286182;0.504250;0.000000;0.000000;0.582975;0.382725;0.000000;0.000000;0.539666;0.749510;0.391741;0.220458;0.546862;0.915134;0.000000;0.000000;0.000000;0.989250;0.000000;0.671946;0.998331;0.000116;0.001553;0.998310;0.000005;0.001685;0.999660;0.000000;0.000340;0.268941;0.731059;0.880797;0.952574;0.017986;0.880797;0.952574;0.119203;0.500000;0.119203;0.119203;0.500000;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.441519;0.766562;0.587102;0.742499;0.000000;0.829346;0.661503;0.000000;0.000000;0.000000;0.252184;0.742499;0.539418;0.000000;0.000000;0.800433;0.181384;0.000000;0.770653;0.196866;0.996304;0.000106;0.003589;0.991755;0.000010;0.008235;0.999850;0.000000;0.000150
0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.017986;0.268941;0.880797;0.952574;0.268941;0.880797;0.880797;0.006693;0.017986;0.500000;0.268941;0.500000;0.880797;0.350692;0.086748;0.078493;0.093215;0.397714;0.154204;0.209159;0.089562;0.297339;0.896692;0.790344;0.073373;0.636453;0.696778;0.000000;0.296713;0.449176;0.635758;0.120575;0.722922;0.993907;0.001241;0.004852;0.999490;0.000000;0.000510;0.995380;0.000115;0.004505;0.268941;0.952574;0.268941;0.268941;0.119203;0.731059;0.500000;0.268941;0.880797;0.268941;0.500000;0.731059;0.952574;0.268941;0.017986;0.268941;0.500000;0.017986;0.731059;0.500000;0.329599;0.689332;0.352059;0.687402;0.198293;0.834519;0.697411;0.031615;0.290079;0.320168;0.266002;0.641067;0.675682;0.183023;0.351831;0.639225;0.332700;0.398912;0.753246;0.358703;0.988958;0.001281;0.009761;0.999650;0.000000;0.000350;0.996815;0.000040;0.003145;0.731059;0.731059;0.500000;0.952574;0.017986;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.731059;0.268941;0.119203;0.017986;0.731059;0.500000;0.006693;0.119203;0.119203;0.452642;0.580055;0.607067;0.572975;0.753989;0.855573;0.867266;0.342990;0.238849;0.069526;0.305551;0.575664;0.481758;0.479012;0.000000;0.562669;0.192010;0.363547;0.117533;0.123792;0.985293;0.000038;0.014667;0.999710;0.000000;0.000285;0.995905;0.000015;0.004080;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.500000;0.268941;0.047426;0.500000;0.500000;0.500000;0.119203;0.500000;0.606828;0.802025;0.804239;0.509249;0.000000;0.000000;0.641297;0.000000;0.396995;0.521986;0.293385;0.719705;0.583219;0.405645;0.000000;0.565128;0.577617;0.000000;0.000000;0.436101;0.979348;0.005637;0.015015;0.999985;0.000000;0.000015;0.994540;0.000010;0.005450;0.500000;0.017986;0.047426;0.006693;0.268941;0.119203;0.047426;0.047426;0.500000;0.731059;0.880797;0.047426;0.993307;0.982014;0.006693;0.047426;0.047426;0.880797;0.952574;0.500000;0.719302;0.534943;0.000000;0.000000;0.000000;0.402274;0.234334;0.000000;0.000000;0.684602;0.793639;0.000000;0.546614;0.747439;0.340740;0.557248;0.000000;0.878147;0.566847;0.688261;0.994323;0.003886;0.001791;0.999950;0.000000;0.000050;0.995545;0.000010;0.004445;0.500000;0.731059;0.731059;0.731059;0.047426;0.731059;0.731059;0.119203;0.500000;0.500000;0.731059;0.500000;0.880797;0.268941;0.268941;0.268941;0.500000;0.047426;0.500000;0.268941;0.179167;0.795597;0.304280;0.626914;0.000000;0.459092;0.805182;0.184824;0.434626;0.637378;0.589040;0.626680;0.553544;0.588314;0.302167;0.310454;0.411444;0.000000;0.000000;0.209822;0.993189;0.000233;0.006578;0.999950;0.000000;0.000050;0.998190;0.000000;0.001810;0.731059;0.731059;0.500000;0.731059;0.047426;0.731059;0.500000;0.880797;0.880797;0.047426;0.119203;0.731059;0.268941;0.047426;0.119203;0.500000;0.268941;0.017986;0.119203;0.119203;0.677870;0.735167;0.777473;0.759876;0.000000;0.827641;0.773994;0.597967;0.000000;0.316047;0.000000;0.449424;0.000000;0.000000;0.313028;0.552061;0.000000;0.000000;0.384143;0.182575;0.999115;0.000211;0.000674;0.999355;0.000000;0.000645;0.999255;0.000000;0.000745;0.268941;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.268941;0.268941;0.880797;0.731059;0.047426;0.952574;0.880797;0.047426;0.047426;0.268941;0.999089;0.731059;0.731059;0.000000;0.505500;0.370051;0.000000;0.606351;0.000000;0.421895;0.374022;0.659260;0.456113;0.782280;0.649991;0.767099;0.827213;0.000000;0.554285;0.000000;0.876099;0.595319;0.363547;0.998113;0.000171;0.001716;0.999270;0.000005;0.000725;0.999490;0.000000;0.000510;0.500000;0.006693;0.006693;0.006693;0.119203;0.047426;0.006693;0.047426;0.006693;0.006693;0.017986;0.006693;0.119203;0.880797;0.006693;0.017986;0.006693;0.999994;0.268941;0.047426;0.286182;0.504250;0.000000;0.000000;0.582975;0.382725;0.000000;0.000000;0.539666;0.749510;0.391741;0.220458;0.546862;0.915134;0.000000;0.000000;0.000000;0.989250;0.000000;0.671946;0.998331;0.000116;0.001553;0.998310;0.000005;0.001685;0.999660;0.000000;0.000340;0.268941;0.731059;0.880797;0.952574;0.017986;0.880797;0.952574;0.119203;0.500000;0.119203;0.119203;0.500000;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.441519;0.766562;0.587102;0.742499;0.000000;0.829346;0.661503;0.000000;0.000000;0.000000;0.252184;0.742499;0.539418;0.000000;0.000000;0.800433;0.181384;0.000000;0.770653;0.196866;0.996304;0.000106;0.003589;0.991755;0.000010;0.008235;0.999850;0.000000;0.000150;0.731059;0.268941;0.500000;0.731059;0.119203;0.731059;0.952574;0.731059;0.880797;0.047426;0.119203;0.731059;0.268941;0.119203;0.047426;0.268941;0.731059;0.047426;0.268941;0.119203;0.457354;0.630416;0.740006;0.747439;0.000000;0.832577;0.744597;0.329157;0.000000;0.000000;0.408299;0.500500;0.658586;0.000000;0.000000;0.629949;0.270715;0.000000;0.401072;0.556014;0.984398;0.000236;0.015367;0.981800;0.000575;0.017630;0.999170;0.000000;0.000830
0.268941;0.952574;0.268941;0.268941;0.119203;0.731059;0.500000;0.268941;0.880797;0.268941;0.500000;0.731059;0.952574;0.268941;0.017986;0.268941;0.500000;0.017986;0.731059;0.500000;0.329599;0.689332;0.352059;0.687402;0.198293;0.834519;0.697411;0.031615;0.290079;0.320168;0.266002;0.641067;0.675682;0.183023;0.351831;0.639225;0.332700;0.398912;0.753246;0.358703;0.988958;0.001281;0.009761;0.999650;0.000000;0.000350;0.996815;0.000040;0.003145;0.731059;0.731059;0.500000;0.952574;0.017986;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.731059;0.268941;0.119203;0.017986;0.731059;0.500000;0.006693;0.119203;0.119203;0.452642;0.580055;0.607067;0.572975;0.753989;0.855573;0.867266;0.342990;0.238849;0.069526;0.305551;0.575664;0.481758;0.479012;0.000000;0.562669;0.192010;0.363547;0.117533;0.123792;0.985293;0.000038;0.014667;0.999710;0.000000;0.000285;0.995905;0.000015;0.004080;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.500000;0.268941;0.047426;0.500000;0.500000;0.500000;0.119203;0.500000;0.606828;0.802025;0.804239;0.509249;0.000000;0.000000;0.641297;0.000000;0.396995;0.521986;0.293385;0.719705;0.583219;0.405645;0.000000;0.565128;0.577617;0.000000;0.000000;0.436101;0.979348;0.005637;0.015015;0.999985;0.000000;0.000015;0.994540;0.000010;0.005450;0.500000;0.017986;0.047426;0.006693;0.268941;0.119203;0.047426;0.047426;0.500000;0.731059;0.880797;0.047426;0.993307;0.982014;0.006693;0.047426;0.047426;0.880797;0.952574;0.500000;0.719302;0.534943;0.000000;0.000000;0.000000;0.402274;0.234334;0.000000;0.000000;0.684602;0.793639;0.000000;0.546614;0.747439;0.340740;0.557248;0.000000;0.878147;0.566847;0.688261;0.994323;0.003886;0.001791;0.999950;0.000000;0.000050;0.995545;0.000010;0.004445;0.500000;0.731059;0.731059;0.731059;0.047426;0.731059;0.731059;0.119203;0.500000;0.500000;0.731059;0.500000;0.880797;0.268941;0.268941;0.268941;0.500000;0.047426;0.500000;0.268941;0.179167;0.795597;0.304280;0.626914;0.000000;0.459092;0.805182;0.184824;0.434626;0.637378;0.589040;0.626680;0.553544;0.588314;0.302167;0.310454;0.411444;0.000000;0.000000;0.209822;0.993189;0.000233;0.006578;0.999950;0.000000;0.000050;0.998190;0.000000;0.001810;0.731059;0.731059;0.500000;0.731059;0.047426;0.731059;0.500000;0.880797;0.880797;0.047426;0.119203;0.731059;0.268941;0.047426;0.119203;0.500000;0.268941;0.017986;0.119203;0.119203;0.677870;0.735167;0.777473;0.759876;0.000000;0.827641;0.773994;0.597967;0.000000;0.316047;0.000000;0.449424;0.000000;0.000000;0.313028;0.552061;0.000000;0.000000;0.384143;0.182575;0.999115;0.000211;0.000674;0.999355;0.000000;0.000645;0.999255;0.000000;0.000745;0.268941;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.268941;0.268941;0.880797;0.731059;0.047426;0.952574;0.880797;0.047426;0.047426;0.268941;0.999089;0.731059;0.731059;0.000000;0.505500;0.370051;0.000000;0.606351;0.000000;0.421895;0.374022;0.659260;0.456113;0.782280;0.649991;0.767099;0.827213;0.000000;0.554285;0.000000;0.876099;0.595319;0.363547;0.998113;0.000171;0.001716;0.999270;0.000005;0.000725;0.999490;0.000000;0.000510;0.500000;0.006693;0.006693;0.006693;0.119203;0.047426;0.006693;0.047426;0.006693;0.006693;0.017986;0.006693;0.119203;0.880797;0.006693;0.017986;0.006693;0.999994;0.268941;0.047426;0.286182;0.504250;0.000000;0.000000;0.582975;0.382725;0.000000;0.000000;0.539666;0.749510;0.391741;0.220458;0.546862;0.915134;0.000000;0.000000;0.000000;0.989250;0.000000;0.671946;0.998331;0.000116;0.001553;0.998310;0.000005;0.001685;0.999660;0.000000;0.000340;0.268941;0.731059;0.880797;0.952574;0.017986;0.880797;0.952574;0.119203;0.500000;0.119203;0.119203;0.500000;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.441519;0.766562;0.587102;0.742499;0.000000;0.829346;0.661503;0.000000;0.000000;0.000000;0.252184;0.742499;0.539418;0.000000;0.000000;0.800433;0.181384;0.000000;0.770653;0.196866;0.996304;0.000106;0.003589;0.991755;0.000010;0.008235;0.999850;0.000000;0.000150;0.731059;0.268941;0.500000;0.731059;0.119203;0.731059;0.952574;0.731059;0.880797;0.047426;0.119203;0.731059;0.268941;0.119203;0.047426;0.268941;0.731059;0.047426;0.268941;0.119203;0.457354;0.630416;0.740006;0.747439;0.000000;0.832577;0.744597;0.329157;0.000000;0.000000;0.408299;0.500500;0.658586;0.000000;0.000000;0.629949;0.270715;0.000000;0.401072;0.556014;0.984398;0.000236;0.015367;0.981800;0.000575;0.017630;0.999170;0.000000;0.000830;0.047426;0.047426;0.017986;0.017986;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.982014;0.119203;0.952574;0.880797;0.017986;0.047426;0.047426;0.047426;0.880797;0.500000;0.393410;0.087704;0.076987;0.000000;0.559467;0.000000;0.126640;0.000000;0.465803;0.823900;0.843433;0.139794;0.896785;0.803292;0.000000;0.049784;0.000000;0.000000;0.608259;0.671064;0.948230;0.000620;0.051152;0.879400;0.001820;0.118780;0.996480;0.000005;0.003520
0.731059;0.731059;0.500000;0.952574;0.017986;0.731059;0.880797;0.119203;0.268941;0.047426;0.047426;0.731059;0.268941;0.119203;0.017986;0.731059;0.500000;0.006693;0.119203;0.119203;0.452642;0.580055;0.607067;0.572975;0.753989;0.855573;0.867266;0.342990;0.238849;0.069526;0.305551;0.575664;0.481758;0.479012;0.000000;0.562669;0.192010;0.363547;0.117533;0.123792;0.985293;0.000038;0.014667;0.999710;0.000000;0.000285;0.995905;0.000015;0.004080;0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.500000;0.268941;0.047426;0.500000;0.500000;0.500000;0.119203;0.500000;0.606828;0.802025;0.804239;0.509249;0.000000;0.000000;0.641297;0.000000;0.396995;0.521986;0.293385;0.719705;0.583219;0.405645;0.000000;0.565128;0.577617;0.000000;0.000000;0.436101;0.979348;0.005637;0.015015;0.999985;0.000000;0.000015;0.994540;0.000010;0.005450;0.500000;0.017986;0.047426;0.006693;0.268941;0.119203;0.047426;0.047426;0.500000;0.731059;0.880797;0.047426;0.993307;0.982014;0.006693;0.047426;0.047426;0.880797;0.952574;0.500000;0.719302;0.534943;0.000000;0.000000;0.000000;0.402274;0.234334;0.000000;0.000000;0.684602;0.793639;0.000000;0.546614;0.747439;0.340740;0.557248;0.000000;0.878147;0.566847;0.688261;0.994323;0.003886;0.001791;0.999950;0.000000;0.000050;0.995545;0.000010;0.004445;0.500000;0.731059;0.731059;0.731059;0.047426;0.731059;0.731059;0.119203;0.500000;0.500000;0.731059;0.500000;0.880797;0.268941;0.268941;0.268941;0.500000;0.047426;0.500000;0.268941;0.179167;0.795597;0.304280;0.626914;0.000000;0.459092;0.805182;0.184824;0.434626;0.637378;0.589040;0.626680;0.553544;0.588314;0.302167;0.310454;0.411444;0.000000;0.000000;0.209822;0.993189;0.000233;0.006578;0.999950;0.000000;0.000050;0.998190;0.000000;0.001810;0.731059;0.731059;0.500000;0.731059;0.047426;0.731059;0.500000;0.880797;0.880797;0.047426;0.119203;0.731059;0.268941;0.047426;0.119203;0.500000;0.268941;0.017986;0.119203;0.119203;0.677870;0.735167;0.777473;0.759876;0.000000;0.827641;0.773994;0.597967;0.000000;0.316047;0.000000;0.449424;0.000000;0.000000;0.313028;0.552061;0.000000;0.000000;0.384143;0.182575;0.999115;0.000211;0.000674;0.999355;0.000000;0.000645;0.999255;0.000000;0.000745;0.268941;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.268941;0.268941;0.880797;0.731059;0.047426;0.952574;0.880797;0.047426;0.047426;0.268941;0.999089;0.731059;0.731059;0.000000;0.505500;0.370051;0.000000;0.606351;0.000000;0.421895;0.374022;0.659260;0.456113;0.782280;0.649991;0.767099;0.827213;0.000000;0.554285;0.000000;0.876099;0.595319;0.363547;0.998113;0.000171;0.001716;0.999270;0.000005;0.000725;0.999490;0.000000;0.000510;0.500000;0.006693;0.006693;0.006693;0.119203;0.047426;0.006693;0.047426;0.006693;0.006693;0.017986;0.006693;0.119203;0.880797;0.006693;0.017986;0.006693;0.999994;0.268941;0.047426;0.286182;0.504250;0.000000;0.000000;0.582975;0.382725;0.000000;0.000000;0.539666;0.749510;0.391741;0.220458;0.546862;0.915134;0.000000;0.000000;0.000000;0.989250;0.000000;0.671946;0.998331;0.000116;0.001553;0.998310;0.000005;0.001685;0.999660;0.000000;0.000340;0.268941;0.731059;0.880797;0.952574;0.017986;0.880797;0.952574;0.119203;0.500000;0.119203;0.119203;0.500000;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.441519;0.766562;0.587102;0.742499;0.000000;0.829346;0.661503;0.000000;0.000000;0.000000;0.252184;0.742499;0.539418;0.000000;0.000000;0.800433;0.181384;0.000000;0.770653;0.196866;0.996304;0.000106;0.003589;0.991755;0.000010;0.008235;0.999850;0.000000;0.000150;0.731059;0.268941;0.500000;0.731059;0.119203;0.731059;0.952574;0.731059;0.880797;0.047426;0.119203;0.731059;0.268941;0.119203;0.047426;0.268941;0.731059;0.047426;0.268941;0.119203;0.457354;0.630416;0.740006;0.747439;0.000000;0.832577;0.744597;0.329157;0.000000;0.000000;0.408299;0.500500;0.658586;0.000000;0.000000;0.629949;0.270715;0.000000;0.401072;0.556014;0.984398;0.000236;0.015367;0.981800;0.000575;0.017630;0.999170;0.000000;0.000830;0.047426;0.047426;0.017986;0.017986;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.982014;0.119203;0.952574;0.880797;0.017986;0.047426;0.047426;0.047426;0.880797;0.500000;0.393410;0.087704;0.076987;0.000000;0.559467;0.000000;0.126640;0.000000;0.465803;0.823900;0.843433;0.139794;0.896785;0.803292;0.000000;0.049784;0.000000;0.000000;0.608259;0.671064;0.948230;0.000620;0.051152;0.879400;0.001820;0.118780;0.996480;0.000005;0.003520;0.500000;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.268941;0.731059;0.500000;0.731059;0.268941;0.268941;0.731059;0.119203;0.268941;0.268941;0.993307;0.500000;0.500000;0.315831;0.209159;0.087305;0.051956;0.710744;0.410234;0.000000;0.142217;0.209822;0.748193;0.670622;0.000000;0.893405;0.939289;0.098323;0.488252;0.165343;0.680702;0.674147;0.420919;0.916663;0.000691;0.082648;0.830040;0.002015;0.167945;0.981515;0.000025;0.018465
0.880797;0.500000;0.268941;0.268941;0.500000;0.500000;0.268941;0.500000;0.268941;0.731059;0.500000;0.268941;0.500000;0.268941;0.047426;0.500000;0.500000;0.500000;0.119203;0.500000;0.606828;0.802025;0.804239;0.509249;0.000000;0.000000;0.641297;0.000000;0.396995;0.521986;0.293385;0.719705;0.583219;0.405645;0.000000;0.565128;0.577617;0.000000;0.000000;0.436101;0.979348;0.005637;0.015015;0.999985;0.000000;0.000015;0.994540;0.000010;0.005450;0.500000;0.017986;0.047426;0.006693;0.268941;0.119203;0.047426;0.047426;0.500000;0.731059;0.880797;0.047426;0.993307;0.982014;0.006693;0.047426;0.047426;0.880797;0.952574;0.500000;0.719302;0.534943;0.000000;0.000000;0.000000;0.402274;0.234334;0.000000;0.000000;0.684602;0.793639;0.000000;0.546614;0.747439;0.340740;0.557248;0.000000;0.878147;0.566847;0.688261;0.994323;0.003886;0.001791;0.999950;0.000000;0.000050;0.995545;0.000010;0.004445;0.500000;0.731059;0.731059;0.731059;0.047426;0.731059;0.731059;0.119203;0.500000;0.500000;0.731059;0.500000;0.880797;0.268941;0.268941;0.268941;0.500000;0.047426;0.500000;0.268941;0.179167;0.795597;0.304280;0.626914;0.000000;0.459092;0.805182;0.184824;0.434626;0.637378;0.589040;0.626680;0.553544;0.588314;0.302167;0.310454;0.411444;0.000000;0.000000;0.209822;0.993189;0.000233;0.006578;0.999950;0.000000;0.000050;0.998190;0.000000;0.001810;0.731059;0.731059;0.500000;0.731059;0.047426;0.731059;0.500000;0.880797;0.880797;0.047426;0.119203;0.731059;0.268941;0.047426;0.119203;0.500000;0.268941;0.017986;0.119203;0.119203;0.677870;0.735167;0.777473;0.759876;0.000000;0.827641;0.773994;0.597967;0.000000;0.316047;0.000000;0.449424;0.000000;0.000000;0.313028;0.552061;0.000000;0.000000;0.384143;0.182575;0.999115;0.000211;0.000674;0.999355;0.000000;0.000645;0.999255;0.000000;0.000745;0.268941;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.268941;0.268941;0.880797;0.731059;0.047426;0.952574;0.880797;0.047426;0.047426;0.268941;0.999089;0.731059;0.731059;0.000000;0.505500;0.370051;0.000000;0.606351;0.000000;0.421895;0.374022;0.659260;0.456113;0.782280;0.649991;0.767099;0.827213;0.000000;0.554285;0.000000;0.876099;0.595319;0.363547;0.998113;0.000171;0.001716;0.999270;0.000005;0.000725;0.999490;0.000000;0.000510;0.500000;0.006693;0.006693;0.006693;0.119203;0.047426;0.006693;0.047426;0.006693;0.006693;0.017986;0.006693;0.119203;0.880797;0.006693;0.017986;0.006693;0.999994;0.268941;0.047426;0.286182;0.504250;0.000000;0.000000;0.582975;0.382725;0.000000;0.000000;0.539666;0.749510;0.391741;0.220458;0.546862;0.915134;0.000000;0.000000;0.000000;0.989250;0.000000;0.671946;0.998331;0.000116;0.001553;0.998310;0.000005;0.001685;0.999660;0.000000;0.000340;0.268941;0.731059;0.880797;0.952574;0.017986;0.880797;0.952574;0.119203;0.500000;0.119203;0.119203;0.500000;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.441519;0.766562;0.587102;0.742499;0.000000;0.829346;0.661503;0.000000;0.000000;0.000000;0.252184;0.742499;0.539418;0.000000;0.000000;0.800433;0.181384;0.000000;0.770653;0.196866;0.996304;0.000106;0.003589;0.991755;0.000010;0.008235;0.999850;0.000000;0.000150;0.731059;0.268941;0.500000;0.731059;0.119203;0.731059;0.952574;0.731059;0.880797;0.047426;0.119203;0.731059;0.268941;0.119203;0.047426;0.268941;0.731059;0.047426;0.268941;0.119203;0.457354;0.630416;0.740006;0.747439;0.000000;0.832577;0.744597;0.329157;0.000000;0.000000;0.408299;0.500500;0.658586;0.000000;0.000000;0.629949;0.270715;0.000000;0.401072;0.556014;0.984398;0.000236;0.015367;0.981800;0.000575;0.017630;0.999170;0.000000;0.000830;0.047426;0.047426;0.017986;0.017986;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.982014;0.119203;0.952574;0.880797;0.017986;0.047426;0.047426;0.047426;0.880797;0.500000;0.393410;0.087704;0.076987;0.000000;0.559467;0.000000;0.126640;0.000000;0.465803;0.823900;0.843433;0.139794;0.896785;0.803292;0.000000;0.049784;0.000000;0.000000;0.608259;0.671064;0.948230;0.000620;0.051152;0.879400;0.001820;0.118780;0.996480;0.000005;0.003520;0.500000;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.268941;0.731059;0.500000;0.731059;0.268941;0.268941;0.731059;0.119203;0.268941;0.268941;0.993307;0.500000;0.500000;0.315831;0.209159;0.087305;0.051956;0.710744;0.410234;0.000000;0.142217;0.209822;0.748193;0.670622;0.000000;0.893405;0.939289;0.098323;0.488252;0.165343;0.680702;0.674147;0.420919;0.916663;0.000691;0.082648;0.830040;0.002015;0.167945;0.981515;0.000025;0.018465;0.982014;0.731059;0.047426;0.047426;0.119203;0.731059;0.268941;0.880797;0.017986;0.017986;0.047426;0.731059;0.119203;0.268941;0.017986;0.500000;0.500000;0.006693;0.017986;0.119203;0.512497;0.822591;0.776260;0.626446;0.475021;0.765307;0.537181;0.648853;0.000000;0.076350;0.130108;0.544631;0.180495;0.136108;0.108806;0.717278;0.517743;0.396277;0.073850;0.098412;0.849844;0.000841;0.149313;0.696510;0.002445;0.301045;0.943615;0.000045;0.056335
0.500000;0.017986;0.047426;0.006693;0.268941;0.119203;0.047426;0.047426;0.500000;0.731059;0.880797;0.047426;0.993307;0.982014;0.006693;0.047426;0.047426;0.880797;0.952574;0.500000;0.719302;0.534943;0.000000;0.000000;0.000000;0.402274;0.234334;0.000000;0.000000;0.684602;0.793639;0.000000;0.546614;0.747439;0.340740;0.557248;0.000000;0.878147;0.566847;0.688261;0.994323;0.003886;0.001791;0.999950;0.000000;0.000050;0.995545;0.000010;0.004445;0.500000;0.731059;0.731059;0.731059;0.047426;0.731059;0.731059;0.119203;0.500000;0.500000;0.731059;0.500000;0.880797;0.268941;0.268941;0.268941;0.500000;0.047426;0.500000;0.268941;0.179167;0.795597;0.304280;0.626914;0.000000;0.459092;0.805182;0.184824;0.434626;0.637378;0.589040;0.626680;0.553544;0.588314;0.302167;0.310454;0.411444;0.000000;0.000000;0.209822;0.993189;0.000233;0.006578;0.999950;0.000000;0.000050;0.998190;0.000000;0.001810;0.731059;0.731059;0.500000;0.731059;0.047426;0.731059;0.500000;0.880797;0.880797;0.047426;0.119203;0.731059;0.268941;0.047426;0.119203;0.500000;0.268941;0.017986;0.119203;0.119203;0.677870;0.735167;0.777473;0.759876;0.000000;0.827641;0.773994;0.597967;0.000000;0.316047;0.000000;0.449424;0.000000;0.000000;0.313028;0.552061;0.000000;0.000000;0.384143;0.182575;0.999115;0.000211;0.000674;0.999355;0.000000;0.000645;0.999255;0.000000;0.000745;0.268941;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.268941;0.268941;0.880797;0.731059;0.047426;0.952574;0.880797;0.047426;0.047426;0.268941;0.999089;0.731059;0.731059;0.000000;0.505500;0.370051;0.000000;0.606351;0.000000;0.421895;0.374022;0.659260;0.456113;0.782280;0.649991;0.767099;0.827213;0.000000;0.554285;0.000000;0.876099;0.595319;0.363547;0.998113;0.000171;0.001716;0.999270;0.000005;0.000725;0.999490;0.000000;0.000510;0.500000;0.006693;0.006693;0.006693;0.119203;0.047426;0.006693;0.047426;0.006693;0.006693;0.017986;0.006693;0.119203;0.880797;0.006693;0.017986;0.006693;0.999994;0.268941;0.047426;0.286182;0.504250;0.000000;0.000000;0.582975;0.382725;0.000000;0.000000;0.539666;0.749510;0.391741;0.220458;0.546862;0.915134;0.000000;0.000000;0.000000;0.989250;0.000000;0.671946;0.998331;0.000116;0.001553;0.998310;0.000005;0.001685;0.999660;0.000000;0.000340;0.268941;0.731059;0.880797;0.952574;0.017986;0.880797;0.952574;0.119203;0.500000;0.119203;0.119203;0.500000;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.441519;0.766562;0.587102;0.742499;0.000000;0.829346;0.661503;0.000000;0.000000;0.000000;0.252184;0.742499;0.539418;0.000000;0.000000;0.800433;0.181384;0.000000;0.770653;0.196866;0.996304;0.000106;0.003589;0.991755;0.000010;0.008235;0.999850;0.000000;0.000150;0.731059;0.268941;0.500000;0.731059;0.119203;0.731059;0.952574;0.731059;0.880797;0.047426;0.119203;0.731059;0.268941;0.119203;0.047426;0.268941;0.731059;0.047426;0.268941;0.119203;0.457354;0.630416;0.740006;0.747439;0.000000;0.832577;0.744597;0.329157;0.000000;0.000000;0.408299;0.500500;0.658586;0.000000;0.000000;0.629949;0.270715;0.000000;0.401072;0.556014;0.984398;0.000236;0.015367;0.981800;0.000575;0.017630;0.999170;0.000000;0.000830;0.047426;0.047426;0.017986;0.017986;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.982014;0.119203;0.952574;0.880797;0.017986;0.047426;0.047426;0.047426;0.880797;0.500000;0.393410;0.087704;0.076987;0.000000;0.559467;0.000000;0.126640;0.000000;0.465803;0.823900;0.843433;0.139794;0.896785;0.803292;0.000000;0.049784;0.000000;0.000000;0.608259;0.671064;0.948230;0.000620;0.051152;0.879400;0.001820;0.118780;0.996480;0.000005;0.003520;0.500000;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.268941;0.731059;0.500000;0.731059;0.268941;0.268941;0.731059;0.119203;0.268941;0.268941;0.993307;0.500000;0.500000;0.315831;0.209159;0.087305;0.051956;0.710744;0.410234;0.000000;0.142217;0.209822;0.748193;0.670622;0.000000;0.893405;0.939289;0.098323;0.488252;0.165343;0.680702;0.674147;0.420919;0.916663;0.000691;0.082648;0.830040;0.002015;0.167945;0.981515;0.000025;0.018465;0.982014;0.731059;0.047426;0.047426;0.119203;0.731059;0.268941;0.880797;0.017986;0.017986;0.047426;0.731059;0.119203;0.268941;0.017986;0.500000;0.500000;0.006693;0.017986;0.119203;0.512497;0.822591;0.776260;0.626446;0.475021;0.765307;0.537181;0.648853;0.000000;0.076350;0.130108;0.544631;0.180495;0.136108;0.108806;0.717278;0.517743;0.396277;0.073850;0.098412;0.849844;0.000841;0.149313;0.696510;0.002445;0.301045;0.943615;0.000045;0.056335;0.731059;0.500000;0.119203;0.982014;0.047426;0.268941;0.731059;0.880797;0.731059;0.047426;0.017986;0.500000;0.047426;0.006693;0.500000;0.119203;0.268941;0.006693;0.047426;0.119203;0.607305;0.322786;0.514746;0.442259;0.536933;0.490751;0.663515;0.124118;0.367490;0.597967;0.548101;0.574198;0.464311;0.315398;0.090710;0.706200;0.622459;0.407816;0.357553;0.427025;0.784729;0.007060;0.208215;0.602090;0.011810;0.386105;0.934360;0.009335;0.056310
0.500000;0.731059;0.731059;0.731059;0.047426;0.731059;0.731059;0.119203;0.500000;0.500000;0.731059;0.500000;0.880797;0.268941;0.268941;0.268941;0.500000;0.047426;0.500000;0.268941;0.179167;0.795597;0.304280;0.626914;0.000000;0.459092;0.805182;0.184824;0.434626;0.637378;0.589040;0.626680;0.553544;0.588314;0.302167;0.310454;0.411444;0.000000;0.000000;0.209822;0.993189;0.000233;0.006578;0.999950;0.000000;0.000050;0.998190;0.000000;0.001810;0.731059;0.731059;0.500000;0.731059;0.047426;0.731059;0.500000;0.880797;0.880797;0.047426;0.119203;0.731059;0.268941;0.047426;0.119203;0.500000;0.268941;0.017986;0.119203;0.119203;0.677870;0.735167;0.777473;0.759876;0.000000;0.827641;0.773994;0.597967;0.000000;0.316047;0.000000;0.449424;0.000000;0.000000;0.313028;0.552061;0.000000;0.000000;0.384143;0.182575;0.999115;0.000211;0.000674;0.999355;0.000000;0.000645;0.999255;0.000000;0.000745;0.268941;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.268941;0.268941;0.880797;0.731059;0.047426;0.952574;0.880797;0.047426;0.047426;0.268941;0.999089;0.731059;0.731059;0.000000;0.505500;0.370051;0.000000;0.606351;0.000000;0.421895;0.374022;0.659260;0.456113;0.782280;0.649991;0.767099;0.827213;0.000000;0.554285;0.000000;0.876099;0.595319;0.363547;0.998113;0.000171;0.001716;0.999270;0.000005;0.000725;0.999490;0.000000;0.000510;0.500000;0.006693;0.006693;0.006693;0.119203;0.047426;0.006693;0.047426;0.006693;0.006693;0.017986;0.006693;0.119203;0.880797;0.006693;0.017986;0.006693;0.999994;0.268941;0.047426;0.286182;0.504250;0.000000;0.000000;0.582975;0.382725;0.000000;0.000000;0.539666;0.749510;0.391741;0.220458;0.546862;0.915134;0.000000;0.000000;0.000000;0.989250;0.000000;0.671946;0.998331;0.000116;0.001553;0.998310;0.000005;0.001685;0.999660;0.000000;0.000340;0.268941;0.731059;0.880797;0.952574;0.017986;0.880797;0.952574;0.119203;0.500000;0.119203;0.119203;0.500000;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.441519;0.766562;0.587102;0.742499;0.000000;0.829346;0.661503;0.000000;0.000000;0.000000;0.252184;0.742499;0.539418;0.000000;0.000000;0.800433;0.181384;0.000000;0.770653;0.196866;0.996304;0.000106;0.003589;0.991755;0.000010;0.008235;0.999850;0.000000;0.000150;0.731059;0.268941;0.500000;0.731059;0.119203;0.731059;0.952574;0.731059;0.880797;0.047426;0.119203;0.731059;0.268941;0.119203;0.047426;0.268941;0.731059;0.047426;0.268941;0.119203;0.457354;0.630416;0.740006;0.747439;0.000000;0.832577;0.744597;0.329157;0.000000;0.000000;0.408299;0.500500;0.658586;0.000000;0.000000;0.629949;0.270715;0.000000;0.401072;0.556014;0.984398;0.000236;0.015367;0.981800;0.000575;0.017630;0.999170;0.000000;0.000830;0.047426;0.047426;0.017986;0.017986;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.982014;0.119203;0.952574;0.880797;0.017986;0.047426;0.047426;0.047426;0.880797;0.500000;0.393410;0.087704;0.076987;0.000000;0.559467;0.000000;0.126640;0.000000;0.465803;0.823900;0.843433;0.139794;0.896785;0.803292;0.000000;0.049784;0.000000;0.000000;0.608259;0.671064;0.948230;0.000620;0.051152;0.879400;0.001820;0.118780;0.996480;0.000005;0.003520;0.500000;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.268941;0.731059;0.500000;0.731059;0.268941;0.268941;0.731059;0.119203;0.268941;0.268941;0.993307;0.500000;0.500000;0.315831;0.209159;0.087305;0.051956;0.710744;0.410234;0.000000;0.142217;0.209822;0.748193;0.670622;0.000000;0.893405;0.939289;0.098323;0.488252;0.165343;0.680702;0.674147;0.420919;0.916663;0.000691;0.082648;0.830040;0.002015;0.167945;0.981515;0.000025;0.018465;0.982014;0.731059;0.047426;0.047426;0.119203;0.731059;0.268941;0.880797;0.017986;0.017986;0.047426;0.731059;0.119203;0.268941;0.017986;0.500000;0.500000;0.006693;0.017986;0.119203;0.512497;0.822591;0.776260;0.626446;0.475021;0.765307;0.537181;0.648853;0.000000;0.076350;0.130108;0.544631;0.180495;0.136108;0.108806;0.717278;0.517743;0.396277;0.073850;0.098412;0.849844;0.000841;0.149313;0.696510;0.002445;0.301045;0.943615;0.000045;0.056335;0.731059;0.500000;0.119203;0.982014;0.047426;0.268941;0.731059;0.880797;0.731059;0.047426;0.017986;0.500000;0.047426;0.006693;0.500000;0.119203;0.268941;0.006693;0.047426;0.119203;0.607305;0.322786;0.514746;0.442259;0.536933;0.490751;0.663515;0.124118;0.367490;0.597967;0.548101;0.574198;0.464311;0.315398;0.090710;0.706200;0.622459;0.407816;0.357553;0.427025;0.784729;0.007060;0.208215;0.602090;0.011810;0.386105;0.934360;0.009335;0.056310;0.952574;0.119203;0.047426;0.500000;0.047426;0.119203;0.119203;0.119203;0.268941;0.880797;0.731059;0.119203;0.952574;0.268941;0.119203;0.268941;0.500000;0.268941;0.047426;0.952574;0.623634;0.000000;0.205870;0.073373;0.640146;0.241770;0.266980;0.132274;0.493000;0.739428;0.691896;0.242872;0.633439;0.875119;0.186032;0.383906;0.247126;0.000000;0.714634;0.635758;0.697286;0.014475;0.288241;0.550905;0.028200;0.420900;0.788395;0.015190;0.196415
0.268941;0.047426;0.047426;0.047426;0.017986;0.119203;0.047426;0.268941;0.268941;0.880797;0.731059;0.047426;0.952574;0.880797;0.047426;0.047426;0.268941;0.999089;0.731059;0.731059;0.000000;0.505500;0.370051;0.000000;0.606351;0.000000;0.421895;0.374022;0.659260;0.456113;0.782280;0.649991;0.767099;0.827213;0.000000;0.554285;0.000000;0.876099;0.595319;0.363547;0.998113;0.000171;0.001716;0.999270;0.000005;0.000725;0.999490;0.000000;0.000510;0.500000;0.006693;0.006693;0.006693;0.119203;0.047426;0.006693;0.047426;0.006693;0.006693;0.017986;0.006693;0.119203;0.880797;0.006693;0.017986;0.006693;0.999994;0.268941;0.047426;0.286182;0.504250;0.000000;0.000000;0.582975;0.382725;0.000000;0.000000;0.539666;0.749510;0.391741;0.220458;0.546862;0.915134;0.000000;0.000000;0.000000;0.989250;0.000000;0.671946;0.998331;0.000116;0.001553;0.998310;0.000005;0.001685;0.999660;0.000000;0.000340;0.268941;0.731059;0.880797;0.952574;0.017986;0.880797;0.952574;0.119203;0.500000;0.119203;0.119203;0.500000;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.441519;0.766562;0.587102;0.742499;0.000000;0.829346;0.661503;0.000000;0.000000;0.000000;0.252184;0.742499;0.539418;0.000000;0.000000;0.800433;0.181384;0.000000;0.770653;0.196866;0.996304;0.000106;0.003589;0.991755;0.000010;0.008235;0.999850;0.000000;0.000150;0.731059;0.268941;0.500000;0.731059;0.119203;0.731059;0.952574;0.731059;0.880797;0.047426;0.119203;0.731059;0.268941;0.119203;0.047426;0.268941;0.731059;0.047426;0.268941;0.119203;0.457354;0.630416;0.740006;0.747439;0.000000;0.832577;0.744597;0.329157;0.000000;0.000000;0.408299;0.500500;0.658586;0.000000;0.000000;0.629949;0.270715;0.000000;0.401072;0.556014;0.984398;0.000236;0.015367;0.981800;0.000575;0.017630;0.999170;0.000000;0.000830;0.047426;0.047426;0.017986;0.017986;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.982014;0.119203;0.952574;0.880797;0.017986;0.047426;0.047426;0.047426;0.880797;0.500000;0.393410;0.087704;0.076987;0.000000;0.559467;0.000000;0.126640;0.000000;0.465803;0.823900;0.843433;0.139794;0.896785;0.803292;0.000000;0.049784;0.000000;0.000000;0.608259;0.671064;0.948230;0.000620;0.051152;0.879400;0.001820;0.118780;0.996480;0.000005;0.003520;0.500000;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.268941;0.731059;0.500000;0.731059;0.268941;0.268941;0.731059;0.119203;0.268941;0.268941;0.993307;0.500000;0.500000;0.315831;0.209159;0.087305;0.051956;0.710744;0.410234;0.000000;0.142217;0.209822;0.748193;0.670622;0.000000;0.893405;0.939289;0.098323;0.488252;0.165343;0.680702;0.674147;0.420919;0.916663;0.000691;0.082648;0.830040;0.002015;0.167945;0.981515;0.000025;0.018465;0.982014;0.731059;0.047426;0.047426;0.119203;0.731059;0.268941;0.880797;0.017986;0.017986;0.047426;0.731059;0.119203;0.268941;0.017986;0.500000;0.500000;0.006693;0.017986;0.119203;0.512497;0.822591;0.776260;0.626446;0.475021;0.765307;0.537181;0.648853;0.000000;0.076350;0.130108;0.544631;0.180495;0.136108;0.108806;0.717278;0.517743;0.396277;0.073850;0.098412;0.849844;0.000841;0.149313;0.696510;0.002445;0.301045;0.943615;0.000045;0.056335;0.731059;0.500000;0.119203;0.982014;0.047426;0.268941;0.731059;0.880797;0.731059;0.047426;0.017986;0.500000;0.047426;0.006693;0.500000;0.119203;0.268941;0.006693;0.047426;0.119203;0.607305;0.322786;0.514746;0.442259;0.536933;0.490751;0.663515;0.124118;0.367490;0.597967;0.548101;0.574198;0.464311;0.315398;0.090710;0.706200;0.622459;0.407816;0.357553;0.427025;0.784729;0.007060;0.208215;0.602090;0.011810;0.386105;0.934360;0.009335;0.056310;0.952574;0.119203;0.047426;0.500000;0.047426;0.119203;0.119203;0.119203;0.268941;0.880797;0.731059;0.119203;0.952574;0.268941;0.119203;0.268941;0.500000;0.268941;0.047426;0.952574;0.623634;0.000000;0.205870;0.073373;0.640146;0.241770;0.266980;0.132274;0.493000;0.739428;0.691896;0.242872;0.633439;0.875119;0.186032;0.383906;0.247126;0.000000;0.714634;0.635758;0.697286;0.014475;0.288241;0.550905;0.028200;0.420900;0.788395;0.015190;0.196415;0.500000;0.017986;0.880797;0.999089;0.000911;0.017986;0.119203;0.731059;0.006693;0.002473;0.006693;0.268941;0.002473;0.000911;0.119203;0.268941;0.268941;0.000335;0.000911;0.017986;0.237036;0.144550;0.471531;0.957099;0.000000;0.478014;0.606112;0.644282;0.286386;0.175375;0.034059;0.289050;0.286386;0.081286;0.057055;0.570036;0.222527;0.000000;0.000000;0.252939;0.095975;0.005085;0.898942;0.008350;0.010925;0.980730;0.104550;0.001410;0.894040;0.268941;0.119203;0.500000;0.500000;0.017986;0.500000;0.268941;0.993307;0.268941;0.006693;0.006693;0.731059;0.047426;0.017986;0.952574;0.268941;0.268941;0.002473;0.047426;0.006693;0.324537;0.598928;0.768880;0.575176;0.175520;0.626914;0.651809;0.739814;0.731844;0.216361;0.082792;0.713205;0.524730;0.125538;0.000000;0.749322;0.228994;0.000000;0.070175;0.228465;0.045841;0.021181;0.932982;0.005695;0.000050;0.994260;0.071325;0.001505;0.927175
0.500000;0.006693;0.006693;0.006693;0.119203;0.047426;0.006693;0.047426;0.006693;0.006693;0.017986;0.006693;0.119203;0.880797;0.006693;0.017986;0.006693;0.999994;0.268941;0.047426;0.286182;0.504250;0.000000;0.000000;0.582975;0.382725;0.000000;0.000000;0.539666;0.749510;0.391741;0.220458;0.546862;0.915134;0.000000;0.000000;0.000000;0.989250;0.000000;0.671946;0.998331;0.000116;0.001553;0.998310;0.000005;0.001685;0.999660;0.000000;0.000340;0.268941;0.731059;0.880797;0.952574;0.017986;0.880797;0.952574;0.119203;0.500000;0.119203;0.119203;0.500000;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.441519;0.766562;0.587102;0.742499;0.000000;0.829346;0.661503;0.000000;0.000000;0.000000;0.252184;0.742499;0.539418;0.000000;0.000000;0.800433;0.181384;0.000000;0.770653;0.196866;0.996304;0.000106;0.003589;0.991755;0.000010;0.008235;0.999850;0.000000;0.000150;0.731059;0.268941;0.500000;0.731059;0.119203;0.731059;0.952574;0.731059;0.880797;0.047426;0.119203;0.731059;0.268941;0.119203;0.047426;0.268941;0.731059;0.047426;0.268941;0.119203;0.457354;0.630416;0.740006;0.747439;0.000000;0.832577;0.744597;0.329157;0.000000;0.000000;0.408299;0.500500;0.658586;0.000000;0.000000;0.629949;0.270715;0.000000;0.401072;0.556014;0.984398;0.000236;0.015367;0.981800;0.000575;0.017630;0.999170;0.000000;0.000830;0.047426;0.047426;0.017986;0.017986;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.982014;0.119203;0.952574;0.880797;0.017986;0.047426;0.047426;0.047426;0.880797;0.500000;0.393410;0.087704;0.076987;0.000000;0.559467;0.000000;0.126640;0.000000;0.465803;0.823900;0.843433;0.139794;0.896785;0.803292;0.000000;0.049784;0.000000;0.000000;0.608259;0.671064;0.948230;0.000620;0.051152;0.879400;0.001820;0.118780;0.996480;0.000005;0.003520;0.500000;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.268941;0.731059;0.500000;0.731059;0.268941;0.268941;0.731059;0.119203;0.268941;0.268941;0.993307;0.500000;0.500000;0.315831;0.209159;0.087305;0.051956;0.710744;0.410234;0.000000;0.142217;0.209822;0.748193;0.670622;0.000000;0.893405;0.939289;0.098323;0.488252;0.165343;0.680702;0.674147;0.420919;0.916663;0.000691;0.082648;0.830040;0.002015;0.167945;0.981515;0.000025;0.018465;0.982014;0.731059;0.047426;0.047426;0.119203;0.731059;0.268941;0.880797;0.017986;0.017986;0.047426;0.731059;0.119203;0.268941;0.017986;0.500000;0.500000;0.006693;0.017986;0.119203;0.512497;0.822591;0.776260;0.626446;0.475021;0.765307;0.537181;0.648853;0.000000;0.076350;0.130108;0.544631;0.180495;0.136108;0.108806;0.717278;0.517743;0.396277;0.073850;0.098412;0.849844;0.000841;0.149313;0.696510;0.002445;0.301045;0.943615;0.000045;0.056335;0.731059;0.500000;0.119203;0.982014;0.047426;0.268941;0.731059;0.880797;0.731059;0.047426;0.017986;0.500000;0.047426;0.006693;0.500000;0.119203;0.268941;0.006693;0.047426;0.119203;0.607305;0.322786;0.514746;0.442259;0.536933;0.490751;0.663515;0.124118;0.367490;0.597967;0.548101;0.574198;0.464311;0.315398;0.090710;0.706200;0.622459;0.407816;0.357553;0.427025;0.784729;0.007060;0.208215;0.602090;0.011810;0.386105;0.934360;0.009335;0.056310;0.952574;0.119203;0.047426;0.500000;0.047426;0.119203;0.119203;0.119203;0.268941;0.880797;0.731059;0.119203;0.952574;0.268941;0.119203;0.268941;0.500000;0.268941;0.047426;0.952574;0.623634;0.000000;0.205870;0.073373;0.640146;0.241770;0.266980;0.132274;0.493000;0.739428;0.691896;0.242872;0.633439;0.875119;0.186032;0.383906;0.247126;0.000000;0.714634;0.635758;0.697286;0.014475;0.288241;0.550905;0.028200;0.420900;0.788395;0.015190;0.196415;0.500000;0.017986;0.880797;0.999089;0.000911;0.017986;0.119203;0.731059;0.006693;0.002473;0.006693;0.268941;0.002473;0.000911;0.119203;0.268941;0.268941;0.000335;0.000911;0.017986;0.237036;0.144550;0.471531;0.957099;0.000000;0.478014;0.606112;0.644282;0.286386;0.175375;0.034059;0.289050;0.286386;0.081286;0.057055;0.570036;0.222527;0.000000;0.000000;0.252939;0.095975;0.005085;0.898942;0.008350;0.010925;0.980730;0.104550;0.001410;0.894040;0.268941;0.119203;0.500000;0.500000;0.017986;0.500000;0.268941;0.993307;0.268941;0.006693;0.006693;0.731059;0.047426;0.017986;0.952574;0.268941;0.268941;0.002473;0.047426;0.006693;0.324537;0.598928;0.768880;0.575176;0.175520;0.626914;0.651809;0.739814;0.731844;0.216361;0.082792;0.713205;0.524730;0.125538;0.000000;0.749322;0.228994;0.000000;0.070175;0.228465;0.045841;0.021181;0.932982;0.005695;0.000050;0.994260;0.071325;0.001505;0.927175;0.017986;0.047426;0.952574;0.997527;0.000911;0.017986;0.268941;0.880797;0.047426;0.000911;0.006693;0.047426;0.002473;0.006693;0.047426;0.268941;0.119203;0.000911;0.500000;0.006693;0.266784;0.314535;0.863774;0.907627;0.211318;0.435364;0.696566;0.458099;0.098678;0.231831;0.018780;0.431680;0.000000;0.467546;0.160434;0.788182;0.327173;0.000000;0.234513;0.039810;0.032446;0.017297;0.950255;0.008950;0.000185;0.990860;0.027190;0.003065;0.969745
0.268941;0.731059;0.880797;0.952574;0.017986;0.880797;0.952574;0.119203;0.500000;0.119203;0.119203;0.500000;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.441519;0.766562;0.587102;0.742499;0.000000;0.829346;0.661503;0.000000;0.000000;0.000000;0.252184;0.742499;0.539418;0.000000;0.000000;0.800433;0.181384;0.000000;0.770653;0.196866;0.996304;0.000106;0.003589;0.991755;0.000010;0.008235;0.999850;0.000000;0.000150;0.731059;0.268941;0.500000;0.731059;0.119203;0.731059;0.952574;0.731059;0.880797;0.047426;0.119203;0.731059;0.268941;0.119203;0.047426;0.268941;0.731059;0.047426;0.268941;0.119203;0.457354;0.630416;0.740006;0.747439;0.000000;0.832577;0.744597;0.329157;0.000000;0.000000;0.408299;0.500500;0.658586;0.000000;0.000000;0.629949;0.270715;0.000000;0.401072;0.556014;0.984398;0.000236;0.015367;0.981800;0.000575;0.017630;0.999170;0.000000;0.000830;0.047426;0.047426;0.017986;0.017986;0.017986;0.731059;0.047426;0.017986;0.268941;0.500000;0.982014;0.119203;0.952574;0.880797;0.017986;0.047426;0.047426;0.047426;0.880797;0.500000;0.393410;0.087704;0.076987;0.000000;0.559467;0.000000;0.126640;0.000000;0.465803;0.823900;0.843433;0.139794;0.896785;0.803292;0.000000;0.049784;0.000000;0.000000;0.608259;0.671064;0.948230;0.000620;0.051152;0.879400;0.001820;0.118780;0.996480;0.000005;0.003520;0.500000;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.268941;0.731059;0.500000;0.731059;0.268941;0.268941;0.731059;0.119203;0.268941;0.268941;0.993307;0.500000;0.500000;0.315831;0.209159;0.087305;0.051956;0.710744;0.410234;0.000000;0.142217;0.209822;0.748193;0.670622;0.000000;0.893405;0.939289;0.098323;0.488252;0.165343;0.680702;0.674147;0.420919;0.916663;0.000691;0.082648;0.830040;0.002015;0.167945;0.981515;0.000025;0.018465;0.982014;0.731059;0.047426;0.047426;0.119203;0.731059;0.268941;0.880797;0.017986;0.017986;0.047426;0.731059;0.119203;0.268941;0.017986;0.500000;0.500000;0.006693;0.017986;0.119203;0.512497;0.822591;0.776260;0.626446;0.475021;0.765307;0.537181;0.648853;0.000000;0.076350;0.130108;0.544631;0.180495;0.136108;0.108806;0.717278;0.517743;0.396277;0.073850;0.098412;0.849844;0.000841;0.149313;0.696510;0.002445;0.301045;0.943615;0.000045;0.056335;0.731059;0.500000;0.119203;0.982014;0.047426;0.268941;0.731059;0.880797;0.731059;0.047426;0.017986;0.500000;0.047426;0.006693;0.500000;0.119203;0.268941;0.006693;0.047426;0.119203;0.607305;0.322786;0.514746;0.442259;0.536933;0.490751;0.663515;0.124118;0.367490;0.597967;0.548101;0.574198;0.464311;0.315398;0.090710;0.706200;0.622459;0.407816;0.357553;0.427025;0.784729;0.007060;0.208215;0.602090;0.011810;0.386105;0.934360;0.009335;0.056310;0.952574;0.119203;0.047426;0.500000;0.047426;0.119203;0.119203;0.119203;0.268941;0.880797;0.731059;0.119203;0.952574;0.268941;0.119203;0.268941;0.500000;0.268941;0.047426;0.952574;0.623634;0.000000;0.205870;0.073373;0.640146;0.241770;0.266980;0.132274;0.493000;0.739428;0.691896;0.242872;0.633439;0.875119;0.186032;0.383906;0.247126;0.000000;0.714634;0.635758;0.697286;0.014475;0.288241;0.550905;0.028200;0.420900;0.788395;0.015190;0.196415;0.500000;0.017986;0.880797;0.999089;0.000911;0.017986;0.119203;0.731059;0.006693;0.002473;0.006693;0.268941;0.002473;0.000911;0.119203;0.268941;0.268941;0.000335;0.000911;0.017986;0.237036;0.144550;0.471531;0.957099;0.000000;0.478014;0.606112;0.644282;0.286386;0.175375;0.034059;0.289050;0.286386;0.081286;0.057055;0.570036;0.222527;0.000000;0.000000;0.252939;0.095975;0.005085;0.898942;0.008350;0.010925;0.980730;0.104550;0.001410;0.894040;0.268941;0.119203;0.500000;0.500000;0.017986;0.500000;0.268941;0.993307;0.268941;0.006693;0.006693;0.731059;0.047426;0.017986;0.952574;0.268941;0.268941;0.002473;0.047426;0.006693;0.324537;0.598928;0.768880;0.575176;0.175520;0.626914;0.651809;0.739814;0.731844;0.216361;0.082792;0.713205;0.524730;0.125538;0.000000;0.749322;0.228994;0.000000;0.070175;0.228465;0.045841;0.021181;0.932982;0.005695;0.000050;0.994260;0.071325;0.001505;0.927175;0.017986;0.047426;0.952574;0.997527;0.000911;0.017986;0.268941;0.880797;0.047426;0.000911;0.006693;0.047426;0.002473;0.006693;0.047426;0.268941;0.119203;0.000911;0.500000;0.006693;0.266784;0.314535;0.863774;0.907627;0.211318;0.435364;0.696566;0.458099;0.098678;0.231831;0.018780;0.431680;0.000000;0.467546;0.160434;0.788182;0.327173;0.000000;0.234513;0.039810;0.032446;0.017297;0.950255;0.008950;0.000185;0.990860;0.027190;0.003065;0.969745;0.500000;0.119203;0.880797;0.731059;0.002473;0.880797;0.268941;0.993307;0.047426;0.002473;0.002473;0.731059;0.002473;0.002473;0.006693;0.047426;0.268941;0.002473;0.119203;0.047426;0.043397;0.534197;0.460582;0.611827;0.000000;0.481508;0.518991;0.937321;0.250866;0.148426;0.056572;0.409266;0.000000;0.000000;0.157759;0.514746;0.456609;0.000000;0.139314;0.049266;0.025111;0.017122;0.957765;0.008940;0.003980;0.987080;0.002115;0.005440;0.992440
0.017986;0.047426;0.952574;0.997527;0.000911;0.017986;0.268941;0.880797;0.047426;0.000911;0.006693;0.047426;0.002473;0.006693;0.047426;0.268941;0.119203;0.000911;0.500000;0.006693;0.266784;0.314535;0.863774;0.907627;0.211318;0.435364;0.696566;0.458099;0.098678;0.231831;0.018780;0.431680;0.000000;0.467546;0.160434;0.788182;0.327173;0.000000;0.234513;0.039810;0.032446;0.017297;0.950255;0.008950;0.000185;0.990860;0.027190;0.003065;0.969745;0.500000;0.119203;0.880797;0.731059;0.002473;0.880797;0.268941;0.993307;0.047426;0.002473;0.002473;0.731059;0.002473;0.002473;0.006693;0.047426;0.268941;0.002473;0.119203;0.047426;0.043397;0.534197;0.460582;0.611827;0.000000;0.481508;0.518991;0.937321;0.250866;0.148426;0.056572;0.409266;0.000000;0.000000;0.157759;0.514746;0.456609;0.000000;0.139314;0.049266;0.025111;0.017122;0.957765;0.008940;0.003980;0.987080;0.002115;0.005440;0.992440;0.268941;0.982014;0.119203;0.047426;0.047426;0.880797;0.731059;0.500000;0.500000;0.119203;0.119203;0.880797;0.047426;0.119203;0.047426;0.500000;0.500000;0.047426;0.047426;0.119203;0.211985;0.786003;0.557248;0.000000;0.660607;0.801707;0.460582;0.351147;0.708064;0.234334;0.452642;0.778337;0.000000;0.392456;0.102938;0.685896;0.588314;0.000000;0.336931;0.177701;0.044444;0.398649;0.556906;0.022405;0.011440;0.966150;0.004355;0.788765;0.206880;0.006693;0.000911;0.000335;0.006693;0.002473;0.000911;0.002473;0.000335;0.000335;0.997527;0.880797;0.000911;0.731059;0.047426;0.006693;0.006693;0.047426;0.000911;0.002473;0.993307;0.313674;0.000000;0.072158;0.178140;0.000000;0.000000;0.000000;0.041131;0.000000;0.949020;0.759145;0.000000;0.726910;0.465306;0.155644;0.000000;0.115271;0.000000;0.000000;0.822737;0.045024;0.672462;0.282514;0.025960;0.476365;0.497675;0.005635;0.802260;0.192105;0.047426;0.006693;0.268941;0.982014;0.119203;0.047426;0.268941;0.119203;0.002473;0.002473;0.000911;0.017986;0.002473;0.000911;0.006693;0.982014;0.993307;0.000335;0.000911;0.006693;0.046708;0.214670;0.870118;0.875228;0.444727;0.195919;0.523483;0.390788;0.430944;0.000000;0.086274;0.000000;0.000000;0.115169;0.130335;0.903349;0.784147;0.000000;0.000000;0.000000;0.048684;0.372434;0.578883;0.029025;0.004470;0.966505;0.006595;0.795510;0.197895;0.119203;0.982014;0.047426;0.047426;0.047426;0.500000;0.731059;0.017986;0.047426;0.119203;0.731059;0.731059;0.268941;0.952574;0.268941;0.047426;0.119203;0.268941;0.880797;0.500000;0.023823;0.357553;0.291729;0.000000;0.607782;0.412655;0.415567;0.000000;0.000000;0.442012;0.578837;0.381780;0.506750;0.946495;0.239213;0.252750;0.423603;0.902296;0.872250;0.328716;0.941118;0.006192;0.052691;0.967500;0.000015;0.032485;0.983405;0.000040;0.016560;0.500000;0.268941;0.268941;0.982014;0.000911;0.731059;0.993307;0.119203;0.047426;0.268941;0.006693;0.268941;0.006693;0.002473;0.119203;0.268941;0.119203;0.119203;0.017986;0.047426;0.444974;0.587102;0.682222;0.775390;0.253885;0.758230;0.854084;0.157626;0.087305;0.190310;0.210320;0.455617;0.284754;0.000000;0.421407;0.800433;0.271505;0.710744;0.080913;0.057162;0.955736;0.008144;0.036119;0.999760;0.000000;0.000235;0.998420;0.000005;0.001575;0.119203;0.119203;0.017986;0.731059;0.000335;0.982014;0.999089;0.002473;0.047426;0.000335;0.000335;0.268941;0.006693;0.000335;0.002473;0.017986;0.017986;0.000335;0.000911;0.017986;0.199248;0.047971;0.600128;0.834933;0.000000;0.873249;0.944538;0.128420;0.113850;0.000000;0.067610;0.331591;0.550082;0.000000;0.000000;0.167423;0.270912;0.000000;0.206198;0.138835;0.976851;0.000012;0.023137;0.999815;0.000005;0.000180;0.999065;0.000000;0.000935;0.006693;0.000335;0.000335;0.000123;0.017986;0.000335;0.006693;0.000335;0.002473;0.006693;0.047426;0.000335;0.119203;0.999665;0.000123;0.000335;0.002473;0.999665;0.993307;0.119203;0.057487;0.024269;0.065070;0.000000;0.139915;0.000000;0.000000;0.072225;0.000000;0.510249;0.550576;0.000000;0.555026;0.982519;0.000000;0.067421;0.034556;0.939687;0.695085;0.215514;0.983451;0.000012;0.016538;0.999960;0.000005;0.000035;0.999900;0.000000;0.000100;0.119203;0.500000;0.017986;0.017986;0.731059;0.047426;0.047426;0.002473;0.119203;0.982014;0.952574;0.268941;0.268941;0.268941;0.006693;0.047426;0.500000;0.006693;0.268941;0.952574;0.597967;0.590250;0.244161;0.151100;0.547358;0.467048;0.364242;0.025581;0.000000;0.847484;0.732041;0.532205;0.699727;0.077059;0.042168;0.512497;0.114255;0.378481;0.293800;0.679397;0.982751;0.000012;0.017236;0.999985;0.000005;0.000005;0.999990;0.000000;0.000010;0.952574;0.731059;0.500000;0.500000;0.017986;0.731059;0.880797;0.119203;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.500000;0.880797;0.119203;0.017986;0.047426;0.574443;0.695297;0.750260;0.707236;0.676339;0.799152;0.647256;0.273686;0.357783;0.140880;0.124990;0.560206;0.390788;0.390788;0.372852;0.679397;0.307677;0.000000;0.093978;0.351603;0.975726;0.000529;0.023745;0.999985;0.000005;0.000010;0.999850;0.000000;0.000150
0.500000;0.119203;0.880797;0.731059;0.002473;0.880797;0.268941;0.993307;0.047426;0.002473;0.002473;0.731059;0.002473;0.002473;0.006693;0.047426;0.268941;0.002473;0.119203;0.047426;0.043397;0.534197;0.460582;0.611827;0.000000;0.481508;0.518991;0.937321;0.250866;0.148426;0.056572;0.409266;0.000000;0.000000;0.157759;0.514746;0.456609;0.000000;0.139314;0.049266;0.025111;0.017122;0.957765;0.008940;0.003980;0.987080;0.002115;0.005440;0.992440;0.268941;0.982014;0.119203;0.047426;0.047426;0.880797;0.731059;0.500000;0.500000;0.119203;0.119203;0.880797;0.047426;0.119203;0.047426;0.500000;0.500000;0.047426;0.047426;0.119203;0.211985;0.786003;0.557248;0.000000;0.660607;0.801707;0.460582;0.351147;0.708064;0.234334;0.452642;0.778337;0.000000;0.392456;0.102938;0.685896;0.588314;0.000000;0.336931;0.177701;0.044444;0.398649;0.556906;0.022405;0.011440;0.966150;0.004355;0.788765;0.206880;0.006693;0.000911;0.000335;0.006693;0.002473;0.000911;0.002473;0.000335;0.000335;0.997527;0.880797;0.000911;0.731059;0.047426;0.006693;0.006693;0.047426;0.000911;0.002473;0.993307;0.313674;0.000000;0.072158;0.178140;0.000000;0.000000;0.000000;0.041131;0.000000;0.949020;0.759145;0.000000;0.726910;0.465306;0.155644;0.000000;0.115271;0.000000;0.000000;0.822737;0.045024;0.672462;0.282514;0.025960;0.476365;0.497675;0.005635;0.802260;0.192105;0.047426;0.006693;0.268941;0.982014;0.119203;0.047426;0.268941;0.119203;0.002473;0.002473;0.000911;0.017986;0.002473;0.000911;0.006693;0.982014;0.993307;0.000335;0.000911;0.006693;0.046708;0.214670;0.870118;0.875228;0.444727;0.195919;0.523483;0.390788;0.430944;0.000000;0.086274;0.000000;0.000000;0.115169;0.130335;0.903349;0.784147;0.000000;0.000000;0.000000;0.048684;0.372434;0.578883;0.029025;0.004470;0.966505;0.006595;0.795510;0.197895;0.119203;0.982014;0.047426;0.047426;0.047426;0.500000;0.731059;0.017986;0.047426;0.119203;0.731059;0.731059;0.268941;0.952574;0.268941;0.047426;0.119203;0.268941;0.880797;0.500000;0.023823;0.357553;0.291729;0.000000;0.607782;0.412655;0.415567;0.000000;0.000000;0.442012;0.578837;0.381780;0.506750;0.946495;0.239213;0.252750;0.423603;0.902296;0.872250;0.328716;0.941118;0.006192;0.052691;0.967500;0.000015;0.032485;0.983405;0.000040;0.016560;0.500000;0.268941;0.268941;0.982014;0.000911;0.731059;0.993307;0.119203;0.047426;0.268941;0.006693;0.268941;0.006693;0.002473;0.119203;0.268941;0.119203;0.119203;0.017986;0.047426;0.444974;0.587102;0.682222;0.775390;0.253885;0.758230;0.854084;0.157626;0.087305;0.190310;0.210320;0.455617;0.284754;0.000000;0.421407;0.800433;0.271505;0.710744;0.080913;0.057162;0.955736;0.008144;0.036119;0.999760;0.000000;0.000235;0.998420;0.000005;0.001575;0.119203;0.119203;0.017986;0.731059;0.000335;0.982014;0.999089;0.002473;0.047426;0.000335;0.000335;0.268941;0.006693;0.000335;0.002473;0.017986;0.017986;0.000335;0.000911;0.017986;0.199248;0.047971;0.600128;0.834933;0.000000;0.873249;0.944538;0.128420;0.113850;0.000000;0.067610;0.331591;0.550082;0.000000;0.000000;0.167423;0.270912;0.000000;0.206198;0.138835;0.976851;0.000012;0.023137;0.999815;0.000005;0.000180;0.999065;0.000000;0.000935;0.006693;0.000335;0.000335;0.000123;0.017986;0.000335;0.006693;0.000335;0.002473;0.006693;0.047426;0.000335;0.119203;0.999665;0.000123;0.000335;0.002473;0.999665;0.993307;0.119203;0.057487;0.024269;0.065070;0.000000;0.139915;0.000000;0.000000;0.072225;0.000000;0.510249;0.550576;0.000000;0.555026;0.982519;0.000000;0.067421;0.034556;0.939687;0.695085;0.215514;0.983451;0.000012;0.016538;0.999960;0.000005;0.000035;0.999900;0.000000;0.000100;0.119203;0.500000;0.017986;0.017986;0.731059;0.047426;0.047426;0.002473;0.119203;0.982014;0.952574;0.268941;0.268941;0.268941;0.006693;0.047426;0.500000;0.006693;0.268941;0.952574;0.597967;0.590250;0.244161;0.151100;0.547358;0.467048;0.364242;0.025581;0.000000;0.847484;0.732041;0.532205;0.699727;0.077059;0.042168;0.512497;0.114255;0.378481;0.293800;0.679397;0.982751;0.000012;0.017236;0.999985;0.000005;0.000005;0.999990;0.000000;0.000010;0.952574;0.731059;0.500000;0.500000;0.017986;0.731059;0.880797;0.119203;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.500000;0.880797;0.119203;0.017986;0.047426;0.574443;0.695297;0.750260;0.707236;0.676339;0.799152;0.647256;0.273686;0.357783;0.140880;0.124990;0.560206;0.390788;0.390788;0.372852;0.679397;0.307677;0.000000;0.093978;0.351603;0.975726;0.000529;0.023745;0.999985;0.000005;0.000010;0.999850;0.000000;0.000150;0.982014;0.017986;0.731059;0.119203;0.731059;0.047426;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.880797;0.268941;0.017986;0.500000;0.047426;0.952574;0.880797;0.500000;0.597967;0.149822;0.536933;0.078638;0.277880;0.330705;0.000000;0.415324;0.126309;0.675244;0.728495;0.164516;0.866574;0.871244;0.000000;0.460830;0.313674;0.613963;0.606828;0.453881;0.972878;0.000503;0.026617;0.999965;0.000005;0.000025;0.999845;0.000000;0.000155
0.268941;0.982014;0.119203;0.047426;0.047426;0.880797;0.731059;0.500000;0.500000;0.119203;0.119203;0.880797;0.047426;0.119203;0.047426;0.500000;0.500000;0.047426;0.047426;0.119203;0.211985;0.786003;0.557248;0.000000;0.660607;0.801707;0.460582;0.351147;0.708064;0.234334;0.452642;0.778337;0.000000;0.392456;0.102938;0.685896;0.588314;0.000000;0.336931;0.177701;0.044444;0.398649;0.556906;0.022405;0.011440;0.966150;0.004355;0.788765;0.206880;0.006693;0.000911;0.000335;0.006693;0.002473;0.000911;0.002473;0.000335;0.000335;0.997527;0.880797;0.000911;0.731059;0.047426;0.006693;0.006693;0.047426;0.000911;0.002473;0.993307;0.313674;0.000000;0.072158;0.178140;0.000000;0.000000;0.000000;0.041131;0.000000;0.949020;0.759145;0.000000;0.726910;0.465306;0.155644;0.000000;0.115271;0.000000;0.000000;0.822737;0.045024;0.672462;0.282514;0.025960;0.476365;0.497675;0.005635;0.802260;0.192105;0.047426;0.006693;0.268941;0.982014;0.119203;0.047426;0.268941;0.119203;0.002473;0.002473;0.000911;0.017986;0.002473;0.000911;0.006693;0.982014;0.993307;0.000335;0.000911;0.006693;0.046708;0.214670;0.870118;0.875228;0.444727;0.195919;0.523483;0.390788;0.430944;0.000000;0.086274;0.000000;0.000000;0.115169;0.130335;0.903349;0.784147;0.000000;0.000000;0.000000;0.048684;0.372434;0.578883;0.029025;0.004470;0.966505;0.006595;0.795510;0.197895;0.119203;0.982014;0.047426;0.047426;0.047426;0.500000;0.731059;0.017986;0.047426;0.119203;0.731059;0.731059;0.268941;0.952574;0.268941;0.047426;0.119203;0.268941;0.880797;0.500000;0.023823;0.357553;0.291729;0.000000;0.607782;0.412655;0.415567;0.000000;0.000000;0.442012;0.578837;0.381780;0.506750;0.946495;0.239213;0.252750;0.423603;0.902296;0.872250;0.328716;0.941118;0.006192;0.052691;0.967500;0.000015;0.032485;0.983405;0.000040;0.016560;0.500000;0.268941;0.268941;0.982014;0.000911;0.731059;0.993307;0.119203;0.047426;0.268941;0.006693;0.268941;0.006693;0.002473;0.119203;0.268941;0.119203;0.119203;0.017986;0.047426;0.444974;0.587102;0.682222;0.775390;0.253885;0.758230;0.854084;0.157626;0.087305;0.190310;0.210320;0.455617;0.284754;0.000000;0.421407;0.800433;0.271505;0.710744;0.080913;0.057162;0.955736;0.008144;0.036119;0.999760;0.000000;0.000235;0.998420;0.000005;0.001575;0.119203;0.119203;0.017986;0.731059;0.000335;0.982014;0.999089;0.002473;0.047426;0.000335;0.000335;0.268941;0.006693;0.000335;0.002473;0.017986;0.017986;0.000335;0.000911;0.017986;0.199248;0.047971;0.600128;0.834933;0.000000;0.873249;0.944538;0.128420;0.113850;0.000000;0.067610;0.331591;0.550082;0.000000;0.000000;0.167423;0.270912;0.000000;0.206198;0.138835;0.976851;0.000012;0.023137;0.999815;0.000005;0.000180;0.999065;0.000000;0.000935;0.006693;0.000335;0.000335;0.000123;0.017986;0.000335;0.006693;0.000335;0.002473;0.006693;0.047426;0.000335;0.119203;0.999665;0.000123;0.000335;0.002473;0.999665;0.993307;0.119203;0.057487;0.024269;0.065070;0.000000;0.139915;0.000000;0.000000;0.072225;0.000000;0.510249;0.550576;0.000000;0.555026;0.982519;0.000000;0.067421;0.034556;0.939687;0.695085;0.215514;0.983451;0.000012;0.016538;0.999960;0.000005;0.000035;0.999900;0.000000;0.000100;0.119203;0.500000;0.017986;0.017986;0.731059;0.047426;0.047426;0.002473;0.119203;0.982014;0.952574;0.268941;0.268941;0.268941;0.006693;0.047426;0.500000;0.006693;0.268941;0.952574;0.597967;0.590250;0.244161;0.151100;0.547358;0.467048;0.364242;0.025581;0.000000;0.847484;0.732041;0.532205;0.699727;0.077059;0.042168;0.512497;0.114255;0.378481;0.293800;0.679397;0.982751;0.000012;0.017236;0.999985;0.000005;0.000005;0.999990;0.000000;0.000010;0.952574;0.731059;0.500000;0.500000;0.017986;0.731059;0.880797;0.119203;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.500000;0.880797;0.119203;0.017986;0.047426;0.574443;0.695297;0.750260;0.707236;0.676339;0.799152;0.647256;0.273686;0.357783;0.140880;0.124990;0.560206;0.390788;0.390788;0.372852;0.679397;0.307677;0.000000;0.093978;0.351603;0.975726;0.000529;0.023745;0.999985;0.000005;0.000010;0.999850;0.000000;0.000150;0.982014;0.017986;0.731059;0.119203;0.731059;0.047426;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.880797;0.268941;0.017986;0.500000;0.047426;0.952574;0.880797;0.500000;0.597967;0.149822;0.536933;0.078638;0.277880;0.330705;0.000000;0.415324;0.126309;0.675244;0.728495;0.164516;0.866574;0.871244;0.000000;0.460830;0.313674;0.613963;0.606828;0.453881;0.972878;0.000503;0.026617;0.999965;0.000005;0.000025;0.999845;0.000000;0.000155;0.500000;0.047426;0.119203;0.017986;0.731059;0.119203;0.017986;0.017986;0.119203;0.500000;0.731059;0.047426;0.982014;0.880797;0.017986;0.119203;0.880797;0.993307;0.731059;0.880797;0.389361;0.055044;0.318212;0.077059;0.762602;0.387698;0.140276;0.014036;0.102846;0.770476;0.786003;0.000000;0.848258;0.779714;0.000000;0.345473;0.176681;0.870682;0.679397;0.676777;0.967218;0.002922;0.029857;0.999435;0.000005;0.000550;0.999335;0.000000;0.000665
0.006693;0.000911;0.000335;0.006693;0.002473;0.000911;0.002473;0.000335;0.000335;0.997527;0.880797;0.000911;0.731059;0.047426;0.006693;0.006693;0.047426;0.000911;0.002473;0.993307;0.313674;0.000000;0.072158;0.178140;0.000000;0.000000;0.000000;0.041131;0.000000;0.949020;0.759145;0.000000;0.726910;0.465306;0.155644;0.000000;0.115271;0.000000;0.000000;0.822737;0.045024;0.672462;0.282514;0.025960;0.476365;0.497675;0.005635;0.802260;0.192105;0.047426;0.006693;0.268941;0.982014;0.119203;0.047426;0.268941;0.119203;0.002473;0.002473;0.000911;0.017986;0.002473;0.000911;0.006693;0.982014;0.993307;0.000335;0.000911;0.006693;0.046708;0.214670;0.870118;0.875228;0.444727;0.195919;0.523483;0.390788;0.430944;0.000000;0.086274;0.000000;0.000000;0.115169;0.130335;0.903349;0.784147;0.000000;0.000000;0.000000;0.048684;0.372434;0.578883;0.029025;0.004470;0.966505;0.006595;0.795510;0.197895;0.119203;0.982014;0.047426;0.047426;0.047426;0.500000;0.731059;0.017986;0.047426;0.119203;0.731059;0.731059;0.268941;0.952574;0.268941;0.047426;0.119203;0.268941;0.880797;0.500000;0.023823;0.357553;0.291729;0.000000;0.607782;0.412655;0.415567;0.000000;0.000000;0.442012;0.578837;0.381780;0.506750;0.946495;0.239213;0.252750;0.423603;0.902296;0.872250;0.328716;0.941118;0.006192;0.052691;0.967500;0.000015;0.032485;0.983405;0.000040;0.016560;0.500000;0.268941;0.268941;0.982014;0.000911;0.731059;0.993307;0.119203;0.047426;0.268941;0.006693;0.268941;0.006693;0.002473;0.119203;0.268941;0.119203;0.119203;0.017986;0.047426;0.444974;0.587102;0.682222;0.775390;0.253885;0.758230;0.854084;0.157626;0.087305;0.190310;0.210320;0.455617;0.284754;0.000000;0.421407;0.800433;0.271505;0.710744;0.080913;0.057162;0.955736;0.008144;0.036119;0.999760;0.000000;0.000235;0.998420;0.000005;0.001575;0.119203;0.119203;0.017986;0.731059;0.000335;0.982014;0.999089;0.002473;0.047426;0.000335;0.000335;0.268941;0.006693;0.000335;0.002473;0.017986;0.017986;0.000335;0.000911;0.017986;0.199248;0.047971;0.600128;0.834933;0.000000;0.873249;0.944538;0.128420;0.113850;0.000000;0.067610;0.331591;0.550082;0.000000;0.000000;0.167423;0.270912;0.000000;0.206198;0.138835;0.976851;0.000012;0.023137;0.999815;0.000005;0.000180;0.999065;0.000000;0.000935;0.006693;0.000335;0.000335;0.000123;0.017986;0.000335;0.006693;0.000335;0.002473;0.006693;0.047426;0.000335;0.119203;0.999665;0.000123;0.000335;0.002473;0.999665;0.993307;0.119203;0.057487;0.024269;0.065070;0.000000;0.139915;0.000000;0.000000;0.072225;0.000000;0.510249;0.550576;0.000000;0.555026;0.982519;0.000000;0.067421;0.034556;0.939687;0.695085;0.215514;0.983451;0.000012;0.016538;0.999960;0.000005;0.000035;0.999900;0.000000;0.000100;0.119203;0.500000;0.017986;0.017986;0.731059;0.047426;0.047426;0.002473;0.119203;0.982014;0.952574;0.268941;0.268941;0.268941;0.006693;0.047426;0.500000;0.006693;0.268941;0.952574;0.597967;0.590250;0.244161;0.151100;0.547358;0.467048;0.364242;0.025581;0.000000;0.847484;0.732041;0.532205;0.699727;0.077059;0.042168;0.512497;0.114255;0.378481;0.293800;0.679397;0.982751;0.000012;0.017236;0.999985;0.000005;0.000005;0.999990;0.000000;0.000010;0.952574;0.731059;0.500000;0.500000;0.017986;0.731059;0.880797;0.119203;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.500000;0.880797;0.119203;0.017986;0.047426;0.574443;0.695297;0.750260;0.707236;0.676339;0.799152;0.647256;0.273686;0.357783;0.140880;0.124990;0.560206;0.390788;0.390788;0.372852;0.679397;0.307677;0.000000;0.093978;0.351603;0.975726;0.000529;0.023745;0.999985;0.000005;0.000010;0.999850;0.000000;0.000150;0.982014;0.017986;0.731059;0.119203;0.731059;0.047426;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.880797;0.268941;0.017986;0.500000;0.047426;0.952574;0.880797;0.500000;0.597967;0.149822;0.536933;0.078638;0.277880;0.330705;0.000000;0.415324;0.126309;0.675244;0.728495;0.164516;0.866574;0.871244;0.000000;0.460830;0.313674;0.613963;0.606828;0.453881;0.972878;0.000503;0.026617;0.999965;0.000005;0.000025;0.999845;0.000000;0.000155;0.500000;0.047426;0.119203;0.017986;0.731059;0.119203;0.017986;0.017986;0.119203;0.500000;0.731059;0.047426;0.982014;0.880797;0.017986;0.119203;0.880797;0.993307;0.731059;0.880797;0.389361;0.055044;0.318212;0.077059;0.762602;0.387698;0.140276;0.014036;0.102846;0.770476;0.786003;0.000000;0.848258;0.779714;0.000000;0.345473;0.176681;0.870682;0.679397;0.676777;0.967218;0.002922;0.029857;0.999435;0.000005;0.000550;0.999335;0.000000;0.000665;0.500000;0.880797;0.268941;0.880797;0.017986;0.731059;0.880797;0.119203;0.880797;0.047426;0.268941;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.500000;0.119203;0.268941;0.563899;0.623868;0.410960;0.223393;0.820244;0.862949;0.528968;0.068306;0.650446;0.441026;0.374959;0.746115;0.415324;0.000000;0.000000;0.789680;0.367258;0.444480;0.234872;0.196550;0.946015;0.009153;0.044832;0.999190;0.000005;0.000805;0.998885;0.000000;0.001115
0.047426;0.006693;0.268941;0.982014;0.119203;0.047426;0.268941;0.119203;0.002473;0.002473;0.000911;0.017986;0.002473;0.000911;0.006693;0.982014;0.993307;0.000335;0.000911;0.006693;0.046708;0.214670;0.870118;0.875228;0.444727;0.195919;0.523483;0.390788;0.430944;0.000000;0.086274;0.000000;0.000000;0.115169;0.130335;0.903349;0.784147;0.000000;0.000000;0.000000;0.048684;0.372434;0.578883;0.029025;0.004470;0.966505;0.006595;0.795510;0.197895;0.119203;0.982014;0.047426;0.047426;0.047426;0.500000;0.731059;0.017986;0.047426;0.119203;0.731059;0.731059;0.268941;0.952574;0.268941;0.047426;0.119203;0.268941;0.880797;0.500000;0.023823;0.357553;0.291729;0.000000;0.607782;0.412655;0.415567;0.000000;0.000000;0.442012;0.578837;0.381780;0.506750;0.946495;0.239213;0.252750;0.423603;0.902296;0.872250;0.328716;0.941118;0.006192;0.052691;0.967500;0.000015;0.032485;0.983405;0.000040;0.016560;0.500000;0.268941;0.268941;0.982014;0.000911;0.731059;0.993307;0.119203;0.047426;0.268941;0.006693;0.268941;0.006693;0.002473;0.119203;0.268941;0.119203;0.119203;0.017986;0.047426;0.444974;0.587102;0.682222;0.775390;0.253885;0.758230;0.854084;0.157626;0.087305;0.190310;0.210320;0.455617;0.284754;0.000000;0.421407;0.800433;0.271505;0.710744;0.080913;0.057162;0.955736;0.008144;0.036119;0.999760;0.000000;0.000235;0.998420;0.000005;0.001575;0.119203;0.119203;0.017986;0.731059;0.000335;0.982014;0.999089;0.002473;0.047426;0.000335;0.000335;0.268941;0.006693;0.000335;0.002473;0.017986;0.017986;0.000335;0.000911;0.017986;0.199248;0.047971;0.600128;0.834933;0.000000;0.873249;0.944538;0.128420;0.113850;0.000000;0.067610;0.331591;0.550082;0.000000;0.000000;0.167423;0.270912;0.000000;0.206198;0.138835;0.976851;0.000012;0.023137;0.999815;0.000005;0.000180;0.999065;0.000000;0.000935;0.006693;0.000335;0.000335;0.000123;0.017986;0.000335;0.006693;0.000335;0.002473;0.006693;0.047426;0.000335;0.119203;0.999665;0.000123;0.000335;0.002473;0.999665;0.993307;0.119203;0.057487;0.024269;0.065070;0.000000;0.139915;0.000000;0.000000;0.072225;0.000000;0.510249;0.550576;0.000000;0.555026;0.982519;0.000000;0.067421;0.034556;0.939687;0.695085;0.215514;0.983451;0.000012;0.016538;0.999960;0.000005;0.000035;0.999900;0.000000;0.000100;0.119203;0.500000;0.017986;0.017986;0.731059;0.047426;0.047426;0.002473;0.119203;0.982014;0.952574;0.268941;0.268941;0.268941;0.006693;0.047426;0.500000;0.006693;0.268941;0.952574;0.597967;0.590250;0.244161;0.151100;0.547358;0.467048;0.364242;0.025581;0.000000;0.847484;0.732041;0.532205;0.699727;0.077059;0.042168;0.512497;0.114255;0.378481;0.293800;0.679397;0.982751;0.000012;0.017236;0.999985;0.000005;0.000005;0.999990;0.000000;0.000010;0.952574;0.731059;0.500000;0.500000;0.017986;0.731059;0.880797;0.119203;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.500000;0.880797;0.119203;0.017986;0.047426;0.574443;0.695297;0.750260;0.707236;0.676339;0.799152;0.647256;0.273686;0.357783;0.140880;0.124990;0.560206;0.390788;0.390788;0.372852;0.679397;0.307677;0.000000;0.093978;0.351603;0.975726;0.000529;0.023745;0.999985;0.000005;0.000010;0.999850;0.000000;0.000150;0.982014;0.017986;0.731059;0.119203;0.731059;0.047426;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.880797;0.268941;0.017986;0.500000;0.047426;0.952574;0.880797;0.500000;0.597967;0.149822;0.536933;0.078638;0.277880;0.330705;0.000000;0.415324;0.126309;0.675244;0.728495;0.164516;0.866574;0.871244;0.000000;0.460830;0.313674;0.613963;0.606828;0.453881;0.972878;0.000503;0.026617;0.999965;0.000005;0.000025;0.999845;0.000000;0.000155;0.500000;0.047426;0.119203;0.017986;0.731059;0.119203;0.017986;0.017986;0.119203;0.500000;0.731059;0.047426;0.982014;0.880797;0.017986;0.119203;0.880797;0.993307;0.731059;0.880797;0.389361;0.055044;0.318212;0.077059;0.762602;0.387698;0.140276;0.014036;0.102846;0.770476;0.786003;0.000000;0.848258;0.779714;0.000000;0.345473;0.176681;0.870682;0.679397;0.676777;0.967218;0.002922;0.029857;0.999435;0.000005;0.000550;0.999335;0.000000;0.000665;0.500000;0.880797;0.268941;0.880797;0.017986;0.731059;0.880797;0.119203;0.880797;0.047426;0.268941;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.500000;0.119203;0.268941;0.563899;0.623868;0.410960;0.223393;0.820244;0.862949;0.528968;0.068306;0.650446;0.441026;0.374959;0.746115;0.415324;0.000000;0.000000;0.789680;0.367258;0.444480;0.234872;0.196550;0.946015;0.009153;0.044832;0.999190;0.000005;0.000805;0.998885;0.000000;0.001115;0.731059;0.880797;0.500000;0.268941;0.047426;0.731059;0.731059;0.268941;0.982014;0.047426;0.119203;0.880797;0.119203;0.017986;0.047426;0.731059;0.268941;0.006693;0.119203;0.047426;0.586860;0.640607;0.471780;0.438316;0.513996;0.736528;0.569546;0.489252;0.243608;0.493750;0.485754;0.649991;0.509249;0.247126;0.520988;0.565374;0.280497;0.000000;0.383670;0.362622;0.926613;0.003178;0.070208;0.998625;0.000020;0.001355;0.988535;0.000010;0.011450
0.119203;0.982014;0.047426;0.047426;0.047426;0.500000;0.731059;0.017986;0.047426;0.119203;0.731059;0.731059;0.268941;0.952574;0.268941;0.047426;0.119203;0.268941;0.880797;0.500000;0.023823;0.357553;0.291729;0.000000;0.607782;0.412655;0.415567;0.000000;0.000000;0.442012;0.578837;0.381780;0.506750;0.946495;0.239213;0.252750;0.423603;0.902296;0.872250;0.328716;0.941118;0.006192;0.052691;0.967500;0.000015;0.032485;0.983405;0.000040;0.016560;0.500000;0.268941;0.268941;0.982014;0.000911;0.731059;0.993307;0.119203;0.047426;0.268941;0.006693;0.268941;0.006693;0.002473;0.119203;0.268941;0.119203;0.119203;0.017986;0.047426;0.444974;0.587102;0.682222;0.775390;0.253885;0.758230;0.854084;0.157626;0.087305;0.190310;0.210320;0.455617;0.284754;0.000000;0.421407;0.800433;0.271505;0.710744;0.080913;0.057162;0.955736;0.008144;0.036119;0.999760;0.000000;0.000235;0.998420;0.000005;0.001575;0.119203;0.119203;0.017986;0.731059;0.000335;0.982014;0.999089;0.002473;0.047426;0.000335;0.000335;0.268941;0.006693;0.000335;0.002473;0.017986;0.017986;0.000335;0.000911;0.017986;0.199248;0.047971;0.600128;0.834933;0.000000;0.873249;0.944538;0.128420;0.113850;0.000000;0.067610;0.331591;0.550082;0.000000;0.000000;0.167423;0.270912;0.000000;0.206198;0.138835;0.976851;0.000012;0.023137;0.999815;0.000005;0.000180;0.999065;0.000000;0.000935;0.006693;0.000335;0.000335;0.000123;0.017986;0.000335;0.006693;0.000335;0.002473;0.006693;0.047426;0.000335;0.119203;0.999665;0.000123;0.000335;0.002473;0.999665;0.993307;0.119203;0.057487;0.024269;0.065070;0.000000;0.139915;0.000000;0.000000;0.072225;0.000000;0.510249;0.550576;0.000000;0.555026;0.982519;0.000000;0.067421;0.034556;0.939687;0.695085;0.215514;0.983451;0.000012;0.016538;0.999960;0.000005;0.000035;0.999900;0.000000;0.000100;0.119203;0.500000;0.017986;0.017986;0.731059;0.047426;0.047426;0.002473;0.119203;0.982014;0.952574;0.268941;0.268941;0.268941;0.006693;0.047426;0.500000;0.006693;0.268941;0.952574;0.597967;0.590250;0.244161;0.151100;0.547358;0.467048;0.364242;0.025581;0.000000;0.847484;0.732041;0.532205;0.699727;0.077059;0.042168;0.512497;0.114255;0.378481;0.293800;0.679397;0.982751;0.000012;0.017236;0.999985;0.000005;0.000005;0.999990;0.000000;0.000010;0.952574;0.731059;0.500000;0.500000;0.017986;0.731059;0.880797;0.119203;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.500000;0.880797;0.119203;0.017986;0.047426;0.574443;0.695297;0.750260;0.707236;0.676339;0.799152;0.647256;0.273686;0.357783;0.140880;0.124990;0.560206;0.390788;0.390788;0.372852;0.679397;0.307677;0.000000;0.093978;0.351603;0.975726;0.000529;0.023745;0.999985;0.000005;0.000010;0.999850;0.000000;0.000150;0.982014;0.017986;0.731059;0.119203;0.731059;0.047426;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.880797;0.268941;0.017986;0.500000;0.047426;0.952574;0.880797;0.500000;0.597967;0.149822;0.536933;0.078638;0.277880;0.330705;0.000000;0.415324;0.126309;0.675244;0.728495;0.164516;0.866574;0.871244;0.000000;0.460830;0.313674;0.613963;0.606828;0.453881;0.972878;0.000503;0.026617;0.999965;0.000005;0.000025;0.999845;0.000000;0.000155;0.500000;0.047426;0.119203;0.017986;0.731059;0.119203;0.017986;0.017986;0.119203;0.500000;0.731059;0.047426;0.982014;0.880797;0.017986;0.119203;0.880797;0.993307;0.731059;0.880797;0.389361;0.055044;0.318212;0.077059;0.762602;0.387698;0.140276;0.014036;0.102846;0.770476;0.786003;0.000000;0.848258;0.779714;0.000000;0.345473;0.176681;0.870682;0.679397;0.676777;0.967218;0.002922;0.029857;0.999435;0.000005;0.000550;0.999335;0.000000;0.000665;0.500000;0.880797;0.268941;0.880797;0.017986;0.731059;0.880797;0.119203;0.880797;0.047426;0.268941;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.500000;0.119203;0.268941;0.563899;0.623868;0.410960;0.223393;0.820244;0.862949;0.528968;0.068306;0.650446;0.441026;0.374959;0.746115;0.415324;0.000000;0.000000;0.789680;0.367258;0.444480;0.234872;0.196550;0.946015;0.009153;0.044832;0.999190;0.000005;0.000805;0.998885;0.000000;0.001115;0.731059;0.880797;0.500000;0.268941;0.047426;0.731059;0.731059;0.268941;0.982014;0.047426;0.119203;0.880797;0.119203;0.017986;0.047426;0.731059;0.268941;0.006693;0.119203;0.047426;0.586860;0.640607;0.471780;0.438316;0.513996;0.736528;0.569546;0.489252;0.243608;0.493750;0.485754;0.649991;0.509249;0.247126;0.520988;0.565374;0.280497;0.000000;0.383670;0.362622;0.926613;0.003178;0.070208;0.998625;0.000020;0.001355;0.988535;0.000010;0.011450;0.731059;0.880797;0.119203;0.119203;0.119203;0.500000;0.119203;0.119203;0.268941;0.500000;0.880797;0.119203;0.880797;0.500000;0.047426;0.268941;0.500000;0.500000;0.731059;0.880797;0.279086;0.205544;0.531209;0.195761;0.418484;0.727505;0.411444;0.071425;0.374022;0.706615;0.765307;0.623399;0.731059;0.667300;0.320386;0.064164;0.452642;0.582732;0.512497;0.394604;0.853032;0.000042;0.146931;0.990580;0.000025;0.009400;0.968105;0.000040;0.031865
0.500000;0.268941;0.268941;0.982014;0.000911;0.731059;0.993307;0.119203;0.047426;0.268941;0.006693;0.268941;0.006693;0.002473;0.119203;0.268941;0.119203;0.119203;0.017986;0.047426;0.444974;0.587102;0.682222;0.775390;0.253885;0.758230;0.854084;0.157626;0.087305;0.190310;0.210320;0.455617;0.284754;0.000000;0.421407;0.800433;0.271505;0.710744;0.080913;0.057162;0.955736;0.008144;0.036119;0.999760;0.000000;0.000235;0.998420;0.000005;0.001575;0.119203;0.119203;0.017986;0.731059;0.000335;0.982014;0.999089;0.002473;0.047426;0.000335;0.000335;0.268941;0.006693;0.000335;0.002473;0.017986;0.017986;0.000335;0.000911;0.017986;0.199248;0.047971;0.600128;0.834933;0.000000;0.873249;0.944538;0.128420;0.113850;0.000000;0.067610;0.331591;0.550082;0.000000;0.000000;0.167423;0.270912;0.000000;0.206198;0.138835;0.976851;0.000012;0.023137;0.999815;0.000005;0.000180;0.999065;0.000000;0.000935;0.006693;0.000335;0.000335;0.000123;0.017986;0.000335;0.006693;0.000335;0.002473;0.006693;0.047426;0.000335;0.119203;0.999665;0.000123;0.000335;0.002473;0.999665;0.993307;0.119203;0.057487;0.024269;0.065070;0.000000;0.139915;0.000000;0.000000;0.072225;0.000000;0.510249;0.550576;0.000000;0.555026;0.982519;0.000000;0.067421;0.034556;0.939687;0.695085;0.215514;0.983451;0.000012;0.016538;0.999960;0.000005;0.000035;0.999900;0.000000;0.000100;0.119203;0.500000;0.017986;0.017986;0.731059;0.047426;0.047426;0.002473;0.119203;0.982014;0.952574;0.268941;0.268941;0.268941;0.006693;0.047426;0.500000;0.006693;0.268941;0.952574;0.597967;0.590250;0.244161;0.151100;0.547358;0.467048;0.364242;0.025581;0.000000;0.847484;0.732041;0.532205;0.699727;0.077059;0.042168;0.512497;0.114255;0.378481;0.293800;0.679397;0.982751;0.000012;0.017236;0.999985;0.000005;0.000005;0.999990;0.000000;0.000010;0.952574;0.731059;0.500000;0.500000;0.017986;0.731059;0.880797;0.119203;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.500000;0.880797;0.119203;0.017986;0.047426;0.574443;0.695297;0.750260;0.707236;0.676339;0.799152;0.647256;0.273686;0.357783;0.140880;0.124990;0.560206;0.390788;0.390788;0.372852;0.679397;0.307677;0.000000;0.093978;0.351603;0.975726;0.000529;0.023745;0.999985;0.000005;0.000010;0.999850;0.000000;0.000150;0.982014;0.017986;0.731059;0.119203;0.731059;0.047426;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.880797;0.268941;0.017986;0.500000;0.047426;0.952574;0.880797;0.500000;0.597967;0.149822;0.536933;0.078638;0.277880;0.330705;0.000000;0.415324;0.126309;0.675244;0.728495;0.164516;0.866574;0.871244;0.000000;0.460830;0.313674;0.613963;0.606828;0.453881;0.972878;0.000503;0.026617;0.999965;0.000005;0.000025;0.999845;0.000000;0.000155;0.500000;0.047426;0.119203;0.017986;0.731059;0.119203;0.017986;0.017986;0.119203;0.500000;0.731059;0.047426;0.982014;0.880797;0.017986;0.119203;0.880797;0.993307;0.731059;0.880797;0.389361;0.055044;0.318212;0.077059;0.762602;0.387698;0.140276;0.014036;0.102846;0.770476;0.786003;0.000000;0.848258;0.779714;0.000000;0.345473;0.176681;0.870682;0.679397;0.676777;0.967218;0.002922;0.029857;0.999435;0.000005;0.000550;0.999335;0.000000;0.000665;0.500000;0.880797;0.268941;0.880797;0.017986;0.731059;0.880797;0.119203;0.880797;0.047426;0.268941;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.500000;0.119203;0.268941;0.563899;0.623868;0.410960;0.223393;0.820244;0.862949;0.528968;0.068306;0.650446;0.441026;0.374959;0.746115;0.415324;0.000000;0.000000;0.789680;0.367258;0.444480;0.234872;0.196550;0.946015;0.009153;0.044832;0.999190;0.000005;0.000805;0.998885;0.000000;0.001115;0.731059;0.880797;0.500000;0.268941;0.047426;0.731059;0.731059;0.268941;0.982014;0.047426;0.119203;0.880797;0.119203;0.017986;0.047426;0.731059;0.268941;0.006693;0.119203;0.047426;0.586860;0.640607;0.471780;0.438316;0.513996;0.736528;0.569546;0.489252;0.243608;0.493750;0.485754;0.649991;0.509249;0.247126;0.520988;0.565374;0.280497;0.000000;0.383670;0.362622;0.926613;0.003178;0.070208;0.998625;0.000020;0.001355;0.988535;0.000010;0.011450;0.731059;0.880797;0.119203;0.119203;0.119203;0.500000;0.119203;0.119203;0.268941;0.500000;0.880797;0.119203;0.880797;0.500000;0.047426;0.268941;0.500000;0.500000;0.731059;0.880797;0.279086;0.205544;0.531209;0.195761;0.418484;0.727505;0.411444;0.071425;0.374022;0.706615;0.765307;0.623399;0.731059;0.667300;0.320386;0.064164;0.452642;0.582732;0.512497;0.394604;0.853032;0.000042;0.146931;0.990580;0.000025;0.009400;0.968105;0.000040;0.031865;0.731059;0.500000;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.500000;0.880797;0.880797;0.268941;0.500000;0.500000;0.119203;0.500000;0.268941;0.047426;0.731059;0.731059;0.435610;0.434381;0.066670;0.447198;0.789514;0.724521;0.344795;0.105552;0.270715;0.701406;0.725119;0.392456;0.742882;0.747250;0.183322;0.653622;0.416295;0.000000;0.221836;0.319298;0.558403;0.000559;0.441038;0.381295;0.000105;0.618600;0.802785;0.001480;0.195735
0.119203;0.119203;0.017986;0.731059;0.000335;0.982014;0.999089;0.002473;0.047426;0.000335;0.000335;0.268941;0.006693;0.000335;0.002473;0.017986;0.017986;0.000335;0.000911;0.017986;0.199248;0.047971;0.600128;0.834933;0.000000;0.873249;0.944538;0.128420;0.113850;0.000000;0.067610;0.331591;0.550082;0.000000;0.000000;0.167423;0.270912;0.000000;0.206198;0.138835;0.976851;0.000012;0.023137;0.999815;0.000005;0.000180;0.999065;0.000000;0.000935;0.006693;0.000335;0.000335;0.000123;0.017986;0.000335;0.006693;0.000335;0.002473;0.006693;0.047426;0.000335;0.119203;0.999665;0.000123;0.000335;0.002473;0.999665;0.993307;0.119203;0.057487;0.024269;0.065070;0.000000;0.139915;0.000000;0.000000;0.072225;0.000000;0.510249;0.550576;0.000000;0.555026;0.982519;0.000000;0.067421;0.034556;0.939687;0.695085;0.215514;0.983451;0.000012;0.016538;0.999960;0.000005;0.000035;0.999900;0.000000;0.000100;0.119203;0.500000;0.017986;0.017986;0.731059;0.047426;0.047426;0.002473;0.119203;0.982014;0.952574;0.268941;0.268941;0.268941;0.006693;0.047426;0.500000;0.006693;0.268941;0.952574;0.597967;0.590250;0.244161;0.151100;0.547358;0.467048;0.364242;0.025581;0.000000;0.847484;0.732041;0.532205;0.699727;0.077059;0.042168;0.512497;0.114255;0.378481;0.293800;0.679397;0.982751;0.000012;0.017236;0.999985;0.000005;0.000005;0.999990;0.000000;0.000010;0.952574;0.731059;0.500000;0.500000;0.017986;0.731059;0.880797;0.119203;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.500000;0.880797;0.119203;0.017986;0.047426;0.574443;0.695297;0.750260;0.707236;0.676339;0.799152;0.647256;0.273686;0.357783;0.140880;0.124990;0.560206;0.390788;0.390788;0.372852;0.679397;0.307677;0.000000;0.093978;0.351603;0.975726;0.000529;0.023745;0.999985;0.000005;0.000010;0.999850;0.000000;0.000150;0.982014;0.017986;0.731059;0.119203;0.731059;0.047426;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.880797;0.268941;0.017986;0.500000;0.047426;0.952574;0.880797;0.500000;0.597967;0.149822;0.536933;0.078638;0.277880;0.330705;0.000000;0.415324;0.126309;0.675244;0.728495;0.164516;0.866574;0.871244;0.000000;0.460830;0.313674;0.613963;0.606828;0.453881;0.972878;0.000503;0.026617;0.999965;0.000005;0.000025;0.999845;0.000000;0.000155;0.500000;0.047426;0.119203;0.017986;0.731059;0.119203;0.017986;0.017986;0.119203;0.500000;0.731059;0.047426;0.982014;0.880797;0.017986;0.119203;0.880797;0.993307;0.731059;0.880797;0.389361;0.055044;0.318212;0.077059;0.762602;0.387698;0.140276;0.014036;0.102846;0.770476;0.786003;0.000000;0.848258;0.779714;0.000000;0.345473;0.176681;0.870682;0.679397;0.676777;0.967218;0.002922;0.029857;0.999435;0.000005;0.000550;0.999335;0.000000;0.000665;0.500000;0.880797;0.268941;0.880797;0.017986;0.731059;0.880797;0.119203;0.880797;0.047426;0.268941;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.500000;0.119203;0.268941;0.563899;0.623868;0.410960;0.223393;0.820244;0.862949;0.528968;0.068306;0.650446;0.441026;0.374959;0.746115;0.415324;0.000000;0.000000;0.789680;0.367258;0.444480;0.234872;0.196550;0.946015;0.009153;0.044832;0.999190;0.000005;0.000805;0.998885;0.000000;0.001115;0.731059;0.880797;0.500000;0.268941;0.047426;0.731059;0.731059;0.268941;0.982014;0.047426;0.119203;0.880797;0.119203;0.017986;0.047426;0.731059;0.268941;0.006693;0.119203;0.047426;0.586860;0.640607;0.471780;0.438316;0.513996;0.736528;0.569546;0.489252;0.243608;0.493750;0.485754;0.649991;0.509249;0.247126;0.520988;0.565374;0.280497;0.000000;0.383670;0.362622;0.926613;0.003178;0.070208;0.998625;0.000020;0.001355;0.988535;0.000010;0.011450;0.731059;0.880797;0.119203;0.119203;0.119203;0.500000;0.119203;0.119203;0.268941;0.500000;0.880797;0.119203;0.880797;0.500000;0.047426;0.268941;0.500000;0.500000;0.731059;0.880797;0.279086;0.205544;0.531209;0.195761;0.418484;0.727505;0.411444;0.071425;0.374022;0.706615;0.765307;0.623399;0.731059;0.667300;0.320386;0.064164;0.452642;0.582732;0.512497;0.394604;0.853032;0.000042;0.146931;0.990580;0.000025;0.009400;0.968105;0.000040;0.031865;0.731059;0.500000;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.500000;0.880797;0.880797;0.268941;0.500000;0.500000;0.119203;0.500000;0.268941;0.047426;0.731059;0.731059;0.435610;0.434381;0.066670;0.447198;0.789514;0.724521;0.344795;0.105552;0.270715;0.701406;0.725119;0.392456;0.742882;0.747250;0.183322;0.653622;0.416295;0.000000;0.221836;0.319298;0.558403;0.000559;0.441038;0.381295;0.000105;0.618600;0.802785;0.001480;0.195735;0.268941;0.500000;0.731059;0.952574;0.017986;0.500000;0.500000;0.731059;0.731059;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.731059;0.500000;0.119203;0.119203;0.268941;0.353429;0.724920;0.705993;0.693387;0.397235;0.557495;0.657911;0.499750;0.616803;0.338721;0.239395;0.733802;0.418484;0.113548;0.326073;0.703704;0.418484;0.000000;0.060483;0.053353;0.423743;0.002453;0.573800;0.230990;0.000005;0.769000;0.676100;0.000085;0.323810
0.006693;0.000335;0.000335;0.000123;0.017986;0.000335;0.006693;0.000335;0.002473;0.006693;0.047426;0.000335;0.119203;0.999665;0.000123;0.000335;0.002473;0.999665;0.993307;0.119203;0.057487;0.024269;0.065070;0.000000;0.139915;0.000000;0.000000;0.072225;0.000000;0.510249;0.550576;0.000000;0.555026;0.982519;0.000000;0.067421;0.034556;0.939687;0.695085;0.215514;0.983451;0.000012;0.016538;0.999960;0.000005;0.000035;0.999900;0.000000;0.000100;0.119203;0.500000;0.017986;0.017986;0.731059;0.047426;0.047426;0.002473;0.119203;0.982014;0.952574;0.268941;0.268941;0.268941;0.006693;0.047426;0.500000;0.006693;0.268941;0.952574;0.597967;0.590250;0.244161;0.151100;0.547358;0.467048;0.364242;0.025581;0.000000;0.847484;0.732041;0.532205;0.699727;0.077059;0.042168;0.512497;0.114255;0.378481;0.293800;0.679397;0.982751;0.000012;0.017236;0.999985;0.000005;0.000005;0.999990;0.000000;0.000010;0.952574;0.731059;0.500000;0.500000;0.017986;0.731059;0.880797;0.119203;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.500000;0.880797;0.119203;0.017986;0.047426;0.574443;0.695297;0.750260;0.707236;0.676339;0.799152;0.647256;0.273686;0.357783;0.140880;0.124990;0.560206;0.390788;0.390788;0.372852;0.679397;0.307677;0.000000;0.093978;0.351603;0.975726;0.000529;0.023745;0.999985;0.000005;0.000010;0.999850;0.000000;0.000150;0.982014;0.017986;0.731059;0.119203;0.731059;0.047426;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.880797;0.268941;0.017986;0.500000;0.047426;0.952574;0.880797;0.500000;0.597967;0.149822;0.536933;0.078638;0.277880;0.330705;0.000000;0.415324;0.126309;0.675244;0.728495;0.164516;0.866574;0.871244;0.000000;0.460830;0.313674;0.613963;0.606828;0.453881;0.972878;0.000503;0.026617;0.999965;0.000005;0.000025;0.999845;0.000000;0.000155;0.500000;0.047426;0.119203;0.017986;0.731059;0.119203;0.017986;0.017986;0.119203;0.500000;0.731059;0.047426;0.982014;0.880797;0.017986;0.119203;0.880797;0.993307;0.731059;0.880797;0.389361;0.055044;0.318212;0.077059;0.762602;0.387698;0.140276;0.014036;0.102846;0.770476;0.786003;0.000000;0.848258;0.779714;0.000000;0.345473;0.176681;0.870682;0.679397;0.676777;0.967218;0.002922;0.029857;0.999435;0.000005;0.000550;0.999335;0.000000;0.000665;0.500000;0.880797;0.268941;0.880797;0.017986;0.731059;0.880797;0.119203;0.880797;0.047426;0.268941;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.500000;0.119203;0.268941;0.563899;0.623868;0.410960;0.223393;0.820244;0.862949;0.528968;0.068306;0.650446;0.441026;0.374959;0.746115;0.415324;0.000000;0.000000;0.789680;0.367258;0.444480;0.234872;0.196550;0.946015;0.009153;0.044832;0.999190;0.000005;0.000805;0.998885;0.000000;0.001115;0.731059;0.880797;0.500000;0.268941;0.047426;0.731059;0.731059;0.268941;0.982014;0.047426;0.119203;0.880797;0.119203;0.017986;0.047426;0.731059;0.268941;0.006693;0.119203;0.047426;0.586860;0.640607;0.471780;0.438316;0.513996;0.736528;0.569546;0.489252;0.243608;0.493750;0.485754;0.649991;0.509249;0.247126;0.520988;0.565374;0.280497;0.000000;0.383670;0.362622;0.926613;0.003178;0.070208;0.998625;0.000020;0.001355;0.988535;0.000010;0.011450;0.731059;0.880797;0.119203;0.119203;0.119203;0.500000;0.119203;0.119203;0.268941;0.500000;0.880797;0.119203;0.880797;0.500000;0.047426;0.268941;0.500000;0.500000;0.731059;0.880797;0.279086;0.205544;0.531209;0.195761;0.418484;0.727505;0.411444;0.071425;0.374022;0.706615;0.765307;0.623399;0.731059;0.667300;0.320386;0.064164;0.452642;0.582732;0.512497;0.394604;0.853032;0.000042;0.146931;0.990580;0.000025;0.009400;0.968105;0.000040;0.031865;0.731059;0.500000;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.500000;0.880797;0.880797;0.268941;0.500000;0.500000;0.119203;0.500000;0.268941;0.047426;0.731059;0.731059;0.435610;0.434381;0.066670;0.447198;0.789514;0.724521;0.344795;0.105552;0.270715;0.701406;0.725119;0.392456;0.742882;0.747250;0.183322;0.653622;0.416295;0.000000;0.221836;0.319298;0.558403;0.000559;0.441038;0.381295;0.000105;0.618600;0.802785;0.001480;0.195735;0.268941;0.500000;0.731059;0.952574;0.017986;0.500000;0.500000;0.731059;0.731059;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.731059;0.500000;0.119203;0.119203;0.268941;0.353429;0.724920;0.705993;0.693387;0.397235;0.557495;0.657911;0.499750;0.616803;0.338721;0.239395;0.733802;0.418484;0.113548;0.326073;0.703704;0.418484;0.000000;0.060483;0.053353;0.423743;0.002453;0.573800;0.230990;0.000005;0.769000;0.676100;0.000085;0.323810;0.119203;0.268941;0.952574;0.993307;0.017986;0.500000;0.731059;0.268941;0.500000;0.119203;0.047426;0.500000;0.119203;0.047426;0.500000;0.500000;0.268941;0.006693;0.268941;0.017986;0.404922;0.723122;0.747816;0.789514;0.313674;0.234693;0.807990;0.562915;0.314104;0.000000;0.085646;0.577373;0.000000;0.182575;0.568320;0.748193;0.374491;0.000000;0.174942;0.000000;0.256732;0.000116;0.743152;0.052500;0.000000;0.947500;0.428640;0.000130;0.571230
0.119203;0.500000;0.017986;0.017986;0.731059;0.047426;0.047426;0.002473;0.119203;0.982014;0.952574;0.268941;0.268941;0.268941;0.006693;0.047426;0.500000;0.006693;0.268941;0.952574;0.597967;0.590250;0.244161;0.151100;0.547358;0.467048;0.364242;0.025581;0.000000;0.847484;0.732041;0.532205;0.699727;0.077059;0.042168;0.512497;0.114255;0.378481;0.293800;0.679397;0.982751;0.000012;0.017236;0.999985;0.000005;0.000005;0.999990;0.000000;0.000010;0.952574;0.731059;0.500000;0.500000;0.017986;0.731059;0.880797;0.119203;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.500000;0.880797;0.119203;0.017986;0.047426;0.574443;0.695297;0.750260;0.707236;0.676339;0.799152;0.647256;0.273686;0.357783;0.140880;0.124990;0.560206;0.390788;0.390788;0.372852;0.679397;0.307677;0.000000;0.093978;0.351603;0.975726;0.000529;0.023745;0.999985;0.000005;0.000010;0.999850;0.000000;0.000150;0.982014;0.017986;0.731059;0.119203;0.731059;0.047426;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.880797;0.268941;0.017986;0.500000;0.047426;0.952574;0.880797;0.500000;0.597967;0.149822;0.536933;0.078638;0.277880;0.330705;0.000000;0.415324;0.126309;0.675244;0.728495;0.164516;0.866574;0.871244;0.000000;0.460830;0.313674;0.613963;0.606828;0.453881;0.972878;0.000503;0.026617;0.999965;0.000005;0.000025;0.999845;0.000000;0.000155;0.500000;0.047426;0.119203;0.017986;0.731059;0.119203;0.017986;0.017986;0.119203;0.500000;0.731059;0.047426;0.982014;0.880797;0.017986;0.119203;0.880797;0.993307;0.731059;0.880797;0.389361;0.055044;0.318212;0.077059;0.762602;0.387698;0.140276;0.014036;0.102846;0.770476;0.786003;0.000000;0.848258;0.779714;0.000000;0.345473;0.176681;0.870682;0.679397;0.676777;0.967218;0.002922;0.029857;0.999435;0.000005;0.000550;0.999335;0.000000;0.000665;0.500000;0.880797;0.268941;0.880797;0.017986;0.731059;0.880797;0.119203;0.880797;0.047426;0.268941;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.500000;0.119203;0.268941;0.563899;0.623868;0.410960;0.223393;0.820244;0.862949;0.528968;0.068306;0.650446;0.441026;0.374959;0.746115;0.415324;0.000000;0.000000;0.789680;0.367258;0.444480;0.234872;0.196550;0.946015;0.009153;0.044832;0.999190;0.000005;0.000805;0.998885;0.000000;0.001115;0.731059;0.880797;0.500000;0.268941;0.047426;0.731059;0.731059;0.268941;0.982014;0.047426;0.119203;0.880797;0.119203;0.017986;0.047426;0.731059;0.268941;0.006693;0.119203;0.047426;0.586860;0.640607;0.471780;0.438316;0.513996;0.736528;0.569546;0.489252;0.243608;0.493750;0.485754;0.649991;0.509249;0.247126;0.520988;0.565374;0.280497;0.000000;0.383670;0.362622;0.926613;0.003178;0.070208;0.998625;0.000020;0.001355;0.988535;0.000010;0.011450;0.731059;0.880797;0.119203;0.119203;0.119203;0.500000;0.119203;0.119203;0.268941;0.500000;0.880797;0.119203;0.880797;0.500000;0.047426;0.268941;0.500000;0.500000;0.731059;0.880797;0.279086;0.205544;0.531209;0.195761;0.418484;0.727505;0.411444;0.071425;0.374022;0.706615;0.765307;0.623399;0.731059;0.667300;0.320386;0.064164;0.452642;0.582732;0.512497;0.394604;0.853032;0.000042;0.146931;0.990580;0.000025;0.009400;0.968105;0.000040;0.031865;0.731059;0.500000;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.500000;0.880797;0.880797;0.268941;0.500000;0.500000;0.119203;0.500000;0.268941;0.047426;0.731059;0.731059;0.435610;0.434381;0.066670;0.447198;0.789514;0.724521;0.344795;0.105552;0.270715;0.701406;0.725119;0.392456;0.742882;0.747250;0.183322;0.653622;0.416295;0.000000;0.221836;0.319298;0.558403;0.000559;0.441038;0.381295;0.000105;0.618600;0.802785;0.001480;0.195735;0.268941;0.500000;0.731059;0.952574;0.017986;0.500000;0.500000;0.731059;0.731059;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.731059;0.500000;0.119203;0.119203;0.268941;0.353429;0.724920;0.705993;0.693387;0.397235;0.557495;0.657911;0.499750;0.616803;0.338721;0.239395;0.733802;0.418484;0.113548;0.326073;0.703704;0.418484;0.000000;0.060483;0.053353;0.423743;0.002453;0.573800;0.230990;0.000005;0.769000;0.676100;0.000085;0.323810;0.119203;0.268941;0.952574;0.993307;0.017986;0.500000;0.731059;0.268941;0.500000;0.119203;0.047426;0.500000;0.119203;0.047426;0.500000;0.500000;0.268941;0.006693;0.268941;0.017986;0.404922;0.723122;0.747816;0.789514;0.313674;0.234693;0.807990;0.562915;0.314104;0.000000;0.085646;0.577373;0.000000;0.182575;0.568320;0.748193;0.374491;0.000000;0.174942;0.000000;0.256732;0.000116;0.743152;0.052500;0.000000;0.947500;0.428640;0.000130;0.571230;0.268941;0.268941;0.268941;0.880797;0.006693;0.268941;0.880797;0.731059;0.268941;0.006693;0.017986;0.731059;0.047426;0.119203;0.993307;0.268941;0.500000;0.006693;0.047426;0.017986;0.446950;0.153423;0.689332;0.158958;0.533201;0.683953;0.717075;0.444233;0.185881;0.406609;0.286591;0.707236;0.371684;0.000000;0.922514;0.261923;0.300273;0.000000;0.208498;0.103123;0.407903;0.000456;0.591639;0.193050;0.000060;0.806885;0.544960;0.000670;0.454370
0.952574;0.731059;0.500000;0.500000;0.017986;0.731059;0.880797;0.119203;0.500000;0.017986;0.017986;0.268941;0.119203;0.006693;0.017986;0.500000;0.880797;0.119203;0.017986;0.047426;0.574443;0.695297;0.750260;0.707236;0.676339;0.799152;0.647256;0.273686;0.357783;0.140880;0.124990;0.560206;0.390788;0.390788;0.372852;0.679397;0.307677;0.000000;0.093978;0.351603;0.975726;0.000529;0.023745;0.999985;0.000005;0.000010;0.999850;0.000000;0.000150;0.982014;0.017986;0.731059;0.119203;0.731059;0.047426;0.119203;0.731059;0.119203;0.119203;0.268941;0.047426;0.880797;0.268941;0.017986;0.500000;0.047426;0.952574;0.880797;0.500000;0.597967;0.149822;0.536933;0.078638;0.277880;0.330705;0.000000;0.415324;0.126309;0.675244;0.728495;0.164516;0.866574;0.871244;0.000000;0.460830;0.313674;0.613963;0.606828;0.453881;0.972878;0.000503;0.026617;0.999965;0.000005;0.000025;0.999845;0.000000;0.000155;0.500000;0.047426;0.119203;0.017986;0.731059;0.119203;0.017986;0.017986;0.119203;0.500000;0.731059;0.047426;0.982014;0.880797;0.017986;0.119203;0.880797;0.993307;0.731059;0.880797;0.389361;0.055044;0.318212;0.077059;0.762602;0.387698;0.140276;0.014036;0.102846;0.770476;0.786003;0.000000;0.848258;0.779714;0.000000;0.345473;0.176681;0.870682;0.679397;0.676777;0.967218;0.002922;0.029857;0.999435;0.000005;0.000550;0.999335;0.000000;0.000665;0.500000;0.880797;0.268941;0.880797;0.017986;0.731059;0.880797;0.119203;0.880797;0.047426;0.268941;0.731059;0.880797;0.047426;0.119203;0.268941;0.500000;0.500000;0.119203;0.268941;0.563899;0.623868;0.410960;0.223393;0.820244;0.862949;0.528968;0.068306;0.650446;0.441026;0.374959;0.746115;0.415324;0.000000;0.000000;0.789680;0.367258;0.444480;0.234872;0.196550;0.946015;0.009153;0.044832;0.999190;0.000005;0.000805;0.998885;0.000000;0.001115;0.731059;0.880797;0.500000;0.268941;0.047426;0.731059;0.731059;0.268941;0.982014;0.047426;0.119203;0.880797;0.119203;0.017986;0.047426;0.731059;0.268941;0.006693;0.119203;0.047426;0.586860;0.640607;0.471780;0.438316;0.513996;0.736528;0.569546;0.489252;0.243608;0.493750;0.485754;0.649991;0.509249;0.247126;0.520988;0.565374;0.280497;0.000000;0.383670;0.362622;0.926613;0.003178;0.070208;0.998625;0.000020;0.001355;0.988535;0.000010;0.011450;0.731059;0.880797;0.119203;0.119203;0.119203;0.500000;0.119203;0.119203;0.268941;0.500000;0.880797;0.119203;0.880797;0.500000;0.047426;0.268941;0.500000;0.500000;0.731059;0.880797;0.279086;0.205544;0.531209;0.195761;0.418484;0.727505;0.411444;0.071425;0.374022;0.706615;0.765307;0.623399;0.731059;0.667300;0.320386;0.064164;0.452642;0.582732;0.512497;0.394604;0.853032;0.000042;0.146931;0.990580;0.000025;0.009400;0.968105;0.000040;0.031865;0.731059;0.500000;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.500000;0.880797;0.880797;0.268941;0.500000;0.500000;0.119203;0.500000;0.268941;0.047426;0.731059;0.731059;0.435610;0.434381;0.066670;0.447198;0.789514;0.724521;0.344795;0.105552;0.270715;0.701406;0.725119;0.392456;0.742882;0.747250;0.183322;0.653622;0.416295;0.000000;0.221836;0.319298;0.558403;0.000559;0.441038;0.381295;0.000105;0.618600;0.802785;0.001480;0.195735;0.268941;0.500000;0.731059;0.952574;0.017986;0.500000;0.500000;0.731059;0.731059;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.731059;0.500000;0.119203;0.119203;0.268941;0.353429;0.724920;0.705993;0.693387;0.397235;0.557495;0.657911;0.499750;0.616803;0.338721;0.239395;0.733802;0.418484;0.113548;0.326073;0.703704;0.418484;0.000000;0.060483;0.053353;0.423743;0.002453;0.573800;0.230990;0.000005;0.769000;0.676100;0.000085;0.323810;0.119203;0.268941;0.952574;0.993307;0.017986;0.500000;0.731059;0.268941;0.500000;0.119203;0.047426;0.500000;0.119203;0.047426;0.500000;0.500000;0.268941;0.006693;0.268941;0.017986;0.404922;0.723122;0.747816;0.789514;0.313674;0.234693;0.807990;0.562915;0.314104;0.000000;0.085646;0.577373;0.000000;0.182575;0.568320;0.748193;0.374491;0.000000;0.174942;0.000000;0.256732;0.000116;0.743152;0.052500;0.000000;0.947500;0.428640;0.000130;0.571230;0.268941;0.268941;0.268941;0.880797;0.006693;0.268941;0.880797;0.731059;0.268941;0.006693;0.017986;0.731059;0.047426;0.119203;0.993307;0.268941;0.500000;0.006693;0.047426;0.017986;0.446950;0.153423;0.689332;0.158958;0.533201;0.683953;0.717075;0.444233;0.185881;0.406609;0.286591;0.707236;0.371684;0.000000;0.922514;0.261923;0.300273;0.000000;0.208498;0.103123;0.407903;0.000456;0.591639;0.193050;0.000060;0.806885;0.544960;0.000670;0.454370;0.500000;0.731059;0.500000;0.952574;0.047426;0.500000;0.880797;0.500000;0.880797;0.047426;0.047426;0.880797;0.017986;0.047426;0.119203;0.880797;0.268941;0.017986;0.047426;0.047426;0.516494;0.616803;0.591701;0.781597;0.000000;0.671284;0.851953;0.126198;0.269532;0.203591;0.168541;0.710950;0.000000;0.345699;0.208169;0.592184;0.480760;0.000000;0.282316;0.137644;0.658868;0.001987;0.339146;0.579265;0.000310;0.420425;0.581085;0.001520;0.417395
0.731059;0.880797;0.500000;0.268941;0.047426;0.731059;0.731059;0.268941;0.982014;0.047426;0.119203;0.880797;0.119203;0.017986;0.047426;0.731059;0.268941;0.006693;0.119203;0.047426;0.586860;0.640607;0.471780;0.438316;0.513996;0.736528;0.569546;0.489252;0.243608;0.493750;0.485754;0.649991;0.509249;0.247126;0.520988;0.565374;0.280497;0.000000;0.383670;0.362622;0.926613;0.003178;0.070208;0.998625;0.000020;0.001355;0.988535;0.000010;0.011450;0.731059;0.880797;0.119203;0.119203;0.119203;0.500000;0.119203;0.119203;0.268941;0.500000;0.880797;0.119203;0.880797;0.500000;0.047426;0.268941;0.500000;0.500000;0.731059;0.880797;0.279086;0.205544;0.531209;0.195761;0.418484;0.727505;0.411444;0.071425;0.374022;0.706615;0.765307;0.623399;0.731059;0.667300;0.320386;0.064164;0.452642;0.582732;0.512497;0.394604;0.853032;0.000042;0.146931;0.990580;0.000025;0.009400;0.968105;0.000040;0.031865;0.731059;0.500000;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.500000;0.880797;0.880797;0.268941;0.500000;0.500000;0.119203;0.500000;0.268941;0.047426;0.731059;0.731059;0.435610;0.434381;0.066670;0.447198;0.789514;0.724521;0.344795;0.105552;0.270715;0.701406;0.725119;0.392456;0.742882;0.747250;0.183322;0.653622;0.416295;0.000000;0.221836;0.319298;0.558403;0.000559;0.441038;0.381295;0.000105;0.618600;0.802785;0.001480;0.195735;0.268941;0.500000;0.731059;0.952574;0.017986;0.500000;0.500000;0.731059;0.731059;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.731059;0.500000;0.119203;0.119203;0.268941;0.353429;0.724920;0.705993;0.693387;0.397235;0.557495;0.657911;0.499750;0.616803;0.338721;0.239395;0.733802;0.418484;0.113548;0.326073;0.703704;0.418484;0.000000;0.060483;0.053353;0.423743;0.002453;0.573800;0.230990;0.000005;0.769000;0.676100;0.000085;0.323810;0.119203;0.268941;0.952574;0.993307;0.017986;0.500000;0.731059;0.268941;0.500000;0.119203;0.047426;0.500000;0.119203;0.047426;0.500000;0.500000;0.268941;0.006693;0.268941;0.017986;0.404922;0.723122;0.747816;0.789514;0.313674;0.234693;0.807990;0.562915;0.314104;0.000000;0.085646;0.577373;0.000000;0.182575;0.568320;0.748193;0.374491;0.000000;0.174942;0.000000;0.256732;0.000116;0.743152;0.052500;0.000000;0.947500;0.428640;0.000130;0.571230;0.268941;0.268941;0.268941;0.880797;0.006693;0.268941;0.880797;0.731059;0.268941;0.006693;0.017986;0.731059;0.047426;0.119203;0.993307;0.268941;0.500000;0.006693;0.047426;0.017986;0.446950;0.153423;0.689332;0.158958;0.533201;0.683953;0.717075;0.444233;0.185881;0.406609;0.286591;0.707236;0.371684;0.000000;0.922514;0.261923;0.300273;0.000000;0.208498;0.103123;0.407903;0.000456;0.591639;0.193050;0.000060;0.806885;0.544960;0.000670;0.454370;0.500000;0.731059;0.500000;0.952574;0.047426;0.500000;0.880797;0.500000;0.880797;0.047426;0.047426;0.880797;0.017986;0.047426;0.119203;0.880797;0.268941;0.017986;0.047426;0.047426;0.516494;0.616803;0.591701;0.781597;0.000000;0.671284;0.851953;0.126198;0.269532;0.203591;0.168541;0.710950;0.000000;0.345699;0.208169;0.592184;0.480760;0.000000;0.282316;0.137644;0.658868;0.001987;0.339146;0.579265;0.000310;0.420425;0.581085;0.001520;0.417395;0.500000;0.952574;0.119203;0.047426;0.006693;0.119203;0.500000;0.047426;0.119203;0.119203;0.500000;0.119203;0.880797;0.993307;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.347057;0.559221;0.460582;0.673047;0.000000;0.369351;0.137288;0.368886;0.704121;0.172074;0.468791;0.508999;0.387223;0.810460;0.104051;0.553544;0.555767;0.924909;0.615384;0.384143;0.787854;0.002991;0.209154;0.908600;0.002260;0.089145;0.755710;0.002275;0.242010;0.500000;0.500000;0.268941;0.731059;0.119203;0.268941;0.731059;0.268941;0.268941;0.268941;0.500000;0.500000;0.500000;0.880797;0.880797;0.500000;0.119203;0.268941;0.731059;0.268941;0.490251;0.242872;0.473525;0.496500;0.000000;0.777646;0.781768;0.559467;0.307464;0.348872;0.232188;0.781597;0.000000;0.871915;0.431925;0.000000;0.250115;0.000000;0.275679;0.261343;0.881451;0.001828;0.116719;0.960370;0.000090;0.039535;0.926680;0.001970;0.071350;0.880797;0.731059;0.731059;0.880797;0.006693;0.731059;0.880797;0.268941;0.880797;0.017986;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.047426;0.047426;0.017986;0.350464;0.403717;0.506000;0.699517;0.329157;0.789846;0.839700;0.458347;0.134820;0.274482;0.135287;0.683521;0.752129;0.153423;0.638071;0.709509;0.357783;0.000000;0.000000;0.000000;0.819756;0.000410;0.179832;0.986125;0.000085;0.013785;0.962130;0.000240;0.037630;0.880797;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.268941;0.268941;0.268941;0.268941;0.500000;0.500000;0.268941;0.268941;0.500000;0.500000;0.982014;0.268941;0.731059;0.452890;0.650901;0.489751;0.628316;0.425557;0.795109;0.456113;0.068179;0.349554;0.368886;0.324537;0.646571;0.253506;0.400832;0.512248;0.813057;0.421407;0.607067;0.185579;0.446950;0.807821;0.000242;0.191934;0.991600;0.000265;0.008125;0.966890;0.000225;0.032885
0.731059;0.880797;0.119203;0.119203;0.119203;0.500000;0.119203;0.119203;0.268941;0.500000;0.880797;0.119203;0.880797;0.500000;0.047426;0.268941;0.500000;0.500000;0.731059;0.880797;0.279086;0.205544;0.531209;0.195761;0.418484;0.727505;0.411444;0.071425;0.374022;0.706615;0.765307;0.623399;0.731059;0.667300;0.320386;0.064164;0.452642;0.582732;0.512497;0.394604;0.853032;0.000042;0.146931;0.990580;0.000025;0.009400;0.968105;0.000040;0.031865;0.731059;0.500000;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.500000;0.880797;0.880797;0.268941;0.500000;0.500000;0.119203;0.500000;0.268941;0.047426;0.731059;0.731059;0.435610;0.434381;0.066670;0.447198;0.789514;0.724521;0.344795;0.105552;0.270715;0.701406;0.725119;0.392456;0.742882;0.747250;0.183322;0.653622;0.416295;0.000000;0.221836;0.319298;0.558403;0.000559;0.441038;0.381295;0.000105;0.618600;0.802785;0.001480;0.195735;0.268941;0.500000;0.731059;0.952574;0.017986;0.500000;0.500000;0.731059;0.731059;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.731059;0.500000;0.119203;0.119203;0.268941;0.353429;0.724920;0.705993;0.693387;0.397235;0.557495;0.657911;0.499750;0.616803;0.338721;0.239395;0.733802;0.418484;0.113548;0.326073;0.703704;0.418484;0.000000;0.060483;0.053353;0.423743;0.002453;0.573800;0.230990;0.000005;0.769000;0.676100;0.000085;0.323810;0.119203;0.268941;0.952574;0.993307;0.017986;0.500000;0.731059;0.268941;0.500000;0.119203;0.047426;0.500000;0.119203;0.047426;0.500000;0.500000;0.268941;0.006693;0.268941;0.017986;0.404922;0.723122;0.747816;0.789514;0.313674;0.234693;0.807990;0.562915;0.314104;0.000000;0.085646;0.577373;0.000000;0.182575;0.568320;0.748193;0.374491;0.000000;0.174942;0.000000;0.256732;0.000116;0.743152;0.052500;0.000000;0.947500;0.428640;0.000130;0.571230;0.268941;0.268941;0.268941;0.880797;0.006693;0.268941;0.880797;0.731059;0.268941;0.006693;0.017986;0.731059;0.047426;0.119203;0.993307;0.268941;0.500000;0.006693;0.047426;0.017986;0.446950;0.153423;0.689332;0.158958;0.533201;0.683953;0.717075;0.444233;0.185881;0.406609;0.286591;0.707236;0.371684;0.000000;0.922514;0.261923;0.300273;0.000000;0.208498;0.103123;0.407903;0.000456;0.591639;0.193050;0.000060;0.806885;0.544960;0.000670;0.454370;0.500000;0.731059;0.500000;0.952574;0.047426;0.500000;0.880797;0.500000;0.880797;0.047426;0.047426;0.880797;0.017986;0.047426;0.119203;0.880797;0.268941;0.017986;0.047426;0.047426;0.516494;0.616803;0.591701;0.781597;0.000000;0.671284;0.851953;0.126198;0.269532;0.203591;0.168541;0.710950;0.000000;0.345699;0.208169;0.592184;0.480760;0.000000;0.282316;0.137644;0.658868;0.001987;0.339146;0.579265;0.000310;0.420425;0.581085;0.001520;0.417395;0.500000;0.952574;0.119203;0.047426;0.006693;0.119203;0.500000;0.047426;0.119203;0.119203;0.500000;0.119203;0.880797;0.993307;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.347057;0.559221;0.460582;0.673047;0.000000;0.369351;0.137288;0.368886;0.704121;0.172074;0.468791;0.508999;0.387223;0.810460;0.104051;0.553544;0.555767;0.924909;0.615384;0.384143;0.787854;0.002991;0.209154;0.908600;0.002260;0.089145;0.755710;0.002275;0.242010;0.500000;0.500000;0.268941;0.731059;0.119203;0.268941;0.731059;0.268941;0.268941;0.268941;0.500000;0.500000;0.500000;0.880797;0.880797;0.500000;0.119203;0.268941;0.731059;0.268941;0.490251;0.242872;0.473525;0.496500;0.000000;0.777646;0.781768;0.559467;0.307464;0.348872;0.232188;0.781597;0.000000;0.871915;0.431925;0.000000;0.250115;0.000000;0.275679;0.261343;0.881451;0.001828;0.116719;0.960370;0.000090;0.039535;0.926680;0.001970;0.071350;0.880797;0.731059;0.731059;0.880797;0.006693;0.731059;0.880797;0.268941;0.880797;0.017986;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.047426;0.047426;0.017986;0.350464;0.403717;0.506000;0.699517;0.329157;0.789846;0.839700;0.458347;0.134820;0.274482;0.135287;0.683521;0.752129;0.153423;0.638071;0.709509;0.357783;0.000000;0.000000;0.000000;0.819756;0.000410;0.179832;0.986125;0.000085;0.013785;0.962130;0.000240;0.037630;0.880797;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.268941;0.268941;0.268941;0.268941;0.500000;0.500000;0.268941;0.268941;0.500000;0.500000;0.982014;0.268941;0.731059;0.452890;0.650901;0.489751;0.628316;0.425557;0.795109;0.456113;0.068179;0.349554;0.368886;0.324537;0.646571;0.253506;0.400832;0.512248;0.813057;0.421407;0.607067;0.185579;0.446950;0.807821;0.000242;0.191934;0.991600;0.000265;0.008125;0.966890;0.000225;0.032885;0.500000;0.047426;0.047426;0.119203;0.731059;0.500000;0.119203;0.047426;0.119203;0.952574;0.731059;0.268941;0.880797;0.500000;0.047426;0.119203;0.500000;0.880797;0.500000;0.880797;0.282925;0.539666;0.261536;0.579812;0.000000;0.357094;0.178726;0.306188;0.269335;0.634136;0.764588;0.447692;0.447692;0.498000;0.567829;0.727901;0.195447;0.519240;0.483007;0.544383;0.833145;0.000286;0.166569;0.993170;0.000075;0.006755;0.983750;0.000660;0.015590
0.731059;0.500000;0.119203;0.047426;0.500000;0.119203;0.119203;0.119203;0.500000;0.880797;0.880797;0.268941;0.500000;0.500000;0.119203;0.500000;0.268941;0.047426;0.731059;0.731059;0.435610;0.434381;0.066670;0.447198;0.789514;0.724521;0.344795;0.105552;0.270715;0.701406;0.725119;0.392456;0.742882;0.747250;0.183322;0.653622;0.416295;0.000000;0.221836;0.319298;0.558403;0.000559;0.441038;0.381295;0.000105;0.618600;0.802785;0.001480;0.195735;0.268941;0.500000;0.731059;0.952574;0.017986;0.500000;0.500000;0.731059;0.731059;0.119203;0.119203;0.880797;0.119203;0.119203;0.119203;0.731059;0.500000;0.119203;0.119203;0.268941;0.353429;0.724920;0.705993;0.693387;0.397235;0.557495;0.657911;0.499750;0.616803;0.338721;0.239395;0.733802;0.418484;0.113548;0.326073;0.703704;0.418484;0.000000;0.060483;0.053353;0.423743;0.002453;0.573800;0.230990;0.000005;0.769000;0.676100;0.000085;0.323810;0.119203;0.268941;0.952574;0.993307;0.017986;0.500000;0.731059;0.268941;0.500000;0.119203;0.047426;0.500000;0.119203;0.047426;0.500000;0.500000;0.268941;0.006693;0.268941;0.017986;0.404922;0.723122;0.747816;0.789514;0.313674;0.234693;0.807990;0.562915;0.314104;0.000000;0.085646;0.577373;0.000000;0.182575;0.568320;0.748193;0.374491;0.000000;0.174942;0.000000;0.256732;0.000116;0.743152;0.052500;0.000000;0.947500;0.428640;0.000130;0.571230;0.268941;0.268941;0.268941;0.880797;0.006693;0.268941;0.880797;0.731059;0.268941;0.006693;0.017986;0.731059;0.047426;0.119203;0.993307;0.268941;0.500000;0.006693;0.047426;0.017986;0.446950;0.153423;0.689332;0.158958;0.533201;0.683953;0.717075;0.444233;0.185881;0.406609;0.286591;0.707236;0.371684;0.000000;0.922514;0.261923;0.300273;0.000000;0.208498;0.103123;0.407903;0.000456;0.591639;0.193050;0.000060;0.806885;0.544960;0.000670;0.454370;0.500000;0.731059;0.500000;0.952574;0.047426;0.500000;0.880797;0.500000;0.880797;0.047426;0.047426;0.880797;0.017986;0.047426;0.119203;0.880797;0.268941;0.017986;0.047426;0.047426;0.516494;0.616803;0.591701;0.781597;0.000000;0.671284;0.851953;0.126198;0.269532;0.203591;0.168541;0.710950;0.000000;0.345699;0.208169;0.592184;0.480760;0.000000;0.282316;0.137644;0.658868;0.001987;0.339146;0.579265;0.000310;0.420425;0.581085;0.001520;0.417395;0.500000;0.952574;0.119203;0.047426;0.006693;0.119203;0.500000;0.047426;0.119203;0.119203;0.500000;0.119203;0.880797;0.993307;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.347057;0.559221;0.460582;0.673047;0.000000;0.369351;0.137288;0.368886;0.704121;0.172074;0.468791;0.508999;0.387223;0.810460;0.104051;0.553544;0.555767;0.924909;0.615384;0.384143;0.787854;0.002991;0.209154;0.908600;0.002260;0.089145;0.755710;0.002275;0.242010;0.500000;0.500000;0.268941;0.731059;0.119203;0.268941;0.731059;0.268941;0.268941;0.268941;0.500000;0.500000;0.500000;0.880797;0.880797;0.500000;0.119203;0.268941;0.731059;0.268941;0.490251;0.242872;0.473525;0.496500;0.000000;0.777646;0.781768;0.559467;0.307464;0.348872;0.232188;0.781597;0.000000;0.871915;0.431925;0.000000;0.250115;0.000000;0.275679;0.261343;0.881451;0.001828;0.116719;0.960370;0.000090;0.039535;0.926680;0.001970;0.071350;0.880797;0.731059;0.731059;0.880797;0.006693;0.731059;0.880797;0.268941;0.880797;0.017986;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.047426;0.047426;0.017986;0.350464;0.403717;0.506000;0.699517;0.329157;0.789846;0.839700;0.458347;0.134820;0.274482;0.135287;0.683521;0.752129;0.153423;0.638071;0.709509;0.357783;0.000000;0.000000;0.000000;0.819756;0.000410;0.179832;0.986125;0.000085;0.013785;0.962130;0.000240;0.037630;0.880797;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.268941;0.268941;0.268941;0.268941;0.500000;0.500000;0.268941;0.268941;0.500000;0.500000;0.982014;0.268941;0.731059;0.452890;0.650901;0.489751;0.628316;0.425557;0.795109;0.456113;0.068179;0.349554;0.368886;0.324537;0.646571;0.253506;0.400832;0.512248;0.813057;0.421407;0.607067;0.185579;0.446950;0.807821;0.000242;0.191934;0.991600;0.000265;0.008125;0.966890;0.000225;0.032885;0.500000;0.047426;0.047426;0.119203;0.731059;0.500000;0.119203;0.047426;0.119203;0.952574;0.731059;0.268941;0.880797;0.500000;0.047426;0.119203;0.500000;0.880797;0.500000;0.880797;0.282925;0.539666;0.261536;0.579812;0.000000;0.357094;0.178726;0.306188;0.269335;0.634136;0.764588;0.447692;0.447692;0.498000;0.567829;0.727901;0.195447;0.519240;0.483007;0.544383;0.833145;0.000286;0.166569;0.993170;0.000075;0.006755;0.983750;0.000660;0.015590;0.731059;0.880797;0.268941;0.500000;0.017986;0.880797;0.880797;0.500000;0.880797;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.119203;0.500000;0.017986;0.047426;0.268941;0.233438;0.663962;0.512747;0.618220;0.000000;0.651582;0.874462;0.174942;0.362854;0.239395;0.364010;0.650446;0.506250;0.598688;0.608259;0.082413;0.106120;0.421651;0.425313;0.416538;0.933461;0.000049;0.066492;0.998340;0.000040;0.001625;0.985635;0.000040;0.014325
0.119203;0.268941;0.952574;0.993307;0.017986;0.500000;0.731059;0.268941;0.500000;0.119203;0.047426;0.500000;0.119203;0.047426;0.500000;0.500000;0.268941;0.006693;0.268941;0.017986;0.404922;0.723122;0.747816;0.789514;0.313674;0.234693;0.807990;0.562915;0.314104;0.000000;0.085646;0.577373;0.000000;0.182575;0.568320;0.748193;0.374491;0.000000;0.174942;0.000000;0.256732;0.000116;0.743152;0.052500;0.000000;0.947500;0.428640;0.000130;0.571230;0.268941;0.268941;0.268941;0.880797;0.006693;0.268941;0.880797;0.731059;0.268941;0.006693;0.017986;0.731059;0.047426;0.119203;0.993307;0.268941;0.500000;0.006693;0.047426;0.017986;0.446950;0.153423;0.689332;0.158958;0.533201;0.683953;0.717075;0.444233;0.185881;0.406609;0.286591;0.707236;0.371684;0.000000;0.922514;0.261923;0.300273;0.000000;0.208498;0.103123;0.407903;0.000456;0.591639;0.193050;0.000060;0.806885;0.544960;0.000670;0.454370;0.500000;0.731059;0.500000;0.952574;0.047426;0.500000;0.880797;0.500000;0.880797;0.047426;0.047426;0.880797;0.017986;0.047426;0.119203;0.880797;0.268941;0.017986;0.047426;0.047426;0.516494;0.616803;0.591701;0.781597;0.000000;0.671284;0.851953;0.126198;0.269532;0.203591;0.168541;0.710950;0.000000;0.345699;0.208169;0.592184;0.480760;0.000000;0.282316;0.137644;0.658868;0.001987;0.339146;0.579265;0.000310;0.420425;0.581085;0.001520;0.417395;0.500000;0.952574;0.119203;0.047426;0.006693;0.119203;0.500000;0.047426;0.119203;0.119203;0.500000;0.119203;0.880797;0.993307;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.347057;0.559221;0.460582;0.673047;0.000000;0.369351;0.137288;0.368886;0.704121;0.172074;0.468791;0.508999;0.387223;0.810460;0.104051;0.553544;0.555767;0.924909;0.615384;0.384143;0.787854;0.002991;0.209154;0.908600;0.002260;0.089145;0.755710;0.002275;0.242010;0.500000;0.500000;0.268941;0.731059;0.119203;0.268941;0.731059;0.268941;0.268941;0.268941;0.500000;0.500000;0.500000;0.880797;0.880797;0.500000;0.119203;0.268941;0.731059;0.268941;0.490251;0.242872;0.473525;0.496500;0.000000;0.777646;0.781768;0.559467;0.307464;0.348872;0.232188;0.781597;0.000000;0.871915;0.431925;0.000000;0.250115;0.000000;0.275679;0.261343;0.881451;0.001828;0.116719;0.960370;0.000090;0.039535;0.926680;0.001970;0.071350;0.880797;0.731059;0.731059;0.880797;0.006693;0.731059;0.880797;0.268941;0.880797;0.017986;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.047426;0.047426;0.017986;0.350464;0.403717;0.506000;0.699517;0.329157;0.789846;0.839700;0.458347;0.134820;0.274482;0.135287;0.683521;0.752129;0.153423;0.638071;0.709509;0.357783;0.000000;0.000000;0.000000;0.819756;0.000410;0.179832;0.986125;0.000085;0.013785;0.962130;0.000240;0.037630;0.880797;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.268941;0.268941;0.268941;0.268941;0.500000;0.500000;0.268941;0.268941;0.500000;0.500000;0.982014;0.268941;0.731059;0.452890;0.650901;0.489751;0.628316;0.425557;0.795109;0.456113;0.068179;0.349554;0.368886;0.324537;0.646571;0.253506;0.400832;0.512248;0.813057;0.421407;0.607067;0.185579;0.446950;0.807821;0.000242;0.191934;0.991600;0.000265;0.008125;0.966890;0.000225;0.032885;0.500000;0.047426;0.047426;0.119203;0.731059;0.500000;0.119203;0.047426;0.119203;0.952574;0.731059;0.268941;0.880797;0.500000;0.047426;0.119203;0.500000;0.880797;0.500000;0.880797;0.282925;0.539666;0.261536;0.579812;0.000000;0.357094;0.178726;0.306188;0.269335;0.634136;0.764588;0.447692;0.447692;0.498000;0.567829;0.727901;0.195447;0.519240;0.483007;0.544383;0.833145;0.000286;0.166569;0.993170;0.000075;0.006755;0.983750;0.000660;0.015590;0.731059;0.880797;0.268941;0.500000;0.017986;0.880797;0.880797;0.500000;0.880797;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.119203;0.500000;0.017986;0.047426;0.268941;0.233438;0.663962;0.512747;0.618220;0.000000;0.651582;0.874462;0.174942;0.362854;0.239395;0.364010;0.650446;0.506250;0.598688;0.608259;0.082413;0.106120;0.421651;0.425313;0.416538;0.933461;0.000049;0.066492;0.998340;0.000040;0.001625;0.985635;0.000040;0.014325;0.731059;0.952574;0.500000;0.268941;0.047426;0.731059;0.731059;0.731059;0.880797;0.047426;0.047426;0.500000;0.119203;0.047426;0.952574;0.268941;0.268941;0.017986;0.119203;0.268941;0.566602;0.257118;0.467795;0.800433;0.000000;0.777473;0.899980;0.342089;0.403958;0.064465;0.104518;0.572730;0.184222;0.355718;0.460085;0.448681;0.149059;0.000000;0.163147;0.199727;0.948341;0.000038;0.051623;0.998295;0.000055;0.001655;0.993410;0.000005;0.006585;0.500000;0.268941;0.047426;0.047426;0.731059;0.119203;0.119203;0.047426;0.047426;0.268941;0.731059;0.119203;0.731059;0.993307;0.731059;0.268941;0.500000;0.731059;0.880797;0.500000;0.150077;0.715449;0.613489;0.548844;0.000000;0.727307;0.728693;0.082716;0.408299;0.507499;0.393888;0.643595;0.648853;0.846317;0.096216;0.524231;0.294215;0.427759;0.129431;0.401072;0.973207;0.000044;0.026749;0.998380;0.000085;0.001535;0.997545;0.000000;0.002455
0.268941;0.268941;0.268941;0.880797;0.006693;0.268941;0.880797;0.731059;0.268941;0.006693;0.017986;0.731059;0.047426;0.119203;0.993307;0.268941;0.500000;0.006693;0.047426;0.017986;0.446950;0.153423;0.689332;0.158958;0.533201;0.683953;0.717075;0.444233;0.185881;0.406609;0.286591;0.707236;0.371684;0.000000;0.922514;0.261923;0.300273;0.000000;0.208498;0.103123;0.407903;0.000456;0.591639;0.193050;0.000060;0.806885;0.544960;0.000670;0.454370;0.500000;0.731059;0.500000;0.952574;0.047426;0.500000;0.880797;0.500000;0.880797;0.047426;0.047426;0.880797;0.017986;0.047426;0.119203;0.880797;0.268941;0.017986;0.047426;0.047426;0.516494;0.616803;0.591701;0.781597;0.000000;0.671284;0.851953;0.126198;0.269532;0.203591;0.168541;0.710950;0.000000;0.345699;0.208169;0.592184;0.480760;0.000000;0.282316;0.137644;0.658868;0.001987;0.339146;0.579265;0.000310;0.420425;0.581085;0.001520;0.417395;0.500000;0.952574;0.119203;0.047426;0.006693;0.119203;0.500000;0.047426;0.119203;0.119203;0.500000;0.119203;0.880797;0.993307;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.347057;0.559221;0.460582;0.673047;0.000000;0.369351;0.137288;0.368886;0.704121;0.172074;0.468791;0.508999;0.387223;0.810460;0.104051;0.553544;0.555767;0.924909;0.615384;0.384143;0.787854;0.002991;0.209154;0.908600;0.002260;0.089145;0.755710;0.002275;0.242010;0.500000;0.500000;0.268941;0.731059;0.119203;0.268941;0.731059;0.268941;0.268941;0.268941;0.500000;0.500000;0.500000;0.880797;0.880797;0.500000;0.119203;0.268941;0.731059;0.268941;0.490251;0.242872;0.473525;0.496500;0.000000;0.777646;0.781768;0.559467;0.307464;0.348872;0.232188;0.781597;0.000000;0.871915;0.431925;0.000000;0.250115;0.000000;0.275679;0.261343;0.881451;0.001828;0.116719;0.960370;0.000090;0.039535;0.926680;0.001970;0.071350;0.880797;0.731059;0.731059;0.880797;0.006693;0.731059;0.880797;0.268941;0.880797;0.017986;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.047426;0.047426;0.017986;0.350464;0.403717;0.506000;0.699517;0.329157;0.789846;0.839700;0.458347;0.134820;0.274482;0.135287;0.683521;0.752129;0.153423;0.638071;0.709509;0.357783;0.000000;0.000000;0.000000;0.819756;0.000410;0.179832;0.986125;0.000085;0.013785;0.962130;0.000240;0.037630;0.880797;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.268941;0.268941;0.268941;0.268941;0.500000;0.500000;0.268941;0.268941;0.500000;0.500000;0.982014;0.268941;0.731059;0.452890;0.650901;0.489751;0.628316;0.425557;0.795109;0.456113;0.068179;0.349554;0.368886;0.324537;0.646571;0.253506;0.400832;0.512248;0.813057;0.421407;0.607067;0.185579;0.446950;0.807821;0.000242;0.191934;0.991600;0.000265;0.008125;0.966890;0.000225;0.032885;0.500000;0.047426;0.047426;0.119203;0.731059;0.500000;0.119203;0.047426;0.119203;0.952574;0.731059;0.268941;0.880797;0.500000;0.047426;0.119203;0.500000;0.880797;0.500000;0.880797;0.282925;0.539666;0.261536;0.579812;0.000000;0.357094;0.178726;0.306188;0.269335;0.634136;0.764588;0.447692;0.447692;0.498000;0.567829;0.727901;0.195447;0.519240;0.483007;0.544383;0.833145;0.000286;0.166569;0.993170;0.000075;0.006755;0.983750;0.000660;0.015590;0.731059;0.880797;0.268941;0.500000;0.017986;0.880797;0.880797;0.500000;0.880797;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.119203;0.500000;0.017986;0.047426;0.268941;0.233438;0.663962;0.512747;0.618220;0.000000;0.651582;0.874462;0.174942;0.362854;0.239395;0.364010;0.650446;0.506250;0.598688;0.608259;0.082413;0.106120;0.421651;0.425313;0.416538;0.933461;0.000049;0.066492;0.998340;0.000040;0.001625;0.985635;0.000040;0.014325;0.731059;0.952574;0.500000;0.268941;0.047426;0.731059;0.731059;0.731059;0.880797;0.047426;0.047426;0.500000;0.119203;0.047426;0.952574;0.268941;0.268941;0.017986;0.119203;0.268941;0.566602;0.257118;0.467795;0.800433;0.000000;0.777473;0.899980;0.342089;0.403958;0.064465;0.104518;0.572730;0.184222;0.355718;0.460085;0.448681;0.149059;0.000000;0.163147;0.199727;0.948341;0.000038;0.051623;0.998295;0.000055;0.001655;0.993410;0.000005;0.006585;0.500000;0.268941;0.047426;0.047426;0.731059;0.119203;0.119203;0.047426;0.047426;0.268941;0.731059;0.119203;0.731059;0.993307;0.731059;0.268941;0.500000;0.731059;0.880797;0.500000;0.150077;0.715449;0.613489;0.548844;0.000000;0.727307;0.728693;0.082716;0.408299;0.507499;0.393888;0.643595;0.648853;0.846317;0.096216;0.524231;0.294215;0.427759;0.129431;0.401072;0.973207;0.000044;0.026749;0.998380;0.000085;0.001535;0.997545;0.000000;0.002455;0.880797;0.017986;0.047426;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.880797;0.952574;0.047426;0.952574;0.880797;0.047426;0.268941;0.119203;0.119203;0.268941;0.731059;0.676558;0.110563;0.065559;0.000000;0.582246;0.182873;0.068498;0.050402;0.000000;0.885035;0.769945;0.138955;0.799472;0.739621;0.109291;0.279489;0.104425;0.582975;0.465057;0.650219;0.979680;0.002750;0.017572;0.998635;0.000190;0.001175;0.999400;0.000005;0.000600
0.500000;0.731059;0.500000;0.952574;0.047426;0.500000;0.880797;0.500000;0.880797;0.047426;0.047426;0.880797;0.017986;0.047426;0.119203;0.880797;0.268941;0.017986;0.047426;0.047426;0.516494;0.616803;0.591701;0.781597;0.000000;0.671284;0.851953;0.126198;0.269532;0.203591;0.168541;0.710950;0.000000;0.345699;0.208169;0.592184;0.480760;0.000000;0.282316;0.137644;0.658868;0.001987;0.339146;0.579265;0.000310;0.420425;0.581085;0.001520;0.417395;0.500000;0.952574;0.119203;0.047426;0.006693;0.119203;0.500000;0.047426;0.119203;0.119203;0.500000;0.119203;0.880797;0.993307;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.347057;0.559221;0.460582;0.673047;0.000000;0.369351;0.137288;0.368886;0.704121;0.172074;0.468791;0.508999;0.387223;0.810460;0.104051;0.553544;0.555767;0.924909;0.615384;0.384143;0.787854;0.002991;0.209154;0.908600;0.002260;0.089145;0.755710;0.002275;0.242010;0.500000;0.500000;0.268941;0.731059;0.119203;0.268941;0.731059;0.268941;0.268941;0.268941;0.500000;0.500000;0.500000;0.880797;0.880797;0.500000;0.119203;0.268941;0.731059;0.268941;0.490251;0.242872;0.473525;0.496500;0.000000;0.777646;0.781768;0.559467;0.307464;0.348872;0.232188;0.781597;0.000000;0.871915;0.431925;0.000000;0.250115;0.000000;0.275679;0.261343;0.881451;0.001828;0.116719;0.960370;0.000090;0.039535;0.926680;0.001970;0.071350;0.880797;0.731059;0.731059;0.880797;0.006693;0.731059;0.880797;0.268941;0.880797;0.017986;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.047426;0.047426;0.017986;0.350464;0.403717;0.506000;0.699517;0.329157;0.789846;0.839700;0.458347;0.134820;0.274482;0.135287;0.683521;0.752129;0.153423;0.638071;0.709509;0.357783;0.000000;0.000000;0.000000;0.819756;0.000410;0.179832;0.986125;0.000085;0.013785;0.962130;0.000240;0.037630;0.880797;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.268941;0.268941;0.268941;0.268941;0.500000;0.500000;0.268941;0.268941;0.500000;0.500000;0.982014;0.268941;0.731059;0.452890;0.650901;0.489751;0.628316;0.425557;0.795109;0.456113;0.068179;0.349554;0.368886;0.324537;0.646571;0.253506;0.400832;0.512248;0.813057;0.421407;0.607067;0.185579;0.446950;0.807821;0.000242;0.191934;0.991600;0.000265;0.008125;0.966890;0.000225;0.032885;0.500000;0.047426;0.047426;0.119203;0.731059;0.500000;0.119203;0.047426;0.119203;0.952574;0.731059;0.268941;0.880797;0.500000;0.047426;0.119203;0.500000;0.880797;0.500000;0.880797;0.282925;0.539666;0.261536;0.579812;0.000000;0.357094;0.178726;0.306188;0.269335;0.634136;0.764588;0.447692;0.447692;0.498000;0.567829;0.727901;0.195447;0.519240;0.483007;0.544383;0.833145;0.000286;0.166569;0.993170;0.000075;0.006755;0.983750;0.000660;0.015590;0.731059;0.880797;0.268941;0.500000;0.017986;0.880797;0.880797;0.500000;0.880797;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.119203;0.500000;0.017986;0.047426;0.268941;0.233438;0.663962;0.512747;0.618220;0.000000;0.651582;0.874462;0.174942;0.362854;0.239395;0.364010;0.650446;0.506250;0.598688;0.608259;0.082413;0.106120;0.421651;0.425313;0.416538;0.933461;0.000049;0.066492;0.998340;0.000040;0.001625;0.985635;0.000040;0.014325;0.731059;0.952574;0.500000;0.268941;0.047426;0.731059;0.731059;0.731059;0.880797;0.047426;0.047426;0.500000;0.119203;0.047426;0.952574;0.268941;0.268941;0.017986;0.119203;0.268941;0.566602;0.257118;0.467795;0.800433;0.000000;0.777473;0.899980;0.342089;0.403958;0.064465;0.104518;0.572730;0.184222;0.355718;0.460085;0.448681;0.149059;0.000000;0.163147;0.199727;0.948341;0.000038;0.051623;0.998295;0.000055;0.001655;0.993410;0.000005;0.006585;0.500000;0.268941;0.047426;0.047426;0.731059;0.119203;0.119203;0.047426;0.047426;0.268941;0.731059;0.119203;0.731059;0.993307;0.731059;0.268941;0.500000;0.731059;0.880797;0.500000;0.150077;0.715449;0.613489;0.548844;0.000000;0.727307;0.728693;0.082716;0.408299;0.507499;0.393888;0.643595;0.648853;0.846317;0.096216;0.524231;0.294215;0.427759;0.129431;0.401072;0.973207;0.000044;0.026749;0.998380;0.000085;0.001535;0.997545;0.000000;0.002455;0.880797;0.017986;0.047426;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.880797;0.952574;0.047426;0.952574;0.880797;0.047426;0.268941;0.119203;0.119203;0.268941;0.731059;0.676558;0.110563;0.065559;0.000000;0.582246;0.182873;0.068498;0.050402;0.000000;0.885035;0.769945;0.138955;0.799472;0.739621;0.109291;0.279489;0.104425;0.582975;0.465057;0.650219;0.979680;0.002750;0.017572;0.998635;0.000190;0.001175;0.999400;0.000005;0.000600;0.500000;0.731059;0.731059;0.952574;0.017986;0.731059;0.880797;0.119203;0.952574;0.047426;0.119203;0.731059;0.047426;0.017986;0.500000;0.268941;0.500000;0.731059;0.268941;0.047426;0.498000;0.855078;0.703287;0.606112;0.000000;0.767812;0.764588;0.232188;0.069203;0.210818;0.297339;0.717684;0.158558;0.175231;0.085255;0.372852;0.298385;0.000000;0.326733;0.305764;0.976110;0.002973;0.020915;0.998615;0.000385;0.000995;0.999870;0.000000;0.000130
0.500000;0.952574;0.119203;0.047426;0.006693;0.119203;0.500000;0.047426;0.119203;0.119203;0.500000;0.119203;0.880797;0.993307;0.047426;0.119203;0.047426;0.268941;0.880797;0.268941;0.347057;0.559221;0.460582;0.673047;0.000000;0.369351;0.137288;0.368886;0.704121;0.172074;0.468791;0.508999;0.387223;0.810460;0.104051;0.553544;0.555767;0.924909;0.615384;0.384143;0.787854;0.002991;0.209154;0.908600;0.002260;0.089145;0.755710;0.002275;0.242010;0.500000;0.500000;0.268941;0.731059;0.119203;0.268941;0.731059;0.268941;0.268941;0.268941;0.500000;0.500000;0.500000;0.880797;0.880797;0.500000;0.119203;0.268941;0.731059;0.268941;0.490251;0.242872;0.473525;0.496500;0.000000;0.777646;0.781768;0.559467;0.307464;0.348872;0.232188;0.781597;0.000000;0.871915;0.431925;0.000000;0.250115;0.000000;0.275679;0.261343;0.881451;0.001828;0.116719;0.960370;0.000090;0.039535;0.926680;0.001970;0.071350;0.880797;0.731059;0.731059;0.880797;0.006693;0.731059;0.880797;0.268941;0.880797;0.017986;0.047426;0.880797;0.017986;0.047426;0.268941;0.500000;0.268941;0.047426;0.047426;0.017986;0.350464;0.403717;0.506000;0.699517;0.329157;0.789846;0.839700;0.458347;0.134820;0.274482;0.135287;0.683521;0.752129;0.153423;0.638071;0.709509;0.357783;0.000000;0.000000;0.000000;0.819756;0.000410;0.179832;0.986125;0.000085;0.013785;0.962130;0.000240;0.037630;0.880797;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.268941;0.268941;0.268941;0.268941;0.500000;0.500000;0.268941;0.268941;0.500000;0.500000;0.982014;0.268941;0.731059;0.452890;0.650901;0.489751;0.628316;0.425557;0.795109;0.456113;0.068179;0.349554;0.368886;0.324537;0.646571;0.253506;0.400832;0.512248;0.813057;0.421407;0.607067;0.185579;0.446950;0.807821;0.000242;0.191934;0.991600;0.000265;0.008125;0.966890;0.000225;0.032885;0.500000;0.047426;0.047426;0.119203;0.731059;0.500000;0.119203;0.047426;0.119203;0.952574;0.731059;0.268941;0.880797;0.500000;0.047426;0.119203;0.500000;0.880797;0.500000;0.880797;0.282925;0.539666;0.261536;0.579812;0.000000;0.357094;0.178726;0.306188;0.269335;0.634136;0.764588;0.447692;0.447692;0.498000;0.567829;0.727901;0.195447;0.519240;0.483007;0.544383;0.833145;0.000286;0.166569;0.993170;0.000075;0.006755;0.983750;0.000660;0.015590;0.731059;0.880797;0.268941;0.500000;0.017986;0.880797;0.880797;0.500000;0.880797;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.119203;0.500000;0.017986;0.047426;0.268941;0.233438;0.663962;0.512747;0.618220;0.000000;0.651582;0.874462;0.174942;0.362854;0.239395;0.364010;0.650446;0.506250;0.598688;0.608259;0.082413;0.106120;0.421651;0.425313;0.416538;0.933461;0.000049;0.066492;0.998340;0.000040;0.001625;0.985635;0.000040;0.014325;0.731059;0.952574;0.500000;0.268941;0.047426;0.731059;0.731059;0.731059;0.880797;0.047426;0.047426;0.500000;0.119203;0.047426;0.952574;0.268941;0.268941;0.017986;0.119203;0.268941;0.566602;0.257118;0.467795;0.800433;0.000000;0.777473;0.899980;0.342089;0.403958;0.064465;0.104518;0.572730;0.184222;0.355718;0.460085;0.448681;0.149059;0.000000;0.163147;0.199727;0.948341;0.000038;0.051623;0.998295;0.000055;0.001655;0.993410;0.000005;0.006585;0.500000;0.268941;0.047426;0.047426;0.731059;0.119203;0.119203;0.047426;0.047426;0.268941;0.731059;0.119203;0.731059;0.993307;0.731059;0.268941;0.500000;0.731059;0.880797;0.500000;0.150077;0.715449;0.613489;0.548844;0.000000;0.727307;0.728693;0.082716;0.408299;0.507499;0.393888;0.643595;0.648853;0.846317;0.096216;0.524231;0.294215;0.427759;0.129431;0.401072;0.973207;0.000044;0.026749;0.998380;0.000085;0.001535;0.997545;0.000000;0.002455;0.880797;0.017986;0.047426;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.880797;0.952574;0.047426;0.952574;0.880797;0.047426;0.268941;0.119203;0.119203;0.268941;0.731059;0.676558;0.110563;0.065559;0.000000;0.582246;0.182873;0.068498;0.050402;0.000000;0.885035;0.769945;0.138955;0.799472;0.739621;0.109291;0.279489;0.104425;0.582975;0.465057;0.650219;0.979680;0.002750;0.017572;0.998635;0.000190;0.001175;0.999400;0.000005;0.000600;0.500000;0.731059;0.731059;0.952574;0.017986;0.731059;0.880797;0.119203;0.952574;0.047426;0.119203;0.731059;0.047426;0.017986;0.500000;0.268941;0.500000;0.731059;0.268941;0.047426;0.498000;0.855078;0.703287;0.606112;0.000000;0.767812;0.764588;0.232188;0.069203;0.210818;0.297339;0.717684;0.158558;0.175231;0.085255;0.372852;0.298385;0.000000;0.326733;0.305764;0.976110;0.002973;0.020915;0.998615;0.000385;0.000995;0.999870;0.000000;0.000130;0.982014;0.268941;0.119203;0.268941;0.500000;0.119203;0.268941;0.119203;0.500000;0.500000;0.500000;0.119203;0.268941;0.731059;0.047426;0.500000;0.500000;0.047426;0.731059;0.500000;0.634599;0.699517;0.526725;0.398672;0.000000;0.814573;0.720310;0.000000;0.489502;0.507749;0.372852;0.661055;0.361929;0.437823;0.296922;0.619399;0.387223;0.520239;0.290697;0.244530;0.980911;0.000340;0.018749;0.998365;0.000990;0.000645;0.999885;0.000000;0.000115
0.880797;0.500000;0.268941;0.119203;0.047426;0.500000;0.880797;0.268941;0.268941;0.268941;0.268941;0.500000;0.500000;0.268941;0.268941;0.500000;0.500000;0.982014;0.268941;0.731059;0.452890;0.650901;0.489751;0.628316;0.425557;0.795109;0.456113;0.068179;0.349554;0.368886;0.324537;0.646571;0.253506;0.400832;0.512248;0.813057;0.421407;0.607067;0.185579;0.446950;0.807821;0.000242;0.191934;0.991600;0.000265;0.008125;0.966890;0.000225;0.032885;0.500000;0.047426;0.047426;0.119203;0.731059;0.500000;0.119203;0.047426;0.119203;0.952574;0.731059;0.268941;0.880797;0.500000;0.047426;0.119203;0.500000;0.880797;0.500000;0.880797;0.282925;0.539666;0.261536;0.579812;0.000000;0.357094;0.178726;0.306188;0.269335;0.634136;0.764588;0.447692;0.447692;0.498000;0.567829;0.727901;0.195447;0.519240;0.483007;0.544383;0.833145;0.000286;0.166569;0.993170;0.000075;0.006755;0.983750;0.000660;0.015590;0.731059;0.880797;0.268941;0.500000;0.017986;0.880797;0.880797;0.500000;0.880797;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.119203;0.500000;0.017986;0.047426;0.268941;0.233438;0.663962;0.512747;0.618220;0.000000;0.651582;0.874462;0.174942;0.362854;0.239395;0.364010;0.650446;0.506250;0.598688;0.608259;0.082413;0.106120;0.421651;0.425313;0.416538;0.933461;0.000049;0.066492;0.998340;0.000040;0.001625;0.985635;0.000040;0.014325;0.731059;0.952574;0.500000;0.268941;0.047426;0.731059;0.731059;0.731059;0.880797;0.047426;0.047426;0.500000;0.119203;0.047426;0.952574;0.268941;0.268941;0.017986;0.119203;0.268941;0.566602;0.257118;0.467795;0.800433;0.000000;0.777473;0.899980;0.342089;0.403958;0.064465;0.104518;0.572730;0.184222;0.355718;0.460085;0.448681;0.149059;0.000000;0.163147;0.199727;0.948341;0.000038;0.051623;0.998295;0.000055;0.001655;0.993410;0.000005;0.006585;0.500000;0.268941;0.047426;0.047426;0.731059;0.119203;0.119203;0.047426;0.047426;0.268941;0.731059;0.119203;0.731059;0.993307;0.731059;0.268941;0.500000;0.731059;0.880797;0.500000;0.150077;0.715449;0.613489;0.548844;0.000000;0.727307;0.728693;0.082716;0.408299;0.507499;0.393888;0.643595;0.648853;0.846317;0.096216;0.524231;0.294215;0.427759;0.129431;0.401072;0.973207;0.000044;0.026749;0.998380;0.000085;0.001535;0.997545;0.000000;0.002455;0.880797;0.017986;0.047426;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.880797;0.952574;0.047426;0.952574;0.880797;0.047426;0.268941;0.119203;0.119203;0.268941;0.731059;0.676558;0.110563;0.065559;0.000000;0.582246;0.182873;0.068498;0.050402;0.000000;0.885035;0.769945;0.138955;0.799472;0.739621;0.109291;0.279489;0.104425;0.582975;0.465057;0.650219;0.979680;0.002750;0.017572;0.998635;0.000190;0.001175;0.999400;0.000005;0.000600;0.500000;0.731059;0.731059;0.952574;0.017986;0.731059;0.880797;0.119203;0.952574;0.047426;0.119203;0.731059;0.047426;0.017986;0.500000;0.268941;0.500000;0.731059;0.268941;0.047426;0.498000;0.855078;0.703287;0.606112;0.000000;0.767812;0.764588;0.232188;0.069203;0.210818;0.297339;0.717684;0.158558;0.175231;0.085255;0.372852;0.298385;0.000000;0.326733;0.305764;0.976110;0.002973;0.020915;0.998615;0.000385;0.000995;0.999870;0.000000;0.000130;0.982014;0.268941;0.119203;0.268941;0.500000;0.119203;0.268941;0.119203;0.500000;0.500000;0.500000;0.119203;0.268941;0.731059;0.047426;0.500000;0.500000;0.047426;0.731059;0.500000;0.634599;0.699517;0.526725;0.398672;0.000000;0.814573;0.720310;0.000000;0.489502;0.507749;0.372852;0.661055;0.361929;0.437823;0.296922;0.619399;0.387223;0.520239;0.290697;0.244530;0.980911;0.000340;0.018749;0.998365;0.000990;0.000645;0.999885;0.000000;0.000115;0.731059;0.017986;0.047426;0.017986;0.268941;0.047426;0.047426;0.047426;0.119203;0.952574;0.880797;0.047426;0.952574;0.731059;0.017986;0.119203;0.268941;0.500000;0.268941;0.952574;0.843169;0.184372;0.000000;0.000000;0.750635;0.080988;0.224436;0.123575;0.271703;0.746115;0.724321;0.045608;0.811380;0.613014;0.000000;0.274881;0.169665;0.727505;0.000000;0.713205;0.983061;0.000367;0.016570;0.996925;0.001070;0.001995;0.999640;0.000000;0.000360;0.500000;0.017986;0.002473;0.002473;0.268941;0.002473;0.002473;0.002473;0.006693;0.731059;0.500000;0.002473;0.880797;0.999665;0.002473;0.017986;0.119203;0.880797;0.731059;0.500000;0.093638;0.000000;0.000000;0.000000;0.523233;0.000000;0.000000;0.000000;0.000000;0.138000;0.516744;0.154988;0.371217;0.984511;0.000000;0.061284;0.043856;0.740775;0.837399;0.186943;0.979397;0.000427;0.020175;0.990720;0.001250;0.008025;0.997965;0.000000;0.002035;0.731059;0.500000;0.268941;0.982014;0.006693;0.731059;0.731059;0.268941;0.880797;0.047426;0.119203;0.880797;0.119203;0.047426;0.017986;0.268941;0.268941;0.006693;0.047426;0.047426;0.395560;0.808919;0.732824;0.714022;0.171079;0.783639;0.612540;0.140638;0.376601;0.094149;0.364473;0.841709;0.067107;0.120999;0.054888;0.546119;0.119834;0.000000;0.217720;0.229878;0.974694;0.000770;0.024536;0.981765;0.002270;0.015965;0.996365;0.000010;0.003625
0.500000;0.047426;0.047426;0.119203;0.731059;0.500000;0.119203;0.047426;0.119203;0.952574;0.731059;0.268941;0.880797;0.500000;0.047426;0.119203;0.500000;0.880797;0.500000;0.880797;0.282925;0.539666;0.261536;0.579812;0.000000;0.357094;0.178726;0.306188;0.269335;0.634136;0.764588;0.447692;0.447692;0.498000;0.567829;0.727901;0.195447;0.519240;0.483007;0.544383;0.833145;0.000286;0.166569;0.993170;0.000075;0.006755;0.983750;0.000660;0.015590;0.731059;0.880797;0.268941;0.500000;0.017986;0.880797;0.880797;0.500000;0.880797;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.119203;0.500000;0.017986;0.047426;0.268941;0.233438;0.663962;0.512747;0.618220;0.000000;0.651582;0.874462;0.174942;0.362854;0.239395;0.364010;0.650446;0.506250;0.598688;0.608259;0.082413;0.106120;0.421651;0.425313;0.416538;0.933461;0.000049;0.066492;0.998340;0.000040;0.001625;0.985635;0.000040;0.014325;0.731059;0.952574;0.500000;0.268941;0.047426;0.731059;0.731059;0.731059;0.880797;0.047426;0.047426;0.500000;0.119203;0.047426;0.952574;0.268941;0.268941;0.017986;0.119203;0.268941;0.566602;0.257118;0.467795;0.800433;0.000000;0.777473;0.899980;0.342089;0.403958;0.064465;0.104518;0.572730;0.184222;0.355718;0.460085;0.448681;0.149059;0.000000;0.163147;0.199727;0.948341;0.000038;0.051623;0.998295;0.000055;0.001655;0.993410;0.000005;0.006585;0.500000;0.268941;0.047426;0.047426;0.731059;0.119203;0.119203;0.047426;0.047426;0.268941;0.731059;0.119203;0.731059;0.993307;0.731059;0.268941;0.500000;0.731059;0.880797;0.500000;0.150077;0.715449;0.613489;0.548844;0.000000;0.727307;0.728693;0.082716;0.408299;0.507499;0.393888;0.643595;0.648853;0.846317;0.096216;0.524231;0.294215;0.427759;0.129431;0.401072;0.973207;0.000044;0.026749;0.998380;0.000085;0.001535;0.997545;0.000000;0.002455;0.880797;0.017986;0.047426;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.880797;0.952574;0.047426;0.952574;0.880797;0.047426;0.268941;0.119203;0.119203;0.268941;0.731059;0.676558;0.110563;0.065559;0.000000;0.582246;0.182873;0.068498;0.050402;0.000000;0.885035;0.769945;0.138955;0.799472;0.739621;0.109291;0.279489;0.104425;0.582975;0.465057;0.650219;0.979680;0.002750;0.017572;0.998635;0.000190;0.001175;0.999400;0.000005;0.000600;0.500000;0.731059;0.731059;0.952574;0.017986;0.731059;0.880797;0.119203;0.952574;0.047426;0.119203;0.731059;0.047426;0.017986;0.500000;0.268941;0.500000;0.731059;0.268941;0.047426;0.498000;0.855078;0.703287;0.606112;0.000000;0.767812;0.764588;0.232188;0.069203;0.210818;0.297339;0.717684;0.158558;0.175231;0.085255;0.372852;0.298385;0.000000;0.326733;0.305764;0.976110;0.002973;0.020915;0.998615;0.000385;0.000995;0.999870;0.000000;0.000130;0.982014;0.268941;0.119203;0.268941;0.500000;0.119203;0.268941;0.119203;0.500000;0.500000;0.500000;0.119203;0.268941;0.731059;0.047426;0.500000;0.500000;0.047426;0.731059;0.500000;0.634599;0.699517;0.526725;0.398672;0.000000;0.814573;0.720310;0.000000;0.489502;0.507749;0.372852;0.661055;0.361929;0.437823;0.296922;0.619399;0.387223;0.520239;0.290697;0.244530;0.980911;0.000340;0.018749;0.998365;0.000990;0.000645;0.999885;0.000000;0.000115;0.731059;0.017986;0.047426;0.017986;0.268941;0.047426;0.047426;0.047426;0.119203;0.952574;0.880797;0.047426;0.952574;0.731059;0.017986;0.119203;0.268941;0.500000;0.268941;0.952574;0.843169;0.184372;0.000000;0.000000;0.750635;0.080988;0.224436;0.123575;0.271703;0.746115;0.724321;0.045608;0.811380;0.613014;0.000000;0.274881;0.169665;0.727505;0.000000;0.713205;0.983061;0.000367;0.016570;0.996925;0.001070;0.001995;0.999640;0.000000;0.000360;0.500000;0.017986;0.002473;0.002473;0.268941;0.002473;0.002473;0.002473;0.006693;0.731059;0.500000;0.002473;0.880797;0.999665;0.002473;0.017986;0.119203;0.880797;0.731059;0.500000;0.093638;0.000000;0.000000;0.000000;0.523233;0.000000;0.000000;0.000000;0.000000;0.138000;0.516744;0.154988;0.371217;0.984511;0.000000;0.061284;0.043856;0.740775;0.837399;0.186943;0.979397;0.000427;0.020175;0.990720;0.001250;0.008025;0.997965;0.000000;0.002035;0.731059;0.500000;0.268941;0.982014;0.006693;0.731059;0.731059;0.268941;0.880797;0.047426;0.119203;0.880797;0.119203;0.047426;0.017986;0.268941;0.268941;0.006693;0.047426;0.047426;0.395560;0.808919;0.732824;0.714022;0.171079;0.783639;0.612540;0.140638;0.376601;0.094149;0.364473;0.841709;0.067107;0.120999;0.054888;0.546119;0.119834;0.000000;0.217720;0.229878;0.974694;0.000770;0.024536;0.981765;0.002270;0.015965;0.996365;0.000010;0.003625;0.880797;0.047426;0.047426;0.006693;0.119203;0.017986;0.047426;0.119203;0.119203;0.880797;0.880797;0.047426;0.731059;0.500000;0.017986;0.268941;0.119203;0.017986;0.500000;0.952574;0.426780;0.549586;0.481259;0.382961;0.238486;0.570527;0.432662;0.246940;0.404922;0.634368;0.661055;0.592908;0.872806;0.296087;0.000000;0.702870;0.237217;0.000000;0.468791;0.515995;0.907345;0.002525;0.090128;0.944780;0.002605;0.052615;0.981660;0.000560;0.017775
0.731059;0.880797;0.268941;0.500000;0.017986;0.880797;0.880797;0.500000;0.880797;0.268941;0.268941;0.500000;0.119203;0.268941;0.119203;0.119203;0.500000;0.017986;0.047426;0.268941;0.233438;0.663962;0.512747;0.618220;0.000000;0.651582;0.874462;0.174942;0.362854;0.239395;0.364010;0.650446;0.506250;0.598688;0.608259;0.082413;0.106120;0.421651;0.425313;0.416538;0.933461;0.000049;0.066492;0.998340;0.000040;0.001625;0.985635;0.000040;0.014325;0.731059;0.952574;0.500000;0.268941;0.047426;0.731059;0.731059;0.731059;0.880797;0.047426;0.047426;0.500000;0.119203;0.047426;0.952574;0.268941;0.268941;0.017986;0.119203;0.268941;0.566602;0.257118;0.467795;0.800433;0.000000;0.777473;0.899980;0.342089;0.403958;0.064465;0.104518;0.572730;0.184222;0.355718;0.460085;0.448681;0.149059;0.000000;0.163147;0.199727;0.948341;0.000038;0.051623;0.998295;0.000055;0.001655;0.993410;0.000005;0.006585;0.500000;0.268941;0.047426;0.047426;0.731059;0.119203;0.119203;0.047426;0.047426;0.268941;0.731059;0.119203;0.731059;0.993307;0.731059;0.268941;0.500000;0.731059;0.880797;0.500000;0.150077;0.715449;0.613489;0.548844;0.000000;0.727307;0.728693;0.082716;0.408299;0.507499;0.393888;0.643595;0.648853;0.846317;0.096216;0.524231;0.294215;0.427759;0.129431;0.401072;0.973207;0.000044;0.026749;0.998380;0.000085;0.001535;0.997545;0.000000;0.002455;0.880797;0.017986;0.047426;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.880797;0.952574;0.047426;0.952574;0.880797;0.047426;0.268941;0.119203;0.119203;0.268941;0.731059;0.676558;0.110563;0.065559;0.000000;0.582246;0.182873;0.068498;0.050402;0.000000;0.885035;0.769945;0.138955;0.799472;0.739621;0.109291;0.279489;0.104425;0.582975;0.465057;0.650219;0.979680;0.002750;0.017572;0.998635;0.000190;0.001175;0.999400;0.000005;0.000600;0.500000;0.731059;0.731059;0.952574;0.017986;0.731059;0.880797;0.119203;0.952574;0.047426;0.119203;0.731059;0.047426;0.017986;0.500000;0.268941;0.500000;0.731059;0.268941;0.047426;0.498000;0.855078;0.703287;0.606112;0.000000;0.767812;0.764588;0.232188;0.069203;0.210818;0.297339;0.717684;0.158558;0.175231;0.085255;0.372852;0.298385;0.000000;0.326733;0.305764;0.976110;0.002973;0.020915;0.998615;0.000385;0.000995;0.999870;0.000000;0.000130;0.982014;0.268941;0.119203;0.268941;0.500000;0.119203;0.268941;0.119203;0.500000;0.500000;0.500000;0.119203;0.268941;0.731059;0.047426;0.500000;0.500000;0.047426;0.731059;0.500000;0.634599;0.699517;0.526725;0.398672;0.000000;0.814573;0.720310;0.000000;0.489502;0.507749;0.372852;0.661055;0.361929;0.437823;0.296922;0.619399;0.387223;0.520239;0.290697;0.244530;0.980911;0.000340;0.018749;0.998365;0.000990;0.000645;0.999885;0.000000;0.000115;0.731059;0.017986;0.047426;0.017986;0.268941;0.047426;0.047426;0.047426;0.119203;0.952574;0.880797;0.047426;0.952574;0.731059;0.017986;0.119203;0.268941;0.500000;0.268941;0.952574;0.843169;0.184372;0.000000;0.000000;0.750635;0.080988;0.224436;0.123575;0.271703;0.746115;0.724321;0.045608;0.811380;0.613014;0.000000;0.274881;0.169665;0.727505;0.000000;0.713205;0.983061;0.000367;0.016570;0.996925;0.001070;0.001995;0.999640;0.000000;0.000360;0.500000;0.017986;0.002473;0.002473;0.268941;0.002473;0.002473;0.002473;0.006693;0.731059;0.500000;0.002473;0.880797;0.999665;0.002473;0.017986;0.119203;0.880797;0.731059;0.500000;0.093638;0.000000;0.000000;0.000000;0.523233;0.000000;0.000000;0.000000;0.000000;0.138000;0.516744;0.154988;0.371217;0.984511;0.000000;0.061284;0.043856;0.740775;0.837399;0.186943;0.979397;0.000427;0.020175;0.990720;0.001250;0.008025;0.997965;0.000000;0.002035;0.731059;0.500000;0.268941;0.982014;0.006693;0.731059;0.731059;0.268941;0.880797;0.047426;0.119203;0.880797;0.119203;0.047426;0.017986;0.268941;0.268941;0.006693;0.047426;0.047426;0.395560;0.808919;0.732824;0.714022;0.171079;0.783639;0.612540;0.140638;0.376601;0.094149;0.364473;0.841709;0.067107;0.120999;0.054888;0.546119;0.119834;0.000000;0.217720;0.229878;0.974694;0.000770;0.024536;0.981765;0.002270;0.015965;0.996365;0.000010;0.003625;0.880797;0.047426;0.047426;0.006693;0.119203;0.017986;0.047426;0.119203;0.119203;0.880797;0.880797;0.047426;0.731059;0.500000;0.017986;0.268941;0.119203;0.017986;0.500000;0.952574;0.426780;0.549586;0.481259;0.382961;0.238486;0.570527;0.432662;0.246940;0.404922;0.634368;0.661055;0.592908;0.872806;0.296087;0.000000;0.702870;0.237217;0.000000;0.468791;0.515995;0.907345;0.002525;0.090128;0.944780;0.002605;0.052615;0.981660;0.000560;0.017775;0.880797;0.017986;0.047426;0.017986;0.952574;0.119203;0.119203;0.119203;0.017986;0.880797;0.731059;0.017986;0.880797;0.952574;0.017986;0.047426;0.119203;0.017986;0.119203;0.952574;0.149822;0.351147;0.299013;0.149949;0.743645;0.194662;0.000000;0.143318;0.000000;0.711771;0.664408;0.107647;0.835895;0.956144;0.084556;0.176681;0.000000;0.667300;0.827926;0.274084;0.806528;0.002708;0.190764;0.816020;0.002750;0.181230;0.905590;0.000965;0.093445
0.731059;0.952574;0.500000;0.268941;0.047426;0.731059;0.731059;0.731059;0.880797;0.047426;0.047426;0.500000;0.119203;0.047426;0.952574;0.268941;0.268941;0.017986;0.119203;0.268941;0.566602;0.257118;0.467795;0.800433;0.000000;0.777473;0.899980;0.342089;0.403958;0.064465;0.104518;0.572730;0.184222;0.355718;0.460085;0.448681;0.149059;0.000000;0.163147;0.199727;0.948341;0.000038;0.051623;0.998295;0.000055;0.001655;0.993410;0.000005;0.006585;0.500000;0.268941;0.047426;0.047426;0.731059;0.119203;0.119203;0.047426;0.047426;0.268941;0.731059;0.119203;0.731059;0.993307;0.731059;0.268941;0.500000;0.731059;0.880797;0.500000;0.150077;0.715449;0.613489;0.548844;0.000000;0.727307;0.728693;0.082716;0.408299;0.507499;0.393888;0.643595;0.648853;0.846317;0.096216;0.524231;0.294215;0.427759;0.129431;0.401072;0.973207;0.000044;0.026749;0.998380;0.000085;0.001535;0.997545;0.000000;0.002455;0.880797;0.017986;0.047426;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.880797;0.952574;0.047426;0.952574;0.880797;0.047426;0.268941;0.119203;0.119203;0.268941;0.731059;0.676558;0.110563;0.065559;0.000000;0.582246;0.182873;0.068498;0.050402;0.000000;0.885035;0.769945;0.138955;0.799472;0.739621;0.109291;0.279489;0.104425;0.582975;0.465057;0.650219;0.979680;0.002750;0.017572;0.998635;0.000190;0.001175;0.999400;0.000005;0.000600;0.500000;0.731059;0.731059;0.952574;0.017986;0.731059;0.880797;0.119203;0.952574;0.047426;0.119203;0.731059;0.047426;0.017986;0.500000;0.268941;0.500000;0.731059;0.268941;0.047426;0.498000;0.855078;0.703287;0.606112;0.000000;0.767812;0.764588;0.232188;0.069203;0.210818;0.297339;0.717684;0.158558;0.175231;0.085255;0.372852;0.298385;0.000000;0.326733;0.305764;0.976110;0.002973;0.020915;0.998615;0.000385;0.000995;0.999870;0.000000;0.000130;0.982014;0.268941;0.119203;0.268941;0.500000;0.119203;0.268941;0.119203;0.500000;0.500000;0.500000;0.119203;0.268941;0.731059;0.047426;0.500000;0.500000;0.047426;0.731059;0.500000;0.634599;0.699517;0.526725;0.398672;0.000000;0.814573;0.720310;0.000000;0.489502;0.507749;0.372852;0.661055;0.361929;0.437823;0.296922;0.619399;0.387223;0.520239;0.290697;0.244530;0.980911;0.000340;0.018749;0.998365;0.000990;0.000645;0.999885;0.000000;0.000115;0.731059;0.017986;0.047426;0.017986;0.268941;0.047426;0.047426;0.047426;0.119203;0.952574;0.880797;0.047426;0.952574;0.731059;0.017986;0.119203;0.268941;0.500000;0.268941;0.952574;0.843169;0.184372;0.000000;0.000000;0.750635;0.080988;0.224436;0.123575;0.271703;0.746115;0.724321;0.045608;0.811380;0.613014;0.000000;0.274881;0.169665;0.727505;0.000000;0.713205;0.983061;0.000367;0.016570;0.996925;0.001070;0.001995;0.999640;0.000000;0.000360;0.500000;0.017986;0.002473;0.002473;0.268941;0.002473;0.002473;0.002473;0.006693;0.731059;0.500000;0.002473;0.880797;0.999665;0.002473;0.017986;0.119203;0.880797;0.731059;0.500000;0.093638;0.000000;0.000000;0.000000;0.523233;0.000000;0.000000;0.000000;0.000000;0.138000;0.516744;0.154988;0.371217;0.984511;0.000000;0.061284;0.043856;0.740775;0.837399;0.186943;0.979397;0.000427;0.020175;0.990720;0.001250;0.008025;0.997965;0.000000;0.002035;0.731059;0.500000;0.268941;0.982014;0.006693;0.731059;0.731059;0.268941;0.880797;0.047426;0.119203;0.880797;0.119203;0.047426;0.017986;0.268941;0.268941;0.006693;0.047426;0.047426;0.395560;0.808919;0.732824;0.714022;0.171079;0.783639;0.612540;0.140638;0.376601;0.094149;0.364473;0.841709;0.067107;0.120999;0.054888;0.546119;0.119834;0.000000;0.217720;0.229878;0.974694;0.000770;0.024536;0.981765;0.002270;0.015965;0.996365;0.000010;0.003625;0.880797;0.047426;0.047426;0.006693;0.119203;0.017986;0.047426;0.119203;0.119203;0.880797;0.880797;0.047426;0.731059;0.500000;0.017986;0.268941;0.119203;0.017986;0.500000;0.952574;0.426780;0.549586;0.481259;0.382961;0.238486;0.570527;0.432662;0.246940;0.404922;0.634368;0.661055;0.592908;0.872806;0.296087;0.000000;0.702870;0.237217;0.000000;0.468791;0.515995;0.907345;0.002525;0.090128;0.944780;0.002605;0.052615;0.981660;0.000560;0.017775;0.880797;0.017986;0.047426;0.017986;0.952574;0.119203;0.119203;0.119203;0.017986;0.880797;0.731059;0.017986;0.880797;0.952574;0.017986;0.047426;0.119203;0.017986;0.119203;0.952574;0.149822;0.351147;0.299013;0.149949;0.743645;0.194662;0.000000;0.143318;0.000000;0.711771;0.664408;0.107647;0.835895;0.956144;0.084556;0.176681;0.000000;0.667300;0.827926;0.274084;0.806528;0.002708;0.190764;0.816020;0.002750;0.181230;0.905590;0.000965;0.093445;0.047426;0.002473;0.047426;0.999665;0.000911;0.017986;0.268941;0.017986;0.006693;0.000911;0.000911;0.006693;0.000911;0.000911;0.006693;0.047426;0.119203;0.000335;0.000911;0.000911;0.123359;0.370051;0.504250;0.975493;0.000000;0.271703;0.427514;0.365632;0.000000;0.000000;0.000000;0.115169;0.000000;0.000000;0.153293;0.237398;0.139674;0.000000;0.000000;0.170089;0.250320;0.005192;0.744485;0.374230;0.002345;0.623420;0.168285;0.003255;0.828455
0.500000;0.268941;0.047426;0.047426;0.731059;0.119203;0.119203;0.047426;0.047426;0.268941;0.731059;0.119203;0.731059;0.993307;0.731059;0.268941;0.500000;0.731059;0.880797;0.500000;0.150077;0.715449;0.613489;0.548844;0.000000;0.727307;0.728693;0.082716;0.408299;0.507499;0.393888;0.643595;0.648853;0.846317;0.096216;0.524231;0.294215;0.427759;0.129431;0.401072;0.973207;0.000044;0.026749;0.998380;0.000085;0.001535;0.997545;0.000000;0.002455;0.880797;0.017986;0.047426;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.880797;0.952574;0.047426;0.952574;0.880797;0.047426;0.268941;0.119203;0.119203;0.268941;0.731059;0.676558;0.110563;0.065559;0.000000;0.582246;0.182873;0.068498;0.050402;0.000000;0.885035;0.769945;0.138955;0.799472;0.739621;0.109291;0.279489;0.104425;0.582975;0.465057;0.650219;0.979680;0.002750;0.017572;0.998635;0.000190;0.001175;0.999400;0.000005;0.000600;0.500000;0.731059;0.731059;0.952574;0.017986;0.731059;0.880797;0.119203;0.952574;0.047426;0.119203;0.731059;0.047426;0.017986;0.500000;0.268941;0.500000;0.731059;0.268941;0.047426;0.498000;0.855078;0.703287;0.606112;0.000000;0.767812;0.764588;0.232188;0.069203;0.210818;0.297339;0.717684;0.158558;0.175231;0.085255;0.372852;0.298385;0.000000;0.326733;0.305764;0.976110;0.002973;0.020915;0.998615;0.000385;0.000995;0.999870;0.000000;0.000130;0.982014;0.268941;0.119203;0.268941;0.500000;0.119203;0.268941;0.119203;0.500000;0.500000;0.500000;0.119203;0.268941;0.731059;0.047426;0.500000;0.500000;0.047426;0.731059;0.500000;0.634599;0.699517;0.526725;0.398672;0.000000;0.814573;0.720310;0.000000;0.489502;0.507749;0.372852;0.661055;0.361929;0.437823;0.296922;0.619399;0.387223;0.520239;0.290697;0.244530;0.980911;0.000340;0.018749;0.998365;0.000990;0.000645;0.999885;0.000000;0.000115;0.731059;0.017986;0.047426;0.017986;0.268941;0.047426;0.047426;0.047426;0.119203;0.952574;0.880797;0.047426;0.952574;0.731059;0.017986;0.119203;0.268941;0.500000;0.268941;0.952574;0.843169;0.184372;0.000000;0.000000;0.750635;0.080988;0.224436;0.123575;0.271703;0.746115;0.724321;0.045608;0.811380;0.613014;0.000000;0.274881;0.169665;0.727505;0.000000;0.713205;0.983061;0.000367;0.016570;0.996925;0.001070;0.001995;0.999640;0.000000;0.000360;0.500000;0.017986;0.002473;0.002473;0.268941;0.002473;0.002473;0.002473;0.006693;0.731059;0.500000;0.002473;0.880797;0.999665;0.002473;0.017986;0.119203;0.880797;0.731059;0.500000;0.093638;0.000000;0.000000;0.000000;0.523233;0.000000;0.000000;0.000000;0.000000;0.138000;0.516744;0.154988;0.371217;0.984511;0.000000;0.061284;0.043856;0.740775;0.837399;0.186943;0.979397;0.000427;0.020175;0.990720;0.001250;0.008025;0.997965;0.000000;0.002035;0.731059;0.500000;0.268941;0.982014;0.006693;0.731059;0.731059;0.268941;0.880797;0.047426;0.119203;0.880797;0.119203;0.047426;0.017986;0.268941;0.268941;0.006693;0.047426;0.047426;0.395560;0.808919;0.732824;0.714022;0.171079;0.783639;0.612540;0.140638;0.376601;0.094149;0.364473;0.841709;0.067107;0.120999;0.054888;0.546119;0.119834;0.000000;0.217720;0.229878;0.974694;0.000770;0.024536;0.981765;0.002270;0.015965;0.996365;0.000010;0.003625;0.880797;0.047426;0.047426;0.006693;0.119203;0.017986;0.047426;0.119203;0.119203;0.880797;0.880797;0.047426;0.731059;0.500000;0.017986;0.268941;0.119203;0.017986;0.500000;0.952574;0.426780;0.549586;0.481259;0.382961;0.238486;0.570527;0.432662;0.246940;0.404922;0.634368;0.661055;0.592908;0.872806;0.296087;0.000000;0.702870;0.237217;0.000000;0.468791;0.515995;0.907345;0.002525;0.090128;0.944780;0.002605;0.052615;0.981660;0.000560;0.017775;0.880797;0.017986;0.047426;0.017986;0.952574;0.119203;0.119203;0.119203;0.017986;0.880797;0.731059;0.017986;0.880797;0.952574;0.017986;0.047426;0.119203;0.017986;0.119203;0.952574;0.149822;0.351147;0.299013;0.149949;0.743645;0.194662;0.000000;0.143318;0.000000;0.711771;0.664408;0.107647;0.835895;0.956144;0.084556;0.176681;0.000000;0.667300;0.827926;0.274084;0.806528;0.002708;0.190764;0.816020;0.002750;0.181230;0.905590;0.000965;0.093445;0.047426;0.002473;0.047426;0.999665;0.000911;0.017986;0.268941;0.017986;0.006693;0.000911;0.000911;0.006693;0.000911;0.000911;0.006693;0.047426;0.119203;0.000335;0.000911;0.000911;0.123359;0.370051;0.504250;0.975493;0.000000;0.271703;0.427514;0.365632;0.000000;0.000000;0.000000;0.115169;0.000000;0.000000;0.153293;0.237398;0.139674;0.000000;0.000000;0.170089;0.250320;0.005192;0.744485;0.374230;0.002345;0.623420;0.168285;0.003255;0.828455;0.731059;0.500000;0.119203;0.119203;0.047426;0.500000;0.731059;0.500000;0.268941;0.268941;0.119203;0.880797;0.268941;0.119203;0.500000;0.500000;0.952574;0.017986;0.119203;0.500000;0.232188;0.741734;0.438562;0.302378;0.000000;0.608974;0.366561;0.470285;0.075160;0.498750;0.344795;0.820686;0.159360;0.190156;0.556508;0.665077;0.604440;0.000000;0.277479;0.560699;0.128974;0.003445;0.867583;0.194985;0.001825;0.803190;0.056635;0.003310;0.940060
0.880797;0.017986;0.047426;0.006693;0.500000;0.017986;0.017986;0.268941;0.017986;0.880797;0.952574;0.047426;0.952574;0.880797;0.047426;0.268941;0.119203;0.119203;0.268941;0.731059;0.676558;0.110563;0.065559;0.000000;0.582246;0.182873;0.068498;0.050402;0.000000;0.885035;0.769945;0.138955;0.799472;0.739621;0.109291;0.279489;0.104425;0.582975;0.465057;0.650219;0.979680;0.002750;0.017572;0.998635;0.000190;0.001175;0.999400;0.000005;0.000600;0.500000;0.731059;0.731059;0.952574;0.017986;0.731059;0.880797;0.119203;0.952574;0.047426;0.119203;0.731059;0.047426;0.017986;0.500000;0.268941;0.500000;0.731059;0.268941;0.047426;0.498000;0.855078;0.703287;0.606112;0.000000;0.767812;0.764588;0.232188;0.069203;0.210818;0.297339;0.717684;0.158558;0.175231;0.085255;0.372852;0.298385;0.000000;0.326733;0.305764;0.976110;0.002973;0.020915;0.998615;0.000385;0.000995;0.999870;0.000000;0.000130;0.982014;0.268941;0.119203;0.268941;0.500000;0.119203;0.268941;0.119203;0.500000;0.500000;0.500000;0.119203;0.268941;0.731059;0.047426;0.500000;0.500000;0.047426;0.731059;0.500000;0.634599;0.699517;0.526725;0.398672;0.000000;0.814573;0.720310;0.000000;0.489502;0.507749;0.372852;0.661055;0.361929;0.437823;0.296922;0.619399;0.387223;0.520239;0.290697;0.244530;0.980911;0.000340;0.018749;0.998365;0.000990;0.000645;0.999885;0.000000;0.000115;0.731059;0.017986;0.047426;0.017986;0.268941;0.047426;0.047426;0.047426;0.119203;0.952574;0.880797;0.047426;0.952574;0.731059;0.017986;0.119203;0.268941;0.500000;0.268941;0.952574;0.843169;0.184372;0.000000;0.000000;0.750635;0.080988;0.224436;0.123575;0.271703;0.746115;0.724321;0.045608;0.811380;0.613014;0.000000;0.274881;0.169665;0.727505;0.000000;0.713205;0.983061;0.000367;0.016570;0.996925;0.001070;0.001995;0.999640;0.000000;0.000360;0.500000;0.017986;0.002473;0.002473;0.268941;0.002473;0.002473;0.002473;0.006693;0.731059;0.500000;0.002473;0.880797;0.999665;0.002473;0.017986;0.119203;0.880797;0.731059;0.500000;0.093638;0.000000;0.000000;0.000000;0.523233;0.000000;0.000000;0.000000;0.000000;0.138000;0.516744;0.154988;0.371217;0.984511;0.000000;0.061284;0.043856;0.740775;0.837399;0.186943;0.979397;0.000427;0.020175;0.990720;0.001250;0.008025;0.997965;0.000000;0.002035;0.731059;0.500000;0.268941;0.982014;0.006693;0.731059;0.731059;0.268941;0.880797;0.047426;0.119203;0.880797;0.119203;0.047426;0.017986;0.268941;0.268941;0.006693;0.047426;0.047426;0.395560;0.808919;0.732824;0.714022;0.171079;0.783639;0.612540;0.140638;0.376601;0.094149;0.364473;0.841709;0.067107;0.120999;0.054888;0.546119;0.119834;0.000000;0.217720;0.229878;0.974694;0.000770;0.024536;0.981765;0.002270;0.015965;0.996365;0.000010;0.003625;0.880797;0.047426;0.047426;0.006693;0.119203;0.017986;0.047426;0.119203;0.119203;0.880797;0.880797;0.047426;0.731059;0.500000;0.017986;0.268941;0.119203;0.017986;0.500000;0.952574;0.426780;0.549586;0.481259;0.382961;0.238486;0.570527;0.432662;0.246940;0.404922;0.634368;0.661055;0.592908;0.872806;0.296087;0.000000;0.702870;0.237217;0.000000;0.468791;0.515995;0.907345;0.002525;0.090128;0.944780;0.002605;0.052615;0.981660;0.000560;0.017775;0.880797;0.017986;0.047426;0.017986;0.952574;0.119203;0.119203;0.119203;0.017986;0.880797;0.731059;0.017986;0.880797;0.952574;0.017986;0.047426;0.119203;0.017986;0.119203;0.952574;0.149822;0.351147;0.299013;0.149949;0.743645;0.194662;0.000000;0.143318;0.000000;0.711771;0.664408;0.107647;0.835895;0.956144;0.084556;0.176681;0.000000;0.667300;0.827926;0.274084;0.806528;0.002708;0.190764;0.816020;0.002750;0.181230;0.905590;0.000965;0.093445;0.047426;0.002473;0.047426;0.999665;0.000911;0.017986;0.268941;0.017986;0.006693;0.000911;0.000911;0.006693;0.000911;0.000911;0.006693;0.047426;0.119203;0.000335;0.000911;0.000911;0.123359;0.370051;0.504250;0.975493;0.000000;0.271703;0.427514;0.365632;0.000000;0.000000;0.000000;0.115169;0.000000;0.000000;0.153293;0.237398;0.139674;0.000000;0.000000;0.170089;0.250320;0.005192;0.744485;0.374230;0.002345;0.623420;0.168285;0.003255;0.828455;0.731059;0.500000;0.119203;0.119203;0.047426;0.500000;0.731059;0.500000;0.268941;0.268941;0.119203;0.880797;0.268941;0.119203;0.500000;0.500000;0.952574;0.017986;0.119203;0.500000;0.232188;0.741734;0.438562;0.302378;0.000000;0.608974;0.366561;0.470285;0.075160;0.498750;0.344795;0.820686;0.159360;0.190156;0.556508;0.665077;0.604440;0.000000;0.277479;0.560699;0.128974;0.003445;0.867583;0.194985;0.001825;0.803190;0.056635;0.003310;0.940060;0.017986;0.006693;0.982014;0.999089;0.002473;0.017986;0.268941;0.047426;0.017986;0.002473;0.000911;0.017986;0.002473;0.000911;0.119203;0.731059;0.047426;0.000911;0.002473;0.002473;0.292143;0.376366;0.884321;0.935415;0.000000;0.440040;0.703496;0.482008;0.433398;0.000000;0.000000;0.527472;0.000000;0.000000;0.310454;0.636915;0.029945;0.000000;0.111749;0.000000;0.085515;0.008711;0.905773;0.148255;0.000320;0.851420;0.025440;0.001925;0.972635
0.500000;0.731059;0.731059;0.952574;0.017986;0.731059;0.880797;0.119203;0.952574;0.047426;0.119203;0.731059;0.047426;0.017986;0.500000;0.268941;0.500000;0.731059;0.268941;0.047426;0.498000;0.855078;0.703287;0.606112;0.000000;0.767812;0.764588;0.232188;0.069203;0.210818;0.297339;0.717684;0.158558;0.175231;0.085255;0.372852;0.298385;0.000000;0.326733;0.305764;0.976110;0.002973;0.020915;0.998615;0.000385;0.000995;0.999870;0.000000;0.000130;0.982014;0.268941;0.119203;0.268941;0.500000;0.119203;0.268941;0.119203;0.500000;0.500000;0.500000;0.119203;0.268941;0.731059;0.047426;0.500000;0.500000;0.047426;0.731059;0.500000;0.634599;0.699517;0.526725;0.398672;0.000000;0.814573;0.720310;0.000000;0.489502;0.507749;0.372852;0.661055;0.361929;0.437823;0.296922;0.619399;0.387223;0.520239;0.290697;0.244530;0.980911;0.000340;0.018749;0.998365;0.000990;0.000645;0.999885;0.000000;0.000115;0.731059;0.017986;0.047426;0.017986;0.268941;0.047426;0.047426;0.047426;0.119203;0.952574;0.880797;0.047426;0.952574;0.731059;0.017986;0.119203;0.268941;0.500000;0.268941;0.952574;0.843169;0.184372;0.000000;0.000000;0.750635;0.080988;0.224436;0.123575;0.271703;0.746115;0.724321;0.045608;0.811380;0.613014;0.000000;0.274881;0.169665;0.727505;0.000000;0.713205;0.983061;0.000367;0.016570;0.996925;0.001070;0.001995;0.999640;0.000000;0.000360;0.500000;0.017986;0.002473;0.002473;0.268941;0.002473;0.002473;0.002473;0.006693;0.731059;0.500000;0.002473;0.880797;0.999665;0.002473;0.017986;0.119203;0.880797;0.731059;0.500000;0.093638;0.000000;0.000000;0.000000;0.523233;0.000000;0.000000;0.000000;0.000000;0.138000;0.516744;0.154988;0.371217;0.984511;0.000000;0.061284;0.043856;0.740775;0.837399;0.186943;0.979397;0.000427;0.020175;0.990720;0.001250;0.008025;0.997965;0.000000;0.002035;0.731059;0.500000;0.268941;0.982014;0.006693;0.731059;0.731059;0.268941;0.880797;0.047426;0.119203;0.880797;0.119203;0.047426;0.017986;0.268941;0.268941;0.006693;0.047426;0.047426;0.395560;0.808919;0.732824;0.714022;0.171079;0.783639;0.612540;0.140638;0.376601;0.094149;0.364473;0.841709;0.067107;0.120999;0.054888;0.546119;0.119834;0.000000;0.217720;0.229878;0.974694;0.000770;0.024536;0.981765;0.002270;0.015965;0.996365;0.000010;0.003625;0.880797;0.047426;0.047426;0.006693;0.119203;0.017986;0.047426;0.119203;0.119203;0.880797;0.880797;0.047426;0.731059;0.500000;0.017986;0.268941;0.119203;0.017986;0.500000;0.952574;0.426780;0.549586;0.481259;0.382961;0.238486;0.570527;0.432662;0.246940;0.404922;0.634368;0.661055;0.592908;0.872806;0.296087;0.000000;0.702870;0.237217;0.000000;0.468791;0.515995;0.907345;0.002525;0.090128;0.944780;0.002605;0.052615;0.981660;0.000560;0.017775;0.880797;0.017986;0.047426;0.017986;0.952574;0.119203;0.119203;0.119203;0.017986;0.880797;0.731059;0.017986;0.880797;0.952574;0.017986;0.047426;0.119203;0.017986;0.119203;0.952574;0.149822;0.351147;0.299013;0.149949;0.743645;0.194662;0.000000;0.143318;0.000000;0.711771;0.664408;0.107647;0.835895;0.956144;0.084556;0.176681;0.000000;0.667300;0.827926;0.274084;0.806528;0.002708;0.190764;0.816020;0.002750;0.181230;0.905590;0.000965;0.093445;0.047426;0.002473;0.047426;0.999665;0.000911;0.017986;0.268941;0.017986;0.006693;0.000911;0.000911;0.006693;0.000911;0.000911;0.006693;0.047426;0.119203;0.000335;0.000911;0.000911;0.123359;0.370051;0.504250;0.975493;0.000000;0.271703;0.427514;0.365632;0.000000;0.000000;0.000000;0.115169;0.000000;0.000000;0.153293;0.237398;0.139674;0.000000;0.000000;0.170089;0.250320;0.005192;0.744485;0.374230;0.002345;0.623420;0.168285;0.003255;0.828455;0.731059;0.500000;0.119203;0.119203;0.047426;0.500000;0.731059;0.500000;0.268941;0.268941;0.119203;0.880797;0.268941;0.119203;0.500000;0.500000;0.952574;0.017986;0.119203;0.500000;0.232188;0.741734;0.438562;0.302378;0.000000;0.608974;0.366561;0.470285;0.075160;0.498750;0.344795;0.820686;0.159360;0.190156;0.556508;0.665077;0.604440;0.000000;0.277479;0.560699;0.128974;0.003445;0.867583;0.194985;0.001825;0.803190;0.056635;0.003310;0.940060;0.017986;0.006693;0.982014;0.999089;0.002473;0.017986;0.268941;0.047426;0.017986;0.002473;0.000911;0.017986;0.002473;0.000911;0.119203;0.731059;0.047426;0.000911;0.002473;0.002473;0.292143;0.376366;0.884321;0.935415;0.000000;0.440040;0.703496;0.482008;0.433398;0.000000;0.000000;0.527472;0.000000;0.000000;0.310454;0.636915;0.029945;0.000000;0.111749;0.000000;0.085515;0.008711;0.905773;0.148255;0.000320;0.851420;0.025440;0.001925;0.972635;0.268941;0.500000;0.880797;0.500000;0.006693;0.268941;0.119203;0.993307;0.880797;0.002473;0.002473;0.731059;0.268941;0.002473;0.006693;0.119203;0.047426;0.006693;0.006693;0.006693;0.205217;0.496500;0.760058;0.689974;0.463067;0.775041;0.613963;0.870118;0.673927;0.126309;0.000000;0.738657;0.133195;0.000000;0.267959;0.491751;0.034959;0.000000;0.000000;0.000000;0.032359;0.008916;0.958723;0.011045;0.000200;0.988750;0.012285;0.000580;0.987135
0.982014;0.268941;0.119203;0.268941;0.500000;0.119203;0.268941;0.119203;0.500000;0.500000;0.500000;0.119203;0.268941;0.731059;0.047426;0.500000;0.500000;0.047426;0.731059;0.500000;0.634599;0.699517;0.526725;0.398672;0.000000;0.814573;0.720310;0.000000;0.489502;0.507749;0.372852;0.661055;0.361929;0.437823;0.296922;0.619399;0.387223;0.520239;0.290697;0.244530;0.980911;0.000340;0.018749;0.998365;0.000990;0.000645;0.999885;0.000000;0.000115;0.731059;0.017986;0.047426;0.017986;0.268941;0.047426;0.047426;0.047426;0.119203;0.952574;0.880797;0.047426;0.952574;0.731059;0.017986;0.119203;0.268941;0.500000;0.268941;0.952574;0.843169;0.184372;0.000000;0.000000;0.750635;0.080988;0.224436;0.123575;0.271703;0.746115;0.724321;0.045608;0.811380;0.613014;0.000000;0.274881;0.169665;0.727505;0.000000;0.713205;0.983061;0.000367;0.016570;0.996925;0.001070;0.001995;0.999640;0.000000;0.000360;0.500000;0.017986;0.002473;0.002473;0.268941;0.002473;0.002473;0.002473;0.006693;0.731059;0.500000;0.002473;0.880797;0.999665;0.002473;0.017986;0.119203;0.880797;0.731059;0.500000;0.093638;0.000000;0.000000;0.000000;0.523233;0.000000;0.000000;0.000000;0.000000;0.138000;0.516744;0.154988;0.371217;0.984511;0.000000;0.061284;0.043856;0.740775;0.837399;0.186943;0.979397;0.000427;0.020175;0.990720;0.001250;0.008025;0.997965;0.000000;0.002035;0.731059;0.500000;0.268941;0.982014;0.006693;0.731059;0.731059;0.268941;0.880797;0.047426;0.119203;0.880797;0.119203;0.047426;0.017986;0.268941;0.268941;0.006693;0.047426;0.047426;0.395560;0.808919;0.732824;0.714022;0.171079;0.783639;0.612540;0.140638;0.376601;0.094149;0.364473;0.841709;0.067107;0.120999;0.054888;0.546119;0.119834;0.000000;0.217720;0.229878;0.974694;0.000770;0.024536;0.981765;0.002270;0.015965;0.996365;0.000010;0.003625;0.880797;0.047426;0.047426;0.006693;0.119203;0.017986;0.047426;0.119203;0.119203;0.880797;0.880797;0.047426;0.731059;0.500000;0.017986;0.268941;0.119203;0.017986;0.500000;0.952574;0.426780;0.549586;0.481259;0.382961;0.238486;0.570527;0.432662;0.246940;0.404922;0.634368;0.661055;0.592908;0.872806;0.296087;0.000000;0.702870;0.237217;0.000000;0.468791;0.515995;0.907345;0.002525;0.090128;0.944780;0.002605;0.052615;0.981660;0.000560;0.017775;0.880797;0.017986;0.047426;0.017986;0.952574;0.119203;0.119203;0.119203;0.017986;0.880797;0.731059;0.017986;0.880797;0.952574;0.017986;0.047426;0.119203;0.017986;0.119203;0.952574;0.149822;0.351147;0.299013;0.149949;0.743645;0.194662;0.000000;0.143318;0.000000;0.711771;0.664408;0.107647;0.835895;0.956144;0.084556;0.176681;0.000000;0.667300;0.827926;0.274084;0.806528;0.002708;0.190764;0.816020;0.002750;0.181230;0.905590;0.000965;0.093445;0.047426;0.002473;0.047426;0.999665;0.000911;0.017986;0.268941;0.017986;0.006693;0.000911;0.000911;0.006693;0.000911;0.000911;0.006693;0.047426;0.119203;0.000335;0.000911;0.000911;0.123359;0.370051;0.504250;0.975493;0.000000;0.271703;0.427514;0.365632;0.000000;0.000000;0.000000;0.115169;0.000000;0.000000;0.153293;0.237398;0.139674;0.000000;0.000000;0.170089;0.250320;0.005192;0.744485;0.374230;0.002345;0.623420;0.168285;0.003255;0.828455;0.731059;0.500000;0.119203;0.119203;0.047426;0.500000;0.731059;0.500000;0.268941;0.268941;0.119203;0.880797;0.268941;0.119203;0.500000;0.500000;0.952574;0.017986;0.119203;0.500000;0.232188;0.741734;0.438562;0.302378;0.000000;0.608974;0.366561;0.470285;0.075160;0.498750;0.344795;0.820686;0.159360;0.190156;0.556508;0.665077;0.604440;0.000000;0.277479;0.560699;0.128974;0.003445;0.867583;0.194985;0.001825;0.803190;0.056635;0.003310;0.940060;0.017986;0.006693;0.982014;0.999089;0.002473;0.017986;0.268941;0.047426;0.017986;0.002473;0.000911;0.017986;0.002473;0.000911;0.119203;0.731059;0.047426;0.000911;0.002473;0.002473;0.292143;0.376366;0.884321;0.935415;0.000000;0.440040;0.703496;0.482008;0.433398;0.000000;0.000000;0.527472;0.000000;0.000000;0.310454;0.636915;0.029945;0.000000;0.111749;0.000000;0.085515;0.008711;0.905773;0.148255;0.000320;0.851420;0.025440;0.001925;0.972635;0.268941;0.500000;0.880797;0.500000;0.006693;0.268941;0.119203;0.993307;0.880797;0.002473;0.002473;0.731059;0.268941;0.002473;0.006693;0.119203;0.047426;0.006693;0.006693;0.006693;0.205217;0.496500;0.760058;0.689974;0.463067;0.775041;0.613963;0.870118;0.673927;0.126309;0.000000;0.738657;0.133195;0.000000;0.267959;0.491751;0.034959;0.000000;0.000000;0.000000;0.032359;0.008916;0.958723;0.011045;0.000200;0.988750;0.012285;0.000580;0.987135;0.047426;0.017986;0.731059;0.999089;0.000911;0.047426;0.268941;0.268941;0.006693;0.000911;0.000911;0.119203;0.002473;0.000911;0.006693;0.880797;0.268941;0.000335;0.000911;0.000911;0.210154;0.616803;0.842108;0.934686;0.255403;0.102293;0.430454;0.233080;0.075091;0.000000;0.091206;0.766204;0.000000;0.123251;0.073918;0.728495;0.391503;0.000000;0.000000;0.027518;0.028700;0.007619;0.963679;0.001465;0.003570;0.994960;0.012240;0.003600;0.984160
0.047426;0.017986;0.731059;0.999089;0.000911;0.047426;0.268941;0.268941;0.006693;0.000911;0.000911;0.119203;0.002473;0.000911;0.006693;0.880797;0.268941;0.000335;0.000911;0.000911;0.210154;0.616803;0.842108;0.934686;0.255403;0.102293;0.430454;0.233080;0.075091;0.000000;0.091206;0.766204;0.000000;0.123251;0.073918;0.728495;0.391503;0.000000;0.000000;0.027518;0.028700;0.007619;0.963679;0.001465;0.003570;0.994960;0.012240;0.003600;0.984160;0.017986;0.268941;0.500000;0.119203;0.000911;0.047426;0.017986;0.999089;0.119203;0.000335;0.000335;0.047426;0.000911;0.000911;0.002473;0.119203;0.017986;0.000911;0.000911;0.000911;0.060825;0.368420;0.670401;0.558728;0.000000;0.125209;0.128196;0.950122;0.501250;0.042984;0.227585;0.300483;0.217550;0.000000;0.377071;0.440040;0.000000;0.000000;0.073713;0.069980;0.031710;0.028874;0.939418;0.000575;0.012590;0.986835;0.004120;0.042185;0.953700;0.500000;0.880797;0.268941;0.268941;0.119203;0.731059;0.500000;0.047426;0.880797;0.268941;0.500000;0.500000;0.500000;0.731059;0.268941;0.500000;0.500000;0.047426;0.880797;0.268941;0.198134;0.542398;0.512747;0.038866;0.763506;0.506500;0.415567;0.340964;0.333144;0.313458;0.566847;0.725717;0.542398;0.641067;0.193567;0.322567;0.456113;0.277479;0.827784;0.605157;0.033677;0.378163;0.588164;0.004405;0.200490;0.795115;0.004050;0.629130;0.366820;0.268941;0.002473;0.047426;0.002473;0.017986;0.002473;0.002473;0.002473;0.002473;0.997527;0.880797;0.002473;0.268941;0.119203;0.002473;0.006693;0.119203;0.002473;0.119203;0.952574;0.183172;0.000000;0.066112;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.951107;0.800592;0.080839;0.817724;0.272099;0.222008;0.000000;0.000000;0.390550;0.000000;0.800752;0.044217;0.509818;0.445966;0.005135;0.211410;0.783455;0.000275;0.593600;0.406130;0.119203;0.047426;0.500000;0.982014;0.268941;0.500000;0.500000;0.268941;0.119203;0.006693;0.006693;0.047426;0.006693;0.002473;0.119203;0.982014;0.952574;0.002473;0.006693;0.017986;0.071293;0.355030;0.699517;0.836990;0.407575;0.423359;0.591942;0.382488;0.000000;0.000000;0.086907;0.195604;0.000000;0.000000;0.598447;0.841975;0.867036;0.000000;0.042493;0.180051;0.050590;0.376720;0.572691;0.009280;0.180835;0.809885;0.000480;0.544540;0.454980;0.500000;0.880797;0.119203;0.047426;0.268941;0.731059;0.731059;0.119203;0.268941;0.500000;0.731059;0.731059;0.500000;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.731059;0.282114;0.710127;0.065743;0.412413;0.000000;0.515495;0.534694;0.169243;0.302378;0.565374;0.607544;0.760605;0.613726;0.621048;0.380836;0.568075;0.283534;0.614673;0.298804;0.602526;0.951709;0.024367;0.023924;0.980945;0.000050;0.019005;0.997815;0.000030;0.002155;0.880797;0.268941;0.500000;0.982014;0.006693;0.731059;0.952574;0.268941;0.268941;0.017986;0.006693;0.500000;0.017986;0.047426;0.500000;0.500000;0.268941;0.006693;0.017986;0.047426;0.459837;0.284144;0.763867;0.807990;0.219257;0.751756;0.853585;0.310239;0.425069;0.075648;0.092541;0.548844;0.420432;0.235592;0.404681;0.693174;0.373320;0.000000;0.081211;0.046887;0.956330;0.001666;0.042002;0.995415;0.000000;0.004585;0.999065;0.000005;0.000925;0.268941;0.047426;0.119203;0.880797;0.000911;0.500000;0.999089;0.006693;0.017986;0.000911;0.006693;0.119203;0.002473;0.000911;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.037652;0.136815;0.716872;0.898530;0.219257;0.777300;0.946038;0.175231;0.146665;0.171789;0.000000;0.146790;0.184975;0.000000;0.000000;0.144427;0.163967;0.194192;0.075508;0.044066;0.976598;0.001666;0.021734;0.995795;0.000005;0.004195;0.999305;0.000000;0.000695;0.119203;0.006693;0.006693;0.002473;0.006693;0.047426;0.006693;0.002473;0.880797;0.268941;0.500000;0.006693;0.500000;0.997527;0.002473;0.017986;0.268941;0.982014;0.997527;0.268941;0.284144;0.000000;0.084324;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.711771;0.857172;0.000000;0.815628;0.958194;0.000000;0.000000;0.043025;0.746494;0.645656;0.362160;0.982954;0.003358;0.013688;0.999910;0.000020;0.000070;0.999895;0.000000;0.000105;0.731059;0.880797;0.119203;0.268941;0.268941;0.731059;0.731059;0.119203;0.268941;0.268941;0.268941;0.880797;0.500000;0.119203;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.378246;0.861881;0.202297;0.256737;0.402033;0.754545;0.376836;0.227585;0.421895;0.479511;0.439301;0.810152;0.566602;0.078928;0.071691;0.553791;0.184824;0.300483;0.392456;0.540412;0.983102;0.002203;0.014690;0.999945;0.000020;0.000030;0.999985;0.000000;0.000005;0.731059;0.952574;0.500000;0.119203;0.119203;0.880797;0.500000;0.119203;0.268941;0.268941;0.500000;0.731059;0.500000;0.268941;0.047426;0.268941;0.731059;0.500000;0.268941;0.268941;0.476268;0.795922;0.753432;0.641067;0.331147;0.826353;0.595801;0.131701;0.543639;0.299013;0.193410;0.728495;0.425313;0.396277;0.127527;0.549586;0.328495;0.000000;0.323004;0.144798;0.975464;0.002224;0.022310;0.999865;0.000020;0.000115;0.999905;0.000000;0.000090
0.017986;0.268941;0.500000;0.119203;0.000911;0.047426;0.017986;0.999089;0.119203;0.000335;0.000335;0.047426;0.000911;0.000911;0.002473;0.119203;0.017986;0.000911;0.000911;0.000911;0.060825;0.368420;0.670401;0.558728;0.000000;0.125209;0.128196;0.950122;0.501250;0.042984;0.227585;0.300483;0.217550;0.000000;0.377071;0.440040;0.000000;0.000000;0.073713;0.069980;0.031710;0.028874;0.939418;0.000575;0.012590;0.986835;0.004120;0.042185;0.953700;0.500000;0.880797;0.268941;0.268941;0.119203;0.731059;0.500000;0.047426;0.880797;0.268941;0.500000;0.500000;0.500000;0.731059;0.268941;0.500000;0.500000;0.047426;0.880797;0.268941;0.198134;0.542398;0.512747;0.038866;0.763506;0.506500;0.415567;0.340964;0.333144;0.313458;0.566847;0.725717;0.542398;0.641067;0.193567;0.322567;0.456113;0.277479;0.827784;0.605157;0.033677;0.378163;0.588164;0.004405;0.200490;0.795115;0.004050;0.629130;0.366820;0.268941;0.002473;0.047426;0.002473;0.017986;0.002473;0.002473;0.002473;0.002473;0.997527;0.880797;0.002473;0.268941;0.119203;0.002473;0.006693;0.119203;0.002473;0.119203;0.952574;0.183172;0.000000;0.066112;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.951107;0.800592;0.080839;0.817724;0.272099;0.222008;0.000000;0.000000;0.390550;0.000000;0.800752;0.044217;0.509818;0.445966;0.005135;0.211410;0.783455;0.000275;0.593600;0.406130;0.119203;0.047426;0.500000;0.982014;0.268941;0.500000;0.500000;0.268941;0.119203;0.006693;0.006693;0.047426;0.006693;0.002473;0.119203;0.982014;0.952574;0.002473;0.006693;0.017986;0.071293;0.355030;0.699517;0.836990;0.407575;0.423359;0.591942;0.382488;0.000000;0.000000;0.086907;0.195604;0.000000;0.000000;0.598447;0.841975;0.867036;0.000000;0.042493;0.180051;0.050590;0.376720;0.572691;0.009280;0.180835;0.809885;0.000480;0.544540;0.454980;0.500000;0.880797;0.119203;0.047426;0.268941;0.731059;0.731059;0.119203;0.268941;0.500000;0.731059;0.731059;0.500000;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.731059;0.282114;0.710127;0.065743;0.412413;0.000000;0.515495;0.534694;0.169243;0.302378;0.565374;0.607544;0.760605;0.613726;0.621048;0.380836;0.568075;0.283534;0.614673;0.298804;0.602526;0.951709;0.024367;0.023924;0.980945;0.000050;0.019005;0.997815;0.000030;0.002155;0.880797;0.268941;0.500000;0.982014;0.006693;0.731059;0.952574;0.268941;0.268941;0.017986;0.006693;0.500000;0.017986;0.047426;0.500000;0.500000;0.268941;0.006693;0.017986;0.047426;0.459837;0.284144;0.763867;0.807990;0.219257;0.751756;0.853585;0.310239;0.425069;0.075648;0.092541;0.548844;0.420432;0.235592;0.404681;0.693174;0.373320;0.000000;0.081211;0.046887;0.956330;0.001666;0.042002;0.995415;0.000000;0.004585;0.999065;0.000005;0.000925;0.268941;0.047426;0.119203;0.880797;0.000911;0.500000;0.999089;0.006693;0.017986;0.000911;0.006693;0.119203;0.002473;0.000911;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.037652;0.136815;0.716872;0.898530;0.219257;0.777300;0.946038;0.175231;0.146665;0.171789;0.000000;0.146790;0.184975;0.000000;0.000000;0.144427;0.163967;0.194192;0.075508;0.044066;0.976598;0.001666;0.021734;0.995795;0.000005;0.004195;0.999305;0.000000;0.000695;0.119203;0.006693;0.006693;0.002473;0.006693;0.047426;0.006693;0.002473;0.880797;0.268941;0.500000;0.006693;0.500000;0.997527;0.002473;0.017986;0.268941;0.982014;0.997527;0.268941;0.284144;0.000000;0.084324;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.711771;0.857172;0.000000;0.815628;0.958194;0.000000;0.000000;0.043025;0.746494;0.645656;0.362160;0.982954;0.003358;0.013688;0.999910;0.000020;0.000070;0.999895;0.000000;0.000105;0.731059;0.880797;0.119203;0.268941;0.268941;0.731059;0.731059;0.119203;0.268941;0.268941;0.268941;0.880797;0.500000;0.119203;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.378246;0.861881;0.202297;0.256737;0.402033;0.754545;0.376836;0.227585;0.421895;0.479511;0.439301;0.810152;0.566602;0.078928;0.071691;0.553791;0.184824;0.300483;0.392456;0.540412;0.983102;0.002203;0.014690;0.999945;0.000020;0.000030;0.999985;0.000000;0.000005;0.731059;0.952574;0.500000;0.119203;0.119203;0.880797;0.500000;0.119203;0.268941;0.268941;0.500000;0.731059;0.500000;0.268941;0.047426;0.268941;0.731059;0.500000;0.268941;0.268941;0.476268;0.795922;0.753432;0.641067;0.331147;0.826353;0.595801;0.131701;0.543639;0.299013;0.193410;0.728495;0.425313;0.396277;0.127527;0.549586;0.328495;0.000000;0.323004;0.144798;0.975464;0.002224;0.022310;0.999865;0.000020;0.000115;0.999905;0.000000;0.000090;0.731059;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.119203;0.017986;0.500000;0.880797;0.047426;0.880797;0.952574;0.017986;0.119203;0.119203;0.993307;0.880797;0.880797;0.693174;0.052700;0.325414;0.068689;0.665299;0.200848;0.000000;0.326513;0.000000;0.760058;0.712386;0.000000;0.757680;0.821420;0.019341;0.617748;0.154988;0.576885;0.684169;0.660607;0.969589;0.000018;0.030394;0.999865;0.000025;0.000115;0.999855;0.000000;0.000145
0.500000;0.880797;0.268941;0.268941;0.119203;0.731059;0.500000;0.047426;0.880797;0.268941;0.500000;0.500000;0.500000;0.731059;0.268941;0.500000;0.500000;0.047426;0.880797;0.268941;0.198134;0.542398;0.512747;0.038866;0.763506;0.506500;0.415567;0.340964;0.333144;0.313458;0.566847;0.725717;0.542398;0.641067;0.193567;0.322567;0.456113;0.277479;0.827784;0.605157;0.033677;0.378163;0.588164;0.004405;0.200490;0.795115;0.004050;0.629130;0.366820;0.268941;0.002473;0.047426;0.002473;0.017986;0.002473;0.002473;0.002473;0.002473;0.997527;0.880797;0.002473;0.268941;0.119203;0.002473;0.006693;0.119203;0.002473;0.119203;0.952574;0.183172;0.000000;0.066112;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.951107;0.800592;0.080839;0.817724;0.272099;0.222008;0.000000;0.000000;0.390550;0.000000;0.800752;0.044217;0.509818;0.445966;0.005135;0.211410;0.783455;0.000275;0.593600;0.406130;0.119203;0.047426;0.500000;0.982014;0.268941;0.500000;0.500000;0.268941;0.119203;0.006693;0.006693;0.047426;0.006693;0.002473;0.119203;0.982014;0.952574;0.002473;0.006693;0.017986;0.071293;0.355030;0.699517;0.836990;0.407575;0.423359;0.591942;0.382488;0.000000;0.000000;0.086907;0.195604;0.000000;0.000000;0.598447;0.841975;0.867036;0.000000;0.042493;0.180051;0.050590;0.376720;0.572691;0.009280;0.180835;0.809885;0.000480;0.544540;0.454980;0.500000;0.880797;0.119203;0.047426;0.268941;0.731059;0.731059;0.119203;0.268941;0.500000;0.731059;0.731059;0.500000;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.731059;0.282114;0.710127;0.065743;0.412413;0.000000;0.515495;0.534694;0.169243;0.302378;0.565374;0.607544;0.760605;0.613726;0.621048;0.380836;0.568075;0.283534;0.614673;0.298804;0.602526;0.951709;0.024367;0.023924;0.980945;0.000050;0.019005;0.997815;0.000030;0.002155;0.880797;0.268941;0.500000;0.982014;0.006693;0.731059;0.952574;0.268941;0.268941;0.017986;0.006693;0.500000;0.017986;0.047426;0.500000;0.500000;0.268941;0.006693;0.017986;0.047426;0.459837;0.284144;0.763867;0.807990;0.219257;0.751756;0.853585;0.310239;0.425069;0.075648;0.092541;0.548844;0.420432;0.235592;0.404681;0.693174;0.373320;0.000000;0.081211;0.046887;0.956330;0.001666;0.042002;0.995415;0.000000;0.004585;0.999065;0.000005;0.000925;0.268941;0.047426;0.119203;0.880797;0.000911;0.500000;0.999089;0.006693;0.017986;0.000911;0.006693;0.119203;0.002473;0.000911;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.037652;0.136815;0.716872;0.898530;0.219257;0.777300;0.946038;0.175231;0.146665;0.171789;0.000000;0.146790;0.184975;0.000000;0.000000;0.144427;0.163967;0.194192;0.075508;0.044066;0.976598;0.001666;0.021734;0.995795;0.000005;0.004195;0.999305;0.000000;0.000695;0.119203;0.006693;0.006693;0.002473;0.006693;0.047426;0.006693;0.002473;0.880797;0.268941;0.500000;0.006693;0.500000;0.997527;0.002473;0.017986;0.268941;0.982014;0.997527;0.268941;0.284144;0.000000;0.084324;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.711771;0.857172;0.000000;0.815628;0.958194;0.000000;0.000000;0.043025;0.746494;0.645656;0.362160;0.982954;0.003358;0.013688;0.999910;0.000020;0.000070;0.999895;0.000000;0.000105;0.731059;0.880797;0.119203;0.268941;0.268941;0.731059;0.731059;0.119203;0.268941;0.268941;0.268941;0.880797;0.500000;0.119203;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.378246;0.861881;0.202297;0.256737;0.402033;0.754545;0.376836;0.227585;0.421895;0.479511;0.439301;0.810152;0.566602;0.078928;0.071691;0.553791;0.184824;0.300483;0.392456;0.540412;0.983102;0.002203;0.014690;0.999945;0.000020;0.000030;0.999985;0.000000;0.000005;0.731059;0.952574;0.500000;0.119203;0.119203;0.880797;0.500000;0.119203;0.268941;0.268941;0.500000;0.731059;0.500000;0.268941;0.047426;0.268941;0.731059;0.500000;0.268941;0.268941;0.476268;0.795922;0.753432;0.641067;0.331147;0.826353;0.595801;0.131701;0.543639;0.299013;0.193410;0.728495;0.425313;0.396277;0.127527;0.549586;0.328495;0.000000;0.323004;0.144798;0.975464;0.002224;0.022310;0.999865;0.000020;0.000115;0.999905;0.000000;0.000090;0.731059;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.119203;0.017986;0.500000;0.880797;0.047426;0.880797;0.952574;0.017986;0.119203;0.119203;0.993307;0.880797;0.880797;0.693174;0.052700;0.325414;0.068689;0.665299;0.200848;0.000000;0.326513;0.000000;0.760058;0.712386;0.000000;0.757680;0.821420;0.019341;0.617748;0.154988;0.576885;0.684169;0.660607;0.969589;0.000018;0.030394;0.999865;0.000025;0.000115;0.999855;0.000000;0.000145;0.268941;0.119203;0.047426;0.017986;0.952574;0.731059;0.047426;0.017986;0.268941;0.500000;0.952574;0.047426;0.952574;0.982014;0.017986;0.047426;0.268941;0.268941;0.880797;0.500000;0.529217;0.057649;0.000000;0.085567;0.758780;0.240489;0.063864;0.156171;0.203753;0.689546;0.853460;0.000000;0.840372;0.866690;0.098589;0.227058;0.225133;0.000000;0.380129;0.550329;0.944340;0.002803;0.052856;0.998255;0.000025;0.001715;0.998425;0.000010;0.001565
0.268941;0.002473;0.047426;0.002473;0.017986;0.002473;0.002473;0.002473;0.002473;0.997527;0.880797;0.002473;0.268941;0.119203;0.002473;0.006693;0.119203;0.002473;0.119203;0.952574;0.183172;0.000000;0.066112;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.951107;0.800592;0.080839;0.817724;0.272099;0.222008;0.000000;0.000000;0.390550;0.000000;0.800752;0.044217;0.509818;0.445966;0.005135;0.211410;0.783455;0.000275;0.593600;0.406130;0.119203;0.047426;0.500000;0.982014;0.268941;0.500000;0.500000;0.268941;0.119203;0.006693;0.006693;0.047426;0.006693;0.002473;0.119203;0.982014;0.952574;0.002473;0.006693;0.017986;0.071293;0.355030;0.699517;0.836990;0.407575;0.423359;0.591942;0.382488;0.000000;0.000000;0.086907;0.195604;0.000000;0.000000;0.598447;0.841975;0.867036;0.000000;0.042493;0.180051;0.050590;0.376720;0.572691;0.009280;0.180835;0.809885;0.000480;0.544540;0.454980;0.500000;0.880797;0.119203;0.047426;0.268941;0.731059;0.731059;0.119203;0.268941;0.500000;0.731059;0.731059;0.500000;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.731059;0.282114;0.710127;0.065743;0.412413;0.000000;0.515495;0.534694;0.169243;0.302378;0.565374;0.607544;0.760605;0.613726;0.621048;0.380836;0.568075;0.283534;0.614673;0.298804;0.602526;0.951709;0.024367;0.023924;0.980945;0.000050;0.019005;0.997815;0.000030;0.002155;0.880797;0.268941;0.500000;0.982014;0.006693;0.731059;0.952574;0.268941;0.268941;0.017986;0.006693;0.500000;0.017986;0.047426;0.500000;0.500000;0.268941;0.006693;0.017986;0.047426;0.459837;0.284144;0.763867;0.807990;0.219257;0.751756;0.853585;0.310239;0.425069;0.075648;0.092541;0.548844;0.420432;0.235592;0.404681;0.693174;0.373320;0.000000;0.081211;0.046887;0.956330;0.001666;0.042002;0.995415;0.000000;0.004585;0.999065;0.000005;0.000925;0.268941;0.047426;0.119203;0.880797;0.000911;0.500000;0.999089;0.006693;0.017986;0.000911;0.006693;0.119203;0.002473;0.000911;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.037652;0.136815;0.716872;0.898530;0.219257;0.777300;0.946038;0.175231;0.146665;0.171789;0.000000;0.146790;0.184975;0.000000;0.000000;0.144427;0.163967;0.194192;0.075508;0.044066;0.976598;0.001666;0.021734;0.995795;0.000005;0.004195;0.999305;0.000000;0.000695;0.119203;0.006693;0.006693;0.002473;0.006693;0.047426;0.006693;0.002473;0.880797;0.268941;0.500000;0.006693;0.500000;0.997527;0.002473;0.017986;0.268941;0.982014;0.997527;0.268941;0.284144;0.000000;0.084324;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.711771;0.857172;0.000000;0.815628;0.958194;0.000000;0.000000;0.043025;0.746494;0.645656;0.362160;0.982954;0.003358;0.013688;0.999910;0.000020;0.000070;0.999895;0.000000;0.000105;0.731059;0.880797;0.119203;0.268941;0.268941;0.731059;0.731059;0.119203;0.268941;0.268941;0.268941;0.880797;0.500000;0.119203;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.378246;0.861881;0.202297;0.256737;0.402033;0.754545;0.376836;0.227585;0.421895;0.479511;0.439301;0.810152;0.566602;0.078928;0.071691;0.553791;0.184824;0.300483;0.392456;0.540412;0.983102;0.002203;0.014690;0.999945;0.000020;0.000030;0.999985;0.000000;0.000005;0.731059;0.952574;0.500000;0.119203;0.119203;0.880797;0.500000;0.119203;0.268941;0.268941;0.500000;0.731059;0.500000;0.268941;0.047426;0.268941;0.731059;0.500000;0.268941;0.268941;0.476268;0.795922;0.753432;0.641067;0.331147;0.826353;0.595801;0.131701;0.543639;0.299013;0.193410;0.728495;0.425313;0.396277;0.127527;0.549586;0.328495;0.000000;0.323004;0.144798;0.975464;0.002224;0.022310;0.999865;0.000020;0.000115;0.999905;0.000000;0.000090;0.731059;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.119203;0.017986;0.500000;0.880797;0.047426;0.880797;0.952574;0.017986;0.119203;0.119203;0.993307;0.880797;0.880797;0.693174;0.052700;0.325414;0.068689;0.665299;0.200848;0.000000;0.326513;0.000000;0.760058;0.712386;0.000000;0.757680;0.821420;0.019341;0.617748;0.154988;0.576885;0.684169;0.660607;0.969589;0.000018;0.030394;0.999865;0.000025;0.000115;0.999855;0.000000;0.000145;0.268941;0.119203;0.047426;0.017986;0.952574;0.731059;0.047426;0.017986;0.268941;0.500000;0.952574;0.047426;0.952574;0.982014;0.017986;0.047426;0.268941;0.268941;0.880797;0.500000;0.529217;0.057649;0.000000;0.085567;0.758780;0.240489;0.063864;0.156171;0.203753;0.689546;0.853460;0.000000;0.840372;0.866690;0.098589;0.227058;0.225133;0.000000;0.380129;0.550329;0.944340;0.002803;0.052856;0.998255;0.000025;0.001715;0.998425;0.000010;0.001565;0.268941;0.952574;0.500000;0.268941;0.017986;0.731059;0.731059;0.500000;0.500000;0.047426;0.047426;0.952574;0.119203;0.006693;0.047426;0.731059;0.880797;0.006693;0.017986;0.047426;0.410960;0.760058;0.277078;0.285570;0.591942;0.690829;0.455369;0.453634;0.435855;0.497750;0.255974;0.816977;0.652716;0.102110;0.225308;0.612065;0.584676;0.388648;0.000000;0.404922;0.933727;0.006593;0.059682;0.994440;0.000025;0.005535;0.993315;0.000145;0.006545
0.119203;0.047426;0.500000;0.982014;0.268941;0.500000;0.500000;0.268941;0.119203;0.006693;0.006693;0.047426;0.006693;0.002473;0.119203;0.982014;0.952574;0.002473;0.006693;0.017986;0.071293;0.355030;0.699517;0.836990;0.407575;0.423359;0.591942;0.382488;0.000000;0.000000;0.086907;0.195604;0.000000;0.000000;0.598447;0.841975;0.867036;0.000000;0.042493;0.180051;0.050590;0.376720;0.572691;0.009280;0.180835;0.809885;0.000480;0.544540;0.454980;0.500000;0.880797;0.119203;0.047426;0.268941;0.731059;0.731059;0.119203;0.268941;0.500000;0.731059;0.731059;0.500000;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.731059;0.282114;0.710127;0.065743;0.412413;0.000000;0.515495;0.534694;0.169243;0.302378;0.565374;0.607544;0.760605;0.613726;0.621048;0.380836;0.568075;0.283534;0.614673;0.298804;0.602526;0.951709;0.024367;0.023924;0.980945;0.000050;0.019005;0.997815;0.000030;0.002155;0.880797;0.268941;0.500000;0.982014;0.006693;0.731059;0.952574;0.268941;0.268941;0.017986;0.006693;0.500000;0.017986;0.047426;0.500000;0.500000;0.268941;0.006693;0.017986;0.047426;0.459837;0.284144;0.763867;0.807990;0.219257;0.751756;0.853585;0.310239;0.425069;0.075648;0.092541;0.548844;0.420432;0.235592;0.404681;0.693174;0.373320;0.000000;0.081211;0.046887;0.956330;0.001666;0.042002;0.995415;0.000000;0.004585;0.999065;0.000005;0.000925;0.268941;0.047426;0.119203;0.880797;0.000911;0.500000;0.999089;0.006693;0.017986;0.000911;0.006693;0.119203;0.002473;0.000911;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.037652;0.136815;0.716872;0.898530;0.219257;0.777300;0.946038;0.175231;0.146665;0.171789;0.000000;0.146790;0.184975;0.000000;0.000000;0.144427;0.163967;0.194192;0.075508;0.044066;0.976598;0.001666;0.021734;0.995795;0.000005;0.004195;0.999305;0.000000;0.000695;0.119203;0.006693;0.006693;0.002473;0.006693;0.047426;0.006693;0.002473;0.880797;0.268941;0.500000;0.006693;0.500000;0.997527;0.002473;0.017986;0.268941;0.982014;0.997527;0.268941;0.284144;0.000000;0.084324;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.711771;0.857172;0.000000;0.815628;0.958194;0.000000;0.000000;0.043025;0.746494;0.645656;0.362160;0.982954;0.003358;0.013688;0.999910;0.000020;0.000070;0.999895;0.000000;0.000105;0.731059;0.880797;0.119203;0.268941;0.268941;0.731059;0.731059;0.119203;0.268941;0.268941;0.268941;0.880797;0.500000;0.119203;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.378246;0.861881;0.202297;0.256737;0.402033;0.754545;0.376836;0.227585;0.421895;0.479511;0.439301;0.810152;0.566602;0.078928;0.071691;0.553791;0.184824;0.300483;0.392456;0.540412;0.983102;0.002203;0.014690;0.999945;0.000020;0.000030;0.999985;0.000000;0.000005;0.731059;0.952574;0.500000;0.119203;0.119203;0.880797;0.500000;0.119203;0.268941;0.268941;0.500000;0.731059;0.500000;0.268941;0.047426;0.268941;0.731059;0.500000;0.268941;0.268941;0.476268;0.795922;0.753432;0.641067;0.331147;0.826353;0.595801;0.131701;0.543639;0.299013;0.193410;0.728495;0.425313;0.396277;0.127527;0.549586;0.328495;0.000000;0.323004;0.144798;0.975464;0.002224;0.022310;0.999865;0.000020;0.000115;0.999905;0.000000;0.000090;0.731059;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.119203;0.017986;0.500000;0.880797;0.047426;0.880797;0.952574;0.017986;0.119203;0.119203;0.993307;0.880797;0.880797;0.693174;0.052700;0.325414;0.068689;0.665299;0.200848;0.000000;0.326513;0.000000;0.760058;0.712386;0.000000;0.757680;0.821420;0.019341;0.617748;0.154988;0.576885;0.684169;0.660607;0.969589;0.000018;0.030394;0.999865;0.000025;0.000115;0.999855;0.000000;0.000145;0.268941;0.119203;0.047426;0.017986;0.952574;0.731059;0.047426;0.017986;0.268941;0.500000;0.952574;0.047426;0.952574;0.982014;0.017986;0.047426;0.268941;0.268941;0.880797;0.500000;0.529217;0.057649;0.000000;0.085567;0.758780;0.240489;0.063864;0.156171;0.203753;0.689546;0.853460;0.000000;0.840372;0.866690;0.098589;0.227058;0.225133;0.000000;0.380129;0.550329;0.944340;0.002803;0.052856;0.998255;0.000025;0.001715;0.998425;0.000010;0.001565;0.268941;0.952574;0.500000;0.268941;0.017986;0.731059;0.731059;0.500000;0.500000;0.047426;0.047426;0.952574;0.119203;0.006693;0.047426;0.731059;0.880797;0.006693;0.017986;0.047426;0.410960;0.760058;0.277078;0.285570;0.591942;0.690829;0.455369;0.453634;0.435855;0.497750;0.255974;0.816977;0.652716;0.102110;0.225308;0.612065;0.584676;0.388648;0.000000;0.404922;0.933727;0.006593;0.059682;0.994440;0.000025;0.005535;0.993315;0.000145;0.006545;0.982014;0.119203;0.268941;0.047426;0.952574;0.119203;0.500000;0.500000;0.017986;0.268941;0.119203;0.268941;0.268941;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.880797;0.443246;0.590976;0.491501;0.588556;0.000000;0.596764;0.791666;0.228112;0.549339;0.493000;0.285162;0.557248;0.375428;0.000000;0.408783;0.733802;0.550824;0.000000;0.225832;0.517243;0.911364;0.002948;0.085688;0.992460;0.000020;0.007520;0.961665;0.000200;0.038135
0.500000;0.880797;0.119203;0.047426;0.268941;0.731059;0.731059;0.119203;0.268941;0.500000;0.731059;0.731059;0.500000;0.119203;0.880797;0.119203;0.268941;0.017986;0.268941;0.731059;0.282114;0.710127;0.065743;0.412413;0.000000;0.515495;0.534694;0.169243;0.302378;0.565374;0.607544;0.760605;0.613726;0.621048;0.380836;0.568075;0.283534;0.614673;0.298804;0.602526;0.951709;0.024367;0.023924;0.980945;0.000050;0.019005;0.997815;0.000030;0.002155;0.880797;0.268941;0.500000;0.982014;0.006693;0.731059;0.952574;0.268941;0.268941;0.017986;0.006693;0.500000;0.017986;0.047426;0.500000;0.500000;0.268941;0.006693;0.017986;0.047426;0.459837;0.284144;0.763867;0.807990;0.219257;0.751756;0.853585;0.310239;0.425069;0.075648;0.092541;0.548844;0.420432;0.235592;0.404681;0.693174;0.373320;0.000000;0.081211;0.046887;0.956330;0.001666;0.042002;0.995415;0.000000;0.004585;0.999065;0.000005;0.000925;0.268941;0.047426;0.119203;0.880797;0.000911;0.500000;0.999089;0.006693;0.017986;0.000911;0.006693;0.119203;0.002473;0.000911;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.037652;0.136815;0.716872;0.898530;0.219257;0.777300;0.946038;0.175231;0.146665;0.171789;0.000000;0.146790;0.184975;0.000000;0.000000;0.144427;0.163967;0.194192;0.075508;0.044066;0.976598;0.001666;0.021734;0.995795;0.000005;0.004195;0.999305;0.000000;0.000695;0.119203;0.006693;0.006693;0.002473;0.006693;0.047426;0.006693;0.002473;0.880797;0.268941;0.500000;0.006693;0.500000;0.997527;0.002473;0.017986;0.268941;0.982014;0.997527;0.268941;0.284144;0.000000;0.084324;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.711771;0.857172;0.000000;0.815628;0.958194;0.000000;0.000000;0.043025;0.746494;0.645656;0.362160;0.982954;0.003358;0.013688;0.999910;0.000020;0.000070;0.999895;0.000000;0.000105;0.731059;0.880797;0.119203;0.268941;0.268941;0.731059;0.731059;0.119203;0.268941;0.268941;0.268941;0.880797;0.500000;0.119203;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.378246;0.861881;0.202297;0.256737;0.402033;0.754545;0.376836;0.227585;0.421895;0.479511;0.439301;0.810152;0.566602;0.078928;0.071691;0.553791;0.184824;0.300483;0.392456;0.540412;0.983102;0.002203;0.014690;0.999945;0.000020;0.000030;0.999985;0.000000;0.000005;0.731059;0.952574;0.500000;0.119203;0.119203;0.880797;0.500000;0.119203;0.268941;0.268941;0.500000;0.731059;0.500000;0.268941;0.047426;0.268941;0.731059;0.500000;0.268941;0.268941;0.476268;0.795922;0.753432;0.641067;0.331147;0.826353;0.595801;0.131701;0.543639;0.299013;0.193410;0.728495;0.425313;0.396277;0.127527;0.549586;0.328495;0.000000;0.323004;0.144798;0.975464;0.002224;0.022310;0.999865;0.000020;0.000115;0.999905;0.000000;0.000090;0.731059;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.119203;0.017986;0.500000;0.880797;0.047426;0.880797;0.952574;0.017986;0.119203;0.119203;0.993307;0.880797;0.880797;0.693174;0.052700;0.325414;0.068689;0.665299;0.200848;0.000000;0.326513;0.000000;0.760058;0.712386;0.000000;0.757680;0.821420;0.019341;0.617748;0.154988;0.576885;0.684169;0.660607;0.969589;0.000018;0.030394;0.999865;0.000025;0.000115;0.999855;0.000000;0.000145;0.268941;0.119203;0.047426;0.017986;0.952574;0.731059;0.047426;0.017986;0.268941;0.500000;0.952574;0.047426;0.952574;0.982014;0.017986;0.047426;0.268941;0.268941;0.880797;0.500000;0.529217;0.057649;0.000000;0.085567;0.758780;0.240489;0.063864;0.156171;0.203753;0.689546;0.853460;0.000000;0.840372;0.866690;0.098589;0.227058;0.225133;0.000000;0.380129;0.550329;0.944340;0.002803;0.052856;0.998255;0.000025;0.001715;0.998425;0.000010;0.001565;0.268941;0.952574;0.500000;0.268941;0.017986;0.731059;0.731059;0.500000;0.500000;0.047426;0.047426;0.952574;0.119203;0.006693;0.047426;0.731059;0.880797;0.006693;0.017986;0.047426;0.410960;0.760058;0.277078;0.285570;0.591942;0.690829;0.455369;0.453634;0.435855;0.497750;0.255974;0.816977;0.652716;0.102110;0.225308;0.612065;0.584676;0.388648;0.000000;0.404922;0.933727;0.006593;0.059682;0.994440;0.000025;0.005535;0.993315;0.000145;0.006545;0.982014;0.119203;0.268941;0.047426;0.952574;0.119203;0.500000;0.500000;0.017986;0.268941;0.119203;0.268941;0.268941;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.880797;0.443246;0.590976;0.491501;0.588556;0.000000;0.596764;0.791666;0.228112;0.549339;0.493000;0.285162;0.557248;0.375428;0.000000;0.408783;0.733802;0.550824;0.000000;0.225832;0.517243;0.911364;0.002948;0.085688;0.992460;0.000020;0.007520;0.961665;0.000200;0.038135;0.268941;0.017986;0.047426;0.017986;0.268941;0.017986;0.006693;0.017986;0.952574;0.731059;0.952574;0.047426;0.731059;0.982014;0.017986;0.047426;0.119203;0.993307;0.952574;0.268941;0.339393;0.411202;0.197657;0.172074;0.390074;0.508499;0.240489;0.143564;0.485504;0.526974;0.754360;0.045477;0.829488;0.832437;0.069915;0.498250;0.502750;0.764228;0.545871;0.604201;0.539950;0.000964;0.459085;0.495955;0.000010;0.504035;0.625965;0.000810;0.373225
0.880797;0.268941;0.500000;0.982014;0.006693;0.731059;0.952574;0.268941;0.268941;0.017986;0.006693;0.500000;0.017986;0.047426;0.500000;0.500000;0.268941;0.006693;0.017986;0.047426;0.459837;0.284144;0.763867;0.807990;0.219257;0.751756;0.853585;0.310239;0.425069;0.075648;0.092541;0.548844;0.420432;0.235592;0.404681;0.693174;0.373320;0.000000;0.081211;0.046887;0.956330;0.001666;0.042002;0.995415;0.000000;0.004585;0.999065;0.000005;0.000925;0.268941;0.047426;0.119203;0.880797;0.000911;0.500000;0.999089;0.006693;0.017986;0.000911;0.006693;0.119203;0.002473;0.000911;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.037652;0.136815;0.716872;0.898530;0.219257;0.777300;0.946038;0.175231;0.146665;0.171789;0.000000;0.146790;0.184975;0.000000;0.000000;0.144427;0.163967;0.194192;0.075508;0.044066;0.976598;0.001666;0.021734;0.995795;0.000005;0.004195;0.999305;0.000000;0.000695;0.119203;0.006693;0.006693;0.002473;0.006693;0.047426;0.006693;0.002473;0.880797;0.268941;0.500000;0.006693;0.500000;0.997527;0.002473;0.017986;0.268941;0.982014;0.997527;0.268941;0.284144;0.000000;0.084324;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.711771;0.857172;0.000000;0.815628;0.958194;0.000000;0.000000;0.043025;0.746494;0.645656;0.362160;0.982954;0.003358;0.013688;0.999910;0.000020;0.000070;0.999895;0.000000;0.000105;0.731059;0.880797;0.119203;0.268941;0.268941;0.731059;0.731059;0.119203;0.268941;0.268941;0.268941;0.880797;0.500000;0.119203;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.378246;0.861881;0.202297;0.256737;0.402033;0.754545;0.376836;0.227585;0.421895;0.479511;0.439301;0.810152;0.566602;0.078928;0.071691;0.553791;0.184824;0.300483;0.392456;0.540412;0.983102;0.002203;0.014690;0.999945;0.000020;0.000030;0.999985;0.000000;0.000005;0.731059;0.952574;0.500000;0.119203;0.119203;0.880797;0.500000;0.119203;0.268941;0.268941;0.500000;0.731059;0.500000;0.268941;0.047426;0.268941;0.731059;0.500000;0.268941;0.268941;0.476268;0.795922;0.753432;0.641067;0.331147;0.826353;0.595801;0.131701;0.543639;0.299013;0.193410;0.728495;0.425313;0.396277;0.127527;0.549586;0.328495;0.000000;0.323004;0.144798;0.975464;0.002224;0.022310;0.999865;0.000020;0.000115;0.999905;0.000000;0.000090;0.731059;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.119203;0.017986;0.500000;0.880797;0.047426;0.880797;0.952574;0.017986;0.119203;0.119203;0.993307;0.880797;0.880797;0.693174;0.052700;0.325414;0.068689;0.665299;0.200848;0.000000;0.326513;0.000000;0.760058;0.712386;0.000000;0.757680;0.821420;0.019341;0.617748;0.154988;0.576885;0.684169;0.660607;0.969589;0.000018;0.030394;0.999865;0.000025;0.000115;0.999855;0.000000;0.000145;0.268941;0.119203;0.047426;0.017986;0.952574;0.731059;0.047426;0.017986;0.268941;0.500000;0.952574;0.047426;0.952574;0.982014;0.017986;0.047426;0.268941;0.268941;0.880797;0.500000;0.529217;0.057649;0.000000;0.085567;0.758780;0.240489;0.063864;0.156171;0.203753;0.689546;0.853460;0.000000;0.840372;0.866690;0.098589;0.227058;0.225133;0.000000;0.380129;0.550329;0.944340;0.002803;0.052856;0.998255;0.000025;0.001715;0.998425;0.000010;0.001565;0.268941;0.952574;0.500000;0.268941;0.017986;0.731059;0.731059;0.500000;0.500000;0.047426;0.047426;0.952574;0.119203;0.006693;0.047426;0.731059;0.880797;0.006693;0.017986;0.047426;0.410960;0.760058;0.277078;0.285570;0.591942;0.690829;0.455369;0.453634;0.435855;0.497750;0.255974;0.816977;0.652716;0.102110;0.225308;0.612065;0.584676;0.388648;0.000000;0.404922;0.933727;0.006593;0.059682;0.994440;0.000025;0.005535;0.993315;0.000145;0.006545;0.982014;0.119203;0.268941;0.047426;0.952574;0.119203;0.500000;0.500000;0.017986;0.268941;0.119203;0.268941;0.268941;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.880797;0.443246;0.590976;0.491501;0.588556;0.000000;0.596764;0.791666;0.228112;0.549339;0.493000;0.285162;0.557248;0.375428;0.000000;0.408783;0.733802;0.550824;0.000000;0.225832;0.517243;0.911364;0.002948;0.085688;0.992460;0.000020;0.007520;0.961665;0.000200;0.038135;0.268941;0.017986;0.047426;0.017986;0.268941;0.017986;0.006693;0.017986;0.952574;0.731059;0.952574;0.047426;0.731059;0.982014;0.017986;0.047426;0.119203;0.993307;0.952574;0.268941;0.339393;0.411202;0.197657;0.172074;0.390074;0.508499;0.240489;0.143564;0.485504;0.526974;0.754360;0.045477;0.829488;0.832437;0.069915;0.498250;0.502750;0.764228;0.545871;0.604201;0.539950;0.000964;0.459085;0.495955;0.000010;0.504035;0.625965;0.000810;0.373225;0.119203;0.268941;0.731059;0.268941;0.047426;0.268941;0.047426;0.999089;0.731059;0.000911;0.000911;0.119203;0.002473;0.017986;0.002473;0.119203;0.047426;0.002473;0.002473;0.000911;0.453386;0.481009;0.746872;0.485254;0.665744;0.594355;0.305551;0.921940;0.407333;0.064104;0.272099;0.223393;0.000000;0.378481;0.104799;0.452642;0.139194;0.000000;0.199089;0.000000;0.085911;0.000325;0.913766;0.000715;0.000005;0.999285;0.021055;0.000915;0.978030
0.268941;0.047426;0.119203;0.880797;0.000911;0.500000;0.999089;0.006693;0.017986;0.000911;0.006693;0.119203;0.002473;0.000911;0.006693;0.119203;0.017986;0.000911;0.002473;0.002473;0.037652;0.136815;0.716872;0.898530;0.219257;0.777300;0.946038;0.175231;0.146665;0.171789;0.000000;0.146790;0.184975;0.000000;0.000000;0.144427;0.163967;0.194192;0.075508;0.044066;0.976598;0.001666;0.021734;0.995795;0.000005;0.004195;0.999305;0.000000;0.000695;0.119203;0.006693;0.006693;0.002473;0.006693;0.047426;0.006693;0.002473;0.880797;0.268941;0.500000;0.006693;0.500000;0.997527;0.002473;0.017986;0.268941;0.982014;0.997527;0.268941;0.284144;0.000000;0.084324;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.711771;0.857172;0.000000;0.815628;0.958194;0.000000;0.000000;0.043025;0.746494;0.645656;0.362160;0.982954;0.003358;0.013688;0.999910;0.000020;0.000070;0.999895;0.000000;0.000105;0.731059;0.880797;0.119203;0.268941;0.268941;0.731059;0.731059;0.119203;0.268941;0.268941;0.268941;0.880797;0.500000;0.119203;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.378246;0.861881;0.202297;0.256737;0.402033;0.754545;0.376836;0.227585;0.421895;0.479511;0.439301;0.810152;0.566602;0.078928;0.071691;0.553791;0.184824;0.300483;0.392456;0.540412;0.983102;0.002203;0.014690;0.999945;0.000020;0.000030;0.999985;0.000000;0.000005;0.731059;0.952574;0.500000;0.119203;0.119203;0.880797;0.500000;0.119203;0.268941;0.268941;0.500000;0.731059;0.500000;0.268941;0.047426;0.268941;0.731059;0.500000;0.268941;0.268941;0.476268;0.795922;0.753432;0.641067;0.331147;0.826353;0.595801;0.131701;0.543639;0.299013;0.193410;0.728495;0.425313;0.396277;0.127527;0.549586;0.328495;0.000000;0.323004;0.144798;0.975464;0.002224;0.022310;0.999865;0.000020;0.000115;0.999905;0.000000;0.000090;0.731059;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.119203;0.017986;0.500000;0.880797;0.047426;0.880797;0.952574;0.017986;0.119203;0.119203;0.993307;0.880797;0.880797;0.693174;0.052700;0.325414;0.068689;0.665299;0.200848;0.000000;0.326513;0.000000;0.760058;0.712386;0.000000;0.757680;0.821420;0.019341;0.617748;0.154988;0.576885;0.684169;0.660607;0.969589;0.000018;0.030394;0.999865;0.000025;0.000115;0.999855;0.000000;0.000145;0.268941;0.119203;0.047426;0.017986;0.952574;0.731059;0.047426;0.017986;0.268941;0.500000;0.952574;0.047426;0.952574;0.982014;0.017986;0.047426;0.268941;0.268941;0.880797;0.500000;0.529217;0.057649;0.000000;0.085567;0.758780;0.240489;0.063864;0.156171;0.203753;0.689546;0.853460;0.000000;0.840372;0.866690;0.098589;0.227058;0.225133;0.000000;0.380129;0.550329;0.944340;0.002803;0.052856;0.998255;0.000025;0.001715;0.998425;0.000010;0.001565;0.268941;0.952574;0.500000;0.268941;0.017986;0.731059;0.731059;0.500000;0.500000;0.047426;0.047426;0.952574;0.119203;0.006693;0.047426;0.731059;0.880797;0.006693;0.017986;0.047426;0.410960;0.760058;0.277078;0.285570;0.591942;0.690829;0.455369;0.453634;0.435855;0.497750;0.255974;0.816977;0.652716;0.102110;0.225308;0.612065;0.584676;0.388648;0.000000;0.404922;0.933727;0.006593;0.059682;0.994440;0.000025;0.005535;0.993315;0.000145;0.006545;0.982014;0.119203;0.268941;0.047426;0.952574;0.119203;0.500000;0.500000;0.017986;0.268941;0.119203;0.268941;0.268941;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.880797;0.443246;0.590976;0.491501;0.588556;0.000000;0.596764;0.791666;0.228112;0.549339;0.493000;0.285162;0.557248;0.375428;0.000000;0.408783;0.733802;0.550824;0.000000;0.225832;0.517243;0.911364;0.002948;0.085688;0.992460;0.000020;0.007520;0.961665;0.000200;0.038135;0.268941;0.017986;0.047426;0.017986;0.268941;0.017986;0.006693;0.017986;0.952574;0.731059;0.952574;0.047426;0.731059;0.982014;0.017986;0.047426;0.119203;0.993307;0.952574;0.268941;0.339393;0.411202;0.197657;0.172074;0.390074;0.508499;0.240489;0.143564;0.485504;0.526974;0.754360;0.045477;0.829488;0.832437;0.069915;0.498250;0.502750;0.764228;0.545871;0.604201;0.539950;0.000964;0.459085;0.495955;0.000010;0.504035;0.625965;0.000810;0.373225;0.119203;0.268941;0.731059;0.268941;0.047426;0.268941;0.047426;0.999089;0.731059;0.000911;0.000911;0.119203;0.002473;0.017986;0.002473;0.119203;0.047426;0.002473;0.002473;0.000911;0.453386;0.481009;0.746872;0.485254;0.665744;0.594355;0.305551;0.921940;0.407333;0.064104;0.272099;0.223393;0.000000;0.378481;0.104799;0.452642;0.139194;0.000000;0.199089;0.000000;0.085911;0.000325;0.913766;0.000715;0.000005;0.999285;0.021055;0.000915;0.978030;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.500000;0.500000;0.880797;0.880797;0.047426;0.880797;0.500000;0.047426;0.119203;0.500000;0.268941;0.119203;0.952574;0.137170;0.000000;0.000000;0.265612;0.433153;0.423603;0.000000;0.042493;0.086038;0.695932;0.823610;0.391503;0.840104;0.725717;0.560699;0.527722;0.306613;0.312598;0.311739;0.753060;0.068771;0.003942;0.927285;0.000390;0.000015;0.999590;0.009605;0.006375;0.984020
0.119203;0.006693;0.006693;0.002473;0.006693;0.047426;0.006693;0.002473;0.880797;0.268941;0.500000;0.006693;0.500000;0.997527;0.002473;0.017986;0.268941;0.982014;0.997527;0.268941;0.284144;0.000000;0.084324;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.711771;0.857172;0.000000;0.815628;0.958194;0.000000;0.000000;0.043025;0.746494;0.645656;0.362160;0.982954;0.003358;0.013688;0.999910;0.000020;0.000070;0.999895;0.000000;0.000105;0.731059;0.880797;0.119203;0.268941;0.268941;0.731059;0.731059;0.119203;0.268941;0.268941;0.268941;0.880797;0.500000;0.119203;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.378246;0.861881;0.202297;0.256737;0.402033;0.754545;0.376836;0.227585;0.421895;0.479511;0.439301;0.810152;0.566602;0.078928;0.071691;0.553791;0.184824;0.300483;0.392456;0.540412;0.983102;0.002203;0.014690;0.999945;0.000020;0.000030;0.999985;0.000000;0.000005;0.731059;0.952574;0.500000;0.119203;0.119203;0.880797;0.500000;0.119203;0.268941;0.268941;0.500000;0.731059;0.500000;0.268941;0.047426;0.268941;0.731059;0.500000;0.268941;0.268941;0.476268;0.795922;0.753432;0.641067;0.331147;0.826353;0.595801;0.131701;0.543639;0.299013;0.193410;0.728495;0.425313;0.396277;0.127527;0.549586;0.328495;0.000000;0.323004;0.144798;0.975464;0.002224;0.022310;0.999865;0.000020;0.000115;0.999905;0.000000;0.000090;0.731059;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.119203;0.017986;0.500000;0.880797;0.047426;0.880797;0.952574;0.017986;0.119203;0.119203;0.993307;0.880797;0.880797;0.693174;0.052700;0.325414;0.068689;0.665299;0.200848;0.000000;0.326513;0.000000;0.760058;0.712386;0.000000;0.757680;0.821420;0.019341;0.617748;0.154988;0.576885;0.684169;0.660607;0.969589;0.000018;0.030394;0.999865;0.000025;0.000115;0.999855;0.000000;0.000145;0.268941;0.119203;0.047426;0.017986;0.952574;0.731059;0.047426;0.017986;0.268941;0.500000;0.952574;0.047426;0.952574;0.982014;0.017986;0.047426;0.268941;0.268941;0.880797;0.500000;0.529217;0.057649;0.000000;0.085567;0.758780;0.240489;0.063864;0.156171;0.203753;0.689546;0.853460;0.000000;0.840372;0.866690;0.098589;0.227058;0.225133;0.000000;0.380129;0.550329;0.944340;0.002803;0.052856;0.998255;0.000025;0.001715;0.998425;0.000010;0.001565;0.268941;0.952574;0.500000;0.268941;0.017986;0.731059;0.731059;0.500000;0.500000;0.047426;0.047426;0.952574;0.119203;0.006693;0.047426;0.731059;0.880797;0.006693;0.017986;0.047426;0.410960;0.760058;0.277078;0.285570;0.591942;0.690829;0.455369;0.453634;0.435855;0.497750;0.255974;0.816977;0.652716;0.102110;0.225308;0.612065;0.584676;0.388648;0.000000;0.404922;0.933727;0.006593;0.059682;0.994440;0.000025;0.005535;0.993315;0.000145;0.006545;0.982014;0.119203;0.268941;0.047426;0.952574;0.119203;0.500000;0.500000;0.017986;0.268941;0.119203;0.268941;0.268941;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.880797;0.443246;0.590976;0.491501;0.588556;0.000000;0.596764;0.791666;0.228112;0.549339;0.493000;0.285162;0.557248;0.375428;0.000000;0.408783;0.733802;0.550824;0.000000;0.225832;0.517243;0.911364;0.002948;0.085688;0.992460;0.000020;0.007520;0.961665;0.000200;0.038135;0.268941;0.017986;0.047426;0.017986;0.268941;0.017986;0.006693;0.017986;0.952574;0.731059;0.952574;0.047426;0.731059;0.982014;0.017986;0.047426;0.119203;0.993307;0.952574;0.268941;0.339393;0.411202;0.197657;0.172074;0.390074;0.508499;0.240489;0.143564;0.485504;0.526974;0.754360;0.045477;0.829488;0.832437;0.069915;0.498250;0.502750;0.764228;0.545871;0.604201;0.539950;0.000964;0.459085;0.495955;0.000010;0.504035;0.625965;0.000810;0.373225;0.119203;0.268941;0.731059;0.268941;0.047426;0.268941;0.047426;0.999089;0.731059;0.000911;0.000911;0.119203;0.002473;0.017986;0.002473;0.119203;0.047426;0.002473;0.002473;0.000911;0.453386;0.481009;0.746872;0.485254;0.665744;0.594355;0.305551;0.921940;0.407333;0.064104;0.272099;0.223393;0.000000;0.378481;0.104799;0.452642;0.139194;0.000000;0.199089;0.000000;0.085911;0.000325;0.913766;0.000715;0.000005;0.999285;0.021055;0.000915;0.978030;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.500000;0.500000;0.880797;0.880797;0.047426;0.880797;0.500000;0.047426;0.119203;0.500000;0.268941;0.119203;0.952574;0.137170;0.000000;0.000000;0.265612;0.433153;0.423603;0.000000;0.042493;0.086038;0.695932;0.823610;0.391503;0.840104;0.725717;0.560699;0.527722;0.306613;0.312598;0.311739;0.753060;0.068771;0.003942;0.927285;0.000390;0.000015;0.999590;0.009605;0.006375;0.984020;0.500000;0.500000;0.731059;0.982014;0.047426;0.268941;0.731059;0.268941;0.500000;0.017986;0.017986;0.119203;0.017986;0.006693;0.952574;0.880797;0.500000;0.002473;0.006693;0.047426;0.253885;0.263860;0.485254;0.736528;0.239395;0.412655;0.285774;0.172930;0.301956;0.312169;0.188314;0.422139;0.162874;0.584676;0.783978;0.909373;0.709096;0.000000;0.000000;0.299643;0.105435;0.000314;0.894252;0.000470;0.000005;0.999525;0.084260;0.000740;0.915000
0.731059;0.880797;0.119203;0.268941;0.268941;0.731059;0.731059;0.119203;0.268941;0.268941;0.268941;0.880797;0.500000;0.119203;0.047426;0.500000;0.500000;0.017986;0.119203;0.500000;0.378246;0.861881;0.202297;0.256737;0.402033;0.754545;0.376836;0.227585;0.421895;0.479511;0.439301;0.810152;0.566602;0.078928;0.071691;0.553791;0.184824;0.300483;0.392456;0.540412;0.983102;0.002203;0.014690;0.999945;0.000020;0.000030;0.999985;0.000000;0.000005;0.731059;0.952574;0.500000;0.119203;0.119203;0.880797;0.500000;0.119203;0.268941;0.268941;0.500000;0.731059;0.500000;0.268941;0.047426;0.268941;0.731059;0.500000;0.268941;0.268941;0.476268;0.795922;0.753432;0.641067;0.331147;0.826353;0.595801;0.131701;0.543639;0.299013;0.193410;0.728495;0.425313;0.396277;0.127527;0.549586;0.328495;0.000000;0.323004;0.144798;0.975464;0.002224;0.022310;0.999865;0.000020;0.000115;0.999905;0.000000;0.000090;0.731059;0.017986;0.017986;0.006693;0.268941;0.017986;0.017986;0.119203;0.017986;0.500000;0.880797;0.047426;0.880797;0.952574;0.017986;0.119203;0.119203;0.993307;0.880797;0.880797;0.693174;0.052700;0.325414;0.068689;0.665299;0.200848;0.000000;0.326513;0.000000;0.760058;0.712386;0.000000;0.757680;0.821420;0.019341;0.617748;0.154988;0.576885;0.684169;0.660607;0.969589;0.000018;0.030394;0.999865;0.000025;0.000115;0.999855;0.000000;0.000145;0.268941;0.119203;0.047426;0.017986;0.952574;0.731059;0.047426;0.017986;0.268941;0.500000;0.952574;0.047426;0.952574;0.982014;0.017986;0.047426;0.268941;0.268941;0.880797;0.500000;0.529217;0.057649;0.000000;0.085567;0.758780;0.240489;0.063864;0.156171;0.203753;0.689546;0.853460;0.000000;0.840372;0.866690;0.098589;0.227058;0.225133;0.000000;0.380129;0.550329;0.944340;0.002803;0.052856;0.998255;0.000025;0.001715;0.998425;0.000010;0.001565;0.268941;0.952574;0.500000;0.268941;0.017986;0.731059;0.731059;0.500000;0.500000;0.047426;0.047426;0.952574;0.119203;0.006693;0.047426;0.731059;0.880797;0.006693;0.017986;0.047426;0.410960;0.760058;0.277078;0.285570;0.591942;0.690829;0.455369;0.453634;0.435855;0.497750;0.255974;0.816977;0.652716;0.102110;0.225308;0.612065;0.584676;0.388648;0.000000;0.404922;0.933727;0.006593;0.059682;0.994440;0.000025;0.005535;0.993315;0.000145;0.006545;0.982014;0.119203;0.268941;0.047426;0.952574;0.119203;0.500000;0.500000;0.017986;0.268941;0.119203;0.268941;0.268941;0.047426;0.017986;0.500000;0.268941;0.006693;0.119203;0.880797;0.443246;0.590976;0.491501;0.588556;0.000000;0.596764;0.791666;0.228112;0.549339;0.493000;0.285162;0.557248;0.375428;0.000000;0.408783;0.733802;0.550824;0.000000;0.225832;0.517243;0.911364;0.002948;0.085688;0.992460;0.000020;0.007520;0.961665;0.000200;0.038135;0.268941;0.017986;0.047426;0.017986;0.268941;0.017986;0.006693;0.017986;0.952574;0.731059;0.952574;0.047426;0.731059;0.982014;0.017986;0.047426;0.119203;0.993307;0.952574;0.268941;0.339393;0.411202;0.197657;0.172074;0.390074;0.508499;0.240489;0.143564;0.485504;0.526974;0.754360;0.045477;0.829488;0.832437;0.069915;0.498250;0.502750;0.764228;0.545871;0.604201;0.539950;0.000964;0.459085;0.495955;0.000010;0.504035;0.625965;0.000810;0.373225;0.119203;0.268941;0.731059;0.268941;0.047426;0.268941;0.047426;0.999089;0.731059;0.000911;0.000911;0.119203;0.002473;0.017986;0.002473;0.119203;0.047426;0.002473;0.002473;0.000911;0.453386;0.481009;0.746872;0.485254;0.665744;0.594355;0.305551;0.921940;0.407333;0.064104;0.272099;0.223393;0.000000;0.378481;0.104799;0.452642;0.139194;0.000000;0.199089;0.000000;0.085911;0.000325;0.913766;0.000715;0.000005;0.999285;0.021055;0.000915;0.978030;0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.500000;0.500000;0.880797;0.880797;0.047426;0.880797;0.500000;0.047426;0.119203;0.500000;0.268941;0.119203;0.952574;0.137170;0.000000;0.000000;0.265612;0.433153;0.423603;0.000000;0.042493;0.086038;0.695932;0.823610;0.391503;0.840104;0.725717;0.560699;0.527722;0.306613;0.312598;0.311739;0.753060;0.068771;0.003942;0.927285;0.000390;0.000015;0.999590;0.009605;0.006375;0.984020;0.500000;0.500000;0.731059;0.982014;0.047426;0.268941;0.731059;0.268941;0.500000;0.017986;0.017986;0.119203;0.017986;0.006693;0.952574;0.880797;0.500000;0.002473;0.006693;0.047426;0.253885;0.263860;0.485254;0.736528;0.239395;0.412655;0.285774;0.172930;0.301956;0.312169;0.188314;0.422139;0.162874;0.584676;0.783978;0.909373;0.709096;0.000000;0.000000;0.299643;0.105435;0.000314;0.894252;0.000470;0.000005;0.999525;0.084260;0.000740;0.915000;0.500000;0.731059;0.500000;0.880797;0.119203;0.500000;0.880797;0.268941;0.500000;0.268941;0.047426;0.500000;0.047426;0.006693;0.952574;0.268941;0.268941;0.006693;0.047426;0.119203;0.212152;0.259802;0.752315;0.836990;0.570527;0.539666;0.860326;0.309171;0.089317;0.425557;0.118366;0.651355;0.000000;0.109584;0.738077;0.490001;0.182426;0.000000;0.352059;0.084247;0.889020;0.000052;0.110924;0.874695;0.000000;0.125300;0.914260;0.000115;0.085620
0.268941;0.119203;0.047426;0.047426;0.119203;0.119203;0.047426;0.500000;0.500000;0.880797;0.880797;0.047426;0.880797;0.500000;0.047426;0.119203;0.500000;0.268941;0.119203;0.952574;0.137170;0.000000;0.000000;0.265612;0.433153;0.423603;0.000000;0.042493;0.086038;0.695932;0.823610;0.391503;0.840104;0.725717;0.560699;0.527722;0.306613;0.312598;0.311739;0.753060;0.068771;0.003942;0.927285;0.000390;0.000015;0.999590;0.009605;0.006375;0.984020;0.500000;0.500000;0.731059;0.982014;0.047426;0.268941;0.731059;0.268941;0.500000;0.017986;0.017986;0.119203;0.017986;0.006693;0.952574;0.880797;0.500000;0.002473;0.006693;0.047426;0.253885;0.263860;0.485254;0.736528;0.239395;0.412655;0.285774;0.172930;0.301956;0.312169;0.188314;0.422139;0.162874;0.584676;0.783978;0.909373;0.709096;0.000000;0.000000;0.299643;0.105435;0.000314;0.894252;0.000470;0.000005;0.999525;0.084260;0.000740;0.915000;0.500000;0.731059;0.500000;0.880797;0.119203;0.500000;0.880797;0.268941;0.500000;0.268941;0.047426;0.500000;0.047426;0.006693;0.952574;0.268941;0.268941;0.006693;0.047426;0.119203;0.212152;0.259802;0.752315;0.836990;0.570527;0.539666;0.860326;0.309171;0.089317;0.425557;0.118366;0.651355;0.000000;0.109584;0.738077;0.490001;0.182426;0.000000;0.352059;0.084247;0.889020;0.000052;0.110924;0.874695;0.000000;0.125300;0.914260;0.000115;0.085620;0.880797;0.119203;0.500000;0.880797;0.047426;0.500000;0.952574;0.268941;0.268941;0.119203;0.047426;0.500000;0.268941;0.017986;0.268941;0.731059;0.500000;0.006693;0.017986;0.268941;0.659036;0.213493;0.343215;0.634599;0.198929;0.772415;0.914119;0.053809;0.286386;0.370517;0.076209;0.582003;0.172644;0.400112;0.367258;0.571751;0.257309;0.757863;0.114660;0.066298;0.917862;0.000021;0.082117;0.885770;0.000015;0.114215;0.977485;0.000010;0.022505;0.268941;0.119203;0.500000;0.982014;0.017986;0.731059;0.952574;0.268941;0.731059;0.500000;0.119203;0.268941;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.335369;0.087066;0.487503;0.811227;0.000000;0.801707;0.853084;0.167145;0.613963;0.230764;0.415324;0.567338;0.597726;0.149949;0.041927;0.564882;0.310668;0.000000;0.161650;0.458843;0.955565;0.000027;0.044408;0.981135;0.000025;0.018845;0.986280;0.000020;0.013695;0.993307;0.017986;0.017986;0.006693;0.952574;0.119203;0.017986;0.047426;0.006693;0.731059;0.268941;0.047426;0.119203;0.047426;0.047426;0.731059;0.500000;0.119203;0.268941;0.731059;0.643136;0.059189;0.000000;0.085177;0.728099;0.120893;0.122496;0.239213;0.000000;0.843169;0.729088;0.062679;0.698465;0.705785;0.182575;0.340066;0.188773;0.305127;0.239395;0.815025;0.981244;0.000015;0.018738;0.996045;0.000010;0.003940;0.998985;0.000000;0.001010;0.500000;0.880797;0.500000;0.952574;0.017986;0.500000;0.880797;0.500000;0.268941;0.268941;0.119203;0.731059;0.268941;0.017986;0.500000;0.500000;0.500000;0.047426;0.119203;0.268941;0.287614;0.667522;0.414595;0.859965;0.500250;0.495500;0.833689;0.115169;0.507249;0.368653;0.176390;0.674805;0.418971;0.287614;0.196708;0.578837;0.294423;0.000000;0.219257;0.218744;0.980455;0.000014;0.019531;0.997015;0.000010;0.002975;0.999835;0.000000;0.000165;0.731059;0.268941;0.268941;0.731059;0.119203;0.731059;0.952574;0.500000;0.731059;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.500000;0.731059;0.006693;0.017986;0.268941;0.618220;0.448187;0.480760;0.694449;0.000000;0.739236;0.750073;0.258841;0.136226;0.660383;0.399392;0.674366;0.326293;0.429964;0.074537;0.542398;0.406851;0.000000;0.345473;0.272495;0.977148;0.000026;0.022826;0.997085;0.000045;0.002875;0.999905;0.000000;0.000090;0.982014;0.119203;0.047426;0.006693;0.500000;0.119203;0.047426;0.119203;0.047426;0.880797;0.268941;0.268941;0.880797;0.119203;0.017986;0.500000;0.268941;0.119203;0.047426;0.880797;0.532952;0.108709;0.000000;0.000000;0.465057;0.000000;0.212989;0.094234;0.262116;0.889633;0.806901;0.000000;0.884933;0.769058;0.000000;0.291316;0.252184;0.668631;0.073033;0.572241;0.985975;0.000036;0.013989;0.999100;0.000075;0.000825;0.999880;0.000000;0.000120;0.731059;0.000911;0.000911;0.000335;0.000911;0.000911;0.000911;0.006693;0.047426;0.731059;0.268941;0.000911;0.119203;0.999665;0.000335;0.017986;0.002473;0.119203;0.731059;0.119203;0.195761;0.175231;0.000000;0.000000;0.781256;0.210985;0.146540;0.000000;0.098856;0.719907;0.722320;0.045045;0.927976;0.960608;0.231475;0.000000;0.000000;0.000000;0.645885;0.316912;0.979153;0.000048;0.020799;0.998265;0.000110;0.001625;0.998450;0.000000;0.001550;0.731059;0.880797;0.731059;0.880797;0.017986;0.731059;0.731059;0.268941;0.731059;0.017986;0.119203;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.017986;0.268941;0.047426;0.537927;0.721718;0.715246;0.640146;0.000000;0.752688;0.772239;0.327834;0.720914;0.053505;0.107455;0.734583;0.284144;0.000000;0.000000;0.661727;0.502750;0.000000;0.000000;0.169103;0.965073;0.003846;0.031079;0.992010;0.000105;0.007880;0.995045;0.000000;0.004955
0.500000;0.500000;0.731059;0.982014;0.047426;0.268941;0.731059;0.268941;0.500000;0.017986;0.017986;0.119203;0.017986;0.006693;0.952574;0.880797;0.500000;0.002473;0.006693;0.047426;0.253885;0.263860;0.485254;0.736528;0.239395;0.412655;0.285774;0.172930;0.301956;0.312169;0.188314;0.422139;0.162874;0.584676;0.783978;0.909373;0.709096;0.000000;0.000000;0.299643;0.105435;0.000314;0.894252;0.000470;0.000005;0.999525;0.084260;0.000740;0.915000;0.500000;0.731059;0.500000;0.880797;0.119203;0.500000;0.880797;0.268941;0.500000;0.268941;0.047426;0.500000;0.047426;0.006693;0.952574;0.268941;0.268941;0.006693;0.047426;0.119203;0.212152;0.259802;0.752315;0.836990;0.570527;0.539666;0.860326;0.309171;0.089317;0.425557;0.118366;0.651355;0.000000;0.109584;0.738077;0.490001;0.182426;0.000000;0.352059;0.084247;0.889020;0.000052;0.110924;0.874695;0.000000;0.125300;0.914260;0.000115;0.085620;0.880797;0.119203;0.500000;0.880797;0.047426;0.500000;0.952574;0.268941;0.268941;0.119203;0.047426;0.500000;0.268941;0.017986;0.268941;0.731059;0.500000;0.006693;0.017986;0.268941;0.659036;0.213493;0.343215;0.634599;0.198929;0.772415;0.914119;0.053809;0.286386;0.370517;0.076209;0.582003;0.172644;0.400112;0.367258;0.571751;0.257309;0.757863;0.114660;0.066298;0.917862;0.000021;0.082117;0.885770;0.000015;0.114215;0.977485;0.000010;0.022505;0.268941;0.119203;0.500000;0.982014;0.017986;0.731059;0.952574;0.268941;0.731059;0.500000;0.119203;0.268941;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.335369;0.087066;0.487503;0.811227;0.000000;0.801707;0.853084;0.167145;0.613963;0.230764;0.415324;0.567338;0.597726;0.149949;0.041927;0.564882;0.310668;0.000000;0.161650;0.458843;0.955565;0.000027;0.044408;0.981135;0.000025;0.018845;0.986280;0.000020;0.013695;0.993307;0.017986;0.017986;0.006693;0.952574;0.119203;0.017986;0.047426;0.006693;0.731059;0.268941;0.047426;0.119203;0.047426;0.047426;0.731059;0.500000;0.119203;0.268941;0.731059;0.643136;0.059189;0.000000;0.085177;0.728099;0.120893;0.122496;0.239213;0.000000;0.843169;0.729088;0.062679;0.698465;0.705785;0.182575;0.340066;0.188773;0.305127;0.239395;0.815025;0.981244;0.000015;0.018738;0.996045;0.000010;0.003940;0.998985;0.000000;0.001010;0.500000;0.880797;0.500000;0.952574;0.017986;0.500000;0.880797;0.500000;0.268941;0.268941;0.119203;0.731059;0.268941;0.017986;0.500000;0.500000;0.500000;0.047426;0.119203;0.268941;0.287614;0.667522;0.414595;0.859965;0.500250;0.495500;0.833689;0.115169;0.507249;0.368653;0.176390;0.674805;0.418971;0.287614;0.196708;0.578837;0.294423;0.000000;0.219257;0.218744;0.980455;0.000014;0.019531;0.997015;0.000010;0.002975;0.999835;0.000000;0.000165;0.731059;0.268941;0.268941;0.731059;0.119203;0.731059;0.952574;0.500000;0.731059;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.500000;0.731059;0.006693;0.017986;0.268941;0.618220;0.448187;0.480760;0.694449;0.000000;0.739236;0.750073;0.258841;0.136226;0.660383;0.399392;0.674366;0.326293;0.429964;0.074537;0.542398;0.406851;0.000000;0.345473;0.272495;0.977148;0.000026;0.022826;0.997085;0.000045;0.002875;0.999905;0.000000;0.000090;0.982014;0.119203;0.047426;0.006693;0.500000;0.119203;0.047426;0.119203;0.047426;0.880797;0.268941;0.268941;0.880797;0.119203;0.017986;0.500000;0.268941;0.119203;0.047426;0.880797;0.532952;0.108709;0.000000;0.000000;0.465057;0.000000;0.212989;0.094234;0.262116;0.889633;0.806901;0.000000;0.884933;0.769058;0.000000;0.291316;0.252184;0.668631;0.073033;0.572241;0.985975;0.000036;0.013989;0.999100;0.000075;0.000825;0.999880;0.000000;0.000120;0.731059;0.000911;0.000911;0.000335;0.000911;0.000911;0.000911;0.006693;0.047426;0.731059;0.268941;0.000911;0.119203;0.999665;0.000335;0.017986;0.002473;0.119203;0.731059;0.119203;0.195761;0.175231;0.000000;0.000000;0.781256;0.210985;0.146540;0.000000;0.098856;0.719907;0.722320;0.045045;0.927976;0.960608;0.231475;0.000000;0.000000;0.000000;0.645885;0.316912;0.979153;0.000048;0.020799;0.998265;0.000110;0.001625;0.998450;0.000000;0.001550;0.731059;0.880797;0.731059;0.880797;0.017986;0.731059;0.731059;0.268941;0.731059;0.017986;0.119203;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.017986;0.268941;0.047426;0.537927;0.721718;0.715246;0.640146;0.000000;0.752688;0.772239;0.327834;0.720914;0.053505;0.107455;0.734583;0.284144;0.000000;0.000000;0.661727;0.502750;0.000000;0.000000;0.169103;0.965073;0.003846;0.031079;0.992010;0.000105;0.007880;0.995045;0.000000;0.004955;0.880797;0.880797;0.268941;0.119203;0.047426;0.952574;0.731059;0.119203;0.952574;0.119203;0.119203;0.880797;0.119203;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.268941;0.536435;0.753618;0.680919;0.637609;0.203591;0.481508;0.685465;0.095349;0.197975;0.495000;0.424091;0.512747;0.831459;0.528220;0.193410;0.512747;0.243240;0.121853;0.294423;0.469538;0.928092;0.000133;0.071776;0.962435;0.000290;0.037270;0.974465;0.000075;0.025465
0.500000;0.731059;0.500000;0.880797;0.119203;0.500000;0.880797;0.268941;0.500000;0.268941;0.047426;0.500000;0.047426;0.006693;0.952574;0.268941;0.268941;0.006693;0.047426;0.119203;0.212152;0.259802;0.752315;0.836990;0.570527;0.539666;0.860326;0.309171;0.089317;0.425557;0.118366;0.651355;0.000000;0.109584;0.738077;0.490001;0.182426;0.000000;0.352059;0.084247;0.889020;0.000052;0.110924;0.874695;0.000000;0.125300;0.914260;0.000115;0.085620;0.880797;0.119203;0.500000;0.880797;0.047426;0.500000;0.952574;0.268941;0.268941;0.119203;0.047426;0.500000;0.268941;0.017986;0.268941;0.731059;0.500000;0.006693;0.017986;0.268941;0.659036;0.213493;0.343215;0.634599;0.198929;0.772415;0.914119;0.053809;0.286386;0.370517;0.076209;0.582003;0.172644;0.400112;0.367258;0.571751;0.257309;0.757863;0.114660;0.066298;0.917862;0.000021;0.082117;0.885770;0.000015;0.114215;0.977485;0.000010;0.022505;0.268941;0.119203;0.500000;0.982014;0.017986;0.731059;0.952574;0.268941;0.731059;0.500000;0.119203;0.268941;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.335369;0.087066;0.487503;0.811227;0.000000;0.801707;0.853084;0.167145;0.613963;0.230764;0.415324;0.567338;0.597726;0.149949;0.041927;0.564882;0.310668;0.000000;0.161650;0.458843;0.955565;0.000027;0.044408;0.981135;0.000025;0.018845;0.986280;0.000020;0.013695;0.993307;0.017986;0.017986;0.006693;0.952574;0.119203;0.017986;0.047426;0.006693;0.731059;0.268941;0.047426;0.119203;0.047426;0.047426;0.731059;0.500000;0.119203;0.268941;0.731059;0.643136;0.059189;0.000000;0.085177;0.728099;0.120893;0.122496;0.239213;0.000000;0.843169;0.729088;0.062679;0.698465;0.705785;0.182575;0.340066;0.188773;0.305127;0.239395;0.815025;0.981244;0.000015;0.018738;0.996045;0.000010;0.003940;0.998985;0.000000;0.001010;0.500000;0.880797;0.500000;0.952574;0.017986;0.500000;0.880797;0.500000;0.268941;0.268941;0.119203;0.731059;0.268941;0.017986;0.500000;0.500000;0.500000;0.047426;0.119203;0.268941;0.287614;0.667522;0.414595;0.859965;0.500250;0.495500;0.833689;0.115169;0.507249;0.368653;0.176390;0.674805;0.418971;0.287614;0.196708;0.578837;0.294423;0.000000;0.219257;0.218744;0.980455;0.000014;0.019531;0.997015;0.000010;0.002975;0.999835;0.000000;0.000165;0.731059;0.268941;0.268941;0.731059;0.119203;0.731059;0.952574;0.500000;0.731059;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.500000;0.731059;0.006693;0.017986;0.268941;0.618220;0.448187;0.480760;0.694449;0.000000;0.739236;0.750073;0.258841;0.136226;0.660383;0.399392;0.674366;0.326293;0.429964;0.074537;0.542398;0.406851;0.000000;0.345473;0.272495;0.977148;0.000026;0.022826;0.997085;0.000045;0.002875;0.999905;0.000000;0.000090;0.982014;0.119203;0.047426;0.006693;0.500000;0.119203;0.047426;0.119203;0.047426;0.880797;0.268941;0.268941;0.880797;0.119203;0.017986;0.500000;0.268941;0.119203;0.047426;0.880797;0.532952;0.108709;0.000000;0.000000;0.465057;0.000000;0.212989;0.094234;0.262116;0.889633;0.806901;0.000000;0.884933;0.769058;0.000000;0.291316;0.252184;0.668631;0.073033;0.572241;0.985975;0.000036;0.013989;0.999100;0.000075;0.000825;0.999880;0.000000;0.000120;0.731059;0.000911;0.000911;0.000335;0.000911;0.000911;0.000911;0.006693;0.047426;0.731059;0.268941;0.000911;0.119203;0.999665;0.000335;0.017986;0.002473;0.119203;0.731059;0.119203;0.195761;0.175231;0.000000;0.000000;0.781256;0.210985;0.146540;0.000000;0.098856;0.719907;0.722320;0.045045;0.927976;0.960608;0.231475;0.000000;0.000000;0.000000;0.645885;0.316912;0.979153;0.000048;0.020799;0.998265;0.000110;0.001625;0.998450;0.000000;0.001550;0.731059;0.880797;0.731059;0.880797;0.017986;0.731059;0.731059;0.268941;0.731059;0.017986;0.119203;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.017986;0.268941;0.047426;0.537927;0.721718;0.715246;0.640146;0.000000;0.752688;0.772239;0.327834;0.720914;0.053505;0.107455;0.734583;0.284144;0.000000;0.000000;0.661727;0.502750;0.000000;0.000000;0.169103;0.965073;0.003846;0.031079;0.992010;0.000105;0.007880;0.995045;0.000000;0.004955;0.880797;0.880797;0.268941;0.119203;0.047426;0.952574;0.731059;0.119203;0.952574;0.119203;0.119203;0.880797;0.119203;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.268941;0.536435;0.753618;0.680919;0.637609;0.203591;0.481508;0.685465;0.095349;0.197975;0.495000;0.424091;0.512747;0.831459;0.528220;0.193410;0.512747;0.243240;0.121853;0.294423;0.469538;0.928092;0.000133;0.071776;0.962435;0.000290;0.037270;0.974465;0.000075;0.025465;0.119203;0.002473;0.000911;0.017986;0.268941;0.002473;0.006693;0.002473;0.002473;0.952574;0.993307;0.002473;0.982014;0.731059;0.002473;0.006693;0.017986;0.006693;0.017986;0.880797;0.675902;0.171505;0.105364;0.000000;0.759328;0.000000;0.057001;0.000000;0.122819;0.834519;0.633904;0.050355;0.816678;0.914198;0.227761;0.117845;0.236674;0.554779;0.751756;0.503750;0.789833;0.006586;0.203578;0.902790;0.003055;0.094150;0.723185;0.016670;0.260140
0.880797;0.119203;0.500000;0.880797;0.047426;0.500000;0.952574;0.268941;0.268941;0.119203;0.047426;0.500000;0.268941;0.017986;0.268941;0.731059;0.500000;0.006693;0.017986;0.268941;0.659036;0.213493;0.343215;0.634599;0.198929;0.772415;0.914119;0.053809;0.286386;0.370517;0.076209;0.582003;0.172644;0.400112;0.367258;0.571751;0.257309;0.757863;0.114660;0.066298;0.917862;0.000021;0.082117;0.885770;0.000015;0.114215;0.977485;0.000010;0.022505;0.268941;0.119203;0.500000;0.982014;0.017986;0.731059;0.952574;0.268941;0.731059;0.500000;0.119203;0.268941;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.335369;0.087066;0.487503;0.811227;0.000000;0.801707;0.853084;0.167145;0.613963;0.230764;0.415324;0.567338;0.597726;0.149949;0.041927;0.564882;0.310668;0.000000;0.161650;0.458843;0.955565;0.000027;0.044408;0.981135;0.000025;0.018845;0.986280;0.000020;0.013695;0.993307;0.017986;0.017986;0.006693;0.952574;0.119203;0.017986;0.047426;0.006693;0.731059;0.268941;0.047426;0.119203;0.047426;0.047426;0.731059;0.500000;0.119203;0.268941;0.731059;0.643136;0.059189;0.000000;0.085177;0.728099;0.120893;0.122496;0.239213;0.000000;0.843169;0.729088;0.062679;0.698465;0.705785;0.182575;0.340066;0.188773;0.305127;0.239395;0.815025;0.981244;0.000015;0.018738;0.996045;0.000010;0.003940;0.998985;0.000000;0.001010;0.500000;0.880797;0.500000;0.952574;0.017986;0.500000;0.880797;0.500000;0.268941;0.268941;0.119203;0.731059;0.268941;0.017986;0.500000;0.500000;0.500000;0.047426;0.119203;0.268941;0.287614;0.667522;0.414595;0.859965;0.500250;0.495500;0.833689;0.115169;0.507249;0.368653;0.176390;0.674805;0.418971;0.287614;0.196708;0.578837;0.294423;0.000000;0.219257;0.218744;0.980455;0.000014;0.019531;0.997015;0.000010;0.002975;0.999835;0.000000;0.000165;0.731059;0.268941;0.268941;0.731059;0.119203;0.731059;0.952574;0.500000;0.731059;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.500000;0.731059;0.006693;0.017986;0.268941;0.618220;0.448187;0.480760;0.694449;0.000000;0.739236;0.750073;0.258841;0.136226;0.660383;0.399392;0.674366;0.326293;0.429964;0.074537;0.542398;0.406851;0.000000;0.345473;0.272495;0.977148;0.000026;0.022826;0.997085;0.000045;0.002875;0.999905;0.000000;0.000090;0.982014;0.119203;0.047426;0.006693;0.500000;0.119203;0.047426;0.119203;0.047426;0.880797;0.268941;0.268941;0.880797;0.119203;0.017986;0.500000;0.268941;0.119203;0.047426;0.880797;0.532952;0.108709;0.000000;0.000000;0.465057;0.000000;0.212989;0.094234;0.262116;0.889633;0.806901;0.000000;0.884933;0.769058;0.000000;0.291316;0.252184;0.668631;0.073033;0.572241;0.985975;0.000036;0.013989;0.999100;0.000075;0.000825;0.999880;0.000000;0.000120;0.731059;0.000911;0.000911;0.000335;0.000911;0.000911;0.000911;0.006693;0.047426;0.731059;0.268941;0.000911;0.119203;0.999665;0.000335;0.017986;0.002473;0.119203;0.731059;0.119203;0.195761;0.175231;0.000000;0.000000;0.781256;0.210985;0.146540;0.000000;0.098856;0.719907;0.722320;0.045045;0.927976;0.960608;0.231475;0.000000;0.000000;0.000000;0.645885;0.316912;0.979153;0.000048;0.020799;0.998265;0.000110;0.001625;0.998450;0.000000;0.001550;0.731059;0.880797;0.731059;0.880797;0.017986;0.731059;0.731059;0.268941;0.731059;0.017986;0.119203;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.017986;0.268941;0.047426;0.537927;0.721718;0.715246;0.640146;0.000000;0.752688;0.772239;0.327834;0.720914;0.053505;0.107455;0.734583;0.284144;0.000000;0.000000;0.661727;0.502750;0.000000;0.000000;0.169103;0.965073;0.003846;0.031079;0.992010;0.000105;0.007880;0.995045;0.000000;0.004955;0.880797;0.880797;0.268941;0.119203;0.047426;0.952574;0.731059;0.119203;0.952574;0.119203;0.119203;0.880797;0.119203;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.268941;0.536435;0.753618;0.680919;0.637609;0.203591;0.481508;0.685465;0.095349;0.197975;0.495000;0.424091;0.512747;0.831459;0.528220;0.193410;0.512747;0.243240;0.121853;0.294423;0.469538;0.928092;0.000133;0.071776;0.962435;0.000290;0.037270;0.974465;0.000075;0.025465;0.119203;0.002473;0.000911;0.017986;0.268941;0.002473;0.006693;0.002473;0.002473;0.952574;0.993307;0.002473;0.982014;0.731059;0.002473;0.006693;0.017986;0.006693;0.017986;0.880797;0.675902;0.171505;0.105364;0.000000;0.759328;0.000000;0.057001;0.000000;0.122819;0.834519;0.633904;0.050355;0.816678;0.914198;0.227761;0.117845;0.236674;0.554779;0.751756;0.503750;0.789833;0.006586;0.203578;0.902790;0.003055;0.094150;0.723185;0.016670;0.260140;0.119203;0.002473;0.119203;0.999665;0.000911;0.017986;0.268941;0.047426;0.006693;0.006693;0.047426;0.017986;0.002473;0.268941;0.006693;0.268941;0.047426;0.000911;0.268941;0.006693;0.345247;0.125428;0.583705;0.963701;0.000000;0.579812;0.261150;0.572486;0.074952;0.000000;0.000000;0.202297;0.000000;0.000000;0.458099;0.481259;0.209490;0.000000;0.259802;0.289462;0.251092;0.006111;0.742796;0.370880;0.001830;0.627285;0.277230;0.001685;0.721085
0.268941;0.119203;0.500000;0.982014;0.017986;0.731059;0.952574;0.268941;0.731059;0.500000;0.119203;0.268941;0.268941;0.017986;0.119203;0.268941;0.500000;0.047426;0.268941;0.268941;0.335369;0.087066;0.487503;0.811227;0.000000;0.801707;0.853084;0.167145;0.613963;0.230764;0.415324;0.567338;0.597726;0.149949;0.041927;0.564882;0.310668;0.000000;0.161650;0.458843;0.955565;0.000027;0.044408;0.981135;0.000025;0.018845;0.986280;0.000020;0.013695;0.993307;0.017986;0.017986;0.006693;0.952574;0.119203;0.017986;0.047426;0.006693;0.731059;0.268941;0.047426;0.119203;0.047426;0.047426;0.731059;0.500000;0.119203;0.268941;0.731059;0.643136;0.059189;0.000000;0.085177;0.728099;0.120893;0.122496;0.239213;0.000000;0.843169;0.729088;0.062679;0.698465;0.705785;0.182575;0.340066;0.188773;0.305127;0.239395;0.815025;0.981244;0.000015;0.018738;0.996045;0.000010;0.003940;0.998985;0.000000;0.001010;0.500000;0.880797;0.500000;0.952574;0.017986;0.500000;0.880797;0.500000;0.268941;0.268941;0.119203;0.731059;0.268941;0.017986;0.500000;0.500000;0.500000;0.047426;0.119203;0.268941;0.287614;0.667522;0.414595;0.859965;0.500250;0.495500;0.833689;0.115169;0.507249;0.368653;0.176390;0.674805;0.418971;0.287614;0.196708;0.578837;0.294423;0.000000;0.219257;0.218744;0.980455;0.000014;0.019531;0.997015;0.000010;0.002975;0.999835;0.000000;0.000165;0.731059;0.268941;0.268941;0.731059;0.119203;0.731059;0.952574;0.500000;0.731059;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.500000;0.731059;0.006693;0.017986;0.268941;0.618220;0.448187;0.480760;0.694449;0.000000;0.739236;0.750073;0.258841;0.136226;0.660383;0.399392;0.674366;0.326293;0.429964;0.074537;0.542398;0.406851;0.000000;0.345473;0.272495;0.977148;0.000026;0.022826;0.997085;0.000045;0.002875;0.999905;0.000000;0.000090;0.982014;0.119203;0.047426;0.006693;0.500000;0.119203;0.047426;0.119203;0.047426;0.880797;0.268941;0.268941;0.880797;0.119203;0.017986;0.500000;0.268941;0.119203;0.047426;0.880797;0.532952;0.108709;0.000000;0.000000;0.465057;0.000000;0.212989;0.094234;0.262116;0.889633;0.806901;0.000000;0.884933;0.769058;0.000000;0.291316;0.252184;0.668631;0.073033;0.572241;0.985975;0.000036;0.013989;0.999100;0.000075;0.000825;0.999880;0.000000;0.000120;0.731059;0.000911;0.000911;0.000335;0.000911;0.000911;0.000911;0.006693;0.047426;0.731059;0.268941;0.000911;0.119203;0.999665;0.000335;0.017986;0.002473;0.119203;0.731059;0.119203;0.195761;0.175231;0.000000;0.000000;0.781256;0.210985;0.146540;0.000000;0.098856;0.719907;0.722320;0.045045;0.927976;0.960608;0.231475;0.000000;0.000000;0.000000;0.645885;0.316912;0.979153;0.000048;0.020799;0.998265;0.000110;0.001625;0.998450;0.000000;0.001550;0.731059;0.880797;0.731059;0.880797;0.017986;0.731059;0.731059;0.268941;0.731059;0.017986;0.119203;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.017986;0.268941;0.047426;0.537927;0.721718;0.715246;0.640146;0.000000;0.752688;0.772239;0.327834;0.720914;0.053505;0.107455;0.734583;0.284144;0.000000;0.000000;0.661727;0.502750;0.000000;0.000000;0.169103;0.965073;0.003846;0.031079;0.992010;0.000105;0.007880;0.995045;0.000000;0.004955;0.880797;0.880797;0.268941;0.119203;0.047426;0.952574;0.731059;0.119203;0.952574;0.119203;0.119203;0.880797;0.119203;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.268941;0.536435;0.753618;0.680919;0.637609;0.203591;0.481508;0.685465;0.095349;0.197975;0.495000;0.424091;0.512747;0.831459;0.528220;0.193410;0.512747;0.243240;0.121853;0.294423;0.469538;0.928092;0.000133;0.071776;0.962435;0.000290;0.037270;0.974465;0.000075;0.025465;0.119203;0.002473;0.000911;0.017986;0.268941;0.002473;0.006693;0.002473;0.002473;0.952574;0.993307;0.002473;0.982014;0.731059;0.002473;0.006693;0.017986;0.006693;0.017986;0.880797;0.675902;0.171505;0.105364;0.000000;0.759328;0.000000;0.057001;0.000000;0.122819;0.834519;0.633904;0.050355;0.816678;0.914198;0.227761;0.117845;0.236674;0.554779;0.751756;0.503750;0.789833;0.006586;0.203578;0.902790;0.003055;0.094150;0.723185;0.016670;0.260140;0.119203;0.002473;0.119203;0.999665;0.000911;0.017986;0.268941;0.047426;0.006693;0.006693;0.047426;0.017986;0.002473;0.268941;0.006693;0.268941;0.047426;0.000911;0.268941;0.006693;0.345247;0.125428;0.583705;0.963701;0.000000;0.579812;0.261150;0.572486;0.074952;0.000000;0.000000;0.202297;0.000000;0.000000;0.458099;0.481259;0.209490;0.000000;0.259802;0.289462;0.251092;0.006111;0.742796;0.370880;0.001830;0.627285;0.277230;0.001685;0.721085;0.731059;0.731059;0.268941;0.268941;0.017986;0.500000;0.119203;0.119203;0.119203;0.500000;0.268941;0.731059;0.119203;0.119203;0.500000;0.500000;0.982014;0.006693;0.017986;0.500000;0.530711;0.583948;0.297130;0.462322;0.523483;0.577617;0.467795;0.428004;0.202781;0.583948;0.436101;0.648397;0.322130;0.140759;0.752129;0.728890;0.530711;0.312813;0.000000;0.388648;0.103517;0.014322;0.882161;0.163360;0.001885;0.834755;0.064080;0.003340;0.932580
0.993307;0.017986;0.017986;0.006693;0.952574;0.119203;0.017986;0.047426;0.006693;0.731059;0.268941;0.047426;0.119203;0.047426;0.047426;0.731059;0.500000;0.119203;0.268941;0.731059;0.643136;0.059189;0.000000;0.085177;0.728099;0.120893;0.122496;0.239213;0.000000;0.843169;0.729088;0.062679;0.698465;0.705785;0.182575;0.340066;0.188773;0.305127;0.239395;0.815025;0.981244;0.000015;0.018738;0.996045;0.000010;0.003940;0.998985;0.000000;0.001010;0.500000;0.880797;0.500000;0.952574;0.017986;0.500000;0.880797;0.500000;0.268941;0.268941;0.119203;0.731059;0.268941;0.017986;0.500000;0.500000;0.500000;0.047426;0.119203;0.268941;0.287614;0.667522;0.414595;0.859965;0.500250;0.495500;0.833689;0.115169;0.507249;0.368653;0.176390;0.674805;0.418971;0.287614;0.196708;0.578837;0.294423;0.000000;0.219257;0.218744;0.980455;0.000014;0.019531;0.997015;0.000010;0.002975;0.999835;0.000000;0.000165;0.731059;0.268941;0.268941;0.731059;0.119203;0.731059;0.952574;0.500000;0.731059;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.500000;0.731059;0.006693;0.017986;0.268941;0.618220;0.448187;0.480760;0.694449;0.000000;0.739236;0.750073;0.258841;0.136226;0.660383;0.399392;0.674366;0.326293;0.429964;0.074537;0.542398;0.406851;0.000000;0.345473;0.272495;0.977148;0.000026;0.022826;0.997085;0.000045;0.002875;0.999905;0.000000;0.000090;0.982014;0.119203;0.047426;0.006693;0.500000;0.119203;0.047426;0.119203;0.047426;0.880797;0.268941;0.268941;0.880797;0.119203;0.017986;0.500000;0.268941;0.119203;0.047426;0.880797;0.532952;0.108709;0.000000;0.000000;0.465057;0.000000;0.212989;0.094234;0.262116;0.889633;0.806901;0.000000;0.884933;0.769058;0.000000;0.291316;0.252184;0.668631;0.073033;0.572241;0.985975;0.000036;0.013989;0.999100;0.000075;0.000825;0.999880;0.000000;0.000120;0.731059;0.000911;0.000911;0.000335;0.000911;0.000911;0.000911;0.006693;0.047426;0.731059;0.268941;0.000911;0.119203;0.999665;0.000335;0.017986;0.002473;0.119203;0.731059;0.119203;0.195761;0.175231;0.000000;0.000000;0.781256;0.210985;0.146540;0.000000;0.098856;0.719907;0.722320;0.045045;0.927976;0.960608;0.231475;0.000000;0.000000;0.000000;0.645885;0.316912;0.979153;0.000048;0.020799;0.998265;0.000110;0.001625;0.998450;0.000000;0.001550;0.731059;0.880797;0.731059;0.880797;0.017986;0.731059;0.731059;0.268941;0.731059;0.017986;0.119203;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.017986;0.268941;0.047426;0.537927;0.721718;0.715246;0.640146;0.000000;0.752688;0.772239;0.327834;0.720914;0.053505;0.107455;0.734583;0.284144;0.000000;0.000000;0.661727;0.502750;0.000000;0.000000;0.169103;0.965073;0.003846;0.031079;0.992010;0.000105;0.007880;0.995045;0.000000;0.004955;0.880797;0.880797;0.268941;0.119203;0.047426;0.952574;0.731059;0.119203;0.952574;0.119203;0.119203;0.880797;0.119203;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.268941;0.536435;0.753618;0.680919;0.637609;0.203591;0.481508;0.685465;0.095349;0.197975;0.495000;0.424091;0.512747;0.831459;0.528220;0.193410;0.512747;0.243240;0.121853;0.294423;0.469538;0.928092;0.000133;0.071776;0.962435;0.000290;0.037270;0.974465;0.000075;0.025465;0.119203;0.002473;0.000911;0.017986;0.268941;0.002473;0.006693;0.002473;0.002473;0.952574;0.993307;0.002473;0.982014;0.731059;0.002473;0.006693;0.017986;0.006693;0.017986;0.880797;0.675902;0.171505;0.105364;0.000000;0.759328;0.000000;0.057001;0.000000;0.122819;0.834519;0.633904;0.050355;0.816678;0.914198;0.227761;0.117845;0.236674;0.554779;0.751756;0.503750;0.789833;0.006586;0.203578;0.902790;0.003055;0.094150;0.723185;0.016670;0.260140;0.119203;0.002473;0.119203;0.999665;0.000911;0.017986;0.268941;0.047426;0.006693;0.006693;0.047426;0.017986;0.002473;0.268941;0.006693;0.268941;0.047426;0.000911;0.268941;0.006693;0.345247;0.125428;0.583705;0.963701;0.000000;0.579812;0.261150;0.572486;0.074952;0.000000;0.000000;0.202297;0.000000;0.000000;0.458099;0.481259;0.209490;0.000000;0.259802;0.289462;0.251092;0.006111;0.742796;0.370880;0.001830;0.627285;0.277230;0.001685;0.721085;0.731059;0.731059;0.268941;0.268941;0.017986;0.500000;0.119203;0.119203;0.119203;0.500000;0.268941;0.731059;0.119203;0.119203;0.500000;0.500000;0.982014;0.006693;0.017986;0.500000;0.530711;0.583948;0.297130;0.462322;0.523483;0.577617;0.467795;0.428004;0.202781;0.583948;0.436101;0.648397;0.322130;0.140759;0.752129;0.728890;0.530711;0.312813;0.000000;0.388648;0.103517;0.014322;0.882161;0.163360;0.001885;0.834755;0.064080;0.003340;0.932580;0.268941;0.047426;0.993307;0.999089;0.017986;0.119203;0.119203;0.500000;0.017986;0.000911;0.000911;0.119203;0.002473;0.000911;0.047426;0.119203;0.047426;0.000911;0.002473;0.002473;0.062738;0.246197;0.945215;0.916062;0.000000;0.483256;0.507749;0.158825;0.203753;0.125978;0.019171;0.336708;0.169243;0.278081;0.173360;0.773293;0.150972;0.000000;0.000000;0.253885;0.049820;0.011444;0.938737;0.037685;0.000265;0.962050;0.043295;0.006290;0.950420
0.500000;0.880797;0.500000;0.952574;0.017986;0.500000;0.880797;0.500000;0.268941;0.268941;0.119203;0.731059;0.268941;0.017986;0.500000;0.500000;0.500000;0.047426;0.119203;0.268941;0.287614;0.667522;0.414595;0.859965;0.500250;0.495500;0.833689;0.115169;0.507249;0.368653;0.176390;0.674805;0.418971;0.287614;0.196708;0.578837;0.294423;0.000000;0.219257;0.218744;0.980455;0.000014;0.019531;0.997015;0.000010;0.002975;0.999835;0.000000;0.000165;0.731059;0.268941;0.268941;0.731059;0.119203;0.731059;0.952574;0.500000;0.731059;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.500000;0.731059;0.006693;0.017986;0.268941;0.618220;0.448187;0.480760;0.694449;0.000000;0.739236;0.750073;0.258841;0.136226;0.660383;0.399392;0.674366;0.326293;0.429964;0.074537;0.542398;0.406851;0.000000;0.345473;0.272495;0.977148;0.000026;0.022826;0.997085;0.000045;0.002875;0.999905;0.000000;0.000090;0.982014;0.119203;0.047426;0.006693;0.500000;0.119203;0.047426;0.119203;0.047426;0.880797;0.268941;0.268941;0.880797;0.119203;0.017986;0.500000;0.268941;0.119203;0.047426;0.880797;0.532952;0.108709;0.000000;0.000000;0.465057;0.000000;0.212989;0.094234;0.262116;0.889633;0.806901;0.000000;0.884933;0.769058;0.000000;0.291316;0.252184;0.668631;0.073033;0.572241;0.985975;0.000036;0.013989;0.999100;0.000075;0.000825;0.999880;0.000000;0.000120;0.731059;0.000911;0.000911;0.000335;0.000911;0.000911;0.000911;0.006693;0.047426;0.731059;0.268941;0.000911;0.119203;0.999665;0.000335;0.017986;0.002473;0.119203;0.731059;0.119203;0.195761;0.175231;0.000000;0.000000;0.781256;0.210985;0.146540;0.000000;0.098856;0.719907;0.722320;0.045045;0.927976;0.960608;0.231475;0.000000;0.000000;0.000000;0.645885;0.316912;0.979153;0.000048;0.020799;0.998265;0.000110;0.001625;0.998450;0.000000;0.001550;0.731059;0.880797;0.731059;0.880797;0.017986;0.731059;0.731059;0.268941;0.731059;0.017986;0.119203;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.017986;0.268941;0.047426;0.537927;0.721718;0.715246;0.640146;0.000000;0.752688;0.772239;0.327834;0.720914;0.053505;0.107455;0.734583;0.284144;0.000000;0.000000;0.661727;0.502750;0.000000;0.000000;0.169103;0.965073;0.003846;0.031079;0.992010;0.000105;0.007880;0.995045;0.000000;0.004955;0.880797;0.880797;0.268941;0.119203;0.047426;0.952574;0.731059;0.119203;0.952574;0.119203;0.119203;0.880797;0.119203;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.268941;0.536435;0.753618;0.680919;0.637609;0.203591;0.481508;0.685465;0.095349;0.197975;0.495000;0.424091;0.512747;0.831459;0.528220;0.193410;0.512747;0.243240;0.121853;0.294423;0.469538;0.928092;0.000133;0.071776;0.962435;0.000290;0.037270;0.974465;0.000075;0.025465;0.119203;0.002473;0.000911;0.017986;0.268941;0.002473;0.006693;0.002473;0.002473;0.952574;0.993307;0.002473;0.982014;0.731059;0.002473;0.006693;0.017986;0.006693;0.017986;0.880797;0.675902;0.171505;0.105364;0.000000;0.759328;0.000000;0.057001;0.000000;0.122819;0.834519;0.633904;0.050355;0.816678;0.914198;0.227761;0.117845;0.236674;0.554779;0.751756;0.503750;0.789833;0.006586;0.203578;0.902790;0.003055;0.094150;0.723185;0.016670;0.260140;0.119203;0.002473;0.119203;0.999665;0.000911;0.017986;0.268941;0.047426;0.006693;0.006693;0.047426;0.017986;0.002473;0.268941;0.006693;0.268941;0.047426;0.000911;0.268941;0.006693;0.345247;0.125428;0.583705;0.963701;0.000000;0.579812;0.261150;0.572486;0.074952;0.000000;0.000000;0.202297;0.000000;0.000000;0.458099;0.481259;0.209490;0.000000;0.259802;0.289462;0.251092;0.006111;0.742796;0.370880;0.001830;0.627285;0.277230;0.001685;0.721085;0.731059;0.731059;0.268941;0.268941;0.017986;0.500000;0.119203;0.119203;0.119203;0.500000;0.268941;0.731059;0.119203;0.119203;0.500000;0.500000;0.982014;0.006693;0.017986;0.500000;0.530711;0.583948;0.297130;0.462322;0.523483;0.577617;0.467795;0.428004;0.202781;0.583948;0.436101;0.648397;0.322130;0.140759;0.752129;0.728890;0.530711;0.312813;0.000000;0.388648;0.103517;0.014322;0.882161;0.163360;0.001885;0.834755;0.064080;0.003340;0.932580;0.268941;0.047426;0.993307;0.999089;0.017986;0.119203;0.119203;0.500000;0.017986;0.000911;0.000911;0.119203;0.002473;0.000911;0.047426;0.119203;0.047426;0.000911;0.002473;0.002473;0.062738;0.246197;0.945215;0.916062;0.000000;0.483256;0.507749;0.158825;0.203753;0.125978;0.019171;0.336708;0.169243;0.278081;0.173360;0.773293;0.150972;0.000000;0.000000;0.253885;0.049820;0.011444;0.938737;0.037685;0.000265;0.962050;0.043295;0.006290;0.950420;0.500000;0.268941;0.880797;0.500000;0.047426;0.500000;0.119203;0.993307;0.500000;0.002473;0.002473;0.880797;0.006693;0.002473;0.006693;0.268941;0.119203;0.002473;0.002473;0.006693;0.230764;0.518991;0.806433;0.499500;0.193255;0.753060;0.669517;0.826066;0.556754;0.191236;0.059245;0.724721;0.241953;0.072898;0.313889;0.592425;0.268156;0.000000;0.077988;0.096129;0.033459;0.015893;0.950651;0.004865;0.000200;0.994940;0.017645;0.002565;0.979795
0.731059;0.268941;0.268941;0.731059;0.119203;0.731059;0.952574;0.500000;0.731059;0.500000;0.119203;0.500000;0.268941;0.047426;0.119203;0.500000;0.731059;0.006693;0.017986;0.268941;0.618220;0.448187;0.480760;0.694449;0.000000;0.739236;0.750073;0.258841;0.136226;0.660383;0.399392;0.674366;0.326293;0.429964;0.074537;0.542398;0.406851;0.000000;0.345473;0.272495;0.977148;0.000026;0.022826;0.997085;0.000045;0.002875;0.999905;0.000000;0.000090;0.982014;0.119203;0.047426;0.006693;0.500000;0.119203;0.047426;0.119203;0.047426;0.880797;0.268941;0.268941;0.880797;0.119203;0.017986;0.500000;0.268941;0.119203;0.047426;0.880797;0.532952;0.108709;0.000000;0.000000;0.465057;0.000000;0.212989;0.094234;0.262116;0.889633;0.806901;0.000000;0.884933;0.769058;0.000000;0.291316;0.252184;0.668631;0.073033;0.572241;0.985975;0.000036;0.013989;0.999100;0.000075;0.000825;0.999880;0.000000;0.000120;0.731059;0.000911;0.000911;0.000335;0.000911;0.000911;0.000911;0.006693;0.047426;0.731059;0.268941;0.000911;0.119203;0.999665;0.000335;0.017986;0.002473;0.119203;0.731059;0.119203;0.195761;0.175231;0.000000;0.000000;0.781256;0.210985;0.146540;0.000000;0.098856;0.719907;0.722320;0.045045;0.927976;0.960608;0.231475;0.000000;0.000000;0.000000;0.645885;0.316912;0.979153;0.000048;0.020799;0.998265;0.000110;0.001625;0.998450;0.000000;0.001550;0.731059;0.880797;0.731059;0.880797;0.017986;0.731059;0.731059;0.268941;0.731059;0.017986;0.119203;0.731059;0.119203;0.268941;0.268941;0.500000;0.268941;0.017986;0.268941;0.047426;0.537927;0.721718;0.715246;0.640146;0.000000;0.752688;0.772239;0.327834;0.720914;0.053505;0.107455;0.734583;0.284144;0.000000;0.000000;0.661727;0.502750;0.000000;0.000000;0.169103;0.965073;0.003846;0.031079;0.992010;0.000105;0.007880;0.995045;0.000000;0.004955;0.880797;0.880797;0.268941;0.119203;0.047426;0.952574;0.731059;0.119203;0.952574;0.119203;0.119203;0.880797;0.119203;0.017986;0.047426;0.500000;0.268941;0.006693;0.047426;0.268941;0.536435;0.753618;0.680919;0.637609;0.203591;0.481508;0.685465;0.095349;0.197975;0.495000;0.424091;0.512747;0.831459;0.528220;0.193410;0.512747;0.243240;0.121853;0.294423;0.469538;0.928092;0.000133;0.071776;0.962435;0.000290;0.037270;0.974465;0.000075;0.025465;0.119203;0.002473;0.000911;0.017986;0.268941;0.002473;0.006693;0.002473;0.002473;0.952574;0.993307;0.002473;0.982014;0.731059;0.002473;0.006693;0.017986;0.006693;0.017986;0.880797;0.675902;0.171505;0.105364;0.000000;0.759328;0.000000;0.057001;0.000000;0.122819;0.834519;0.633904;0.050355;0.816678;0.914198;0.227761;0.117845;0.236674;0.554779;0.751756;0.503750;0.789833;0.006586;0.203578;0.902790;0.003055;0.094150;0.723185;0.016670;0.260140;0.119203;0.002473;0.119203;0.999665;0.000911;0.017986;0.268941;0.047426;0.006693;0.006693;0.047426;0.017986;0.002473;0.268941;0.006693;0.268941;0.047426;0.000911;0.268941;0.006693;0.345247;0.125428;0.583705;0.963701;0.000000;0.579812;0.261150;0.572486;0.074952;0.000000;0.000000;0.202297;0.000000;0.000000;0.458099;0.481259;0.209490;0.000000;0.259802;0.289462;0.251092;0.006111;0.742796;0.370880;0.001830;0.627285;0.277230;0.001685;0.721085;0.731059;0.731059;0.268941;0.268941;0.017986;0.500000;0.119203;0.119203;0.119203;0.500000;0.268941;0.731059;0.119203;0.119203;0.500000;0.500000;0.982014;0.006693;0.017986;0.500000;0.530711;0.583948;0.297130;0.462322;0.523483;0.577617;0.467795;0.428004;0.202781;0.583948;0.436101;0.648397;0.322130;0.140759;0.752129;0.728890;0.530711;0.312813;0.000000;0.388648;0.103517;0.014322;0.882161;0.163360;0.001885;0.834755;0.064080;0.003340;0.932580;0.268941;0.047426;0.993307;0.999089;0.017986;0.119203;0.119203;0.500000;0.017986;0.000911;0.000911;0.119203;0.002473;0.000911;0.047426;0.119203;0.047426;0.000911;0.002473;0.002473;0.062738;0.246197;0.945215;0.916062;0.000000;0.483256;0.507749;0.158825;0.203753;0.125978;0.019171;0.336708;0.169243;0.278081;0.173360;0.773293;0.150972;0.000000;0.000000;0.253885;0.049820;0.011444;0.938737;0.037685;0.000265;0.962050;0.043295;0.006290;0.950420;0.500000;0.268941;0.880797;0.500000;0.047426;0.500000;0.119203;0.993307;0.500000;0.002473;0.002473;0.880797;0.006693;0.002473;0.006693;0.268941;0.119203;0.002473;0.002473;0.006693;0.230764;0.518991;0.806433;0.499500;0.193255;0.753060;0.669517;0.826066;0.556754;0.191236;0.059245;0.724721;0.241953;0.072898;0.313889;0.592425;0.268156;0.000000;0.077988;0.096129;0.033459;0.015893;0.950651;0.004865;0.000200;0.994940;0.017645;0.002565;0.979795;0.047426;0.017986;0.880797;0.999089;0.000911;0.268941;0.268941;0.119203;0.047426;0.000911;0.000911;0.268941;0.002473;0.000911;0.006693;0.500000;0.268941;0.000911;0.119203;0.002473;0.263472;0.189387;0.711360;0.939744;0.203915;0.614437;0.620577;0.270517;0.000000;0.052451;0.024989;0.479012;0.000000;0.000000;0.229701;0.848515;0.438316;0.000000;0.281102;0.033278;0.035853;0.016036;0.948109;0.001635;0.002040;0.996320;0.007660;0.011105;0.981235
0.047426;0.017986;0.880797;0.999089;0.000911;0.268941;0.268941;0.119203;0.047426;0.000911;0.000911;0.268941;0.002473;0.000911;0.006693;0.500000;0.268941;0.000911;0.119203;0.002473;0.263472;0.189387;0.711360;0.939744;0.203915;0.614437;0.620577;0.270517;0.000000;0.052451;0.024989;0.479012;0.000000;0.000000;0.229701;0.848515;0.438316;0.000000;0.281102;0.033278;0.035853;0.016036;0.948109;0.001635;0.002040;0.996320;0.007660;0.011105;0.981235;0.047426;0.006693;0.119203;0.268941;0.002473;0.017986;0.017986;0.999089;0.002473;0.002473;0.002473;0.119203;0.119203;0.000911;0.002473;0.047426;0.047426;0.002473;0.000911;0.017986;0.338497;0.361929;0.618928;0.471780;0.000000;0.227585;0.236133;0.943906;0.419458;0.000000;0.000000;0.485254;0.191236;0.292971;0.296713;0.635063;0.101015;0.000000;0.072561;0.036580;0.034501;0.017518;0.947979;0.000280;0.014220;0.985500;0.001075;0.029990;0.968930;0.268941;0.952574;0.119203;0.119203;0.047426;0.880797;0.500000;0.268941;0.880797;0.119203;0.268941;0.880797;0.500000;0.500000;0.017986;0.500000;0.731059;0.268941;0.880797;0.268941;0.272099;0.817873;0.590250;0.053151;0.216531;0.741925;0.581273;0.377541;0.602526;0.376132;0.205544;0.753432;0.300483;0.433398;0.243977;0.552802;0.394365;0.000000;0.640607;0.498750;0.033080;0.504640;0.462280;0.001185;0.199930;0.798885;0.001420;0.964485;0.034095;0.006693;0.002473;0.000911;0.000911;0.268941;0.002473;0.000911;0.000911;0.000911;0.997527;0.952574;0.002473;0.500000;0.119203;0.047426;0.002473;0.047426;0.002473;0.047426;0.952574;0.037471;0.000000;0.000000;0.000000;0.201491;0.000000;0.056947;0.000000;0.000000;0.954869;0.772239;0.000000;0.601807;0.495250;0.000000;0.045131;0.036299;0.000000;0.180643;0.843961;0.034539;0.655616;0.309842;0.001270;0.204395;0.794335;0.001400;0.971985;0.026610;0.119203;0.119203;0.880797;0.880797;0.006693;0.119203;0.047426;0.500000;0.268941;0.002473;0.002473;0.047426;0.017986;0.002473;0.268941;0.993307;0.952574;0.000911;0.006693;0.006693;0.260572;0.030620;0.773118;0.848643;0.177701;0.508999;0.459837;0.125868;0.339169;0.000000;0.070437;0.042168;0.000000;0.195761;0.069010;0.939118;0.793639;0.000000;0.074744;0.035674;0.028594;0.483300;0.488108;0.002760;0.190575;0.806670;0.001525;0.966430;0.032045;0.119203;0.982014;0.047426;0.017986;0.047426;0.268941;0.731059;0.006693;0.500000;0.119203;0.731059;0.731059;0.268941;0.880797;0.017986;0.119203;0.268941;0.952574;0.880797;0.731059;0.123467;0.657236;0.118888;0.000000;0.000000;0.604201;0.508499;0.070306;0.000000;0.220114;0.731648;0.469040;0.378716;0.897890;0.000000;0.354115;0.000000;0.832577;0.911654;0.404681;0.975345;0.001873;0.022780;0.989215;0.000010;0.010775;0.999055;0.000010;0.000930;0.731059;0.119203;0.119203;0.993307;0.002473;0.731059;0.982014;0.047426;0.268941;0.002473;0.002473;0.500000;0.017986;0.002473;0.268941;0.500000;0.268941;0.000911;0.002473;0.006693;0.393649;0.362391;0.592667;0.874022;0.235052;0.818319;0.896507;0.108612;0.257501;0.165757;0.081510;0.570772;0.000000;0.201009;0.283331;0.560453;0.103586;0.304280;0.058415;0.115373;0.974067;0.004760;0.021172;0.999815;0.000000;0.000185;0.999715;0.000000;0.000285;0.119203;0.268941;0.047426;0.880797;0.047426;0.731059;0.999089;0.017986;0.017986;0.017986;0.000911;0.268941;0.002473;0.000911;0.006693;0.047426;0.119203;0.000911;0.017986;0.006693;0.255213;0.196708;0.362622;0.796733;0.000000;0.749322;0.941695;0.319733;0.135404;0.000000;0.105931;0.523233;0.000000;0.075999;0.000000;0.642677;0.256927;0.510998;0.099124;0.169103;0.976068;0.007189;0.016743;0.999970;0.000000;0.000030;0.999835;0.000000;0.000165;0.017986;0.002473;0.002473;0.002473;0.119203;0.002473;0.002473;0.002473;0.119203;0.880797;0.731059;0.002473;0.500000;0.999089;0.002473;0.017986;0.047426;0.982014;0.952574;0.500000;0.163693;0.000000;0.124009;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.417025;0.711976;0.000000;0.597245;0.976014;0.000000;0.000000;0.072561;0.944538;0.776607;0.421163;0.973135;0.001278;0.025587;0.999995;0.000000;0.000005;0.999965;0.000000;0.000035;0.731059;0.268941;0.047426;0.047426;0.731059;0.731059;0.119203;0.047426;0.500000;0.731059;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.731059;0.017986;0.047426;0.982014;0.511248;0.482257;0.097792;0.242320;0.212822;0.666856;0.458595;0.134005;0.242320;0.753246;0.678088;0.530213;0.712591;0.632045;0.000000;0.367722;0.333588;0.259994;0.425313;0.720511;0.977940;0.002564;0.019495;0.999990;0.000000;0.000005;0.999985;0.000000;0.000015;0.880797;0.731059;0.268941;0.731059;0.047426;0.880797;0.731059;0.268941;0.500000;0.119203;0.119203;0.731059;0.268941;0.047426;0.268941;0.731059;0.880797;0.017986;0.047426;0.268941;0.742691;0.701196;0.707444;0.721316;0.248617;0.810152;0.703287;0.092457;0.385800;0.201330;0.074193;0.751943;0.160165;0.000000;0.158025;0.754174;0.098234;0.000000;0.112745;0.038309;0.978694;0.000011;0.021295;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020
0.047426;0.006693;0.119203;0.268941;0.002473;0.017986;0.017986;0.999089;0.002473;0.002473;0.002473;0.119203;0.119203;0.000911;0.002473;0.047426;0.047426;0.002473;0.000911;0.017986;0.338497;0.361929;0.618928;0.471780;0.000000;0.227585;0.236133;0.943906;0.419458;0.000000;0.000000;0.485254;0.191236;0.292971;0.296713;0.635063;0.101015;0.000000;0.072561;0.036580;0.034501;0.017518;0.947979;0.000280;0.014220;0.985500;0.001075;0.029990;0.968930;0.268941;0.952574;0.119203;0.119203;0.047426;0.880797;0.500000;0.268941;0.880797;0.119203;0.268941;0.880797;0.500000;0.500000;0.017986;0.500000;0.731059;0.268941;0.880797;0.268941;0.272099;0.817873;0.590250;0.053151;0.216531;0.741925;0.581273;0.377541;0.602526;0.376132;0.205544;0.753432;0.300483;0.433398;0.243977;0.552802;0.394365;0.000000;0.640607;0.498750;0.033080;0.504640;0.462280;0.001185;0.199930;0.798885;0.001420;0.964485;0.034095;0.006693;0.002473;0.000911;0.000911;0.268941;0.002473;0.000911;0.000911;0.000911;0.997527;0.952574;0.002473;0.500000;0.119203;0.047426;0.002473;0.047426;0.002473;0.047426;0.952574;0.037471;0.000000;0.000000;0.000000;0.201491;0.000000;0.056947;0.000000;0.000000;0.954869;0.772239;0.000000;0.601807;0.495250;0.000000;0.045131;0.036299;0.000000;0.180643;0.843961;0.034539;0.655616;0.309842;0.001270;0.204395;0.794335;0.001400;0.971985;0.026610;0.119203;0.119203;0.880797;0.880797;0.006693;0.119203;0.047426;0.500000;0.268941;0.002473;0.002473;0.047426;0.017986;0.002473;0.268941;0.993307;0.952574;0.000911;0.006693;0.006693;0.260572;0.030620;0.773118;0.848643;0.177701;0.508999;0.459837;0.125868;0.339169;0.000000;0.070437;0.042168;0.000000;0.195761;0.069010;0.939118;0.793639;0.000000;0.074744;0.035674;0.028594;0.483300;0.488108;0.002760;0.190575;0.806670;0.001525;0.966430;0.032045;0.119203;0.982014;0.047426;0.017986;0.047426;0.268941;0.731059;0.006693;0.500000;0.119203;0.731059;0.731059;0.268941;0.880797;0.017986;0.119203;0.268941;0.952574;0.880797;0.731059;0.123467;0.657236;0.118888;0.000000;0.000000;0.604201;0.508499;0.070306;0.000000;0.220114;0.731648;0.469040;0.378716;0.897890;0.000000;0.354115;0.000000;0.832577;0.911654;0.404681;0.975345;0.001873;0.022780;0.989215;0.000010;0.010775;0.999055;0.000010;0.000930;0.731059;0.119203;0.119203;0.993307;0.002473;0.731059;0.982014;0.047426;0.268941;0.002473;0.002473;0.500000;0.017986;0.002473;0.268941;0.500000;0.268941;0.000911;0.002473;0.006693;0.393649;0.362391;0.592667;0.874022;0.235052;0.818319;0.896507;0.108612;0.257501;0.165757;0.081510;0.570772;0.000000;0.201009;0.283331;0.560453;0.103586;0.304280;0.058415;0.115373;0.974067;0.004760;0.021172;0.999815;0.000000;0.000185;0.999715;0.000000;0.000285;0.119203;0.268941;0.047426;0.880797;0.047426;0.731059;0.999089;0.017986;0.017986;0.017986;0.000911;0.268941;0.002473;0.000911;0.006693;0.047426;0.119203;0.000911;0.017986;0.006693;0.255213;0.196708;0.362622;0.796733;0.000000;0.749322;0.941695;0.319733;0.135404;0.000000;0.105931;0.523233;0.000000;0.075999;0.000000;0.642677;0.256927;0.510998;0.099124;0.169103;0.976068;0.007189;0.016743;0.999970;0.000000;0.000030;0.999835;0.000000;0.000165;0.017986;0.002473;0.002473;0.002473;0.119203;0.002473;0.002473;0.002473;0.119203;0.880797;0.731059;0.002473;0.500000;0.999089;0.002473;0.017986;0.047426;0.982014;0.952574;0.500000;0.163693;0.000000;0.124009;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.417025;0.711976;0.000000;0.597245;0.976014;0.000000;0.000000;0.072561;0.944538;0.776607;0.421163;0.973135;0.001278;0.025587;0.999995;0.000000;0.000005;0.999965;0.000000;0.000035;0.731059;0.268941;0.047426;0.047426;0.731059;0.731059;0.119203;0.047426;0.500000;0.731059;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.731059;0.017986;0.047426;0.982014;0.511248;0.482257;0.097792;0.242320;0.212822;0.666856;0.458595;0.134005;0.242320;0.753246;0.678088;0.530213;0.712591;0.632045;0.000000;0.367722;0.333588;0.259994;0.425313;0.720511;0.977940;0.002564;0.019495;0.999990;0.000000;0.000005;0.999985;0.000000;0.000015;0.880797;0.731059;0.268941;0.731059;0.047426;0.880797;0.731059;0.268941;0.500000;0.119203;0.119203;0.731059;0.268941;0.047426;0.268941;0.731059;0.880797;0.017986;0.047426;0.268941;0.742691;0.701196;0.707444;0.721316;0.248617;0.810152;0.703287;0.092457;0.385800;0.201330;0.074193;0.751943;0.160165;0.000000;0.158025;0.754174;0.098234;0.000000;0.112745;0.038309;0.978694;0.000011;0.021295;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.982014;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.268941;0.880797;0.268941;0.952574;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.006693;0.119203;0.047426;0.529964;0.178580;0.078276;0.210320;0.716263;0.693812;0.063091;0.283331;0.000000;0.650446;0.621754;0.304492;0.871131;0.895856;0.064224;0.409024;0.130108;0.656560;0.774168;0.450909;0.978440;0.000012;0.021546;0.999955;0.000000;0.000040;0.999965;0.000000;0.000035
0.268941;0.952574;0.119203;0.119203;0.047426;0.880797;0.500000;0.268941;0.880797;0.119203;0.268941;0.880797;0.500000;0.500000;0.017986;0.500000;0.731059;0.268941;0.880797;0.268941;0.272099;0.817873;0.590250;0.053151;0.216531;0.741925;0.581273;0.377541;0.602526;0.376132;0.205544;0.753432;0.300483;0.433398;0.243977;0.552802;0.394365;0.000000;0.640607;0.498750;0.033080;0.504640;0.462280;0.001185;0.199930;0.798885;0.001420;0.964485;0.034095;0.006693;0.002473;0.000911;0.000911;0.268941;0.002473;0.000911;0.000911;0.000911;0.997527;0.952574;0.002473;0.500000;0.119203;0.047426;0.002473;0.047426;0.002473;0.047426;0.952574;0.037471;0.000000;0.000000;0.000000;0.201491;0.000000;0.056947;0.000000;0.000000;0.954869;0.772239;0.000000;0.601807;0.495250;0.000000;0.045131;0.036299;0.000000;0.180643;0.843961;0.034539;0.655616;0.309842;0.001270;0.204395;0.794335;0.001400;0.971985;0.026610;0.119203;0.119203;0.880797;0.880797;0.006693;0.119203;0.047426;0.500000;0.268941;0.002473;0.002473;0.047426;0.017986;0.002473;0.268941;0.993307;0.952574;0.000911;0.006693;0.006693;0.260572;0.030620;0.773118;0.848643;0.177701;0.508999;0.459837;0.125868;0.339169;0.000000;0.070437;0.042168;0.000000;0.195761;0.069010;0.939118;0.793639;0.000000;0.074744;0.035674;0.028594;0.483300;0.488108;0.002760;0.190575;0.806670;0.001525;0.966430;0.032045;0.119203;0.982014;0.047426;0.017986;0.047426;0.268941;0.731059;0.006693;0.500000;0.119203;0.731059;0.731059;0.268941;0.880797;0.017986;0.119203;0.268941;0.952574;0.880797;0.731059;0.123467;0.657236;0.118888;0.000000;0.000000;0.604201;0.508499;0.070306;0.000000;0.220114;0.731648;0.469040;0.378716;0.897890;0.000000;0.354115;0.000000;0.832577;0.911654;0.404681;0.975345;0.001873;0.022780;0.989215;0.000010;0.010775;0.999055;0.000010;0.000930;0.731059;0.119203;0.119203;0.993307;0.002473;0.731059;0.982014;0.047426;0.268941;0.002473;0.002473;0.500000;0.017986;0.002473;0.268941;0.500000;0.268941;0.000911;0.002473;0.006693;0.393649;0.362391;0.592667;0.874022;0.235052;0.818319;0.896507;0.108612;0.257501;0.165757;0.081510;0.570772;0.000000;0.201009;0.283331;0.560453;0.103586;0.304280;0.058415;0.115373;0.974067;0.004760;0.021172;0.999815;0.000000;0.000185;0.999715;0.000000;0.000285;0.119203;0.268941;0.047426;0.880797;0.047426;0.731059;0.999089;0.017986;0.017986;0.017986;0.000911;0.268941;0.002473;0.000911;0.006693;0.047426;0.119203;0.000911;0.017986;0.006693;0.255213;0.196708;0.362622;0.796733;0.000000;0.749322;0.941695;0.319733;0.135404;0.000000;0.105931;0.523233;0.000000;0.075999;0.000000;0.642677;0.256927;0.510998;0.099124;0.169103;0.976068;0.007189;0.016743;0.999970;0.000000;0.000030;0.999835;0.000000;0.000165;0.017986;0.002473;0.002473;0.002473;0.119203;0.002473;0.002473;0.002473;0.119203;0.880797;0.731059;0.002473;0.500000;0.999089;0.002473;0.017986;0.047426;0.982014;0.952574;0.500000;0.163693;0.000000;0.124009;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.417025;0.711976;0.000000;0.597245;0.976014;0.000000;0.000000;0.072561;0.944538;0.776607;0.421163;0.973135;0.001278;0.025587;0.999995;0.000000;0.000005;0.999965;0.000000;0.000035;0.731059;0.268941;0.047426;0.047426;0.731059;0.731059;0.119203;0.047426;0.500000;0.731059;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.731059;0.017986;0.047426;0.982014;0.511248;0.482257;0.097792;0.242320;0.212822;0.666856;0.458595;0.134005;0.242320;0.753246;0.678088;0.530213;0.712591;0.632045;0.000000;0.367722;0.333588;0.259994;0.425313;0.720511;0.977940;0.002564;0.019495;0.999990;0.000000;0.000005;0.999985;0.000000;0.000015;0.880797;0.731059;0.268941;0.731059;0.047426;0.880797;0.731059;0.268941;0.500000;0.119203;0.119203;0.731059;0.268941;0.047426;0.268941;0.731059;0.880797;0.017986;0.047426;0.268941;0.742691;0.701196;0.707444;0.721316;0.248617;0.810152;0.703287;0.092457;0.385800;0.201330;0.074193;0.751943;0.160165;0.000000;0.158025;0.754174;0.098234;0.000000;0.112745;0.038309;0.978694;0.000011;0.021295;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.982014;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.268941;0.880797;0.268941;0.952574;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.006693;0.119203;0.047426;0.529964;0.178580;0.078276;0.210320;0.716263;0.693812;0.063091;0.283331;0.000000;0.650446;0.621754;0.304492;0.871131;0.895856;0.064224;0.409024;0.130108;0.656560;0.774168;0.450909;0.978440;0.000012;0.021546;0.999955;0.000000;0.000040;0.999965;0.000000;0.000035;0.268941;0.006693;0.002473;0.002473;0.500000;0.119203;0.006693;0.268941;0.119203;0.952574;0.268941;0.017986;0.952574;0.952574;0.002473;0.047426;0.017986;0.999665;0.731059;0.880797;0.321475;0.000000;0.267176;0.000000;0.216192;0.212320;0.079805;0.163967;0.161379;0.745926;0.842905;0.097352;0.929955;0.834657;0.101652;0.342089;0.053454;0.506500;0.393172;0.601807;0.949995;0.002350;0.047653;0.998340;0.000015;0.001640;0.999470;0.000000;0.000530
0.006693;0.002473;0.000911;0.000911;0.268941;0.002473;0.000911;0.000911;0.000911;0.997527;0.952574;0.002473;0.500000;0.119203;0.047426;0.002473;0.047426;0.002473;0.047426;0.952574;0.037471;0.000000;0.000000;0.000000;0.201491;0.000000;0.056947;0.000000;0.000000;0.954869;0.772239;0.000000;0.601807;0.495250;0.000000;0.045131;0.036299;0.000000;0.180643;0.843961;0.034539;0.655616;0.309842;0.001270;0.204395;0.794335;0.001400;0.971985;0.026610;0.119203;0.119203;0.880797;0.880797;0.006693;0.119203;0.047426;0.500000;0.268941;0.002473;0.002473;0.047426;0.017986;0.002473;0.268941;0.993307;0.952574;0.000911;0.006693;0.006693;0.260572;0.030620;0.773118;0.848643;0.177701;0.508999;0.459837;0.125868;0.339169;0.000000;0.070437;0.042168;0.000000;0.195761;0.069010;0.939118;0.793639;0.000000;0.074744;0.035674;0.028594;0.483300;0.488108;0.002760;0.190575;0.806670;0.001525;0.966430;0.032045;0.119203;0.982014;0.047426;0.017986;0.047426;0.268941;0.731059;0.006693;0.500000;0.119203;0.731059;0.731059;0.268941;0.880797;0.017986;0.119203;0.268941;0.952574;0.880797;0.731059;0.123467;0.657236;0.118888;0.000000;0.000000;0.604201;0.508499;0.070306;0.000000;0.220114;0.731648;0.469040;0.378716;0.897890;0.000000;0.354115;0.000000;0.832577;0.911654;0.404681;0.975345;0.001873;0.022780;0.989215;0.000010;0.010775;0.999055;0.000010;0.000930;0.731059;0.119203;0.119203;0.993307;0.002473;0.731059;0.982014;0.047426;0.268941;0.002473;0.002473;0.500000;0.017986;0.002473;0.268941;0.500000;0.268941;0.000911;0.002473;0.006693;0.393649;0.362391;0.592667;0.874022;0.235052;0.818319;0.896507;0.108612;0.257501;0.165757;0.081510;0.570772;0.000000;0.201009;0.283331;0.560453;0.103586;0.304280;0.058415;0.115373;0.974067;0.004760;0.021172;0.999815;0.000000;0.000185;0.999715;0.000000;0.000285;0.119203;0.268941;0.047426;0.880797;0.047426;0.731059;0.999089;0.017986;0.017986;0.017986;0.000911;0.268941;0.002473;0.000911;0.006693;0.047426;0.119203;0.000911;0.017986;0.006693;0.255213;0.196708;0.362622;0.796733;0.000000;0.749322;0.941695;0.319733;0.135404;0.000000;0.105931;0.523233;0.000000;0.075999;0.000000;0.642677;0.256927;0.510998;0.099124;0.169103;0.976068;0.007189;0.016743;0.999970;0.000000;0.000030;0.999835;0.000000;0.000165;0.017986;0.002473;0.002473;0.002473;0.119203;0.002473;0.002473;0.002473;0.119203;0.880797;0.731059;0.002473;0.500000;0.999089;0.002473;0.017986;0.047426;0.982014;0.952574;0.500000;0.163693;0.000000;0.124009;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.417025;0.711976;0.000000;0.597245;0.976014;0.000000;0.000000;0.072561;0.944538;0.776607;0.421163;0.973135;0.001278;0.025587;0.999995;0.000000;0.000005;0.999965;0.000000;0.000035;0.731059;0.268941;0.047426;0.047426;0.731059;0.731059;0.119203;0.047426;0.500000;0.731059;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.731059;0.017986;0.047426;0.982014;0.511248;0.482257;0.097792;0.242320;0.212822;0.666856;0.458595;0.134005;0.242320;0.753246;0.678088;0.530213;0.712591;0.632045;0.000000;0.367722;0.333588;0.259994;0.425313;0.720511;0.977940;0.002564;0.019495;0.999990;0.000000;0.000005;0.999985;0.000000;0.000015;0.880797;0.731059;0.268941;0.731059;0.047426;0.880797;0.731059;0.268941;0.500000;0.119203;0.119203;0.731059;0.268941;0.047426;0.268941;0.731059;0.880797;0.017986;0.047426;0.268941;0.742691;0.701196;0.707444;0.721316;0.248617;0.810152;0.703287;0.092457;0.385800;0.201330;0.074193;0.751943;0.160165;0.000000;0.158025;0.754174;0.098234;0.000000;0.112745;0.038309;0.978694;0.000011;0.021295;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.982014;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.268941;0.880797;0.268941;0.952574;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.006693;0.119203;0.047426;0.529964;0.178580;0.078276;0.210320;0.716263;0.693812;0.063091;0.283331;0.000000;0.650446;0.621754;0.304492;0.871131;0.895856;0.064224;0.409024;0.130108;0.656560;0.774168;0.450909;0.978440;0.000012;0.021546;0.999955;0.000000;0.000040;0.999965;0.000000;0.000035;0.268941;0.006693;0.002473;0.002473;0.500000;0.119203;0.006693;0.268941;0.119203;0.952574;0.268941;0.017986;0.952574;0.952574;0.002473;0.047426;0.017986;0.999665;0.731059;0.880797;0.321475;0.000000;0.267176;0.000000;0.216192;0.212320;0.079805;0.163967;0.161379;0.745926;0.842905;0.097352;0.929955;0.834657;0.101652;0.342089;0.053454;0.506500;0.393172;0.601807;0.949995;0.002350;0.047653;0.998340;0.000015;0.001640;0.999470;0.000000;0.000530;0.731059;0.982014;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.731059;0.268941;0.268941;0.880797;0.119203;0.047426;0.017986;0.268941;0.500000;0.047426;0.119203;0.731059;0.579812;0.681354;0.601328;0.203915;0.562669;0.624338;0.537430;0.118470;0.437577;0.646571;0.527472;0.740006;0.223393;0.493500;0.000000;0.745547;0.440040;0.000000;0.000000;0.358243;0.937838;0.008506;0.053654;0.998300;0.000015;0.001680;0.999175;0.000000;0.000825
0.119203;0.119203;0.880797;0.880797;0.006693;0.119203;0.047426;0.500000;0.268941;0.002473;0.002473;0.047426;0.017986;0.002473;0.268941;0.993307;0.952574;0.000911;0.006693;0.006693;0.260572;0.030620;0.773118;0.848643;0.177701;0.508999;0.459837;0.125868;0.339169;0.000000;0.070437;0.042168;0.000000;0.195761;0.069010;0.939118;0.793639;0.000000;0.074744;0.035674;0.028594;0.483300;0.488108;0.002760;0.190575;0.806670;0.001525;0.966430;0.032045;0.119203;0.982014;0.047426;0.017986;0.047426;0.268941;0.731059;0.006693;0.500000;0.119203;0.731059;0.731059;0.268941;0.880797;0.017986;0.119203;0.268941;0.952574;0.880797;0.731059;0.123467;0.657236;0.118888;0.000000;0.000000;0.604201;0.508499;0.070306;0.000000;0.220114;0.731648;0.469040;0.378716;0.897890;0.000000;0.354115;0.000000;0.832577;0.911654;0.404681;0.975345;0.001873;0.022780;0.989215;0.000010;0.010775;0.999055;0.000010;0.000930;0.731059;0.119203;0.119203;0.993307;0.002473;0.731059;0.982014;0.047426;0.268941;0.002473;0.002473;0.500000;0.017986;0.002473;0.268941;0.500000;0.268941;0.000911;0.002473;0.006693;0.393649;0.362391;0.592667;0.874022;0.235052;0.818319;0.896507;0.108612;0.257501;0.165757;0.081510;0.570772;0.000000;0.201009;0.283331;0.560453;0.103586;0.304280;0.058415;0.115373;0.974067;0.004760;0.021172;0.999815;0.000000;0.000185;0.999715;0.000000;0.000285;0.119203;0.268941;0.047426;0.880797;0.047426;0.731059;0.999089;0.017986;0.017986;0.017986;0.000911;0.268941;0.002473;0.000911;0.006693;0.047426;0.119203;0.000911;0.017986;0.006693;0.255213;0.196708;0.362622;0.796733;0.000000;0.749322;0.941695;0.319733;0.135404;0.000000;0.105931;0.523233;0.000000;0.075999;0.000000;0.642677;0.256927;0.510998;0.099124;0.169103;0.976068;0.007189;0.016743;0.999970;0.000000;0.000030;0.999835;0.000000;0.000165;0.017986;0.002473;0.002473;0.002473;0.119203;0.002473;0.002473;0.002473;0.119203;0.880797;0.731059;0.002473;0.500000;0.999089;0.002473;0.017986;0.047426;0.982014;0.952574;0.500000;0.163693;0.000000;0.124009;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.417025;0.711976;0.000000;0.597245;0.976014;0.000000;0.000000;0.072561;0.944538;0.776607;0.421163;0.973135;0.001278;0.025587;0.999995;0.000000;0.000005;0.999965;0.000000;0.000035;0.731059;0.268941;0.047426;0.047426;0.731059;0.731059;0.119203;0.047426;0.500000;0.731059;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.731059;0.017986;0.047426;0.982014;0.511248;0.482257;0.097792;0.242320;0.212822;0.666856;0.458595;0.134005;0.242320;0.753246;0.678088;0.530213;0.712591;0.632045;0.000000;0.367722;0.333588;0.259994;0.425313;0.720511;0.977940;0.002564;0.019495;0.999990;0.000000;0.000005;0.999985;0.000000;0.000015;0.880797;0.731059;0.268941;0.731059;0.047426;0.880797;0.731059;0.268941;0.500000;0.119203;0.119203;0.731059;0.268941;0.047426;0.268941;0.731059;0.880797;0.017986;0.047426;0.268941;0.742691;0.701196;0.707444;0.721316;0.248617;0.810152;0.703287;0.092457;0.385800;0.201330;0.074193;0.751943;0.160165;0.000000;0.158025;0.754174;0.098234;0.000000;0.112745;0.038309;0.978694;0.000011;0.021295;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.982014;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.268941;0.880797;0.268941;0.952574;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.006693;0.119203;0.047426;0.529964;0.178580;0.078276;0.210320;0.716263;0.693812;0.063091;0.283331;0.000000;0.650446;0.621754;0.304492;0.871131;0.895856;0.064224;0.409024;0.130108;0.656560;0.774168;0.450909;0.978440;0.000012;0.021546;0.999955;0.000000;0.000040;0.999965;0.000000;0.000035;0.268941;0.006693;0.002473;0.002473;0.500000;0.119203;0.006693;0.268941;0.119203;0.952574;0.268941;0.017986;0.952574;0.952574;0.002473;0.047426;0.017986;0.999665;0.731059;0.880797;0.321475;0.000000;0.267176;0.000000;0.216192;0.212320;0.079805;0.163967;0.161379;0.745926;0.842905;0.097352;0.929955;0.834657;0.101652;0.342089;0.053454;0.506500;0.393172;0.601807;0.949995;0.002350;0.047653;0.998340;0.000015;0.001640;0.999470;0.000000;0.000530;0.731059;0.982014;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.731059;0.268941;0.268941;0.880797;0.119203;0.047426;0.017986;0.268941;0.500000;0.047426;0.119203;0.731059;0.579812;0.681354;0.601328;0.203915;0.562669;0.624338;0.537430;0.118470;0.437577;0.646571;0.527472;0.740006;0.223393;0.493500;0.000000;0.745547;0.440040;0.000000;0.000000;0.358243;0.937838;0.008506;0.053654;0.998300;0.000015;0.001680;0.999175;0.000000;0.000825;0.268941;0.500000;0.047426;0.982014;0.002473;0.982014;0.993307;0.119203;0.119203;0.002473;0.006693;0.268941;0.006693;0.119203;0.006693;0.268941;0.047426;0.002473;0.006693;0.047426;0.528968;0.750260;0.723922;0.660383;0.000000;0.625041;0.732433;0.381308;0.256546;0.120893;0.112946;0.847354;0.226882;0.254453;0.253506;0.706200;0.144922;0.000000;0.112147;0.052005;0.917462;0.003603;0.078933;0.997880;0.000095;0.002020;0.964215;0.000005;0.035780
0.119203;0.982014;0.047426;0.017986;0.047426;0.268941;0.731059;0.006693;0.500000;0.119203;0.731059;0.731059;0.268941;0.880797;0.017986;0.119203;0.268941;0.952574;0.880797;0.731059;0.123467;0.657236;0.118888;0.000000;0.000000;0.604201;0.508499;0.070306;0.000000;0.220114;0.731648;0.469040;0.378716;0.897890;0.000000;0.354115;0.000000;0.832577;0.911654;0.404681;0.975345;0.001873;0.022780;0.989215;0.000010;0.010775;0.999055;0.000010;0.000930;0.731059;0.119203;0.119203;0.993307;0.002473;0.731059;0.982014;0.047426;0.268941;0.002473;0.002473;0.500000;0.017986;0.002473;0.268941;0.500000;0.268941;0.000911;0.002473;0.006693;0.393649;0.362391;0.592667;0.874022;0.235052;0.818319;0.896507;0.108612;0.257501;0.165757;0.081510;0.570772;0.000000;0.201009;0.283331;0.560453;0.103586;0.304280;0.058415;0.115373;0.974067;0.004760;0.021172;0.999815;0.000000;0.000185;0.999715;0.000000;0.000285;0.119203;0.268941;0.047426;0.880797;0.047426;0.731059;0.999089;0.017986;0.017986;0.017986;0.000911;0.268941;0.002473;0.000911;0.006693;0.047426;0.119203;0.000911;0.017986;0.006693;0.255213;0.196708;0.362622;0.796733;0.000000;0.749322;0.941695;0.319733;0.135404;0.000000;0.105931;0.523233;0.000000;0.075999;0.000000;0.642677;0.256927;0.510998;0.099124;0.169103;0.976068;0.007189;0.016743;0.999970;0.000000;0.000030;0.999835;0.000000;0.000165;0.017986;0.002473;0.002473;0.002473;0.119203;0.002473;0.002473;0.002473;0.119203;0.880797;0.731059;0.002473;0.500000;0.999089;0.002473;0.017986;0.047426;0.982014;0.952574;0.500000;0.163693;0.000000;0.124009;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.417025;0.711976;0.000000;0.597245;0.976014;0.000000;0.000000;0.072561;0.944538;0.776607;0.421163;0.973135;0.001278;0.025587;0.999995;0.000000;0.000005;0.999965;0.000000;0.000035;0.731059;0.268941;0.047426;0.047426;0.731059;0.731059;0.119203;0.047426;0.500000;0.731059;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.731059;0.017986;0.047426;0.982014;0.511248;0.482257;0.097792;0.242320;0.212822;0.666856;0.458595;0.134005;0.242320;0.753246;0.678088;0.530213;0.712591;0.632045;0.000000;0.367722;0.333588;0.259994;0.425313;0.720511;0.977940;0.002564;0.019495;0.999990;0.000000;0.000005;0.999985;0.000000;0.000015;0.880797;0.731059;0.268941;0.731059;0.047426;0.880797;0.731059;0.268941;0.500000;0.119203;0.119203;0.731059;0.268941;0.047426;0.268941;0.731059;0.880797;0.017986;0.047426;0.268941;0.742691;0.701196;0.707444;0.721316;0.248617;0.810152;0.703287;0.092457;0.385800;0.201330;0.074193;0.751943;0.160165;0.000000;0.158025;0.754174;0.098234;0.000000;0.112745;0.038309;0.978694;0.000011;0.021295;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.982014;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.268941;0.880797;0.268941;0.952574;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.006693;0.119203;0.047426;0.529964;0.178580;0.078276;0.210320;0.716263;0.693812;0.063091;0.283331;0.000000;0.650446;0.621754;0.304492;0.871131;0.895856;0.064224;0.409024;0.130108;0.656560;0.774168;0.450909;0.978440;0.000012;0.021546;0.999955;0.000000;0.000040;0.999965;0.000000;0.000035;0.268941;0.006693;0.002473;0.002473;0.500000;0.119203;0.006693;0.268941;0.119203;0.952574;0.268941;0.017986;0.952574;0.952574;0.002473;0.047426;0.017986;0.999665;0.731059;0.880797;0.321475;0.000000;0.267176;0.000000;0.216192;0.212320;0.079805;0.163967;0.161379;0.745926;0.842905;0.097352;0.929955;0.834657;0.101652;0.342089;0.053454;0.506500;0.393172;0.601807;0.949995;0.002350;0.047653;0.998340;0.000015;0.001640;0.999470;0.000000;0.000530;0.731059;0.982014;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.731059;0.268941;0.268941;0.880797;0.119203;0.047426;0.017986;0.268941;0.500000;0.047426;0.119203;0.731059;0.579812;0.681354;0.601328;0.203915;0.562669;0.624338;0.537430;0.118470;0.437577;0.646571;0.527472;0.740006;0.223393;0.493500;0.000000;0.745547;0.440040;0.000000;0.000000;0.358243;0.937838;0.008506;0.053654;0.998300;0.000015;0.001680;0.999175;0.000000;0.000825;0.268941;0.500000;0.047426;0.982014;0.002473;0.982014;0.993307;0.119203;0.119203;0.002473;0.006693;0.268941;0.006693;0.119203;0.006693;0.268941;0.047426;0.002473;0.006693;0.047426;0.528968;0.750260;0.723922;0.660383;0.000000;0.625041;0.732433;0.381308;0.256546;0.120893;0.112946;0.847354;0.226882;0.254453;0.253506;0.706200;0.144922;0.000000;0.112147;0.052005;0.917462;0.003603;0.078933;0.997880;0.000095;0.002020;0.964215;0.000005;0.035780;0.002473;0.006693;0.000911;0.000335;0.000911;0.000911;0.000911;0.000911;0.500000;0.017986;0.047426;0.000911;0.006693;0.999665;0.000335;0.002473;0.006693;0.500000;0.999089;0.017986;0.061111;0.675025;0.553297;0.199248;0.000000;0.247126;0.000000;0.081585;0.489751;0.496000;0.500000;0.127862;0.000000;0.939574;0.429718;0.137644;0.431925;0.829346;0.854830;0.578349;0.882010;0.001590;0.116398;0.995875;0.000105;0.004020;0.941665;0.000060;0.058270
0.731059;0.119203;0.119203;0.993307;0.002473;0.731059;0.982014;0.047426;0.268941;0.002473;0.002473;0.500000;0.017986;0.002473;0.268941;0.500000;0.268941;0.000911;0.002473;0.006693;0.393649;0.362391;0.592667;0.874022;0.235052;0.818319;0.896507;0.108612;0.257501;0.165757;0.081510;0.570772;0.000000;0.201009;0.283331;0.560453;0.103586;0.304280;0.058415;0.115373;0.974067;0.004760;0.021172;0.999815;0.000000;0.000185;0.999715;0.000000;0.000285;0.119203;0.268941;0.047426;0.880797;0.047426;0.731059;0.999089;0.017986;0.017986;0.017986;0.000911;0.268941;0.002473;0.000911;0.006693;0.047426;0.119203;0.000911;0.017986;0.006693;0.255213;0.196708;0.362622;0.796733;0.000000;0.749322;0.941695;0.319733;0.135404;0.000000;0.105931;0.523233;0.000000;0.075999;0.000000;0.642677;0.256927;0.510998;0.099124;0.169103;0.976068;0.007189;0.016743;0.999970;0.000000;0.000030;0.999835;0.000000;0.000165;0.017986;0.002473;0.002473;0.002473;0.119203;0.002473;0.002473;0.002473;0.119203;0.880797;0.731059;0.002473;0.500000;0.999089;0.002473;0.017986;0.047426;0.982014;0.952574;0.500000;0.163693;0.000000;0.124009;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.417025;0.711976;0.000000;0.597245;0.976014;0.000000;0.000000;0.072561;0.944538;0.776607;0.421163;0.973135;0.001278;0.025587;0.999995;0.000000;0.000005;0.999965;0.000000;0.000035;0.731059;0.268941;0.047426;0.047426;0.731059;0.731059;0.119203;0.047426;0.500000;0.731059;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.731059;0.017986;0.047426;0.982014;0.511248;0.482257;0.097792;0.242320;0.212822;0.666856;0.458595;0.134005;0.242320;0.753246;0.678088;0.530213;0.712591;0.632045;0.000000;0.367722;0.333588;0.259994;0.425313;0.720511;0.977940;0.002564;0.019495;0.999990;0.000000;0.000005;0.999985;0.000000;0.000015;0.880797;0.731059;0.268941;0.731059;0.047426;0.880797;0.731059;0.268941;0.500000;0.119203;0.119203;0.731059;0.268941;0.047426;0.268941;0.731059;0.880797;0.017986;0.047426;0.268941;0.742691;0.701196;0.707444;0.721316;0.248617;0.810152;0.703287;0.092457;0.385800;0.201330;0.074193;0.751943;0.160165;0.000000;0.158025;0.754174;0.098234;0.000000;0.112745;0.038309;0.978694;0.000011;0.021295;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.982014;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.268941;0.880797;0.268941;0.952574;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.006693;0.119203;0.047426;0.529964;0.178580;0.078276;0.210320;0.716263;0.693812;0.063091;0.283331;0.000000;0.650446;0.621754;0.304492;0.871131;0.895856;0.064224;0.409024;0.130108;0.656560;0.774168;0.450909;0.978440;0.000012;0.021546;0.999955;0.000000;0.000040;0.999965;0.000000;0.000035;0.268941;0.006693;0.002473;0.002473;0.500000;0.119203;0.006693;0.268941;0.119203;0.952574;0.268941;0.017986;0.952574;0.952574;0.002473;0.047426;0.017986;0.999665;0.731059;0.880797;0.321475;0.000000;0.267176;0.000000;0.216192;0.212320;0.079805;0.163967;0.161379;0.745926;0.842905;0.097352;0.929955;0.834657;0.101652;0.342089;0.053454;0.506500;0.393172;0.601807;0.949995;0.002350;0.047653;0.998340;0.000015;0.001640;0.999470;0.000000;0.000530;0.731059;0.982014;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.731059;0.268941;0.268941;0.880797;0.119203;0.047426;0.017986;0.268941;0.500000;0.047426;0.119203;0.731059;0.579812;0.681354;0.601328;0.203915;0.562669;0.624338;0.537430;0.118470;0.437577;0.646571;0.527472;0.740006;0.223393;0.493500;0.000000;0.745547;0.440040;0.000000;0.000000;0.358243;0.937838;0.008506;0.053654;0.998300;0.000015;0.001680;0.999175;0.000000;0.000825;0.268941;0.500000;0.047426;0.982014;0.002473;0.982014;0.993307;0.119203;0.119203;0.002473;0.006693;0.268941;0.006693;0.119203;0.006693;0.268941;0.047426;0.002473;0.006693;0.047426;0.528968;0.750260;0.723922;0.660383;0.000000;0.625041;0.732433;0.381308;0.256546;0.120893;0.112946;0.847354;0.226882;0.254453;0.253506;0.706200;0.144922;0.000000;0.112147;0.052005;0.917462;0.003603;0.078933;0.997880;0.000095;0.002020;0.964215;0.000005;0.035780;0.002473;0.006693;0.000911;0.000335;0.000911;0.000911;0.000911;0.000911;0.500000;0.017986;0.047426;0.000911;0.006693;0.999665;0.000335;0.002473;0.006693;0.500000;0.999089;0.017986;0.061111;0.675025;0.553297;0.199248;0.000000;0.247126;0.000000;0.081585;0.489751;0.496000;0.500000;0.127862;0.000000;0.939574;0.429718;0.137644;0.431925;0.829346;0.854830;0.578349;0.882010;0.001590;0.116398;0.995875;0.000105;0.004020;0.941665;0.000060;0.058270;0.017986;0.002473;0.002473;0.000911;0.500000;0.002473;0.002473;0.002473;0.880797;0.500000;0.500000;0.002473;0.880797;0.999089;0.000911;0.002473;0.006693;0.997527;0.993307;0.268941;0.295879;0.000000;0.000000;0.168541;0.602765;0.310668;0.350009;0.129318;0.000000;0.673267;0.554779;0.228112;0.698676;0.956102;0.000000;0.233080;0.066484;0.862594;0.835758;0.528718;0.884649;0.000219;0.115130;0.786240;0.000170;0.213590;0.905205;0.000245;0.094545
0.119203;0.268941;0.047426;0.880797;0.047426;0.731059;0.999089;0.017986;0.017986;0.017986;0.000911;0.268941;0.002473;0.000911;0.006693;0.047426;0.119203;0.000911;0.017986;0.006693;0.255213;0.196708;0.362622;0.796733;0.000000;0.749322;0.941695;0.319733;0.135404;0.000000;0.105931;0.523233;0.000000;0.075999;0.000000;0.642677;0.256927;0.510998;0.099124;0.169103;0.976068;0.007189;0.016743;0.999970;0.000000;0.000030;0.999835;0.000000;0.000165;0.017986;0.002473;0.002473;0.002473;0.119203;0.002473;0.002473;0.002473;0.119203;0.880797;0.731059;0.002473;0.500000;0.999089;0.002473;0.017986;0.047426;0.982014;0.952574;0.500000;0.163693;0.000000;0.124009;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.417025;0.711976;0.000000;0.597245;0.976014;0.000000;0.000000;0.072561;0.944538;0.776607;0.421163;0.973135;0.001278;0.025587;0.999995;0.000000;0.000005;0.999965;0.000000;0.000035;0.731059;0.268941;0.047426;0.047426;0.731059;0.731059;0.119203;0.047426;0.500000;0.731059;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.731059;0.017986;0.047426;0.982014;0.511248;0.482257;0.097792;0.242320;0.212822;0.666856;0.458595;0.134005;0.242320;0.753246;0.678088;0.530213;0.712591;0.632045;0.000000;0.367722;0.333588;0.259994;0.425313;0.720511;0.977940;0.002564;0.019495;0.999990;0.000000;0.000005;0.999985;0.000000;0.000015;0.880797;0.731059;0.268941;0.731059;0.047426;0.880797;0.731059;0.268941;0.500000;0.119203;0.119203;0.731059;0.268941;0.047426;0.268941;0.731059;0.880797;0.017986;0.047426;0.268941;0.742691;0.701196;0.707444;0.721316;0.248617;0.810152;0.703287;0.092457;0.385800;0.201330;0.074193;0.751943;0.160165;0.000000;0.158025;0.754174;0.098234;0.000000;0.112745;0.038309;0.978694;0.000011;0.021295;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.982014;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.268941;0.880797;0.268941;0.952574;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.006693;0.119203;0.047426;0.529964;0.178580;0.078276;0.210320;0.716263;0.693812;0.063091;0.283331;0.000000;0.650446;0.621754;0.304492;0.871131;0.895856;0.064224;0.409024;0.130108;0.656560;0.774168;0.450909;0.978440;0.000012;0.021546;0.999955;0.000000;0.000040;0.999965;0.000000;0.000035;0.268941;0.006693;0.002473;0.002473;0.500000;0.119203;0.006693;0.268941;0.119203;0.952574;0.268941;0.017986;0.952574;0.952574;0.002473;0.047426;0.017986;0.999665;0.731059;0.880797;0.321475;0.000000;0.267176;0.000000;0.216192;0.212320;0.079805;0.163967;0.161379;0.745926;0.842905;0.097352;0.929955;0.834657;0.101652;0.342089;0.053454;0.506500;0.393172;0.601807;0.949995;0.002350;0.047653;0.998340;0.000015;0.001640;0.999470;0.000000;0.000530;0.731059;0.982014;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.731059;0.268941;0.268941;0.880797;0.119203;0.047426;0.017986;0.268941;0.500000;0.047426;0.119203;0.731059;0.579812;0.681354;0.601328;0.203915;0.562669;0.624338;0.537430;0.118470;0.437577;0.646571;0.527472;0.740006;0.223393;0.493500;0.000000;0.745547;0.440040;0.000000;0.000000;0.358243;0.937838;0.008506;0.053654;0.998300;0.000015;0.001680;0.999175;0.000000;0.000825;0.268941;0.500000;0.047426;0.982014;0.002473;0.982014;0.993307;0.119203;0.119203;0.002473;0.006693;0.268941;0.006693;0.119203;0.006693;0.268941;0.047426;0.002473;0.006693;0.047426;0.528968;0.750260;0.723922;0.660383;0.000000;0.625041;0.732433;0.381308;0.256546;0.120893;0.112946;0.847354;0.226882;0.254453;0.253506;0.706200;0.144922;0.000000;0.112147;0.052005;0.917462;0.003603;0.078933;0.997880;0.000095;0.002020;0.964215;0.000005;0.035780;0.002473;0.006693;0.000911;0.000335;0.000911;0.000911;0.000911;0.000911;0.500000;0.017986;0.047426;0.000911;0.006693;0.999665;0.000335;0.002473;0.006693;0.500000;0.999089;0.017986;0.061111;0.675025;0.553297;0.199248;0.000000;0.247126;0.000000;0.081585;0.489751;0.496000;0.500000;0.127862;0.000000;0.939574;0.429718;0.137644;0.431925;0.829346;0.854830;0.578349;0.882010;0.001590;0.116398;0.995875;0.000105;0.004020;0.941665;0.000060;0.058270;0.017986;0.002473;0.002473;0.000911;0.500000;0.002473;0.002473;0.002473;0.880797;0.500000;0.500000;0.002473;0.880797;0.999089;0.000911;0.002473;0.006693;0.997527;0.993307;0.268941;0.295879;0.000000;0.000000;0.168541;0.602765;0.310668;0.350009;0.129318;0.000000;0.673267;0.554779;0.228112;0.698676;0.956102;0.000000;0.233080;0.066484;0.862594;0.835758;0.528718;0.884649;0.000219;0.115130;0.786240;0.000170;0.213590;0.905205;0.000245;0.094545;0.500000;0.268941;0.047426;0.047426;0.731059;0.047426;0.047426;0.500000;0.268941;0.500000;0.731059;0.047426;0.500000;0.731059;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.594596;0.000000;0.693387;0.279690;0.586133;0.000000;0.452147;0.573954;0.000000;0.284958;0.605396;0.393649;0.875338;0.000000;0.000000;0.818616;0.747250;0.000000;0.642906;0.000000;0.638801;0.000609;0.360590;0.268775;0.000215;0.731010;0.776990;0.001220;0.221790
0.017986;0.002473;0.002473;0.002473;0.119203;0.002473;0.002473;0.002473;0.119203;0.880797;0.731059;0.002473;0.500000;0.999089;0.002473;0.017986;0.047426;0.982014;0.952574;0.500000;0.163693;0.000000;0.124009;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.417025;0.711976;0.000000;0.597245;0.976014;0.000000;0.000000;0.072561;0.944538;0.776607;0.421163;0.973135;0.001278;0.025587;0.999995;0.000000;0.000005;0.999965;0.000000;0.000035;0.731059;0.268941;0.047426;0.047426;0.731059;0.731059;0.119203;0.047426;0.500000;0.731059;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.731059;0.017986;0.047426;0.982014;0.511248;0.482257;0.097792;0.242320;0.212822;0.666856;0.458595;0.134005;0.242320;0.753246;0.678088;0.530213;0.712591;0.632045;0.000000;0.367722;0.333588;0.259994;0.425313;0.720511;0.977940;0.002564;0.019495;0.999990;0.000000;0.000005;0.999985;0.000000;0.000015;0.880797;0.731059;0.268941;0.731059;0.047426;0.880797;0.731059;0.268941;0.500000;0.119203;0.119203;0.731059;0.268941;0.047426;0.268941;0.731059;0.880797;0.017986;0.047426;0.268941;0.742691;0.701196;0.707444;0.721316;0.248617;0.810152;0.703287;0.092457;0.385800;0.201330;0.074193;0.751943;0.160165;0.000000;0.158025;0.754174;0.098234;0.000000;0.112745;0.038309;0.978694;0.000011;0.021295;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.982014;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.268941;0.880797;0.268941;0.952574;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.006693;0.119203;0.047426;0.529964;0.178580;0.078276;0.210320;0.716263;0.693812;0.063091;0.283331;0.000000;0.650446;0.621754;0.304492;0.871131;0.895856;0.064224;0.409024;0.130108;0.656560;0.774168;0.450909;0.978440;0.000012;0.021546;0.999955;0.000000;0.000040;0.999965;0.000000;0.000035;0.268941;0.006693;0.002473;0.002473;0.500000;0.119203;0.006693;0.268941;0.119203;0.952574;0.268941;0.017986;0.952574;0.952574;0.002473;0.047426;0.017986;0.999665;0.731059;0.880797;0.321475;0.000000;0.267176;0.000000;0.216192;0.212320;0.079805;0.163967;0.161379;0.745926;0.842905;0.097352;0.929955;0.834657;0.101652;0.342089;0.053454;0.506500;0.393172;0.601807;0.949995;0.002350;0.047653;0.998340;0.000015;0.001640;0.999470;0.000000;0.000530;0.731059;0.982014;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.731059;0.268941;0.268941;0.880797;0.119203;0.047426;0.017986;0.268941;0.500000;0.047426;0.119203;0.731059;0.579812;0.681354;0.601328;0.203915;0.562669;0.624338;0.537430;0.118470;0.437577;0.646571;0.527472;0.740006;0.223393;0.493500;0.000000;0.745547;0.440040;0.000000;0.000000;0.358243;0.937838;0.008506;0.053654;0.998300;0.000015;0.001680;0.999175;0.000000;0.000825;0.268941;0.500000;0.047426;0.982014;0.002473;0.982014;0.993307;0.119203;0.119203;0.002473;0.006693;0.268941;0.006693;0.119203;0.006693;0.268941;0.047426;0.002473;0.006693;0.047426;0.528968;0.750260;0.723922;0.660383;0.000000;0.625041;0.732433;0.381308;0.256546;0.120893;0.112946;0.847354;0.226882;0.254453;0.253506;0.706200;0.144922;0.000000;0.112147;0.052005;0.917462;0.003603;0.078933;0.997880;0.000095;0.002020;0.964215;0.000005;0.035780;0.002473;0.006693;0.000911;0.000335;0.000911;0.000911;0.000911;0.000911;0.500000;0.017986;0.047426;0.000911;0.006693;0.999665;0.000335;0.002473;0.006693;0.500000;0.999089;0.017986;0.061111;0.675025;0.553297;0.199248;0.000000;0.247126;0.000000;0.081585;0.489751;0.496000;0.500000;0.127862;0.000000;0.939574;0.429718;0.137644;0.431925;0.829346;0.854830;0.578349;0.882010;0.001590;0.116398;0.995875;0.000105;0.004020;0.941665;0.000060;0.058270;0.017986;0.002473;0.002473;0.000911;0.500000;0.002473;0.002473;0.002473;0.880797;0.500000;0.500000;0.002473;0.880797;0.999089;0.000911;0.002473;0.006693;0.997527;0.993307;0.268941;0.295879;0.000000;0.000000;0.168541;0.602765;0.310668;0.350009;0.129318;0.000000;0.673267;0.554779;0.228112;0.698676;0.956102;0.000000;0.233080;0.066484;0.862594;0.835758;0.528718;0.884649;0.000219;0.115130;0.786240;0.000170;0.213590;0.905205;0.000245;0.094545;0.500000;0.268941;0.047426;0.047426;0.731059;0.047426;0.047426;0.500000;0.268941;0.500000;0.731059;0.047426;0.500000;0.731059;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.594596;0.000000;0.693387;0.279690;0.586133;0.000000;0.452147;0.573954;0.000000;0.284958;0.605396;0.393649;0.875338;0.000000;0.000000;0.818616;0.747250;0.000000;0.642906;0.000000;0.638801;0.000609;0.360590;0.268775;0.000215;0.731010;0.776990;0.001220;0.221790;0.268941;0.047426;0.880797;0.731059;0.119203;0.047426;0.500000;0.952574;0.017986;0.006693;0.047426;0.119203;0.047426;0.047426;0.268941;0.982014;0.880797;0.002473;0.006693;0.017986;0.173934;0.603005;0.794130;0.647028;0.625275;0.750260;0.724321;0.330926;0.327834;0.000000;0.099213;0.595078;0.795434;0.326293;0.807213;0.780229;0.201170;0.000000;0.000000;0.000000;0.255522;0.005707;0.738769;0.081010;0.000045;0.918940;0.685125;0.012070;0.302805
0.731059;0.268941;0.047426;0.047426;0.731059;0.731059;0.119203;0.047426;0.500000;0.731059;0.731059;0.268941;0.731059;0.119203;0.017986;0.119203;0.731059;0.017986;0.047426;0.982014;0.511248;0.482257;0.097792;0.242320;0.212822;0.666856;0.458595;0.134005;0.242320;0.753246;0.678088;0.530213;0.712591;0.632045;0.000000;0.367722;0.333588;0.259994;0.425313;0.720511;0.977940;0.002564;0.019495;0.999990;0.000000;0.000005;0.999985;0.000000;0.000015;0.880797;0.731059;0.268941;0.731059;0.047426;0.880797;0.731059;0.268941;0.500000;0.119203;0.119203;0.731059;0.268941;0.047426;0.268941;0.731059;0.880797;0.017986;0.047426;0.268941;0.742691;0.701196;0.707444;0.721316;0.248617;0.810152;0.703287;0.092457;0.385800;0.201330;0.074193;0.751943;0.160165;0.000000;0.158025;0.754174;0.098234;0.000000;0.112745;0.038309;0.978694;0.000011;0.021295;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.982014;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.268941;0.880797;0.268941;0.952574;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.006693;0.119203;0.047426;0.529964;0.178580;0.078276;0.210320;0.716263;0.693812;0.063091;0.283331;0.000000;0.650446;0.621754;0.304492;0.871131;0.895856;0.064224;0.409024;0.130108;0.656560;0.774168;0.450909;0.978440;0.000012;0.021546;0.999955;0.000000;0.000040;0.999965;0.000000;0.000035;0.268941;0.006693;0.002473;0.002473;0.500000;0.119203;0.006693;0.268941;0.119203;0.952574;0.268941;0.017986;0.952574;0.952574;0.002473;0.047426;0.017986;0.999665;0.731059;0.880797;0.321475;0.000000;0.267176;0.000000;0.216192;0.212320;0.079805;0.163967;0.161379;0.745926;0.842905;0.097352;0.929955;0.834657;0.101652;0.342089;0.053454;0.506500;0.393172;0.601807;0.949995;0.002350;0.047653;0.998340;0.000015;0.001640;0.999470;0.000000;0.000530;0.731059;0.982014;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.731059;0.268941;0.268941;0.880797;0.119203;0.047426;0.017986;0.268941;0.500000;0.047426;0.119203;0.731059;0.579812;0.681354;0.601328;0.203915;0.562669;0.624338;0.537430;0.118470;0.437577;0.646571;0.527472;0.740006;0.223393;0.493500;0.000000;0.745547;0.440040;0.000000;0.000000;0.358243;0.937838;0.008506;0.053654;0.998300;0.000015;0.001680;0.999175;0.000000;0.000825;0.268941;0.500000;0.047426;0.982014;0.002473;0.982014;0.993307;0.119203;0.119203;0.002473;0.006693;0.268941;0.006693;0.119203;0.006693;0.268941;0.047426;0.002473;0.006693;0.047426;0.528968;0.750260;0.723922;0.660383;0.000000;0.625041;0.732433;0.381308;0.256546;0.120893;0.112946;0.847354;0.226882;0.254453;0.253506;0.706200;0.144922;0.000000;0.112147;0.052005;0.917462;0.003603;0.078933;0.997880;0.000095;0.002020;0.964215;0.000005;0.035780;0.002473;0.006693;0.000911;0.000335;0.000911;0.000911;0.000911;0.000911;0.500000;0.017986;0.047426;0.000911;0.006693;0.999665;0.000335;0.002473;0.006693;0.500000;0.999089;0.017986;0.061111;0.675025;0.553297;0.199248;0.000000;0.247126;0.000000;0.081585;0.489751;0.496000;0.500000;0.127862;0.000000;0.939574;0.429718;0.137644;0.431925;0.829346;0.854830;0.578349;0.882010;0.001590;0.116398;0.995875;0.000105;0.004020;0.941665;0.000060;0.058270;0.017986;0.002473;0.002473;0.000911;0.500000;0.002473;0.002473;0.002473;0.880797;0.500000;0.500000;0.002473;0.880797;0.999089;0.000911;0.002473;0.006693;0.997527;0.993307;0.268941;0.295879;0.000000;0.000000;0.168541;0.602765;0.310668;0.350009;0.129318;0.000000;0.673267;0.554779;0.228112;0.698676;0.956102;0.000000;0.233080;0.066484;0.862594;0.835758;0.528718;0.884649;0.000219;0.115130;0.786240;0.000170;0.213590;0.905205;0.000245;0.094545;0.500000;0.268941;0.047426;0.047426;0.731059;0.047426;0.047426;0.500000;0.268941;0.500000;0.731059;0.047426;0.500000;0.731059;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.594596;0.000000;0.693387;0.279690;0.586133;0.000000;0.452147;0.573954;0.000000;0.284958;0.605396;0.393649;0.875338;0.000000;0.000000;0.818616;0.747250;0.000000;0.642906;0.000000;0.638801;0.000609;0.360590;0.268775;0.000215;0.731010;0.776990;0.001220;0.221790;0.268941;0.047426;0.880797;0.731059;0.119203;0.047426;0.500000;0.952574;0.017986;0.006693;0.047426;0.119203;0.047426;0.047426;0.268941;0.982014;0.880797;0.002473;0.006693;0.017986;0.173934;0.603005;0.794130;0.647028;0.625275;0.750260;0.724321;0.330926;0.327834;0.000000;0.099213;0.595078;0.795434;0.326293;0.807213;0.780229;0.201170;0.000000;0.000000;0.000000;0.255522;0.005707;0.738769;0.081010;0.000045;0.918940;0.685125;0.012070;0.302805;0.017986;0.500000;0.268941;0.999089;0.000911;0.119203;0.952574;0.017986;0.047426;0.000911;0.006693;0.119203;0.119203;0.000911;0.500000;0.047426;0.119203;0.000911;0.002473;0.002473;0.347737;0.505750;0.911331;0.899890;0.000000;0.705162;0.528968;0.344795;0.000000;0.000000;0.527223;0.600608;0.465306;0.000000;0.280698;0.280093;0.153944;0.000000;0.000000;0.000000;0.059868;0.004132;0.935996;0.037170;0.000105;0.962720;0.137150;0.011835;0.851005
0.880797;0.731059;0.268941;0.731059;0.047426;0.880797;0.731059;0.268941;0.500000;0.119203;0.119203;0.731059;0.268941;0.047426;0.268941;0.731059;0.880797;0.017986;0.047426;0.268941;0.742691;0.701196;0.707444;0.721316;0.248617;0.810152;0.703287;0.092457;0.385800;0.201330;0.074193;0.751943;0.160165;0.000000;0.158025;0.754174;0.098234;0.000000;0.112745;0.038309;0.978694;0.000011;0.021295;0.999960;0.000000;0.000040;0.999980;0.000000;0.000020;0.982014;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.268941;0.880797;0.268941;0.952574;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.006693;0.119203;0.047426;0.529964;0.178580;0.078276;0.210320;0.716263;0.693812;0.063091;0.283331;0.000000;0.650446;0.621754;0.304492;0.871131;0.895856;0.064224;0.409024;0.130108;0.656560;0.774168;0.450909;0.978440;0.000012;0.021546;0.999955;0.000000;0.000040;0.999965;0.000000;0.000035;0.268941;0.006693;0.002473;0.002473;0.500000;0.119203;0.006693;0.268941;0.119203;0.952574;0.268941;0.017986;0.952574;0.952574;0.002473;0.047426;0.017986;0.999665;0.731059;0.880797;0.321475;0.000000;0.267176;0.000000;0.216192;0.212320;0.079805;0.163967;0.161379;0.745926;0.842905;0.097352;0.929955;0.834657;0.101652;0.342089;0.053454;0.506500;0.393172;0.601807;0.949995;0.002350;0.047653;0.998340;0.000015;0.001640;0.999470;0.000000;0.000530;0.731059;0.982014;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.731059;0.268941;0.268941;0.880797;0.119203;0.047426;0.017986;0.268941;0.500000;0.047426;0.119203;0.731059;0.579812;0.681354;0.601328;0.203915;0.562669;0.624338;0.537430;0.118470;0.437577;0.646571;0.527472;0.740006;0.223393;0.493500;0.000000;0.745547;0.440040;0.000000;0.000000;0.358243;0.937838;0.008506;0.053654;0.998300;0.000015;0.001680;0.999175;0.000000;0.000825;0.268941;0.500000;0.047426;0.982014;0.002473;0.982014;0.993307;0.119203;0.119203;0.002473;0.006693;0.268941;0.006693;0.119203;0.006693;0.268941;0.047426;0.002473;0.006693;0.047426;0.528968;0.750260;0.723922;0.660383;0.000000;0.625041;0.732433;0.381308;0.256546;0.120893;0.112946;0.847354;0.226882;0.254453;0.253506;0.706200;0.144922;0.000000;0.112147;0.052005;0.917462;0.003603;0.078933;0.997880;0.000095;0.002020;0.964215;0.000005;0.035780;0.002473;0.006693;0.000911;0.000335;0.000911;0.000911;0.000911;0.000911;0.500000;0.017986;0.047426;0.000911;0.006693;0.999665;0.000335;0.002473;0.006693;0.500000;0.999089;0.017986;0.061111;0.675025;0.553297;0.199248;0.000000;0.247126;0.000000;0.081585;0.489751;0.496000;0.500000;0.127862;0.000000;0.939574;0.429718;0.137644;0.431925;0.829346;0.854830;0.578349;0.882010;0.001590;0.116398;0.995875;0.000105;0.004020;0.941665;0.000060;0.058270;0.017986;0.002473;0.002473;0.000911;0.500000;0.002473;0.002473;0.002473;0.880797;0.500000;0.500000;0.002473;0.880797;0.999089;0.000911;0.002473;0.006693;0.997527;0.993307;0.268941;0.295879;0.000000;0.000000;0.168541;0.602765;0.310668;0.350009;0.129318;0.000000;0.673267;0.554779;0.228112;0.698676;0.956102;0.000000;0.233080;0.066484;0.862594;0.835758;0.528718;0.884649;0.000219;0.115130;0.786240;0.000170;0.213590;0.905205;0.000245;0.094545;0.500000;0.268941;0.047426;0.047426;0.731059;0.047426;0.047426;0.500000;0.268941;0.500000;0.731059;0.047426;0.500000;0.731059;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.594596;0.000000;0.693387;0.279690;0.586133;0.000000;0.452147;0.573954;0.000000;0.284958;0.605396;0.393649;0.875338;0.000000;0.000000;0.818616;0.747250;0.000000;0.642906;0.000000;0.638801;0.000609;0.360590;0.268775;0.000215;0.731010;0.776990;0.001220;0.221790;0.268941;0.047426;0.880797;0.731059;0.119203;0.047426;0.500000;0.952574;0.017986;0.006693;0.047426;0.119203;0.047426;0.047426;0.268941;0.982014;0.880797;0.002473;0.006693;0.017986;0.173934;0.603005;0.794130;0.647028;0.625275;0.750260;0.724321;0.330926;0.327834;0.000000;0.099213;0.595078;0.795434;0.326293;0.807213;0.780229;0.201170;0.000000;0.000000;0.000000;0.255522;0.005707;0.738769;0.081010;0.000045;0.918940;0.685125;0.012070;0.302805;0.017986;0.500000;0.268941;0.999089;0.000911;0.119203;0.952574;0.017986;0.047426;0.000911;0.006693;0.119203;0.119203;0.000911;0.500000;0.047426;0.119203;0.000911;0.002473;0.002473;0.347737;0.505750;0.911331;0.899890;0.000000;0.705162;0.528968;0.344795;0.000000;0.000000;0.527223;0.600608;0.465306;0.000000;0.280698;0.280093;0.153944;0.000000;0.000000;0.000000;0.059868;0.004132;0.935996;0.037170;0.000105;0.962720;0.137150;0.011835;0.851005;0.119203;0.268941;0.731059;0.982014;0.002473;0.268941;0.731059;0.047426;0.047426;0.006693;0.017986;0.047426;0.006693;0.000911;0.997527;0.119203;0.119203;0.000911;0.002473;0.006693;0.724321;0.000000;0.266393;0.586618;0.000000;0.746494;0.430209;0.330926;0.307890;0.176681;0.116192;0.220114;0.000000;0.326073;0.943747;0.747816;0.227058;0.000000;0.293592;0.114559;0.278580;0.002261;0.719159;0.000365;0.002820;0.996815;0.133710;0.003570;0.862720
0.982014;0.047426;0.047426;0.119203;0.047426;0.047426;0.047426;0.268941;0.880797;0.268941;0.952574;0.017986;0.880797;0.047426;0.017986;0.500000;0.119203;0.006693;0.119203;0.047426;0.529964;0.178580;0.078276;0.210320;0.716263;0.693812;0.063091;0.283331;0.000000;0.650446;0.621754;0.304492;0.871131;0.895856;0.064224;0.409024;0.130108;0.656560;0.774168;0.450909;0.978440;0.000012;0.021546;0.999955;0.000000;0.000040;0.999965;0.000000;0.000035;0.268941;0.006693;0.002473;0.002473;0.500000;0.119203;0.006693;0.268941;0.119203;0.952574;0.268941;0.017986;0.952574;0.952574;0.002473;0.047426;0.017986;0.999665;0.731059;0.880797;0.321475;0.000000;0.267176;0.000000;0.216192;0.212320;0.079805;0.163967;0.161379;0.745926;0.842905;0.097352;0.929955;0.834657;0.101652;0.342089;0.053454;0.506500;0.393172;0.601807;0.949995;0.002350;0.047653;0.998340;0.000015;0.001640;0.999470;0.000000;0.000530;0.731059;0.982014;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.731059;0.268941;0.268941;0.880797;0.119203;0.047426;0.017986;0.268941;0.500000;0.047426;0.119203;0.731059;0.579812;0.681354;0.601328;0.203915;0.562669;0.624338;0.537430;0.118470;0.437577;0.646571;0.527472;0.740006;0.223393;0.493500;0.000000;0.745547;0.440040;0.000000;0.000000;0.358243;0.937838;0.008506;0.053654;0.998300;0.000015;0.001680;0.999175;0.000000;0.000825;0.268941;0.500000;0.047426;0.982014;0.002473;0.982014;0.993307;0.119203;0.119203;0.002473;0.006693;0.268941;0.006693;0.119203;0.006693;0.268941;0.047426;0.002473;0.006693;0.047426;0.528968;0.750260;0.723922;0.660383;0.000000;0.625041;0.732433;0.381308;0.256546;0.120893;0.112946;0.847354;0.226882;0.254453;0.253506;0.706200;0.144922;0.000000;0.112147;0.052005;0.917462;0.003603;0.078933;0.997880;0.000095;0.002020;0.964215;0.000005;0.035780;0.002473;0.006693;0.000911;0.000335;0.000911;0.000911;0.000911;0.000911;0.500000;0.017986;0.047426;0.000911;0.006693;0.999665;0.000335;0.002473;0.006693;0.500000;0.999089;0.017986;0.061111;0.675025;0.553297;0.199248;0.000000;0.247126;0.000000;0.081585;0.489751;0.496000;0.500000;0.127862;0.000000;0.939574;0.429718;0.137644;0.431925;0.829346;0.854830;0.578349;0.882010;0.001590;0.116398;0.995875;0.000105;0.004020;0.941665;0.000060;0.058270;0.017986;0.002473;0.002473;0.000911;0.500000;0.002473;0.002473;0.002473;0.880797;0.500000;0.500000;0.002473;0.880797;0.999089;0.000911;0.002473;0.006693;0.997527;0.993307;0.268941;0.295879;0.000000;0.000000;0.168541;0.602765;0.310668;0.350009;0.129318;0.000000;0.673267;0.554779;0.228112;0.698676;0.956102;0.000000;0.233080;0.066484;0.862594;0.835758;0.528718;0.884649;0.000219;0.115130;0.786240;0.000170;0.213590;0.905205;0.000245;0.094545;0.500000;0.268941;0.047426;0.047426;0.731059;0.047426;0.047426;0.500000;0.268941;0.500000;0.731059;0.047426;0.500000;0.731059;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.594596;0.000000;0.693387;0.279690;0.586133;0.000000;0.452147;0.573954;0.000000;0.284958;0.605396;0.393649;0.875338;0.000000;0.000000;0.818616;0.747250;0.000000;0.642906;0.000000;0.638801;0.000609;0.360590;0.268775;0.000215;0.731010;0.776990;0.001220;0.221790;0.268941;0.047426;0.880797;0.731059;0.119203;0.047426;0.500000;0.952574;0.017986;0.006693;0.047426;0.119203;0.047426;0.047426;0.268941;0.982014;0.880797;0.002473;0.006693;0.017986;0.173934;0.603005;0.794130;0.647028;0.625275;0.750260;0.724321;0.330926;0.327834;0.000000;0.099213;0.595078;0.795434;0.326293;0.807213;0.780229;0.201170;0.000000;0.000000;0.000000;0.255522;0.005707;0.738769;0.081010;0.000045;0.918940;0.685125;0.012070;0.302805;0.017986;0.500000;0.268941;0.999089;0.000911;0.119203;0.952574;0.017986;0.047426;0.000911;0.006693;0.119203;0.119203;0.000911;0.500000;0.047426;0.119203;0.000911;0.002473;0.002473;0.347737;0.505750;0.911331;0.899890;0.000000;0.705162;0.528968;0.344795;0.000000;0.000000;0.527223;0.600608;0.465306;0.000000;0.280698;0.280093;0.153944;0.000000;0.000000;0.000000;0.059868;0.004132;0.935996;0.037170;0.000105;0.962720;0.137150;0.011835;0.851005;0.119203;0.268941;0.731059;0.982014;0.002473;0.268941;0.731059;0.047426;0.047426;0.006693;0.017986;0.047426;0.006693;0.000911;0.997527;0.119203;0.119203;0.000911;0.002473;0.006693;0.724321;0.000000;0.266393;0.586618;0.000000;0.746494;0.430209;0.330926;0.307890;0.176681;0.116192;0.220114;0.000000;0.326073;0.943747;0.747816;0.227058;0.000000;0.293592;0.114559;0.278580;0.002261;0.719159;0.000365;0.002820;0.996815;0.133710;0.003570;0.862720;0.500000;0.119203;0.880797;0.982014;0.006693;0.731059;0.880797;0.119203;0.731059;0.006693;0.017986;0.268941;0.047426;0.017986;0.880797;0.731059;0.731059;0.006693;0.017986;0.047426;0.609688;0.635758;0.851321;0.767991;0.000000;0.000000;0.389123;0.162737;0.330926;0.266002;0.289873;0.759694;0.000000;0.430944;0.000000;0.470783;0.685680;0.000000;0.000000;0.468293;0.278547;0.003318;0.718135;0.001345;0.000245;0.998415;0.139360;0.009325;0.851310
0.268941;0.006693;0.002473;0.002473;0.500000;0.119203;0.006693;0.268941;0.119203;0.952574;0.268941;0.017986;0.952574;0.952574;0.002473;0.047426;0.017986;0.999665;0.731059;0.880797;0.321475;0.000000;0.267176;0.000000;0.216192;0.212320;0.079805;0.163967;0.161379;0.745926;0.842905;0.097352;0.929955;0.834657;0.101652;0.342089;0.053454;0.506500;0.393172;0.601807;0.949995;0.002350;0.047653;0.998340;0.000015;0.001640;0.999470;0.000000;0.000530;0.731059;0.982014;0.268941;0.119203;0.119203;0.268941;0.268941;0.047426;0.731059;0.268941;0.268941;0.880797;0.119203;0.047426;0.017986;0.268941;0.500000;0.047426;0.119203;0.731059;0.579812;0.681354;0.601328;0.203915;0.562669;0.624338;0.537430;0.118470;0.437577;0.646571;0.527472;0.740006;0.223393;0.493500;0.000000;0.745547;0.440040;0.000000;0.000000;0.358243;0.937838;0.008506;0.053654;0.998300;0.000015;0.001680;0.999175;0.000000;0.000825;0.268941;0.500000;0.047426;0.982014;0.002473;0.982014;0.993307;0.119203;0.119203;0.002473;0.006693;0.268941;0.006693;0.119203;0.006693;0.268941;0.047426;0.002473;0.006693;0.047426;0.528968;0.750260;0.723922;0.660383;0.000000;0.625041;0.732433;0.381308;0.256546;0.120893;0.112946;0.847354;0.226882;0.254453;0.253506;0.706200;0.144922;0.000000;0.112147;0.052005;0.917462;0.003603;0.078933;0.997880;0.000095;0.002020;0.964215;0.000005;0.035780;0.002473;0.006693;0.000911;0.000335;0.000911;0.000911;0.000911;0.000911;0.500000;0.017986;0.047426;0.000911;0.006693;0.999665;0.000335;0.002473;0.006693;0.500000;0.999089;0.017986;0.061111;0.675025;0.553297;0.199248;0.000000;0.247126;0.000000;0.081585;0.489751;0.496000;0.500000;0.127862;0.000000;0.939574;0.429718;0.137644;0.431925;0.829346;0.854830;0.578349;0.882010;0.001590;0.116398;0.995875;0.000105;0.004020;0.941665;0.000060;0.058270;0.017986;0.002473;0.002473;0.000911;0.500000;0.002473;0.002473;0.002473;0.880797;0.500000;0.500000;0.002473;0.880797;0.999089;0.000911;0.002473;0.006693;0.997527;0.993307;0.268941;0.295879;0.000000;0.000000;0.168541;0.602765;0.310668;0.350009;0.129318;0.000000;0.673267;0.554779;0.228112;0.698676;0.956102;0.000000;0.233080;0.066484;0.862594;0.835758;0.528718;0.884649;0.000219;0.115130;0.786240;0.000170;0.213590;0.905205;0.000245;0.094545;0.500000;0.268941;0.047426;0.047426;0.731059;0.047426;0.047426;0.500000;0.268941;0.500000;0.731059;0.047426;0.500000;0.731059;0.017986;0.880797;0.982014;0.017986;0.731059;0.500000;0.594596;0.000000;0.693387;0.279690;0.586133;0.000000;0.452147;0.573954;0.000000;0.284958;0.605396;0.393649;0.875338;0.000000;0.000000;0.818616;0.747250;0.000000;0.642906;0.000000;0.638801;0.000609;0.360590;0.268775;0.000215;0.731010;0.776990;0.001220;0.221790;0.268941;0.047426;0.880797;0.731059;0.119203;0.047426;0.500000;0.952574;0.017986;0.006693;0.047426;0.119203;0.047426;0.047426;0.268941;0.982014;0.880797;0.002473;0.006693;0.017986;0.173934;0.603005;0.794130;0.647028;0.625275;0.750260;0.724321;0.330926;0.327834;0.000000;0.099213;0.595078;0.795434;0.326293;0.807213;0.780229;0.201170;0.000000;0.000000;0.000000;0.255522;0.005707;0.738769;0.081010;0.000045;0.918940;0.685125;0.012070;0.302805;0.017986;0.500000;0.268941;0.999089;0.000911;0.119203;0.952574;0.017986;0.047426;0.000911;0.006693;0.119203;0.119203;0.000911;0.500000;0.047426;0.119203;0.000911;0.002473;0.002473;0.347737;0.505750;0.911331;0.899890;0.000000;0.705162;0.528968;0.344795;0.000000;0.000000;0.527223;0.600608;0.465306;0.000000;0.280698;0.280093;0.153944;0.000000;0.000000;0.000000;0.059868;0.004132;0.935996;0.037170;0.000105;0.962720;0.137150;0.011835;0.851005;0.119203;0.268941;0.731059;0.982014;0.002473;0.268941;0.731059;0.047426;0.047426;0.006693;0.017986;0.047426;0.006693;0.000911;0.997527;0.119203;0.119203;0.000911;0.002473;0.006693;0.724321;0.000000;0.266393;0.586618;0.000000;0.746494;0.430209;0.330926;0.307890;0.176681;0.116192;0.220114;0.000000;0.326073;0.943747;0.747816;0.227058;0.000000;0.293592;0.114559;0.278580;0.002261;0.719159;0.000365;0.002820;0.996815;0.133710;0.003570;0.862720;0.500000;0.119203;0.880797;0.982014;0.006693;0.731059;0.880797;0.119203;0.731059;0.006693;0.017986;0.268941;0.047426;0.017986;0.880797;0.731059;0.731059;0.006693;0.017986;0.047426;0.609688;0.635758;0.851321;0.767991;0.000000;0.000000;0.389123;0.162737;0.330926;0.266002;0.289873;0.759694;0.000000;0.430944;0.000000;0.470783;0.685680;0.000000;0.000000;0.468293;0.278547;0.003318;0.718135;0.001345;0.000245;0.998415;0.139360;0.009325;0.851310;0.982014;0.268941;0.500000;0.047426;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.268941;0.047426;0.006693;0.119203;0.952574;0.731059;0.002473;0.017986;0.268941;0.605635;0.211651;0.585890;0.268352;0.827784;0.000000;0.406609;0.490001;0.752315;0.648169;0.121532;0.253128;0.000000;0.355718;0.342314;0.805025;0.725916;0.000000;0.000000;0.601567;0.262985;0.024101;0.712917;0.002185;0.007565;0.990260;0.105465;0.064355;0.830180
0.268941;0.047426;0.880797;0.731059;0.119203;0.047426;0.500000;0.952574;0.017986;0.006693;0.047426;0.119203;0.047426;0.047426;0.268941;0.982014;0.880797;0.002473;0.006693;0.017986;0.173934;0.603005;0.794130;0.647028;0.625275;0.750260;0.724321;0.330926;0.327834;0.000000;0.099213;0.595078;0.795434;0.326293;0.807213;0.780229;0.201170;0.000000;0.000000;0.000000;0.255522;0.005707;0.738769;0.081010;0.000045;0.918940;0.685125;0.012070;0.302805;0.017986;0.500000;0.268941;0.999089;0.000911;0.119203;0.952574;0.017986;0.047426;0.000911;0.006693;0.119203;0.119203;0.000911;0.500000;0.047426;0.119203;0.000911;0.002473;0.002473;0.347737;0.505750;0.911331;0.899890;0.000000;0.705162;0.528968;0.344795;0.000000;0.000000;0.527223;0.600608;0.465306;0.000000;0.280698;0.280093;0.153944;0.000000;0.000000;0.000000;0.059868;0.004132;0.935996;0.037170;0.000105;0.962720;0.137150;0.011835;0.851005;0.119203;0.268941;0.731059;0.982014;0.002473;0.268941;0.731059;0.047426;0.047426;0.006693;0.017986;0.047426;0.006693;0.000911;0.997527;0.119203;0.119203;0.000911;0.002473;0.006693;0.724321;0.000000;0.266393;0.586618;0.000000;0.746494;0.430209;0.330926;0.307890;0.176681;0.116192;0.220114;0.000000;0.326073;0.943747;0.747816;0.227058;0.000000;0.293592;0.114559;0.278580;0.002261;0.719159;0.000365;0.002820;0.996815;0.133710;0.003570;0.862720;0.500000;0.119203;0.880797;0.982014;0.006693;0.731059;0.880797;0.119203;0.731059;0.006693;0.017986;0.268941;0.047426;0.017986;0.880797;0.731059;0.731059;0.006693;0.017986;0.047426;0.609688;0.635758;0.851321;0.767991;0.000000;0.000000;0.389123;0.162737;0.330926;0.266002;0.289873;0.759694;0.000000;0.430944;0.000000;0.470783;0.685680;0.000000;0.000000;0.468293;0.278547;0.003318;0.718135;0.001345;0.000245;0.998415;0.139360;0.009325;0.851310;0.982014;0.268941;0.500000;0.047426;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.268941;0.047426;0.006693;0.119203;0.952574;0.731059;0.002473;0.017986;0.268941;0.605635;0.211651;0.585890;0.268352;0.827784;0.000000;0.406609;0.490001;0.752315;0.648169;0.121532;0.253128;0.000000;0.355718;0.342314;0.805025;0.725916;0.000000;0.000000;0.601567;0.262985;0.024101;0.712917;0.002185;0.007565;0.990260;0.105465;0.064355;0.830180;0.500000;0.017986;0.017986;0.119203;0.880797;0.006693;0.006693;0.002473;0.002473;0.268941;0.119203;0.119203;0.268941;0.002473;0.999089;0.119203;0.119203;0.000911;0.002473;0.268941;0.147543;0.263084;0.000000;0.640377;0.698255;0.000000;0.604918;0.000000;0.000000;0.495750;0.120257;0.474023;0.000000;0.346604;0.963137;0.214670;0.612777;0.000000;0.319081;0.215008;0.113314;0.010797;0.875890;0.003020;0.014815;0.982165;0.238870;0.017190;0.743940;0.731059;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.997527;0.006693;0.002473;0.002473;0.017986;0.119203;0.119203;0.006693;0.731059;0.017986;0.006693;0.268941;0.119203;0.471282;0.278081;0.354344;0.622224;0.000000;0.455865;0.590976;0.912934;0.547110;0.000000;0.109584;0.278081;0.000000;0.684386;0.000000;0.759145;0.179462;0.000000;0.346151;0.000000;0.119028;0.142694;0.738278;0.005145;0.226295;0.768560;0.249565;0.201385;0.549050;0.268941;0.500000;0.999089;0.119203;0.006693;0.268941;0.119203;0.268941;0.731059;0.017986;0.047426;0.880797;0.017986;0.002473;0.006693;0.500000;0.268941;0.002473;0.006693;0.119203;0.000000;0.741159;0.939289;0.582489;0.657461;0.612540;0.000000;0.292764;0.518242;0.404440;0.310026;0.694449;0.000000;0.000000;0.000000;0.892640;0.000000;0.000000;0.000000;0.000000;0.166198;0.204465;0.629335;0.007680;0.395400;0.596920;0.276005;0.217490;0.506500;0.268941;0.047426;0.047426;0.002473;0.006693;0.119203;0.017986;0.047426;0.880797;0.119203;0.731059;0.017986;0.731059;0.982014;0.002473;0.017986;0.017986;0.999665;0.993307;0.119203;0.439055;0.000000;0.000000;0.305127;0.671726;0.853335;0.000000;0.000000;0.913883;0.000000;0.000000;0.308317;0.843697;0.000000;0.000000;0.000000;0.255403;0.985964;0.881634;0.291936;0.157672;0.403475;0.438853;0.008050;0.771800;0.220150;0.248080;0.438085;0.313835;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.952574;0.952574;0.006693;0.880797;0.993307;0.006693;0.017986;0.017986;0.880797;0.500000;0.731059;0.499500;0.000000;0.000000;0.000000;0.000000;0.000000;0.259802;0.000000;0.000000;0.832855;0.871356;0.000000;0.690188;0.775216;0.000000;0.419945;0.000000;0.000000;0.483506;0.771535;0.155569;0.411435;0.432996;0.007850;0.788055;0.204095;0.237700;0.445665;0.316635;0.017986;0.119203;0.002473;0.000911;0.880797;0.002473;0.002473;0.017986;0.017986;0.047426;0.500000;0.002473;0.268941;0.999089;0.002473;0.017986;0.119203;0.999089;0.982014;0.017986;0.000000;0.542398;0.527722;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.398912;0.000000;0.000000;0.975708;0.000000;0.000000;0.000000;0.950734;0.864127;0.704954;0.112679;0.388619;0.498702;0.006585;0.781355;0.212055;0.073935;0.383820;0.542250
0.017986;0.500000;0.268941;0.999089;0.000911;0.119203;0.952574;0.017986;0.047426;0.000911;0.006693;0.119203;0.119203;0.000911;0.500000;0.047426;0.119203;0.000911;0.002473;0.002473;0.347737;0.505750;0.911331;0.899890;0.000000;0.705162;0.528968;0.344795;0.000000;0.000000;0.527223;0.600608;0.465306;0.000000;0.280698;0.280093;0.153944;0.000000;0.000000;0.000000;0.059868;0.004132;0.935996;0.037170;0.000105;0.962720;0.137150;0.011835;0.851005;0.119203;0.268941;0.731059;0.982014;0.002473;0.268941;0.731059;0.047426;0.047426;0.006693;0.017986;0.047426;0.006693;0.000911;0.997527;0.119203;0.119203;0.000911;0.002473;0.006693;0.724321;0.000000;0.266393;0.586618;0.000000;0.746494;0.430209;0.330926;0.307890;0.176681;0.116192;0.220114;0.000000;0.326073;0.943747;0.747816;0.227058;0.000000;0.293592;0.114559;0.278580;0.002261;0.719159;0.000365;0.002820;0.996815;0.133710;0.003570;0.862720;0.500000;0.119203;0.880797;0.982014;0.006693;0.731059;0.880797;0.119203;0.731059;0.006693;0.017986;0.268941;0.047426;0.017986;0.880797;0.731059;0.731059;0.006693;0.017986;0.047426;0.609688;0.635758;0.851321;0.767991;0.000000;0.000000;0.389123;0.162737;0.330926;0.266002;0.289873;0.759694;0.000000;0.430944;0.000000;0.470783;0.685680;0.000000;0.000000;0.468293;0.278547;0.003318;0.718135;0.001345;0.000245;0.998415;0.139360;0.009325;0.851310;0.982014;0.268941;0.500000;0.047426;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.268941;0.047426;0.006693;0.119203;0.952574;0.731059;0.002473;0.017986;0.268941;0.605635;0.211651;0.585890;0.268352;0.827784;0.000000;0.406609;0.490001;0.752315;0.648169;0.121532;0.253128;0.000000;0.355718;0.342314;0.805025;0.725916;0.000000;0.000000;0.601567;0.262985;0.024101;0.712917;0.002185;0.007565;0.990260;0.105465;0.064355;0.830180;0.500000;0.017986;0.017986;0.119203;0.880797;0.006693;0.006693;0.002473;0.002473;0.268941;0.119203;0.119203;0.268941;0.002473;0.999089;0.119203;0.119203;0.000911;0.002473;0.268941;0.147543;0.263084;0.000000;0.640377;0.698255;0.000000;0.604918;0.000000;0.000000;0.495750;0.120257;0.474023;0.000000;0.346604;0.963137;0.214670;0.612777;0.000000;0.319081;0.215008;0.113314;0.010797;0.875890;0.003020;0.014815;0.982165;0.238870;0.017190;0.743940;0.731059;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.997527;0.006693;0.002473;0.002473;0.017986;0.119203;0.119203;0.006693;0.731059;0.017986;0.006693;0.268941;0.119203;0.471282;0.278081;0.354344;0.622224;0.000000;0.455865;0.590976;0.912934;0.547110;0.000000;0.109584;0.278081;0.000000;0.684386;0.000000;0.759145;0.179462;0.000000;0.346151;0.000000;0.119028;0.142694;0.738278;0.005145;0.226295;0.768560;0.249565;0.201385;0.549050;0.268941;0.500000;0.999089;0.119203;0.006693;0.268941;0.119203;0.268941;0.731059;0.017986;0.047426;0.880797;0.017986;0.002473;0.006693;0.500000;0.268941;0.002473;0.006693;0.119203;0.000000;0.741159;0.939289;0.582489;0.657461;0.612540;0.000000;0.292764;0.518242;0.404440;0.310026;0.694449;0.000000;0.000000;0.000000;0.892640;0.000000;0.000000;0.000000;0.000000;0.166198;0.204465;0.629335;0.007680;0.395400;0.596920;0.276005;0.217490;0.506500;0.268941;0.047426;0.047426;0.002473;0.006693;0.119203;0.017986;0.047426;0.880797;0.119203;0.731059;0.017986;0.731059;0.982014;0.002473;0.017986;0.017986;0.999665;0.993307;0.119203;0.439055;0.000000;0.000000;0.305127;0.671726;0.853335;0.000000;0.000000;0.913883;0.000000;0.000000;0.308317;0.843697;0.000000;0.000000;0.000000;0.255403;0.985964;0.881634;0.291936;0.157672;0.403475;0.438853;0.008050;0.771800;0.220150;0.248080;0.438085;0.313835;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.952574;0.952574;0.006693;0.880797;0.993307;0.006693;0.017986;0.017986;0.880797;0.500000;0.731059;0.499500;0.000000;0.000000;0.000000;0.000000;0.000000;0.259802;0.000000;0.000000;0.832855;0.871356;0.000000;0.690188;0.775216;0.000000;0.419945;0.000000;0.000000;0.483506;0.771535;0.155569;0.411435;0.432996;0.007850;0.788055;0.204095;0.237700;0.445665;0.316635;0.017986;0.119203;0.002473;0.000911;0.880797;0.002473;0.002473;0.017986;0.017986;0.047426;0.500000;0.002473;0.268941;0.999089;0.002473;0.017986;0.119203;0.999089;0.982014;0.017986;0.000000;0.542398;0.527722;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.398912;0.000000;0.000000;0.975708;0.000000;0.000000;0.000000;0.950734;0.864127;0.704954;0.112679;0.388619;0.498702;0.006585;0.781355;0.212055;0.073935;0.383820;0.542250;0.017986;0.000911;0.006693;0.002473;0.000911;0.002473;0.002473;0.999665;0.002473;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000335;0.322567;0.000000;0.634368;0.000000;0.000000;0.000000;0.000000;0.965710;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.825347;0.000000;0.000000;0.000000;0.000000;0.000000;0.023840;0.304507;0.671653;0.006695;0.636220;0.357085;0.064085;0.276560;0.659355
0.119203;0.268941;0.731059;0.982014;0.002473;0.268941;0.731059;0.047426;0.047426;0.006693;0.017986;0.047426;0.006693;0.000911;0.997527;0.119203;0.119203;0.000911;0.002473;0.006693;0.724321;0.000000;0.266393;0.586618;0.000000;0.746494;0.430209;0.330926;0.307890;0.176681;0.116192;0.220114;0.000000;0.326073;0.943747;0.747816;0.227058;0.000000;0.293592;0.114559;0.278580;0.002261;0.719159;0.000365;0.002820;0.996815;0.133710;0.003570;0.862720;0.500000;0.119203;0.880797;0.982014;0.006693;0.731059;0.880797;0.119203;0.731059;0.006693;0.017986;0.268941;0.047426;0.017986;0.880797;0.731059;0.731059;0.006693;0.017986;0.047426;0.609688;0.635758;0.851321;0.767991;0.000000;0.000000;0.389123;0.162737;0.330926;0.266002;0.289873;0.759694;0.000000;0.430944;0.000000;0.470783;0.685680;0.000000;0.000000;0.468293;0.278547;0.003318;0.718135;0.001345;0.000245;0.998415;0.139360;0.009325;0.851310;0.982014;0.268941;0.500000;0.047426;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.268941;0.047426;0.006693;0.119203;0.952574;0.731059;0.002473;0.017986;0.268941;0.605635;0.211651;0.585890;0.268352;0.827784;0.000000;0.406609;0.490001;0.752315;0.648169;0.121532;0.253128;0.000000;0.355718;0.342314;0.805025;0.725916;0.000000;0.000000;0.601567;0.262985;0.024101;0.712917;0.002185;0.007565;0.990260;0.105465;0.064355;0.830180;0.500000;0.017986;0.017986;0.119203;0.880797;0.006693;0.006693;0.002473;0.002473;0.268941;0.119203;0.119203;0.268941;0.002473;0.999089;0.119203;0.119203;0.000911;0.002473;0.268941;0.147543;0.263084;0.000000;0.640377;0.698255;0.000000;0.604918;0.000000;0.000000;0.495750;0.120257;0.474023;0.000000;0.346604;0.963137;0.214670;0.612777;0.000000;0.319081;0.215008;0.113314;0.010797;0.875890;0.003020;0.014815;0.982165;0.238870;0.017190;0.743940;0.731059;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.997527;0.006693;0.002473;0.002473;0.017986;0.119203;0.119203;0.006693;0.731059;0.017986;0.006693;0.268941;0.119203;0.471282;0.278081;0.354344;0.622224;0.000000;0.455865;0.590976;0.912934;0.547110;0.000000;0.109584;0.278081;0.000000;0.684386;0.000000;0.759145;0.179462;0.000000;0.346151;0.000000;0.119028;0.142694;0.738278;0.005145;0.226295;0.768560;0.249565;0.201385;0.549050;0.268941;0.500000;0.999089;0.119203;0.006693;0.268941;0.119203;0.268941;0.731059;0.017986;0.047426;0.880797;0.017986;0.002473;0.006693;0.500000;0.268941;0.002473;0.006693;0.119203;0.000000;0.741159;0.939289;0.582489;0.657461;0.612540;0.000000;0.292764;0.518242;0.404440;0.310026;0.694449;0.000000;0.000000;0.000000;0.892640;0.000000;0.000000;0.000000;0.000000;0.166198;0.204465;0.629335;0.007680;0.395400;0.596920;0.276005;0.217490;0.506500;0.268941;0.047426;0.047426;0.002473;0.006693;0.119203;0.017986;0.047426;0.880797;0.119203;0.731059;0.017986;0.731059;0.982014;0.002473;0.017986;0.017986;0.999665;0.993307;0.119203;0.439055;0.000000;0.000000;0.305127;0.671726;0.853335;0.000000;0.000000;0.913883;0.000000;0.000000;0.308317;0.843697;0.000000;0.000000;0.000000;0.255403;0.985964;0.881634;0.291936;0.157672;0.403475;0.438853;0.008050;0.771800;0.220150;0.248080;0.438085;0.313835;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.952574;0.952574;0.006693;0.880797;0.993307;0.006693;0.017986;0.017986;0.880797;0.500000;0.731059;0.499500;0.000000;0.000000;0.000000;0.000000;0.000000;0.259802;0.000000;0.000000;0.832855;0.871356;0.000000;0.690188;0.775216;0.000000;0.419945;0.000000;0.000000;0.483506;0.771535;0.155569;0.411435;0.432996;0.007850;0.788055;0.204095;0.237700;0.445665;0.316635;0.017986;0.119203;0.002473;0.000911;0.880797;0.002473;0.002473;0.017986;0.017986;0.047426;0.500000;0.002473;0.268941;0.999089;0.002473;0.017986;0.119203;0.999089;0.982014;0.017986;0.000000;0.542398;0.527722;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.398912;0.000000;0.000000;0.975708;0.000000;0.000000;0.000000;0.950734;0.864127;0.704954;0.112679;0.388619;0.498702;0.006585;0.781355;0.212055;0.073935;0.383820;0.542250;0.017986;0.000911;0.006693;0.002473;0.000911;0.002473;0.002473;0.999665;0.002473;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000335;0.322567;0.000000;0.634368;0.000000;0.000000;0.000000;0.000000;0.965710;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.825347;0.000000;0.000000;0.000000;0.000000;0.000000;0.023840;0.304507;0.671653;0.006695;0.636220;0.357085;0.064085;0.276560;0.659355;0.268941;0.500000;0.119203;0.268941;0.006693;0.047426;0.268941;0.047426;0.119203;0.006693;0.006693;0.500000;0.006693;0.002473;0.999089;0.731059;0.119203;0.002473;0.047426;0.047426;0.561438;0.515995;0.000000;0.622694;0.000000;0.000000;0.000000;0.000000;0.000000;0.668409;0.000000;0.589524;0.000000;0.000000;0.956018;0.857539;0.000000;0.000000;0.719705;0.000000;0.052633;0.206726;0.740643;0.010010;0.522250;0.467740;0.145715;0.095755;0.758535
0.500000;0.119203;0.880797;0.982014;0.006693;0.731059;0.880797;0.119203;0.731059;0.006693;0.017986;0.268941;0.047426;0.017986;0.880797;0.731059;0.731059;0.006693;0.017986;0.047426;0.609688;0.635758;0.851321;0.767991;0.000000;0.000000;0.389123;0.162737;0.330926;0.266002;0.289873;0.759694;0.000000;0.430944;0.000000;0.470783;0.685680;0.000000;0.000000;0.468293;0.278547;0.003318;0.718135;0.001345;0.000245;0.998415;0.139360;0.009325;0.851310;0.982014;0.268941;0.500000;0.047426;0.119203;0.119203;0.268941;0.119203;0.500000;0.119203;0.017986;0.268941;0.047426;0.006693;0.119203;0.952574;0.731059;0.002473;0.017986;0.268941;0.605635;0.211651;0.585890;0.268352;0.827784;0.000000;0.406609;0.490001;0.752315;0.648169;0.121532;0.253128;0.000000;0.355718;0.342314;0.805025;0.725916;0.000000;0.000000;0.601567;0.262985;0.024101;0.712917;0.002185;0.007565;0.990260;0.105465;0.064355;0.830180;0.500000;0.017986;0.017986;0.119203;0.880797;0.006693;0.006693;0.002473;0.002473;0.268941;0.119203;0.119203;0.268941;0.002473;0.999089;0.119203;0.119203;0.000911;0.002473;0.268941;0.147543;0.263084;0.000000;0.640377;0.698255;0.000000;0.604918;0.000000;0.000000;0.495750;0.120257;0.474023;0.000000;0.346604;0.963137;0.214670;0.612777;0.000000;0.319081;0.215008;0.113314;0.010797;0.875890;0.003020;0.014815;0.982165;0.238870;0.017190;0.743940;0.731059;0.006693;0.268941;0.017986;0.006693;0.017986;0.119203;0.997527;0.006693;0.002473;0.002473;0.017986;0.119203;0.119203;0.006693;0.731059;0.017986;0.006693;0.268941;0.119203;0.471282;0.278081;0.354344;0.622224;0.000000;0.455865;0.590976;0.912934;0.547110;0.000000;0.109584;0.278081;0.000000;0.684386;0.000000;0.759145;0.179462;0.000000;0.346151;0.000000;0.119028;0.142694;0.738278;0.005145;0.226295;0.768560;0.249565;0.201385;0.549050;0.268941;0.500000;0.999089;0.119203;0.006693;0.268941;0.119203;0.268941;0.731059;0.017986;0.047426;0.880797;0.017986;0.002473;0.006693;0.500000;0.268941;0.002473;0.006693;0.119203;0.000000;0.741159;0.939289;0.582489;0.657461;0.612540;0.000000;0.292764;0.518242;0.404440;0.310026;0.694449;0.000000;0.000000;0.000000;0.892640;0.000000;0.000000;0.000000;0.000000;0.166198;0.204465;0.629335;0.007680;0.395400;0.596920;0.276005;0.217490;0.506500;0.268941;0.047426;0.047426;0.002473;0.006693;0.119203;0.017986;0.047426;0.880797;0.119203;0.731059;0.017986;0.731059;0.982014;0.002473;0.017986;0.017986;0.999665;0.993307;0.119203;0.439055;0.000000;0.000000;0.305127;0.671726;0.853335;0.000000;0.000000;0.913883;0.000000;0.000000;0.308317;0.843697;0.000000;0.000000;0.000000;0.255403;0.985964;0.881634;0.291936;0.157672;0.403475;0.438853;0.008050;0.771800;0.220150;0.248080;0.438085;0.313835;0.047426;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.952574;0.952574;0.006693;0.880797;0.993307;0.006693;0.017986;0.017986;0.880797;0.500000;0.731059;0.499500;0.000000;0.000000;0.000000;0.000000;0.000000;0.259802;0.000000;0.000000;0.832855;0.871356;0.000000;0.690188;0.775216;0.000000;0.419945;0.000000;0.000000;0.483506;0.771535;0.155569;0.411435;0.432996;0.007850;0.788055;0.204095;0.237700;0.445665;0.316635;0.017986;0.119203;0.002473;0.000911;0.880797;0.002473;0.002473;0.017986;0.017986;0.047426;0.500000;0.002473;0.268941;0.999089;0.002473;0.017986;0.119203;0.999089;0.982014;0.017986;0.000000;0.542398;0.527722;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.398912;0.000000;0.000000;0.975708;0.000000;0.000000;0.000000;0.950734;0.864127;0.704954;0.112679;0.388619;0.498702;0.006585;0.781355;0.212055;0.073935;0.383820;0.542250;0.017986;0.000911;0.006693;0.002473;0.000911;0.002473;0.002473;0.999665;0.002473;0.000335;0.000335;0.002473;0.000911;0.000911;0.002473;0.017986;0.002473;0.000911;0.000911;0.000335;0.322567;0.000000;0.634368;0.000000;0.000000;0.000000;0.000000;0.965710;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.825347;0.000000;0.000000;0.000000;0.000000;0.000000;0.023840;0.304507;0.671653;0.006695;0.636220;0.357085;0.064085;0.276560;0.659355;0.268941;0.500000;0.119203;0.268941;0.006693;0.047426;0.268941;0.047426;0.119203;0.006693;0.006693;0.500000;0.006693;0.002473;0.999089;0.731059;0.119203;0.002473;0.047426;0.047426;0.561438;0.515995;0.000000;0.622694;0.000000;0.000000;0.000000;0.000000;0.000000;0.668409;0.000000;0.589524;0.000000;0.000000;0.956018;0.857539;0.000000;0.000000;0.719705;0.000000;0.052633;0.206726;0.740643;0.010010;0.522250;0.467740;0.145715;0.095755;0.758535;0.017986;0.006693;0.002473;0.000911;0.017986;0.006693;0.002473;0.000911;0.002473;0.731059;0.997527;0.006693;0.731059;0.047426;0.002473;0.006693;0.017986;0.006693;0.017986;0.880797;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.712386;0.953558;0.000000;0.000000;0.000000;0.000000;0.732433;0.000000;0.000000;0.000000;0.000000;0.072911;0.239699;0.687392;0.010500;0.398930;0.590575;0.201285;0.313220;0.485495
0.047426;0.880797;0.500000;0.119203;0.006693;0.982014;0.500000;0.017986;0.731059;0.006693;0.047426;0.997527;0.047426;0.006693;0.047426;0.119203;0.047426;0.006693;0.017986;0.017986;0.102477;0.644053;0.839431;0.182575;0.000000;0.757496;0.574931;0.054940;0.607067;0.000000;0.074330;0.949645;0.000000;0.256355;0.069526;0.274482;0.045826;0.000000;0.331369;0.000000;0.110827;0.748993;0.140178;0.325170;0.508775;0.166055;0.006555;0.910855;0.082585;0.119203;0.006693;0.006693;0.006693;0.017986;0.006693;0.006693;0.006693;0.017986;0.880797;0.880797;0.006693;0.268941;0.999089;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.202297;0.000000;0.000000;0.000000;0.228289;0.000000;0.000000;0.040040;0.000000;0.912536;0.732824;0.000000;0.178433;0.969410;0.000000;0.000000;0.032389;0.000000;0.000000;0.608259;0.110953;0.826745;0.062304;0.327750;0.544890;0.127365;0.004590;0.943340;0.052070;0.268941;0.119203;0.268941;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.119203;0.500000;0.119203;0.047426;0.047426;0.880797;0.993307;0.017986;0.047426;0.500000;0.000000;0.598207;0.154988;0.217380;0.000000;0.324537;0.554532;0.018022;0.068243;0.713409;0.234154;0.777473;0.000000;0.528220;0.000000;0.824045;0.860206;0.000000;0.000000;0.588072;0.108799;0.823639;0.067562;0.321820;0.539780;0.138400;0.004110;0.939230;0.056660;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.017986;0.047426;0.952574;0.210154;0.000000;0.000000;0.000000;0.905595;0.000000;0.000000;0.000000;0.000000;0.940977;0.629483;0.000000;0.313028;0.545127;0.000000;0.160165;0.356864;0.000000;0.000000;0.872806;0.110665;0.769287;0.120047;0.327495;0.410765;0.261735;0.004070;0.897955;0.097975;0.500000;0.268941;0.880797;0.500000;0.047426;0.880797;0.952574;0.047426;0.119203;0.119203;0.047426;0.500000;0.047426;0.017986;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.325195;0.173790;0.894825;0.808145;0.000000;0.747628;0.714022;0.099034;0.276078;0.151485;0.088669;0.517493;0.114356;0.076845;0.652036;0.845012;0.314967;0.000000;0.000000;0.169103;0.111193;0.453757;0.435052;0.329025;0.187750;0.483225;0.004130;0.383425;0.612450;0.017986;0.999665;0.047426;0.017986;0.002473;0.500000;0.047426;0.006693;0.047426;0.002473;0.006693;0.731059;0.017986;0.002473;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.300903;0.906107;0.000000;0.000000;0.504000;0.768169;0.000000;0.244346;0.228112;0.359163;0.069526;0.915134;0.000000;0.000000;0.072225;0.694236;0.601088;0.000000;0.000000;0.147921;0.813897;0.018308;0.167795;0.705155;0.035830;0.259015;0.777020;0.000495;0.222485;0.731059;0.119203;0.268941;0.952574;0.006693;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.500000;0.324975;0.722320;0.759876;0.000000;0.683521;0.804396;0.258266;0.244900;0.043688;0.075508;0.794783;0.000000;0.000000;0.304068;0.756944;0.605874;0.513497;0.000000;0.085959;0.837756;0.008497;0.153746;0.694875;0.017770;0.287355;0.833465;0.000195;0.166340;0.880797;0.268941;0.731059;0.731059;0.047426;0.952574;0.500000;0.268941;0.952574;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.500000;0.731059;0.017986;0.268941;0.268941;0.638994;0.270715;0.294630;0.866920;0.000000;0.727703;0.866574;0.035985;0.161922;0.314751;0.428738;0.326293;0.000000;0.000000;0.000000;0.603483;0.382725;0.000000;0.207510;0.440286;0.856897;0.010925;0.132181;0.710865;0.018275;0.270865;0.874720;0.000015;0.125270;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.500000;0.952574;0.006693;0.017986;0.047426;0.047426;0.119203;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.748570;0.935656;0.000000;0.566356;0.931183;0.000000;0.000000;0.033961;0.000000;0.000000;0.036792;0.910671;0.011214;0.078115;0.750270;0.024495;0.225235;0.998225;0.000025;0.001750;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.997527;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.761877;0.495000;0.472278;0.092709;0.000000;0.330926;0.501250;0.000000;0.192787;0.793802;0.775041;0.575176;0.245640;0.591942;0.000000;0.461824;0.153423;0.000000;0.382488;0.375662;0.911249;0.010897;0.077854;0.751265;0.023565;0.225170;0.998965;0.000005;0.001030;0.268941;0.952574;0.500000;0.047426;0.006693;0.500000;0.268941;0.119203;0.119203;0.017986;0.017986;0.997527;0.119203;0.006693;0.500000;0.268941;0.268941;0.006693;0.017986;0.047426;0.541405;0.681788;0.768880;0.780229;0.000000;0.739236;0.736528;0.113850;0.166866;0.000000;0.000000;0.871131;0.000000;0.000000;0.167145;0.688690;0.277880;0.332034;0.172359;0.039849;0.903144;0.005440;0.091416;0.719240;0.007220;0.273540;0.999695;0.000000;0.000305
0.119203;0.006693;0.006693;0.006693;0.017986;0.006693;0.006693;0.006693;0.017986;0.880797;0.880797;0.006693;0.268941;0.999089;0.006693;0.017986;0.047426;0.119203;0.731059;0.500000;0.202297;0.000000;0.000000;0.000000;0.228289;0.000000;0.000000;0.040040;0.000000;0.912536;0.732824;0.000000;0.178433;0.969410;0.000000;0.000000;0.032389;0.000000;0.000000;0.608259;0.110953;0.826745;0.062304;0.327750;0.544890;0.127365;0.004590;0.943340;0.052070;0.268941;0.119203;0.268941;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.119203;0.500000;0.119203;0.047426;0.047426;0.880797;0.993307;0.017986;0.047426;0.500000;0.000000;0.598207;0.154988;0.217380;0.000000;0.324537;0.554532;0.018022;0.068243;0.713409;0.234154;0.777473;0.000000;0.528220;0.000000;0.824045;0.860206;0.000000;0.000000;0.588072;0.108799;0.823639;0.067562;0.321820;0.539780;0.138400;0.004110;0.939230;0.056660;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.017986;0.047426;0.952574;0.210154;0.000000;0.000000;0.000000;0.905595;0.000000;0.000000;0.000000;0.000000;0.940977;0.629483;0.000000;0.313028;0.545127;0.000000;0.160165;0.356864;0.000000;0.000000;0.872806;0.110665;0.769287;0.120047;0.327495;0.410765;0.261735;0.004070;0.897955;0.097975;0.500000;0.268941;0.880797;0.500000;0.047426;0.880797;0.952574;0.047426;0.119203;0.119203;0.047426;0.500000;0.047426;0.017986;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.325195;0.173790;0.894825;0.808145;0.000000;0.747628;0.714022;0.099034;0.276078;0.151485;0.088669;0.517493;0.114356;0.076845;0.652036;0.845012;0.314967;0.000000;0.000000;0.169103;0.111193;0.453757;0.435052;0.329025;0.187750;0.483225;0.004130;0.383425;0.612450;0.017986;0.999665;0.047426;0.017986;0.002473;0.500000;0.047426;0.006693;0.047426;0.002473;0.006693;0.731059;0.017986;0.002473;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.300903;0.906107;0.000000;0.000000;0.504000;0.768169;0.000000;0.244346;0.228112;0.359163;0.069526;0.915134;0.000000;0.000000;0.072225;0.694236;0.601088;0.000000;0.000000;0.147921;0.813897;0.018308;0.167795;0.705155;0.035830;0.259015;0.777020;0.000495;0.222485;0.731059;0.119203;0.268941;0.952574;0.006693;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.500000;0.324975;0.722320;0.759876;0.000000;0.683521;0.804396;0.258266;0.244900;0.043688;0.075508;0.794783;0.000000;0.000000;0.304068;0.756944;0.605874;0.513497;0.000000;0.085959;0.837756;0.008497;0.153746;0.694875;0.017770;0.287355;0.833465;0.000195;0.166340;0.880797;0.268941;0.731059;0.731059;0.047426;0.952574;0.500000;0.268941;0.952574;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.500000;0.731059;0.017986;0.268941;0.268941;0.638994;0.270715;0.294630;0.866920;0.000000;0.727703;0.866574;0.035985;0.161922;0.314751;0.428738;0.326293;0.000000;0.000000;0.000000;0.603483;0.382725;0.000000;0.207510;0.440286;0.856897;0.010925;0.132181;0.710865;0.018275;0.270865;0.874720;0.000015;0.125270;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.500000;0.952574;0.006693;0.017986;0.047426;0.047426;0.119203;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.748570;0.935656;0.000000;0.566356;0.931183;0.000000;0.000000;0.033961;0.000000;0.000000;0.036792;0.910671;0.011214;0.078115;0.750270;0.024495;0.225235;0.998225;0.000025;0.001750;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.997527;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.761877;0.495000;0.472278;0.092709;0.000000;0.330926;0.501250;0.000000;0.192787;0.793802;0.775041;0.575176;0.245640;0.591942;0.000000;0.461824;0.153423;0.000000;0.382488;0.375662;0.911249;0.010897;0.077854;0.751265;0.023565;0.225170;0.998965;0.000005;0.001030;0.268941;0.952574;0.500000;0.047426;0.006693;0.500000;0.268941;0.119203;0.119203;0.017986;0.017986;0.997527;0.119203;0.006693;0.500000;0.268941;0.268941;0.006693;0.017986;0.047426;0.541405;0.681788;0.768880;0.780229;0.000000;0.739236;0.736528;0.113850;0.166866;0.000000;0.000000;0.871131;0.000000;0.000000;0.167145;0.688690;0.277880;0.332034;0.172359;0.039849;0.903144;0.005440;0.091416;0.719240;0.007220;0.273540;0.999695;0.000000;0.000305;0.500000;0.017986;0.017986;0.017986;0.500000;0.047426;0.047426;0.047426;0.119203;0.017986;0.006693;0.047426;0.017986;0.006693;0.999665;0.731059;0.119203;0.002473;0.006693;0.268941;0.929301;0.248804;0.126751;0.000000;0.130222;0.404681;0.198134;0.580542;0.184222;0.592184;0.137644;0.515495;0.109779;0.102661;0.249927;0.673267;0.273289;0.000000;0.177263;0.234334;0.902355;0.005245;0.092400;0.716715;0.006625;0.276660;0.999865;0.000000;0.000135
0.268941;0.119203;0.268941;0.119203;0.047426;0.268941;0.268941;0.047426;0.119203;0.880797;0.119203;0.500000;0.119203;0.047426;0.047426;0.880797;0.993307;0.017986;0.047426;0.500000;0.000000;0.598207;0.154988;0.217380;0.000000;0.324537;0.554532;0.018022;0.068243;0.713409;0.234154;0.777473;0.000000;0.528220;0.000000;0.824045;0.860206;0.000000;0.000000;0.588072;0.108799;0.823639;0.067562;0.321820;0.539780;0.138400;0.004110;0.939230;0.056660;0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.017986;0.047426;0.952574;0.210154;0.000000;0.000000;0.000000;0.905595;0.000000;0.000000;0.000000;0.000000;0.940977;0.629483;0.000000;0.313028;0.545127;0.000000;0.160165;0.356864;0.000000;0.000000;0.872806;0.110665;0.769287;0.120047;0.327495;0.410765;0.261735;0.004070;0.897955;0.097975;0.500000;0.268941;0.880797;0.500000;0.047426;0.880797;0.952574;0.047426;0.119203;0.119203;0.047426;0.500000;0.047426;0.017986;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.325195;0.173790;0.894825;0.808145;0.000000;0.747628;0.714022;0.099034;0.276078;0.151485;0.088669;0.517493;0.114356;0.076845;0.652036;0.845012;0.314967;0.000000;0.000000;0.169103;0.111193;0.453757;0.435052;0.329025;0.187750;0.483225;0.004130;0.383425;0.612450;0.017986;0.999665;0.047426;0.017986;0.002473;0.500000;0.047426;0.006693;0.047426;0.002473;0.006693;0.731059;0.017986;0.002473;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.300903;0.906107;0.000000;0.000000;0.504000;0.768169;0.000000;0.244346;0.228112;0.359163;0.069526;0.915134;0.000000;0.000000;0.072225;0.694236;0.601088;0.000000;0.000000;0.147921;0.813897;0.018308;0.167795;0.705155;0.035830;0.259015;0.777020;0.000495;0.222485;0.731059;0.119203;0.268941;0.952574;0.006693;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.500000;0.324975;0.722320;0.759876;0.000000;0.683521;0.804396;0.258266;0.244900;0.043688;0.075508;0.794783;0.000000;0.000000;0.304068;0.756944;0.605874;0.513497;0.000000;0.085959;0.837756;0.008497;0.153746;0.694875;0.017770;0.287355;0.833465;0.000195;0.166340;0.880797;0.268941;0.731059;0.731059;0.047426;0.952574;0.500000;0.268941;0.952574;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.500000;0.731059;0.017986;0.268941;0.268941;0.638994;0.270715;0.294630;0.866920;0.000000;0.727703;0.866574;0.035985;0.161922;0.314751;0.428738;0.326293;0.000000;0.000000;0.000000;0.603483;0.382725;0.000000;0.207510;0.440286;0.856897;0.010925;0.132181;0.710865;0.018275;0.270865;0.874720;0.000015;0.125270;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.500000;0.952574;0.006693;0.017986;0.047426;0.047426;0.119203;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.748570;0.935656;0.000000;0.566356;0.931183;0.000000;0.000000;0.033961;0.000000;0.000000;0.036792;0.910671;0.011214;0.078115;0.750270;0.024495;0.225235;0.998225;0.000025;0.001750;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.997527;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.761877;0.495000;0.472278;0.092709;0.000000;0.330926;0.501250;0.000000;0.192787;0.793802;0.775041;0.575176;0.245640;0.591942;0.000000;0.461824;0.153423;0.000000;0.382488;0.375662;0.911249;0.010897;0.077854;0.751265;0.023565;0.225170;0.998965;0.000005;0.001030;0.268941;0.952574;0.500000;0.047426;0.006693;0.500000;0.268941;0.119203;0.119203;0.017986;0.017986;0.997527;0.119203;0.006693;0.500000;0.268941;0.268941;0.006693;0.017986;0.047426;0.541405;0.681788;0.768880;0.780229;0.000000;0.739236;0.736528;0.113850;0.166866;0.000000;0.000000;0.871131;0.000000;0.000000;0.167145;0.688690;0.277880;0.332034;0.172359;0.039849;0.903144;0.005440;0.091416;0.719240;0.007220;0.273540;0.999695;0.000000;0.000305;0.500000;0.017986;0.017986;0.017986;0.500000;0.047426;0.047426;0.047426;0.119203;0.017986;0.006693;0.047426;0.017986;0.006693;0.999665;0.731059;0.119203;0.002473;0.006693;0.268941;0.929301;0.248804;0.126751;0.000000;0.130222;0.404681;0.198134;0.580542;0.184222;0.592184;0.137644;0.515495;0.109779;0.102661;0.249927;0.673267;0.273289;0.000000;0.177263;0.234334;0.902355;0.005245;0.092400;0.716715;0.006625;0.276660;0.999865;0.000000;0.000135;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.044788;0.000000;0.000000;0.000000;0.159092;0.000000;0.000000;0.000000;0.000000;0.905510;0.911493;0.000000;0.531707;0.401072;0.000000;0.000000;0.025506;0.259417;0.000000;0.784486;0.962909;0.002842;0.034248;0.898350;0.008125;0.093525;0.999865;0.000000;0.000135
0.119203;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.997527;0.731059;0.017986;0.268941;0.119203;0.006693;0.017986;0.268941;0.017986;0.047426;0.952574;0.210154;0.000000;0.000000;0.000000;0.905595;0.000000;0.000000;0.000000;0.000000;0.940977;0.629483;0.000000;0.313028;0.545127;0.000000;0.160165;0.356864;0.000000;0.000000;0.872806;0.110665;0.769287;0.120047;0.327495;0.410765;0.261735;0.004070;0.897955;0.097975;0.500000;0.268941;0.880797;0.500000;0.047426;0.880797;0.952574;0.047426;0.119203;0.119203;0.047426;0.500000;0.047426;0.017986;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.325195;0.173790;0.894825;0.808145;0.000000;0.747628;0.714022;0.099034;0.276078;0.151485;0.088669;0.517493;0.114356;0.076845;0.652036;0.845012;0.314967;0.000000;0.000000;0.169103;0.111193;0.453757;0.435052;0.329025;0.187750;0.483225;0.004130;0.383425;0.612450;0.017986;0.999665;0.047426;0.017986;0.002473;0.500000;0.047426;0.006693;0.047426;0.002473;0.006693;0.731059;0.017986;0.002473;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.300903;0.906107;0.000000;0.000000;0.504000;0.768169;0.000000;0.244346;0.228112;0.359163;0.069526;0.915134;0.000000;0.000000;0.072225;0.694236;0.601088;0.000000;0.000000;0.147921;0.813897;0.018308;0.167795;0.705155;0.035830;0.259015;0.777020;0.000495;0.222485;0.731059;0.119203;0.268941;0.952574;0.006693;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.500000;0.324975;0.722320;0.759876;0.000000;0.683521;0.804396;0.258266;0.244900;0.043688;0.075508;0.794783;0.000000;0.000000;0.304068;0.756944;0.605874;0.513497;0.000000;0.085959;0.837756;0.008497;0.153746;0.694875;0.017770;0.287355;0.833465;0.000195;0.166340;0.880797;0.268941;0.731059;0.731059;0.047426;0.952574;0.500000;0.268941;0.952574;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.500000;0.731059;0.017986;0.268941;0.268941;0.638994;0.270715;0.294630;0.866920;0.000000;0.727703;0.866574;0.035985;0.161922;0.314751;0.428738;0.326293;0.000000;0.000000;0.000000;0.603483;0.382725;0.000000;0.207510;0.440286;0.856897;0.010925;0.132181;0.710865;0.018275;0.270865;0.874720;0.000015;0.125270;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.500000;0.952574;0.006693;0.017986;0.047426;0.047426;0.119203;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.748570;0.935656;0.000000;0.566356;0.931183;0.000000;0.000000;0.033961;0.000000;0.000000;0.036792;0.910671;0.011214;0.078115;0.750270;0.024495;0.225235;0.998225;0.000025;0.001750;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.997527;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.761877;0.495000;0.472278;0.092709;0.000000;0.330926;0.501250;0.000000;0.192787;0.793802;0.775041;0.575176;0.245640;0.591942;0.000000;0.461824;0.153423;0.000000;0.382488;0.375662;0.911249;0.010897;0.077854;0.751265;0.023565;0.225170;0.998965;0.000005;0.001030;0.268941;0.952574;0.500000;0.047426;0.006693;0.500000;0.268941;0.119203;0.119203;0.017986;0.017986;0.997527;0.119203;0.006693;0.500000;0.268941;0.268941;0.006693;0.017986;0.047426;0.541405;0.681788;0.768880;0.780229;0.000000;0.739236;0.736528;0.113850;0.166866;0.000000;0.000000;0.871131;0.000000;0.000000;0.167145;0.688690;0.277880;0.332034;0.172359;0.039849;0.903144;0.005440;0.091416;0.719240;0.007220;0.273540;0.999695;0.000000;0.000305;0.500000;0.017986;0.017986;0.017986;0.500000;0.047426;0.047426;0.047426;0.119203;0.017986;0.006693;0.047426;0.017986;0.006693;0.999665;0.731059;0.119203;0.002473;0.006693;0.268941;0.929301;0.248804;0.126751;0.000000;0.130222;0.404681;0.198134;0.580542;0.184222;0.592184;0.137644;0.515495;0.109779;0.102661;0.249927;0.673267;0.273289;0.000000;0.177263;0.234334;0.902355;0.005245;0.092400;0.716715;0.006625;0.276660;0.999865;0.000000;0.000135;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.044788;0.000000;0.000000;0.000000;0.159092;0.000000;0.000000;0.000000;0.000000;0.905510;0.911493;0.000000;0.531707;0.401072;0.000000;0.000000;0.025506;0.259417;0.000000;0.784486;0.962909;0.002842;0.034248;0.898350;0.008125;0.093525;0.999865;0.000000;0.000135;0.500000;0.119203;0.500000;0.047426;0.017986;0.999089;0.268941;0.500000;0.119203;0.017986;0.047426;0.268941;0.268941;0.006693;0.047426;0.500000;0.500000;0.017986;0.017986;0.119203;0.672387;0.524480;0.804396;0.588314;0.000000;0.912136;0.615857;0.359393;0.265612;0.101015;0.094234;0.626914;0.136815;0.059357;0.000000;0.849156;0.284754;0.000000;0.000000;0.023385;0.964952;0.003586;0.031463;0.904670;0.010355;0.084980;0.999710;0.000000;0.000290
0.500000;0.268941;0.880797;0.500000;0.047426;0.880797;0.952574;0.047426;0.119203;0.119203;0.047426;0.500000;0.047426;0.017986;0.119203;0.952574;0.731059;0.017986;0.047426;0.119203;0.325195;0.173790;0.894825;0.808145;0.000000;0.747628;0.714022;0.099034;0.276078;0.151485;0.088669;0.517493;0.114356;0.076845;0.652036;0.845012;0.314967;0.000000;0.000000;0.169103;0.111193;0.453757;0.435052;0.329025;0.187750;0.483225;0.004130;0.383425;0.612450;0.017986;0.999665;0.047426;0.017986;0.002473;0.500000;0.047426;0.006693;0.047426;0.002473;0.006693;0.731059;0.017986;0.002473;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.300903;0.906107;0.000000;0.000000;0.504000;0.768169;0.000000;0.244346;0.228112;0.359163;0.069526;0.915134;0.000000;0.000000;0.072225;0.694236;0.601088;0.000000;0.000000;0.147921;0.813897;0.018308;0.167795;0.705155;0.035830;0.259015;0.777020;0.000495;0.222485;0.731059;0.119203;0.268941;0.952574;0.006693;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.500000;0.324975;0.722320;0.759876;0.000000;0.683521;0.804396;0.258266;0.244900;0.043688;0.075508;0.794783;0.000000;0.000000;0.304068;0.756944;0.605874;0.513497;0.000000;0.085959;0.837756;0.008497;0.153746;0.694875;0.017770;0.287355;0.833465;0.000195;0.166340;0.880797;0.268941;0.731059;0.731059;0.047426;0.952574;0.500000;0.268941;0.952574;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.500000;0.731059;0.017986;0.268941;0.268941;0.638994;0.270715;0.294630;0.866920;0.000000;0.727703;0.866574;0.035985;0.161922;0.314751;0.428738;0.326293;0.000000;0.000000;0.000000;0.603483;0.382725;0.000000;0.207510;0.440286;0.856897;0.010925;0.132181;0.710865;0.018275;0.270865;0.874720;0.000015;0.125270;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.500000;0.952574;0.006693;0.017986;0.047426;0.047426;0.119203;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.748570;0.935656;0.000000;0.566356;0.931183;0.000000;0.000000;0.033961;0.000000;0.000000;0.036792;0.910671;0.011214;0.078115;0.750270;0.024495;0.225235;0.998225;0.000025;0.001750;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.997527;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.761877;0.495000;0.472278;0.092709;0.000000;0.330926;0.501250;0.000000;0.192787;0.793802;0.775041;0.575176;0.245640;0.591942;0.000000;0.461824;0.153423;0.000000;0.382488;0.375662;0.911249;0.010897;0.077854;0.751265;0.023565;0.225170;0.998965;0.000005;0.001030;0.268941;0.952574;0.500000;0.047426;0.006693;0.500000;0.268941;0.119203;0.119203;0.017986;0.017986;0.997527;0.119203;0.006693;0.500000;0.268941;0.268941;0.006693;0.017986;0.047426;0.541405;0.681788;0.768880;0.780229;0.000000;0.739236;0.736528;0.113850;0.166866;0.000000;0.000000;0.871131;0.000000;0.000000;0.167145;0.688690;0.277880;0.332034;0.172359;0.039849;0.903144;0.005440;0.091416;0.719240;0.007220;0.273540;0.999695;0.000000;0.000305;0.500000;0.017986;0.017986;0.017986;0.500000;0.047426;0.047426;0.047426;0.119203;0.017986;0.006693;0.047426;0.017986;0.006693;0.999665;0.731059;0.119203;0.002473;0.006693;0.268941;0.929301;0.248804;0.126751;0.000000;0.130222;0.404681;0.198134;0.580542;0.184222;0.592184;0.137644;0.515495;0.109779;0.102661;0.249927;0.673267;0.273289;0.000000;0.177263;0.234334;0.902355;0.005245;0.092400;0.716715;0.006625;0.276660;0.999865;0.000000;0.000135;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.044788;0.000000;0.000000;0.000000;0.159092;0.000000;0.000000;0.000000;0.000000;0.905510;0.911493;0.000000;0.531707;0.401072;0.000000;0.000000;0.025506;0.259417;0.000000;0.784486;0.962909;0.002842;0.034248;0.898350;0.008125;0.093525;0.999865;0.000000;0.000135;0.500000;0.119203;0.500000;0.047426;0.017986;0.999089;0.268941;0.500000;0.119203;0.017986;0.047426;0.268941;0.268941;0.006693;0.047426;0.500000;0.500000;0.017986;0.017986;0.119203;0.672387;0.524480;0.804396;0.588314;0.000000;0.912136;0.615857;0.359393;0.265612;0.101015;0.094234;0.626914;0.136815;0.059357;0.000000;0.849156;0.284754;0.000000;0.000000;0.023385;0.964952;0.003586;0.031463;0.904670;0.010355;0.084980;0.999710;0.000000;0.000290;0.119203;0.119203;0.268941;0.047426;0.017986;0.993307;0.268941;0.017986;0.993307;0.119203;0.880797;0.500000;0.731059;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.119203;0.550576;0.691470;0.572486;0.342089;0.000000;0.737497;0.242137;0.154204;0.203915;0.648397;0.487003;0.778337;0.096390;0.498750;0.121532;0.486753;0.633207;0.834104;0.230055;0.269729;0.902014;0.007817;0.090169;0.911905;0.023040;0.065055;0.999065;0.000000;0.000935
0.017986;0.999665;0.047426;0.017986;0.002473;0.500000;0.047426;0.006693;0.047426;0.002473;0.006693;0.731059;0.017986;0.002473;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.300903;0.906107;0.000000;0.000000;0.504000;0.768169;0.000000;0.244346;0.228112;0.359163;0.069526;0.915134;0.000000;0.000000;0.072225;0.694236;0.601088;0.000000;0.000000;0.147921;0.813897;0.018308;0.167795;0.705155;0.035830;0.259015;0.777020;0.000495;0.222485;0.731059;0.119203;0.268941;0.952574;0.006693;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.500000;0.324975;0.722320;0.759876;0.000000;0.683521;0.804396;0.258266;0.244900;0.043688;0.075508;0.794783;0.000000;0.000000;0.304068;0.756944;0.605874;0.513497;0.000000;0.085959;0.837756;0.008497;0.153746;0.694875;0.017770;0.287355;0.833465;0.000195;0.166340;0.880797;0.268941;0.731059;0.731059;0.047426;0.952574;0.500000;0.268941;0.952574;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.500000;0.731059;0.017986;0.268941;0.268941;0.638994;0.270715;0.294630;0.866920;0.000000;0.727703;0.866574;0.035985;0.161922;0.314751;0.428738;0.326293;0.000000;0.000000;0.000000;0.603483;0.382725;0.000000;0.207510;0.440286;0.856897;0.010925;0.132181;0.710865;0.018275;0.270865;0.874720;0.000015;0.125270;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.500000;0.952574;0.006693;0.017986;0.047426;0.047426;0.119203;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.748570;0.935656;0.000000;0.566356;0.931183;0.000000;0.000000;0.033961;0.000000;0.000000;0.036792;0.910671;0.011214;0.078115;0.750270;0.024495;0.225235;0.998225;0.000025;0.001750;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.997527;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.761877;0.495000;0.472278;0.092709;0.000000;0.330926;0.501250;0.000000;0.192787;0.793802;0.775041;0.575176;0.245640;0.591942;0.000000;0.461824;0.153423;0.000000;0.382488;0.375662;0.911249;0.010897;0.077854;0.751265;0.023565;0.225170;0.998965;0.000005;0.001030;0.268941;0.952574;0.500000;0.047426;0.006693;0.500000;0.268941;0.119203;0.119203;0.017986;0.017986;0.997527;0.119203;0.006693;0.500000;0.268941;0.268941;0.006693;0.017986;0.047426;0.541405;0.681788;0.768880;0.780229;0.000000;0.739236;0.736528;0.113850;0.166866;0.000000;0.000000;0.871131;0.000000;0.000000;0.167145;0.688690;0.277880;0.332034;0.172359;0.039849;0.903144;0.005440;0.091416;0.719240;0.007220;0.273540;0.999695;0.000000;0.000305;0.500000;0.017986;0.017986;0.017986;0.500000;0.047426;0.047426;0.047426;0.119203;0.017986;0.006693;0.047426;0.017986;0.006693;0.999665;0.731059;0.119203;0.002473;0.006693;0.268941;0.929301;0.248804;0.126751;0.000000;0.130222;0.404681;0.198134;0.580542;0.184222;0.592184;0.137644;0.515495;0.109779;0.102661;0.249927;0.673267;0.273289;0.000000;0.177263;0.234334;0.902355;0.005245;0.092400;0.716715;0.006625;0.276660;0.999865;0.000000;0.000135;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.044788;0.000000;0.000000;0.000000;0.159092;0.000000;0.000000;0.000000;0.000000;0.905510;0.911493;0.000000;0.531707;0.401072;0.000000;0.000000;0.025506;0.259417;0.000000;0.784486;0.962909;0.002842;0.034248;0.898350;0.008125;0.093525;0.999865;0.000000;0.000135;0.500000;0.119203;0.500000;0.047426;0.017986;0.999089;0.268941;0.500000;0.119203;0.017986;0.047426;0.268941;0.268941;0.006693;0.047426;0.500000;0.500000;0.017986;0.017986;0.119203;0.672387;0.524480;0.804396;0.588314;0.000000;0.912136;0.615857;0.359393;0.265612;0.101015;0.094234;0.626914;0.136815;0.059357;0.000000;0.849156;0.284754;0.000000;0.000000;0.023385;0.964952;0.003586;0.031463;0.904670;0.010355;0.084980;0.999710;0.000000;0.000290;0.119203;0.119203;0.268941;0.047426;0.017986;0.993307;0.268941;0.017986;0.993307;0.119203;0.880797;0.500000;0.731059;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.119203;0.550576;0.691470;0.572486;0.342089;0.000000;0.737497;0.242137;0.154204;0.203915;0.648397;0.487003;0.778337;0.096390;0.498750;0.121532;0.486753;0.633207;0.834104;0.230055;0.269729;0.902014;0.007817;0.090169;0.911905;0.023040;0.065055;0.999065;0.000000;0.000935;0.119203;0.006693;0.006693;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.268941;0.047426;0.006693;0.017986;0.119203;0.006693;0.017986;0.999089;0.810767;0.000000;0.000000;0.000000;0.597245;0.108903;0.000000;0.000000;0.000000;0.595560;0.548844;0.000000;0.449424;0.252561;0.102846;0.420188;0.472029;0.000000;0.171079;0.925187;0.893592;0.009832;0.096576;0.885215;0.029045;0.085740;0.998500;0.000035;0.001465
0.731059;0.119203;0.268941;0.952574;0.006693;0.500000;0.997527;0.047426;0.119203;0.006693;0.006693;0.500000;0.017986;0.006693;0.047426;0.500000;0.119203;0.006693;0.017986;0.017986;0.500000;0.324975;0.722320;0.759876;0.000000;0.683521;0.804396;0.258266;0.244900;0.043688;0.075508;0.794783;0.000000;0.000000;0.304068;0.756944;0.605874;0.513497;0.000000;0.085959;0.837756;0.008497;0.153746;0.694875;0.017770;0.287355;0.833465;0.000195;0.166340;0.880797;0.268941;0.731059;0.731059;0.047426;0.952574;0.500000;0.268941;0.952574;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.500000;0.731059;0.017986;0.268941;0.268941;0.638994;0.270715;0.294630;0.866920;0.000000;0.727703;0.866574;0.035985;0.161922;0.314751;0.428738;0.326293;0.000000;0.000000;0.000000;0.603483;0.382725;0.000000;0.207510;0.440286;0.856897;0.010925;0.132181;0.710865;0.018275;0.270865;0.874720;0.000015;0.125270;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.500000;0.952574;0.006693;0.017986;0.047426;0.047426;0.119203;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.748570;0.935656;0.000000;0.566356;0.931183;0.000000;0.000000;0.033961;0.000000;0.000000;0.036792;0.910671;0.011214;0.078115;0.750270;0.024495;0.225235;0.998225;0.000025;0.001750;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.997527;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.761877;0.495000;0.472278;0.092709;0.000000;0.330926;0.501250;0.000000;0.192787;0.793802;0.775041;0.575176;0.245640;0.591942;0.000000;0.461824;0.153423;0.000000;0.382488;0.375662;0.911249;0.010897;0.077854;0.751265;0.023565;0.225170;0.998965;0.000005;0.001030;0.268941;0.952574;0.500000;0.047426;0.006693;0.500000;0.268941;0.119203;0.119203;0.017986;0.017986;0.997527;0.119203;0.006693;0.500000;0.268941;0.268941;0.006693;0.017986;0.047426;0.541405;0.681788;0.768880;0.780229;0.000000;0.739236;0.736528;0.113850;0.166866;0.000000;0.000000;0.871131;0.000000;0.000000;0.167145;0.688690;0.277880;0.332034;0.172359;0.039849;0.903144;0.005440;0.091416;0.719240;0.007220;0.273540;0.999695;0.000000;0.000305;0.500000;0.017986;0.017986;0.017986;0.500000;0.047426;0.047426;0.047426;0.119203;0.017986;0.006693;0.047426;0.017986;0.006693;0.999665;0.731059;0.119203;0.002473;0.006693;0.268941;0.929301;0.248804;0.126751;0.000000;0.130222;0.404681;0.198134;0.580542;0.184222;0.592184;0.137644;0.515495;0.109779;0.102661;0.249927;0.673267;0.273289;0.000000;0.177263;0.234334;0.902355;0.005245;0.092400;0.716715;0.006625;0.276660;0.999865;0.000000;0.000135;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.044788;0.000000;0.000000;0.000000;0.159092;0.000000;0.000000;0.000000;0.000000;0.905510;0.911493;0.000000;0.531707;0.401072;0.000000;0.000000;0.025506;0.259417;0.000000;0.784486;0.962909;0.002842;0.034248;0.898350;0.008125;0.093525;0.999865;0.000000;0.000135;0.500000;0.119203;0.500000;0.047426;0.017986;0.999089;0.268941;0.500000;0.119203;0.017986;0.047426;0.268941;0.268941;0.006693;0.047426;0.500000;0.500000;0.017986;0.017986;0.119203;0.672387;0.524480;0.804396;0.588314;0.000000;0.912136;0.615857;0.359393;0.265612;0.101015;0.094234;0.626914;0.136815;0.059357;0.000000;0.849156;0.284754;0.000000;0.000000;0.023385;0.964952;0.003586;0.031463;0.904670;0.010355;0.084980;0.999710;0.000000;0.000290;0.119203;0.119203;0.268941;0.047426;0.017986;0.993307;0.268941;0.017986;0.993307;0.119203;0.880797;0.500000;0.731059;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.119203;0.550576;0.691470;0.572486;0.342089;0.000000;0.737497;0.242137;0.154204;0.203915;0.648397;0.487003;0.778337;0.096390;0.498750;0.121532;0.486753;0.633207;0.834104;0.230055;0.269729;0.902014;0.007817;0.090169;0.911905;0.023040;0.065055;0.999065;0.000000;0.000935;0.119203;0.006693;0.006693;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.268941;0.047426;0.006693;0.017986;0.119203;0.006693;0.017986;0.999089;0.810767;0.000000;0.000000;0.000000;0.597245;0.108903;0.000000;0.000000;0.000000;0.595560;0.548844;0.000000;0.449424;0.252561;0.102846;0.420188;0.472029;0.000000;0.171079;0.925187;0.893592;0.009832;0.096576;0.885215;0.029045;0.085740;0.998500;0.000035;0.001465;0.880797;0.119203;0.268941;0.119203;0.982014;0.731059;0.119203;0.268941;0.880797;0.731059;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.500000;0.017986;0.119203;0.731059;0.752315;0.387223;0.608259;0.051222;0.000000;0.777819;0.522734;0.316479;0.055305;0.308530;0.295254;0.603244;0.617984;0.074537;0.000000;0.906954;0.275479;0.000000;0.511998;0.311096;0.797570;0.010427;0.191999;0.519920;0.030800;0.449275;0.985090;0.000040;0.014865
0.880797;0.268941;0.731059;0.731059;0.047426;0.952574;0.500000;0.268941;0.952574;0.268941;0.119203;0.268941;0.119203;0.047426;0.119203;0.500000;0.731059;0.017986;0.268941;0.268941;0.638994;0.270715;0.294630;0.866920;0.000000;0.727703;0.866574;0.035985;0.161922;0.314751;0.428738;0.326293;0.000000;0.000000;0.000000;0.603483;0.382725;0.000000;0.207510;0.440286;0.856897;0.010925;0.132181;0.710865;0.018275;0.270865;0.874720;0.000015;0.125270;0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.500000;0.952574;0.006693;0.017986;0.047426;0.047426;0.119203;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.748570;0.935656;0.000000;0.566356;0.931183;0.000000;0.000000;0.033961;0.000000;0.000000;0.036792;0.910671;0.011214;0.078115;0.750270;0.024495;0.225235;0.998225;0.000025;0.001750;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.997527;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.761877;0.495000;0.472278;0.092709;0.000000;0.330926;0.501250;0.000000;0.192787;0.793802;0.775041;0.575176;0.245640;0.591942;0.000000;0.461824;0.153423;0.000000;0.382488;0.375662;0.911249;0.010897;0.077854;0.751265;0.023565;0.225170;0.998965;0.000005;0.001030;0.268941;0.952574;0.500000;0.047426;0.006693;0.500000;0.268941;0.119203;0.119203;0.017986;0.017986;0.997527;0.119203;0.006693;0.500000;0.268941;0.268941;0.006693;0.017986;0.047426;0.541405;0.681788;0.768880;0.780229;0.000000;0.739236;0.736528;0.113850;0.166866;0.000000;0.000000;0.871131;0.000000;0.000000;0.167145;0.688690;0.277880;0.332034;0.172359;0.039849;0.903144;0.005440;0.091416;0.719240;0.007220;0.273540;0.999695;0.000000;0.000305;0.500000;0.017986;0.017986;0.017986;0.500000;0.047426;0.047426;0.047426;0.119203;0.017986;0.006693;0.047426;0.017986;0.006693;0.999665;0.731059;0.119203;0.002473;0.006693;0.268941;0.929301;0.248804;0.126751;0.000000;0.130222;0.404681;0.198134;0.580542;0.184222;0.592184;0.137644;0.515495;0.109779;0.102661;0.249927;0.673267;0.273289;0.000000;0.177263;0.234334;0.902355;0.005245;0.092400;0.716715;0.006625;0.276660;0.999865;0.000000;0.000135;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.044788;0.000000;0.000000;0.000000;0.159092;0.000000;0.000000;0.000000;0.000000;0.905510;0.911493;0.000000;0.531707;0.401072;0.000000;0.000000;0.025506;0.259417;0.000000;0.784486;0.962909;0.002842;0.034248;0.898350;0.008125;0.093525;0.999865;0.000000;0.000135;0.500000;0.119203;0.500000;0.047426;0.017986;0.999089;0.268941;0.500000;0.119203;0.017986;0.047426;0.268941;0.268941;0.006693;0.047426;0.500000;0.500000;0.017986;0.017986;0.119203;0.672387;0.524480;0.804396;0.588314;0.000000;0.912136;0.615857;0.359393;0.265612;0.101015;0.094234;0.626914;0.136815;0.059357;0.000000;0.849156;0.284754;0.000000;0.000000;0.023385;0.964952;0.003586;0.031463;0.904670;0.010355;0.084980;0.999710;0.000000;0.000290;0.119203;0.119203;0.268941;0.047426;0.017986;0.993307;0.268941;0.017986;0.993307;0.119203;0.880797;0.500000;0.731059;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.119203;0.550576;0.691470;0.572486;0.342089;0.000000;0.737497;0.242137;0.154204;0.203915;0.648397;0.487003;0.778337;0.096390;0.498750;0.121532;0.486753;0.633207;0.834104;0.230055;0.269729;0.902014;0.007817;0.090169;0.911905;0.023040;0.065055;0.999065;0.000000;0.000935;0.119203;0.006693;0.006693;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.268941;0.047426;0.006693;0.017986;0.119203;0.006693;0.017986;0.999089;0.810767;0.000000;0.000000;0.000000;0.597245;0.108903;0.000000;0.000000;0.000000;0.595560;0.548844;0.000000;0.449424;0.252561;0.102846;0.420188;0.472029;0.000000;0.171079;0.925187;0.893592;0.009832;0.096576;0.885215;0.029045;0.085740;0.998500;0.000035;0.001465;0.880797;0.119203;0.268941;0.119203;0.982014;0.731059;0.119203;0.268941;0.880797;0.731059;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.500000;0.017986;0.119203;0.731059;0.752315;0.387223;0.608259;0.051222;0.000000;0.777819;0.522734;0.316479;0.055305;0.308530;0.295254;0.603244;0.617984;0.074537;0.000000;0.906954;0.275479;0.000000;0.511998;0.311096;0.797570;0.010427;0.191999;0.519920;0.030800;0.449275;0.985090;0.000040;0.014865;0.268941;0.500000;0.500000;0.047426;0.017986;0.047426;0.047426;0.997527;0.047426;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.880797;0.119203;0.006693;0.006693;0.006693;0.317128;0.863421;0.659485;0.127194;0.000000;0.521487;0.259994;0.595078;0.181532;0.169806;0.108515;0.854830;0.150716;0.649081;0.474771;0.820096;0.128532;0.000000;0.000000;0.132389;0.716695;0.008618;0.274686;0.360420;0.025240;0.614340;0.953075;0.000135;0.046785
0.017986;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.731059;0.997527;0.006693;0.500000;0.952574;0.006693;0.017986;0.047426;0.047426;0.119203;0.268941;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.748570;0.935656;0.000000;0.566356;0.931183;0.000000;0.000000;0.033961;0.000000;0.000000;0.036792;0.910671;0.011214;0.078115;0.750270;0.024495;0.225235;0.998225;0.000025;0.001750;0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.997527;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.761877;0.495000;0.472278;0.092709;0.000000;0.330926;0.501250;0.000000;0.192787;0.793802;0.775041;0.575176;0.245640;0.591942;0.000000;0.461824;0.153423;0.000000;0.382488;0.375662;0.911249;0.010897;0.077854;0.751265;0.023565;0.225170;0.998965;0.000005;0.001030;0.268941;0.952574;0.500000;0.047426;0.006693;0.500000;0.268941;0.119203;0.119203;0.017986;0.017986;0.997527;0.119203;0.006693;0.500000;0.268941;0.268941;0.006693;0.017986;0.047426;0.541405;0.681788;0.768880;0.780229;0.000000;0.739236;0.736528;0.113850;0.166866;0.000000;0.000000;0.871131;0.000000;0.000000;0.167145;0.688690;0.277880;0.332034;0.172359;0.039849;0.903144;0.005440;0.091416;0.719240;0.007220;0.273540;0.999695;0.000000;0.000305;0.500000;0.017986;0.017986;0.017986;0.500000;0.047426;0.047426;0.047426;0.119203;0.017986;0.006693;0.047426;0.017986;0.006693;0.999665;0.731059;0.119203;0.002473;0.006693;0.268941;0.929301;0.248804;0.126751;0.000000;0.130222;0.404681;0.198134;0.580542;0.184222;0.592184;0.137644;0.515495;0.109779;0.102661;0.249927;0.673267;0.273289;0.000000;0.177263;0.234334;0.902355;0.005245;0.092400;0.716715;0.006625;0.276660;0.999865;0.000000;0.000135;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.044788;0.000000;0.000000;0.000000;0.159092;0.000000;0.000000;0.000000;0.000000;0.905510;0.911493;0.000000;0.531707;0.401072;0.000000;0.000000;0.025506;0.259417;0.000000;0.784486;0.962909;0.002842;0.034248;0.898350;0.008125;0.093525;0.999865;0.000000;0.000135;0.500000;0.119203;0.500000;0.047426;0.017986;0.999089;0.268941;0.500000;0.119203;0.017986;0.047426;0.268941;0.268941;0.006693;0.047426;0.500000;0.500000;0.017986;0.017986;0.119203;0.672387;0.524480;0.804396;0.588314;0.000000;0.912136;0.615857;0.359393;0.265612;0.101015;0.094234;0.626914;0.136815;0.059357;0.000000;0.849156;0.284754;0.000000;0.000000;0.023385;0.964952;0.003586;0.031463;0.904670;0.010355;0.084980;0.999710;0.000000;0.000290;0.119203;0.119203;0.268941;0.047426;0.017986;0.993307;0.268941;0.017986;0.993307;0.119203;0.880797;0.500000;0.731059;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.119203;0.550576;0.691470;0.572486;0.342089;0.000000;0.737497;0.242137;0.154204;0.203915;0.648397;0.487003;0.778337;0.096390;0.498750;0.121532;0.486753;0.633207;0.834104;0.230055;0.269729;0.902014;0.007817;0.090169;0.911905;0.023040;0.065055;0.999065;0.000000;0.000935;0.119203;0.006693;0.006693;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.268941;0.047426;0.006693;0.017986;0.119203;0.006693;0.017986;0.999089;0.810767;0.000000;0.000000;0.000000;0.597245;0.108903;0.000000;0.000000;0.000000;0.595560;0.548844;0.000000;0.449424;0.252561;0.102846;0.420188;0.472029;0.000000;0.171079;0.925187;0.893592;0.009832;0.096576;0.885215;0.029045;0.085740;0.998500;0.000035;0.001465;0.880797;0.119203;0.268941;0.119203;0.982014;0.731059;0.119203;0.268941;0.880797;0.731059;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.500000;0.017986;0.119203;0.731059;0.752315;0.387223;0.608259;0.051222;0.000000;0.777819;0.522734;0.316479;0.055305;0.308530;0.295254;0.603244;0.617984;0.074537;0.000000;0.906954;0.275479;0.000000;0.511998;0.311096;0.797570;0.010427;0.191999;0.519920;0.030800;0.449275;0.985090;0.000040;0.014865;0.268941;0.500000;0.500000;0.047426;0.017986;0.047426;0.047426;0.997527;0.047426;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.880797;0.119203;0.006693;0.006693;0.006693;0.317128;0.863421;0.659485;0.127194;0.000000;0.521487;0.259994;0.595078;0.181532;0.169806;0.108515;0.854830;0.150716;0.649081;0.474771;0.820096;0.128532;0.000000;0.000000;0.132389;0.716695;0.008618;0.274686;0.360420;0.025240;0.614340;0.953075;0.000135;0.046785;0.880797;0.119203;0.017986;0.017986;0.047426;0.047426;0.017986;0.017986;0.017986;0.731059;0.268941;0.047426;0.500000;0.047426;0.731059;0.119203;0.268941;0.006693;0.047426;0.993307;0.853210;0.000000;0.079365;0.000000;0.212822;0.000000;0.000000;0.154988;0.055201;0.899076;0.472777;0.000000;0.000000;0.636453;0.036124;0.495500;0.204240;0.000000;0.313458;0.833550;0.723870;0.008527;0.267601;0.371295;0.024635;0.604060;0.947975;0.000455;0.051575
0.047426;0.017986;0.006693;0.002473;0.047426;0.017986;0.006693;0.002473;0.006693;0.880797;0.997527;0.006693;0.500000;0.119203;0.006693;0.017986;0.047426;0.017986;0.047426;0.500000;0.761877;0.495000;0.472278;0.092709;0.000000;0.330926;0.501250;0.000000;0.192787;0.793802;0.775041;0.575176;0.245640;0.591942;0.000000;0.461824;0.153423;0.000000;0.382488;0.375662;0.911249;0.010897;0.077854;0.751265;0.023565;0.225170;0.998965;0.000005;0.001030;0.268941;0.952574;0.500000;0.047426;0.006693;0.500000;0.268941;0.119203;0.119203;0.017986;0.017986;0.997527;0.119203;0.006693;0.500000;0.268941;0.268941;0.006693;0.017986;0.047426;0.541405;0.681788;0.768880;0.780229;0.000000;0.739236;0.736528;0.113850;0.166866;0.000000;0.000000;0.871131;0.000000;0.000000;0.167145;0.688690;0.277880;0.332034;0.172359;0.039849;0.903144;0.005440;0.091416;0.719240;0.007220;0.273540;0.999695;0.000000;0.000305;0.500000;0.017986;0.017986;0.017986;0.500000;0.047426;0.047426;0.047426;0.119203;0.017986;0.006693;0.047426;0.017986;0.006693;0.999665;0.731059;0.119203;0.002473;0.006693;0.268941;0.929301;0.248804;0.126751;0.000000;0.130222;0.404681;0.198134;0.580542;0.184222;0.592184;0.137644;0.515495;0.109779;0.102661;0.249927;0.673267;0.273289;0.000000;0.177263;0.234334;0.902355;0.005245;0.092400;0.716715;0.006625;0.276660;0.999865;0.000000;0.000135;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.044788;0.000000;0.000000;0.000000;0.159092;0.000000;0.000000;0.000000;0.000000;0.905510;0.911493;0.000000;0.531707;0.401072;0.000000;0.000000;0.025506;0.259417;0.000000;0.784486;0.962909;0.002842;0.034248;0.898350;0.008125;0.093525;0.999865;0.000000;0.000135;0.500000;0.119203;0.500000;0.047426;0.017986;0.999089;0.268941;0.500000;0.119203;0.017986;0.047426;0.268941;0.268941;0.006693;0.047426;0.500000;0.500000;0.017986;0.017986;0.119203;0.672387;0.524480;0.804396;0.588314;0.000000;0.912136;0.615857;0.359393;0.265612;0.101015;0.094234;0.626914;0.136815;0.059357;0.000000;0.849156;0.284754;0.000000;0.000000;0.023385;0.964952;0.003586;0.031463;0.904670;0.010355;0.084980;0.999710;0.000000;0.000290;0.119203;0.119203;0.268941;0.047426;0.017986;0.993307;0.268941;0.017986;0.993307;0.119203;0.880797;0.500000;0.731059;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.119203;0.550576;0.691470;0.572486;0.342089;0.000000;0.737497;0.242137;0.154204;0.203915;0.648397;0.487003;0.778337;0.096390;0.498750;0.121532;0.486753;0.633207;0.834104;0.230055;0.269729;0.902014;0.007817;0.090169;0.911905;0.023040;0.065055;0.999065;0.000000;0.000935;0.119203;0.006693;0.006693;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.268941;0.047426;0.006693;0.017986;0.119203;0.006693;0.017986;0.999089;0.810767;0.000000;0.000000;0.000000;0.597245;0.108903;0.000000;0.000000;0.000000;0.595560;0.548844;0.000000;0.449424;0.252561;0.102846;0.420188;0.472029;0.000000;0.171079;0.925187;0.893592;0.009832;0.096576;0.885215;0.029045;0.085740;0.998500;0.000035;0.001465;0.880797;0.119203;0.268941;0.119203;0.982014;0.731059;0.119203;0.268941;0.880797;0.731059;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.500000;0.017986;0.119203;0.731059;0.752315;0.387223;0.608259;0.051222;0.000000;0.777819;0.522734;0.316479;0.055305;0.308530;0.295254;0.603244;0.617984;0.074537;0.000000;0.906954;0.275479;0.000000;0.511998;0.311096;0.797570;0.010427;0.191999;0.519920;0.030800;0.449275;0.985090;0.000040;0.014865;0.268941;0.500000;0.500000;0.047426;0.017986;0.047426;0.047426;0.997527;0.047426;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.880797;0.119203;0.006693;0.006693;0.006693;0.317128;0.863421;0.659485;0.127194;0.000000;0.521487;0.259994;0.595078;0.181532;0.169806;0.108515;0.854830;0.150716;0.649081;0.474771;0.820096;0.128532;0.000000;0.000000;0.132389;0.716695;0.008618;0.274686;0.360420;0.025240;0.614340;0.953075;0.000135;0.046785;0.880797;0.119203;0.017986;0.017986;0.047426;0.047426;0.017986;0.017986;0.017986;0.731059;0.268941;0.047426;0.500000;0.047426;0.731059;0.119203;0.268941;0.006693;0.047426;0.993307;0.853210;0.000000;0.079365;0.000000;0.212822;0.000000;0.000000;0.154988;0.055201;0.899076;0.472777;0.000000;0.000000;0.636453;0.036124;0.495500;0.204240;0.000000;0.313458;0.833550;0.723870;0.008527;0.267601;0.371295;0.024635;0.604060;0.947975;0.000455;0.051575;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.880797;0.880797;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.997527;0.781427;0.097089;0.000000;0.000000;0.654301;0.000000;0.000000;0.000000;0.000000;0.926355;0.554779;0.046001;0.000000;0.085489;0.000000;0.551319;0.358013;0.000000;0.000000;0.856682;0.400209;0.009258;0.590533;0.368900;0.026630;0.604470;0.826130;0.000615;0.173255
0.268941;0.952574;0.500000;0.047426;0.006693;0.500000;0.268941;0.119203;0.119203;0.017986;0.017986;0.997527;0.119203;0.006693;0.500000;0.268941;0.268941;0.006693;0.017986;0.047426;0.541405;0.681788;0.768880;0.780229;0.000000;0.739236;0.736528;0.113850;0.166866;0.000000;0.000000;0.871131;0.000000;0.000000;0.167145;0.688690;0.277880;0.332034;0.172359;0.039849;0.903144;0.005440;0.091416;0.719240;0.007220;0.273540;0.999695;0.000000;0.000305;0.500000;0.017986;0.017986;0.017986;0.500000;0.047426;0.047426;0.047426;0.119203;0.017986;0.006693;0.047426;0.017986;0.006693;0.999665;0.731059;0.119203;0.002473;0.006693;0.268941;0.929301;0.248804;0.126751;0.000000;0.130222;0.404681;0.198134;0.580542;0.184222;0.592184;0.137644;0.515495;0.109779;0.102661;0.249927;0.673267;0.273289;0.000000;0.177263;0.234334;0.902355;0.005245;0.092400;0.716715;0.006625;0.276660;0.999865;0.000000;0.000135;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.044788;0.000000;0.000000;0.000000;0.159092;0.000000;0.000000;0.000000;0.000000;0.905510;0.911493;0.000000;0.531707;0.401072;0.000000;0.000000;0.025506;0.259417;0.000000;0.784486;0.962909;0.002842;0.034248;0.898350;0.008125;0.093525;0.999865;0.000000;0.000135;0.500000;0.119203;0.500000;0.047426;0.017986;0.999089;0.268941;0.500000;0.119203;0.017986;0.047426;0.268941;0.268941;0.006693;0.047426;0.500000;0.500000;0.017986;0.017986;0.119203;0.672387;0.524480;0.804396;0.588314;0.000000;0.912136;0.615857;0.359393;0.265612;0.101015;0.094234;0.626914;0.136815;0.059357;0.000000;0.849156;0.284754;0.000000;0.000000;0.023385;0.964952;0.003586;0.031463;0.904670;0.010355;0.084980;0.999710;0.000000;0.000290;0.119203;0.119203;0.268941;0.047426;0.017986;0.993307;0.268941;0.017986;0.993307;0.119203;0.880797;0.500000;0.731059;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.119203;0.550576;0.691470;0.572486;0.342089;0.000000;0.737497;0.242137;0.154204;0.203915;0.648397;0.487003;0.778337;0.096390;0.498750;0.121532;0.486753;0.633207;0.834104;0.230055;0.269729;0.902014;0.007817;0.090169;0.911905;0.023040;0.065055;0.999065;0.000000;0.000935;0.119203;0.006693;0.006693;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.268941;0.047426;0.006693;0.017986;0.119203;0.006693;0.017986;0.999089;0.810767;0.000000;0.000000;0.000000;0.597245;0.108903;0.000000;0.000000;0.000000;0.595560;0.548844;0.000000;0.449424;0.252561;0.102846;0.420188;0.472029;0.000000;0.171079;0.925187;0.893592;0.009832;0.096576;0.885215;0.029045;0.085740;0.998500;0.000035;0.001465;0.880797;0.119203;0.268941;0.119203;0.982014;0.731059;0.119203;0.268941;0.880797;0.731059;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.500000;0.017986;0.119203;0.731059;0.752315;0.387223;0.608259;0.051222;0.000000;0.777819;0.522734;0.316479;0.055305;0.308530;0.295254;0.603244;0.617984;0.074537;0.000000;0.906954;0.275479;0.000000;0.511998;0.311096;0.797570;0.010427;0.191999;0.519920;0.030800;0.449275;0.985090;0.000040;0.014865;0.268941;0.500000;0.500000;0.047426;0.017986;0.047426;0.047426;0.997527;0.047426;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.880797;0.119203;0.006693;0.006693;0.006693;0.317128;0.863421;0.659485;0.127194;0.000000;0.521487;0.259994;0.595078;0.181532;0.169806;0.108515;0.854830;0.150716;0.649081;0.474771;0.820096;0.128532;0.000000;0.000000;0.132389;0.716695;0.008618;0.274686;0.360420;0.025240;0.614340;0.953075;0.000135;0.046785;0.880797;0.119203;0.017986;0.017986;0.047426;0.047426;0.017986;0.017986;0.017986;0.731059;0.268941;0.047426;0.500000;0.047426;0.731059;0.119203;0.268941;0.006693;0.047426;0.993307;0.853210;0.000000;0.079365;0.000000;0.212822;0.000000;0.000000;0.154988;0.055201;0.899076;0.472777;0.000000;0.000000;0.636453;0.036124;0.495500;0.204240;0.000000;0.313458;0.833550;0.723870;0.008527;0.267601;0.371295;0.024635;0.604060;0.947975;0.000455;0.051575;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.880797;0.880797;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.997527;0.781427;0.097089;0.000000;0.000000;0.654301;0.000000;0.000000;0.000000;0.000000;0.926355;0.554779;0.046001;0.000000;0.085489;0.000000;0.551319;0.358013;0.000000;0.000000;0.856682;0.400209;0.009258;0.590533;0.368900;0.026630;0.604470;0.826130;0.000615;0.173255;0.119203;0.047426;0.119203;0.500000;0.006693;0.268941;0.997527;0.731059;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.119203;0.006693;0.017986;0.047426;0.501000;0.182426;0.733607;0.753060;0.000000;0.697411;0.624103;0.553297;0.165896;0.000000;0.078421;0.376132;0.000000;0.000000;0.886753;0.846707;0.340290;0.000000;0.067358;0.068689;0.152362;0.003503;0.844137;0.323385;0.009605;0.667015;0.129790;0.000325;0.869885
0.500000;0.017986;0.017986;0.017986;0.500000;0.047426;0.047426;0.047426;0.119203;0.017986;0.006693;0.047426;0.017986;0.006693;0.999665;0.731059;0.119203;0.002473;0.006693;0.268941;0.929301;0.248804;0.126751;0.000000;0.130222;0.404681;0.198134;0.580542;0.184222;0.592184;0.137644;0.515495;0.109779;0.102661;0.249927;0.673267;0.273289;0.000000;0.177263;0.234334;0.902355;0.005245;0.092400;0.716715;0.006625;0.276660;0.999865;0.000000;0.000135;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.500000;0.119203;0.006693;0.006693;0.047426;0.017986;0.047426;0.268941;0.044788;0.000000;0.000000;0.000000;0.159092;0.000000;0.000000;0.000000;0.000000;0.905510;0.911493;0.000000;0.531707;0.401072;0.000000;0.000000;0.025506;0.259417;0.000000;0.784486;0.962909;0.002842;0.034248;0.898350;0.008125;0.093525;0.999865;0.000000;0.000135;0.500000;0.119203;0.500000;0.047426;0.017986;0.999089;0.268941;0.500000;0.119203;0.017986;0.047426;0.268941;0.268941;0.006693;0.047426;0.500000;0.500000;0.017986;0.017986;0.119203;0.672387;0.524480;0.804396;0.588314;0.000000;0.912136;0.615857;0.359393;0.265612;0.101015;0.094234;0.626914;0.136815;0.059357;0.000000;0.849156;0.284754;0.000000;0.000000;0.023385;0.964952;0.003586;0.031463;0.904670;0.010355;0.084980;0.999710;0.000000;0.000290;0.119203;0.119203;0.268941;0.047426;0.017986;0.993307;0.268941;0.017986;0.993307;0.119203;0.880797;0.500000;0.731059;0.047426;0.047426;0.500000;0.500000;0.017986;0.119203;0.119203;0.550576;0.691470;0.572486;0.342089;0.000000;0.737497;0.242137;0.154204;0.203915;0.648397;0.487003;0.778337;0.096390;0.498750;0.121532;0.486753;0.633207;0.834104;0.230055;0.269729;0.902014;0.007817;0.090169;0.911905;0.023040;0.065055;0.999065;0.000000;0.000935;0.119203;0.006693;0.006693;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.880797;0.268941;0.006693;0.268941;0.047426;0.006693;0.017986;0.119203;0.006693;0.017986;0.999089;0.810767;0.000000;0.000000;0.000000;0.597245;0.108903;0.000000;0.000000;0.000000;0.595560;0.548844;0.000000;0.449424;0.252561;0.102846;0.420188;0.472029;0.000000;0.171079;0.925187;0.893592;0.009832;0.096576;0.885215;0.029045;0.085740;0.998500;0.000035;0.001465;0.880797;0.119203;0.268941;0.119203;0.982014;0.731059;0.119203;0.268941;0.880797;0.731059;0.119203;0.119203;0.119203;0.119203;0.047426;0.952574;0.500000;0.017986;0.119203;0.731059;0.752315;0.387223;0.608259;0.051222;0.000000;0.777819;0.522734;0.316479;0.055305;0.308530;0.295254;0.603244;0.617984;0.074537;0.000000;0.906954;0.275479;0.000000;0.511998;0.311096;0.797570;0.010427;0.191999;0.519920;0.030800;0.449275;0.985090;0.000040;0.014865;0.268941;0.500000;0.500000;0.047426;0.017986;0.047426;0.047426;0.997527;0.047426;0.006693;0.006693;0.047426;0.017986;0.006693;0.017986;0.880797;0.119203;0.006693;0.006693;0.006693;0.317128;0.863421;0.659485;0.127194;0.000000;0.521487;0.259994;0.595078;0.181532;0.169806;0.108515;0.854830;0.150716;0.649081;0.474771;0.820096;0.128532;0.000000;0.000000;0.132389;0.716695;0.008618;0.274686;0.360420;0.025240;0.614340;0.953075;0.000135;0.046785;0.880797;0.119203;0.017986;0.017986;0.047426;0.047426;0.017986;0.017986;0.017986;0.731059;0.268941;0.047426;0.500000;0.047426;0.731059;0.119203;0.268941;0.006693;0.047426;0.993307;0.853210;0.000000;0.079365;0.000000;0.212822;0.000000;0.000000;0.154988;0.055201;0.899076;0.472777;0.000000;0.000000;0.636453;0.036124;0.495500;0.204240;0.000000;0.313458;0.833550;0.723870;0.008527;0.267601;0.371295;0.024635;0.604060;0.947975;0.000455;0.051575;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.880797;0.880797;0.017986;0.268941;0.119203;0.017986;0.017986;0.119203;0.017986;0.047426;0.997527;0.781427;0.097089;0.000000;0.000000;0.654301;0.000000;0.000000;0.000000;0.000000;0.926355;0.554779;0.046001;0.000000;0.085489;0.000000;0.551319;0.358013;0.000000;0.000000;0.856682;0.400209;0.009258;0.590533;0.368900;0.026630;0.604470;0.826130;0.000615;0.173255;0.119203;0.047426;0.119203;0.500000;0.006693;0.268941;0.997527;0.731059;0.047426;0.006693;0.006693;0.119203;0.017986;0.006693;0.047426;0.731059;0.119203;0.006693;0.017986;0.047426;0.501000;0.182426;0.733607;0.753060;0.000000;0.697411;0.624103;0.553297;0.165896;0.000000;0.078421;0.376132;0.000000;0.000000;0.886753;0.846707;0.340290;0.000000;0.067358;0.068689;0.152362;0.003503;0.844137;0.323385;0.009605;0.667015;0.129790;0.000325;0.869885;0.119203;0.997527;0.268941;0.047426;0.006693;0.268941;0.119203;0.880797;0.268941;0.006693;0.017986;0.952574;0.047426;0.006693;0.119203;0.500000;0.047426;0.006693;0.017986;0.047426;0.545375;0.608021;0.648625;0.276478;0.000000;0.680050;0.506250;0.470285;0.218061;0.142705;0.015009;0.800911;0.140638;0.000000;0.439794;0.875338;0.678088;0.000000;0.063447;0.200207;0.117041;0.002488;0.880471;0.248015;0.006250;0.745730;0.102450;0.000555;0.897000
0.119203;0.997527;0.268941;0.047426;0.006693;0.268941;0.119203;0.880797;0.268941;0.006693;0.017986;0.952574;0.047426;0.006693;0.119203;0.500000;0.047426;0.006693;0.017986;0.047426;0.545375;0.608021;0.648625;0.276478;0.000000;0.680050;0.506250;0.470285;0.218061;0.142705;0.015009;0.800911;0.140638;0.000000;0.439794;0.875338;0.678088;0.000000;0.063447;0.200207;0.117041;0.002488;0.880471;0.248015;0.006250;0.745730;0.102450;0.000555;0.897000;0.017986;0.999665;0.047426;0.017986;0.002473;0.119203;0.047426;0.006693;0.047426;0.002473;0.017986;0.880797;0.017986;0.002473;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.093638;0.888449;0.856067;0.463316;0.000000;0.093384;0.279690;0.235412;0.100291;0.216870;0.000000;0.930474;0.000000;0.079805;0.000000;0.630881;0.157360;0.624103;0.000000;0.036898;0.041577;0.006146;0.952274;0.097755;0.011240;0.891000;0.026310;0.006530;0.967155;0.119203;0.119203;0.952574;0.119203;0.006693;0.997527;0.268941;0.017986;0.993307;0.006693;0.017986;0.119203;0.047426;0.006693;0.982014;0.268941;0.268941;0.006693;0.047426;0.006693;0.203429;0.036509;0.911895;0.362391;0.000000;0.301114;0.274881;0.057812;0.414110;0.097352;0.033086;0.450166;0.000000;0.079658;0.893690;0.890319;0.711566;0.000000;0.000000;0.205870;0.031911;0.017094;0.950994;0.077335;0.046550;0.876115;0.017730;0.004065;0.978200;0.268941;0.017986;0.731059;0.047426;0.047426;0.119203;0.047426;0.017986;0.017986;0.119203;0.017986;0.047426;0.119203;0.006693;0.017986;0.500000;0.999089;0.006693;0.017986;0.047426;0.675682;0.109194;0.694873;0.054115;0.000000;0.328054;0.409508;0.276878;0.144180;0.498000;0.269335;0.299643;0.467795;0.191391;0.747628;0.814421;0.821127;0.000000;0.000000;0.485004;0.044497;0.165332;0.790170;0.081240;0.434355;0.484400;0.051590;0.060980;0.887430;0.047426;0.047426;0.006693;0.006693;0.047426;0.047426;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.993307;0.268941;0.006693;0.017986;0.047426;0.017986;0.047426;0.268941;0.316479;0.337825;0.822153;0.496000;0.000000;0.410476;0.154596;0.030502;0.317995;0.835484;0.689546;0.611352;0.857539;0.574687;0.000000;0.611827;0.184975;0.000000;0.256927;0.317345;0.094121;0.180240;0.725639;0.133980;0.458030;0.407990;0.096940;0.082065;0.820995;0.047426;0.006693;0.119203;0.017986;0.002473;0.119203;0.017986;0.006693;0.006693;0.002473;0.002473;0.017986;0.006693;0.000911;0.999877;0.047426;0.017986;0.000911;0.002473;0.006693;0.552555;0.094405;0.543142;0.285366;0.000000;0.699517;0.049737;0.223047;0.064949;0.000000;0.087384;0.000000;0.000000;0.156567;0.974219;0.660158;0.223047;0.000000;0.191391;0.071094;0.315700;0.202168;0.482134;0.136745;0.470130;0.393130;0.139510;0.135870;0.724620;0.047426;0.006693;0.002473;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.999089;0.268941;0.006693;0.268941;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.646571;0.080616;0.000000;0.000000;0.485004;0.114762;0.283737;0.141729;0.000000;0.957099;0.256355;0.000000;0.506500;0.200367;0.000000;0.510998;0.031953;0.000000;0.152516;0.822591;0.323417;0.386418;0.290167;0.139870;0.625475;0.234660;0.140300;0.533300;0.326400;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.731059;0.119203;0.006693;0.006693;0.017986;0.017986;0.047426;0.268941;0.058195;0.138477;0.430209;0.000000;0.300903;0.000000;0.114153;0.090875;0.369119;0.039317;0.934747;0.000000;0.377776;0.732041;0.181087;0.057216;0.241953;0.819653;0.622459;0.026988;0.280431;0.388603;0.330966;0.144190;0.573455;0.282355;0.113260;0.591900;0.294840;0.880797;0.047426;0.731059;0.119203;0.047426;0.119203;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.993307;0.500000;0.006693;0.017986;0.047426;0.686757;0.636915;0.592908;0.446456;0.360545;0.816078;0.539915;0.525478;0.099124;0.000000;0.091372;0.489502;0.000000;0.000000;0.000000;0.928442;0.518242;0.000000;0.051710;0.000000;0.189686;0.383071;0.427241;0.140305;0.566640;0.293055;0.023550;0.582120;0.394325;0.017986;0.047426;0.999665;0.268941;0.002473;0.047426;0.047426;0.047426;0.880797;0.002473;0.002473;0.047426;0.006693;0.002473;0.006693;0.119203;0.047426;0.000911;0.006693;0.002473;0.238849;0.000000;0.933080;0.053000;0.848772;0.177847;0.000000;0.904045;0.777819;0.161786;0.110957;0.076987;0.292350;0.233975;0.000000;0.446950;0.171505;0.000000;0.578349;0.000000;0.057347;0.814975;0.127680;0.138745;0.726920;0.134340;0.015470;0.797985;0.186545;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.952574;0.880797;0.017986;0.268941;0.500000;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.035743;0.087145;0.131017;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.949069;0.610401;0.000000;0.226882;0.792654;0.000000;0.195919;0.065192;0.000000;0.000000;0.896692;0.055927;0.878228;0.065844;0.139865;0.791375;0.068755;0.013885;0.863760;0.122360
0.017986;0.999665;0.047426;0.017986;0.002473;0.119203;0.047426;0.006693;0.047426;0.002473;0.017986;0.880797;0.017986;0.002473;0.006693;0.047426;0.017986;0.006693;0.017986;0.006693;0.093638;0.888449;0.856067;0.463316;0.000000;0.093384;0.279690;0.235412;0.100291;0.216870;0.000000;0.930474;0.000000;0.079805;0.000000;0.630881;0.157360;0.624103;0.000000;0.036898;0.041577;0.006146;0.952274;0.097755;0.011240;0.891000;0.026310;0.006530;0.967155;0.119203;0.119203;0.952574;0.119203;0.006693;0.997527;0.268941;0.017986;0.993307;0.006693;0.017986;0.119203;0.047426;0.006693;0.982014;0.268941;0.268941;0.006693;0.047426;0.006693;0.203429;0.036509;0.911895;0.362391;0.000000;0.301114;0.274881;0.057812;0.414110;0.097352;0.033086;0.450166;0.000000;0.079658;0.893690;0.890319;0.711566;0.000000;0.000000;0.205870;0.031911;0.017094;0.950994;0.077335;0.046550;0.876115;0.017730;0.004065;0.978200;0.268941;0.017986;0.731059;0.047426;0.047426;0.119203;0.047426;0.017986;0.017986;0.119203;0.017986;0.047426;0.119203;0.006693;0.017986;0.500000;0.999089;0.006693;0.017986;0.047426;0.675682;0.109194;0.694873;0.054115;0.000000;0.328054;0.409508;0.276878;0.144180;0.498000;0.269335;0.299643;0.467795;0.191391;0.747628;0.814421;0.821127;0.000000;0.000000;0.485004;0.044497;0.165332;0.790170;0.081240;0.434355;0.484400;0.051590;0.060980;0.887430;0.047426;0.047426;0.006693;0.006693;0.047426;0.047426;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.993307;0.268941;0.006693;0.017986;0.047426;0.017986;0.047426;0.268941;0.316479;0.337825;0.822153;0.496000;0.000000;0.410476;0.154596;0.030502;0.317995;0.835484;0.689546;0.611352;0.857539;0.574687;0.000000;0.611827;0.184975;0.000000;0.256927;0.317345;0.094121;0.180240;0.725639;0.133980;0.458030;0.407990;0.096940;0.082065;0.820995;0.047426;0.006693;0.119203;0.017986;0.002473;0.119203;0.017986;0.006693;0.006693;0.002473;0.002473;0.017986;0.006693;0.000911;0.999877;0.047426;0.017986;0.000911;0.002473;0.006693;0.552555;0.094405;0.543142;0.285366;0.000000;0.699517;0.049737;0.223047;0.064949;0.000000;0.087384;0.000000;0.000000;0.156567;0.974219;0.660158;0.223047;0.000000;0.191391;0.071094;0.315700;0.202168;0.482134;0.136745;0.470130;0.393130;0.139510;0.135870;0.724620;0.047426;0.006693;0.002473;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.999089;0.268941;0.006693;0.268941;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.646571;0.080616;0.000000;0.000000;0.485004;0.114762;0.283737;0.141729;0.000000;0.957099;0.256355;0.000000;0.506500;0.200367;0.000000;0.510998;0.031953;0.000000;0.152516;0.822591;0.323417;0.386418;0.290167;0.139870;0.625475;0.234660;0.140300;0.533300;0.326400;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.731059;0.119203;0.006693;0.006693;0.017986;0.017986;0.047426;0.268941;0.058195;0.138477;0.430209;0.000000;0.300903;0.000000;0.114153;0.090875;0.369119;0.039317;0.934747;0.000000;0.377776;0.732041;0.181087;0.057216;0.241953;0.819653;0.622459;0.026988;0.280431;0.388603;0.330966;0.144190;0.573455;0.282355;0.113260;0.591900;0.294840;0.880797;0.047426;0.731059;0.119203;0.047426;0.119203;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.993307;0.500000;0.006693;0.017986;0.047426;0.686757;0.636915;0.592908;0.446456;0.360545;0.816078;0.539915;0.525478;0.099124;0.000000;0.091372;0.489502;0.000000;0.000000;0.000000;0.928442;0.518242;0.000000;0.051710;0.000000;0.189686;0.383071;0.427241;0.140305;0.566640;0.293055;0.023550;0.582120;0.394325;0.017986;0.047426;0.999665;0.268941;0.002473;0.047426;0.047426;0.047426;0.880797;0.002473;0.002473;0.047426;0.006693;0.002473;0.006693;0.119203;0.047426;0.000911;0.006693;0.002473;0.238849;0.000000;0.933080;0.053000;0.848772;0.177847;0.000000;0.904045;0.777819;0.161786;0.110957;0.076987;0.292350;0.233975;0.000000;0.446950;0.171505;0.000000;0.578349;0.000000;0.057347;0.814975;0.127680;0.138745;0.726920;0.134340;0.015470;0.797985;0.186545;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.952574;0.880797;0.017986;0.268941;0.500000;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.035743;0.087145;0.131017;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.949069;0.610401;0.000000;0.226882;0.792654;0.000000;0.195919;0.065192;0.000000;0.000000;0.896692;0.055927;0.878228;0.065844;0.139865;0.791375;0.068755;0.013885;0.863760;0.122360;0.017986;0.047426;0.006693;0.002473;0.017986;0.047426;0.006693;0.002473;0.047426;0.500000;0.997527;0.119203;0.731059;0.119203;0.006693;0.006693;0.047426;0.017986;0.119203;0.268941;0.102753;0.732041;0.320386;0.000000;0.168401;0.470285;0.113046;0.023753;0.543391;0.262890;0.894353;0.727108;0.303011;0.406368;0.000000;0.119308;0.029057;0.673267;0.753246;0.083173;0.052161;0.915698;0.032140;0.132305;0.799840;0.067850;0.010175;0.967660;0.022165
0.119203;0.119203;0.952574;0.119203;0.006693;0.997527;0.268941;0.017986;0.993307;0.006693;0.017986;0.119203;0.047426;0.006693;0.982014;0.268941;0.268941;0.006693;0.047426;0.006693;0.203429;0.036509;0.911895;0.362391;0.000000;0.301114;0.274881;0.057812;0.414110;0.097352;0.033086;0.450166;0.000000;0.079658;0.893690;0.890319;0.711566;0.000000;0.000000;0.205870;0.031911;0.017094;0.950994;0.077335;0.046550;0.876115;0.017730;0.004065;0.978200;0.268941;0.017986;0.731059;0.047426;0.047426;0.119203;0.047426;0.017986;0.017986;0.119203;0.017986;0.047426;0.119203;0.006693;0.017986;0.500000;0.999089;0.006693;0.017986;0.047426;0.675682;0.109194;0.694873;0.054115;0.000000;0.328054;0.409508;0.276878;0.144180;0.498000;0.269335;0.299643;0.467795;0.191391;0.747628;0.814421;0.821127;0.000000;0.000000;0.485004;0.044497;0.165332;0.790170;0.081240;0.434355;0.484400;0.051590;0.060980;0.887430;0.047426;0.047426;0.006693;0.006693;0.047426;0.047426;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.993307;0.268941;0.006693;0.017986;0.047426;0.017986;0.047426;0.268941;0.316479;0.337825;0.822153;0.496000;0.000000;0.410476;0.154596;0.030502;0.317995;0.835484;0.689546;0.611352;0.857539;0.574687;0.000000;0.611827;0.184975;0.000000;0.256927;0.317345;0.094121;0.180240;0.725639;0.133980;0.458030;0.407990;0.096940;0.082065;0.820995;0.047426;0.006693;0.119203;0.017986;0.002473;0.119203;0.017986;0.006693;0.006693;0.002473;0.002473;0.017986;0.006693;0.000911;0.999877;0.047426;0.017986;0.000911;0.002473;0.006693;0.552555;0.094405;0.543142;0.285366;0.000000;0.699517;0.049737;0.223047;0.064949;0.000000;0.087384;0.000000;0.000000;0.156567;0.974219;0.660158;0.223047;0.000000;0.191391;0.071094;0.315700;0.202168;0.482134;0.136745;0.470130;0.393130;0.139510;0.135870;0.724620;0.047426;0.006693;0.002473;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.999089;0.268941;0.006693;0.268941;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.646571;0.080616;0.000000;0.000000;0.485004;0.114762;0.283737;0.141729;0.000000;0.957099;0.256355;0.000000;0.506500;0.200367;0.000000;0.510998;0.031953;0.000000;0.152516;0.822591;0.323417;0.386418;0.290167;0.139870;0.625475;0.234660;0.140300;0.533300;0.326400;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.731059;0.119203;0.006693;0.006693;0.017986;0.017986;0.047426;0.268941;0.058195;0.138477;0.430209;0.000000;0.300903;0.000000;0.114153;0.090875;0.369119;0.039317;0.934747;0.000000;0.377776;0.732041;0.181087;0.057216;0.241953;0.819653;0.622459;0.026988;0.280431;0.388603;0.330966;0.144190;0.573455;0.282355;0.113260;0.591900;0.294840;0.880797;0.047426;0.731059;0.119203;0.047426;0.119203;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.993307;0.500000;0.006693;0.017986;0.047426;0.686757;0.636915;0.592908;0.446456;0.360545;0.816078;0.539915;0.525478;0.099124;0.000000;0.091372;0.489502;0.000000;0.000000;0.000000;0.928442;0.518242;0.000000;0.051710;0.000000;0.189686;0.383071;0.427241;0.140305;0.566640;0.293055;0.023550;0.582120;0.394325;0.017986;0.047426;0.999665;0.268941;0.002473;0.047426;0.047426;0.047426;0.880797;0.002473;0.002473;0.047426;0.006693;0.002473;0.006693;0.119203;0.047426;0.000911;0.006693;0.002473;0.238849;0.000000;0.933080;0.053000;0.848772;0.177847;0.000000;0.904045;0.777819;0.161786;0.110957;0.076987;0.292350;0.233975;0.000000;0.446950;0.171505;0.000000;0.578349;0.000000;0.057347;0.814975;0.127680;0.138745;0.726920;0.134340;0.015470;0.797985;0.186545;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.952574;0.880797;0.017986;0.268941;0.500000;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.035743;0.087145;0.131017;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.949069;0.610401;0.000000;0.226882;0.792654;0.000000;0.195919;0.065192;0.000000;0.000000;0.896692;0.055927;0.878228;0.065844;0.139865;0.791375;0.068755;0.013885;0.863760;0.122360;0.017986;0.047426;0.006693;0.002473;0.017986;0.047426;0.006693;0.002473;0.047426;0.500000;0.997527;0.119203;0.731059;0.119203;0.006693;0.006693;0.047426;0.017986;0.119203;0.268941;0.102753;0.732041;0.320386;0.000000;0.168401;0.470285;0.113046;0.023753;0.543391;0.262890;0.894353;0.727108;0.303011;0.406368;0.000000;0.119308;0.029057;0.673267;0.753246;0.083173;0.052161;0.915698;0.032140;0.132305;0.799840;0.067850;0.010175;0.967660;0.022165;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.982014;0.982014;0.017986;0.952574;0.500000;0.006693;0.017986;0.047426;0.017986;0.119203;0.880797;0.105458;0.000000;0.000000;0.000000;0.000000;0.153553;0.140759;0.000000;0.000000;0.941860;0.843433;0.000000;0.742882;0.893975;0.000000;0.000000;0.000000;0.705577;0.000000;0.457850;0.046367;0.917847;0.035788;0.115485;0.803900;0.080615;0.009615;0.970045;0.020345
0.268941;0.017986;0.731059;0.047426;0.047426;0.119203;0.047426;0.017986;0.017986;0.119203;0.017986;0.047426;0.119203;0.006693;0.017986;0.500000;0.999089;0.006693;0.017986;0.047426;0.675682;0.109194;0.694873;0.054115;0.000000;0.328054;0.409508;0.276878;0.144180;0.498000;0.269335;0.299643;0.467795;0.191391;0.747628;0.814421;0.821127;0.000000;0.000000;0.485004;0.044497;0.165332;0.790170;0.081240;0.434355;0.484400;0.051590;0.060980;0.887430;0.047426;0.047426;0.006693;0.006693;0.047426;0.047426;0.006693;0.002473;0.006693;0.952574;0.993307;0.017986;0.993307;0.268941;0.006693;0.017986;0.047426;0.017986;0.047426;0.268941;0.316479;0.337825;0.822153;0.496000;0.000000;0.410476;0.154596;0.030502;0.317995;0.835484;0.689546;0.611352;0.857539;0.574687;0.000000;0.611827;0.184975;0.000000;0.256927;0.317345;0.094121;0.180240;0.725639;0.133980;0.458030;0.407990;0.096940;0.082065;0.820995;0.047426;0.006693;0.119203;0.017986;0.002473;0.119203;0.017986;0.006693;0.006693;0.002473;0.002473;0.017986;0.006693;0.000911;0.999877;0.047426;0.017986;0.000911;0.002473;0.006693;0.552555;0.094405;0.543142;0.285366;0.000000;0.699517;0.049737;0.223047;0.064949;0.000000;0.087384;0.000000;0.000000;0.156567;0.974219;0.660158;0.223047;0.000000;0.191391;0.071094;0.315700;0.202168;0.482134;0.136745;0.470130;0.393130;0.139510;0.135870;0.724620;0.047426;0.006693;0.002473;0.002473;0.047426;0.006693;0.006693;0.002473;0.002473;0.999089;0.268941;0.006693;0.268941;0.047426;0.006693;0.017986;0.047426;0.006693;0.017986;0.982014;0.646571;0.080616;0.000000;0.000000;0.485004;0.114762;0.283737;0.141729;0.000000;0.957099;0.256355;0.000000;0.506500;0.200367;0.000000;0.510998;0.031953;0.000000;0.152516;0.822591;0.323417;0.386418;0.290167;0.139870;0.625475;0.234660;0.140300;0.533300;0.326400;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.997527;0.006693;0.731059;0.119203;0.006693;0.006693;0.017986;0.017986;0.047426;0.268941;0.058195;0.138477;0.430209;0.000000;0.300903;0.000000;0.114153;0.090875;0.369119;0.039317;0.934747;0.000000;0.377776;0.732041;0.181087;0.057216;0.241953;0.819653;0.622459;0.026988;0.280431;0.388603;0.330966;0.144190;0.573455;0.282355;0.113260;0.591900;0.294840;0.880797;0.047426;0.731059;0.119203;0.047426;0.119203;0.119203;0.952574;0.047426;0.017986;0.017986;0.119203;0.047426;0.047426;0.047426;0.993307;0.500000;0.006693;0.017986;0.047426;0.686757;0.636915;0.592908;0.446456;0.360545;0.816078;0.539915;0.525478;0.099124;0.000000;0.091372;0.489502;0.000000;0.000000;0.000000;0.928442;0.518242;0.000000;0.051710;0.000000;0.189686;0.383071;0.427241;0.140305;0.566640;0.293055;0.023550;0.582120;0.394325;0.017986;0.047426;0.999665;0.268941;0.002473;0.047426;0.047426;0.047426;0.880797;0.002473;0.002473;0.047426;0.006693;0.002473;0.006693;0.119203;0.047426;0.000911;0.006693;0.002473;0.238849;0.000000;0.933080;0.053000;0.848772;0.177847;0.000000;0.904045;0.777819;0.161786;0.110957;0.076987;0.292350;0.233975;0.000000;0.446950;0.171505;0.000000;0.578349;0.000000;0.057347;0.814975;0.127680;0.138745;0.726920;0.134340;0.015470;0.797985;0.186545;0.119203;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.952574;0.880797;0.017986;0.268941;0.500000;0.017986;0.017986;0.119203;0.017986;0.047426;0.993307;0.035743;0.087145;0.131017;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.949069;0.610401;0.000000;0.226882;0.792654;0.000000;0.195919;0.065192;0.000000;0.000000;0.896692;0.055927;0.878228;0.065844;0.139865;0.791375;0.068755;0.013885;0.863760;0.122360;0.017986;0.047426;0.006693;0.002473;0.017986;0.047426;0.006693;0.002473;0.047426;0.500000;0.997527;0.119203;0.731059;0.119203;0.006693;0.006693;0.047426;0.017986;0.119203;0.268941;0.102753;0.732041;0.320386;0.000000;0.168401;0.470285;0.113046;0.023753;0.543391;0.262890;0.894353;0.727108;0.303011;0.406368;0.000000;0.119308;0.029057;0.673267;0.753246;0.083173;0.052161;0.915698;0.032140;0.132305;0.799840;0.067850;0.010175;0.967660;0.022165;0.047426;0.017986;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.982014;0.982014;0.017986;0.952574;0.500000;0.006693;0.017986;0.047426;0.017986;0.119203;0.880797;0.105458;0.000000;0.000000;0.000000;0.000000;0.153553;0.140759;0.000000;0.000000;0.941860;0.843433;0.000000;0.742882;0.893975;0.000000;0.000000;0.000000;0.705577;0.000000;0.457850;0.046367;0.917847;0.035788;0.115485;0.803900;0.080615;0.009615;0.970045;0.020345;0.119203;0.880797;0.500000;0.500000;0.017986;0.982014;0.952574;0.047426;0.268941;0.119203;0.047426;0.880797;0.119203;0.047426;0.047426;0.500000;0.268941;0.017986;0.047426;0.500000;0.173934;0.424091;0.326953;0.621519;0.256355;0.805338;0.921651;0.000000;0.419701;0.210818;0.000000;0.753618;0.000000;0.000000;0.196392;0.790178;0.416295;0.000000;0.095091;0.202458;0.027322;0.900715;0.071961;0.077930;0.784810;0.137255;0.003685;0.941035;0.055280
0.952574;0.880797;0.500000;0.500000;0.047426;0.500000;0.952574;0.119203;0.119203;0.119203;0.047426;0.731059;0.119203;0.017986;0.047426;0.880797;0.268941;0.017986;0.047426;0.119203;0.556754;0.567338;0.384380;0.302378;0.335592;0.312169;0.783469;0.245455;0.000000;0.248057;0.047245;0.723722;0.109681;0.378716;0.328495;0.912775;0.628316;0.000000;0.000000;0.210652;0.013719;0.671027;0.315252;0.018235;0.157650;0.824110;0.015280;0.879290;0.105430;0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.017986;0.993307;0.500000;0.017986;0.500000;0.731059;0.017986;0.119203;0.982014;0.017986;0.119203;0.880797;0.618692;0.000000;0.000000;0.000000;0.770653;0.000000;0.074124;0.072494;0.000000;0.906107;0.400112;0.000000;0.647028;0.878681;0.000000;0.037148;0.579081;0.000000;0.058801;0.846187;0.019197;0.769767;0.211036;0.018455;0.367165;0.614380;0.016595;0.965030;0.018375;0.047426;0.017986;0.047426;0.017986;0.017986;0.017986;0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.017986;0.268941;0.999665;0.002473;0.006693;0.047426;0.701615;0.000000;0.074675;0.000000;0.795272;0.100381;0.000000;0.362391;0.000000;0.561930;0.800752;0.000000;0.000000;0.084478;0.000000;0.537181;0.761877;0.324318;0.000000;0.812753;0.032745;0.761399;0.205857;0.065740;0.347360;0.586905;0.017270;0.962075;0.020655;0.268941;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.952574;0.880797;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.006693;0.047426;0.997527;0.240855;0.000000;0.000000;0.000000;0.216531;0.000000;0.000000;0.107647;0.000000;0.891968;0.727505;0.000000;0.556261;0.693599;0.052203;0.000000;0.035468;0.000000;0.127639;0.924840;0.073453;0.653278;0.273270;0.187900;0.267240;0.544860;0.017275;0.714160;0.268570;0.119203;0.006693;0.006693;0.017986;0.268941;0.017986;0.017986;0.119203;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.999665;0.731059;0.017986;0.000911;0.002473;0.006693;0.273090;0.072292;0.898348;0.563407;0.000000;0.307464;0.319081;0.058470;0.233975;0.060256;0.046753;0.546862;0.000000;0.200688;0.951708;0.790178;0.079292;0.000000;0.260572;0.112946;0.106487;0.455127;0.438388;0.280990;0.176940;0.542070;0.023285;0.271720;0.705000;0.999089;0.017986;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.006693;0.017986;0.500000;0.047426;0.006693;0.006693;0.047426;0.931311;0.174078;0.410718;0.000000;0.707029;0.163283;0.057758;0.750635;0.232009;0.323004;0.041887;0.041646;0.000000;0.342089;0.437823;0.404199;0.204078;0.000000;0.180791;0.469289;0.768157;0.015334;0.216509;0.654160;0.019290;0.326550;0.686285;0.020055;0.293660;0.017986;0.997527;0.047426;0.017986;0.002473;0.500000;0.119203;0.006693;0.993307;0.006693;0.006693;0.982014;0.268941;0.006693;0.017986;0.047426;0.017986;0.006693;0.047426;0.017986;0.285774;0.898165;0.419701;0.535192;0.000000;0.511998;0.146165;0.051956;0.372852;0.000000;0.019436;0.922941;0.000000;0.173647;0.314967;0.732433;0.319733;0.000000;0.073169;0.203105;0.851359;0.036584;0.112055;0.742410;0.094475;0.163110;0.838305;0.002590;0.159105;0.047426;0.268941;0.047426;0.017986;0.006693;0.119203;0.119203;0.017986;0.017986;0.017986;0.047426;0.999089;0.731059;0.006693;0.017986;0.047426;0.731059;0.002473;0.017986;0.047426;0.449918;0.428738;0.393410;0.373554;0.186943;0.633207;0.240672;0.000000;0.206198;0.627382;0.717684;0.833411;0.179756;0.583948;0.418241;0.358703;0.336931;0.380601;0.720713;0.253317;0.869917;0.039734;0.090348;0.756285;0.111230;0.132485;0.874075;0.001315;0.124610;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.993307;0.006693;0.500000;0.993307;0.006693;0.006693;0.047426;0.268941;0.268941;0.119203;0.368420;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732824;0.912695;0.000000;0.666856;0.940755;0.000000;0.081361;0.091621;0.000000;0.000000;0.304280;0.921593;0.060895;0.017508;0.797675;0.168235;0.034085;0.993940;0.000500;0.005555;0.119203;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.268941;0.500000;0.982014;0.017986;0.982014;0.982014;0.017986;0.047426;0.119203;0.119203;0.952574;0.500000;0.439547;0.277680;0.366096;0.171505;0.000000;0.632510;0.218061;0.211651;0.177263;0.689332;0.740967;0.301324;0.575176;0.805652;0.000000;0.794783;0.153164;0.000000;0.768525;0.475021;0.923702;0.065233;0.011063;0.800115;0.181445;0.018435;0.997825;0.000305;0.001870;0.017986;0.017986;0.268941;0.999665;0.002473;0.047426;0.731059;0.017986;0.017986;0.002473;0.002473;0.047426;0.002473;0.002473;0.017986;0.119203;0.119203;0.000911;0.002473;0.002473;0.479012;0.491001;0.783808;0.941475;0.000000;0.490251;0.879955;0.184372;0.000000;0.000000;0.000000;0.426536;0.000000;0.000000;0.000000;0.520489;0.095091;0.000000;0.000000;0.000000;0.923893;0.065855;0.010250;0.799420;0.183395;0.017180;0.999095;0.000220;0.000685
0.268941;0.017986;0.017986;0.017986;0.047426;0.017986;0.017986;0.006693;0.017986;0.993307;0.500000;0.017986;0.500000;0.731059;0.017986;0.119203;0.982014;0.017986;0.119203;0.880797;0.618692;0.000000;0.000000;0.000000;0.770653;0.000000;0.074124;0.072494;0.000000;0.906107;0.400112;0.000000;0.647028;0.878681;0.000000;0.037148;0.579081;0.000000;0.058801;0.846187;0.019197;0.769767;0.211036;0.018455;0.367165;0.614380;0.016595;0.965030;0.018375;0.047426;0.017986;0.047426;0.017986;0.017986;0.017986;0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.017986;0.268941;0.999665;0.002473;0.006693;0.047426;0.701615;0.000000;0.074675;0.000000;0.795272;0.100381;0.000000;0.362391;0.000000;0.561930;0.800752;0.000000;0.000000;0.084478;0.000000;0.537181;0.761877;0.324318;0.000000;0.812753;0.032745;0.761399;0.205857;0.065740;0.347360;0.586905;0.017270;0.962075;0.020655;0.268941;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.952574;0.880797;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.006693;0.047426;0.997527;0.240855;0.000000;0.000000;0.000000;0.216531;0.000000;0.000000;0.107647;0.000000;0.891968;0.727505;0.000000;0.556261;0.693599;0.052203;0.000000;0.035468;0.000000;0.127639;0.924840;0.073453;0.653278;0.273270;0.187900;0.267240;0.544860;0.017275;0.714160;0.268570;0.119203;0.006693;0.006693;0.017986;0.268941;0.017986;0.017986;0.119203;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.999665;0.731059;0.017986;0.000911;0.002473;0.006693;0.273090;0.072292;0.898348;0.563407;0.000000;0.307464;0.319081;0.058470;0.233975;0.060256;0.046753;0.546862;0.000000;0.200688;0.951708;0.790178;0.079292;0.000000;0.260572;0.112946;0.106487;0.455127;0.438388;0.280990;0.176940;0.542070;0.023285;0.271720;0.705000;0.999089;0.017986;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.006693;0.017986;0.500000;0.047426;0.006693;0.006693;0.047426;0.931311;0.174078;0.410718;0.000000;0.707029;0.163283;0.057758;0.750635;0.232009;0.323004;0.041887;0.041646;0.000000;0.342089;0.437823;0.404199;0.204078;0.000000;0.180791;0.469289;0.768157;0.015334;0.216509;0.654160;0.019290;0.326550;0.686285;0.020055;0.293660;0.017986;0.997527;0.047426;0.017986;0.002473;0.500000;0.119203;0.006693;0.993307;0.006693;0.006693;0.982014;0.268941;0.006693;0.017986;0.047426;0.017986;0.006693;0.047426;0.017986;0.285774;0.898165;0.419701;0.535192;0.000000;0.511998;0.146165;0.051956;0.372852;0.000000;0.019436;0.922941;0.000000;0.173647;0.314967;0.732433;0.319733;0.000000;0.073169;0.203105;0.851359;0.036584;0.112055;0.742410;0.094475;0.163110;0.838305;0.002590;0.159105;0.047426;0.268941;0.047426;0.017986;0.006693;0.119203;0.119203;0.017986;0.017986;0.017986;0.047426;0.999089;0.731059;0.006693;0.017986;0.047426;0.731059;0.002473;0.017986;0.047426;0.449918;0.428738;0.393410;0.373554;0.186943;0.633207;0.240672;0.000000;0.206198;0.627382;0.717684;0.833411;0.179756;0.583948;0.418241;0.358703;0.336931;0.380601;0.720713;0.253317;0.869917;0.039734;0.090348;0.756285;0.111230;0.132485;0.874075;0.001315;0.124610;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.993307;0.006693;0.500000;0.993307;0.006693;0.006693;0.047426;0.268941;0.268941;0.119203;0.368420;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732824;0.912695;0.000000;0.666856;0.940755;0.000000;0.081361;0.091621;0.000000;0.000000;0.304280;0.921593;0.060895;0.017508;0.797675;0.168235;0.034085;0.993940;0.000500;0.005555;0.119203;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.268941;0.500000;0.982014;0.017986;0.982014;0.982014;0.017986;0.047426;0.119203;0.119203;0.952574;0.500000;0.439547;0.277680;0.366096;0.171505;0.000000;0.632510;0.218061;0.211651;0.177263;0.689332;0.740967;0.301324;0.575176;0.805652;0.000000;0.794783;0.153164;0.000000;0.768525;0.475021;0.923702;0.065233;0.011063;0.800115;0.181445;0.018435;0.997825;0.000305;0.001870;0.017986;0.017986;0.268941;0.999665;0.002473;0.047426;0.731059;0.017986;0.017986;0.002473;0.002473;0.047426;0.002473;0.002473;0.017986;0.119203;0.119203;0.000911;0.002473;0.002473;0.479012;0.491001;0.783808;0.941475;0.000000;0.490251;0.879955;0.184372;0.000000;0.000000;0.000000;0.426536;0.000000;0.000000;0.000000;0.520489;0.095091;0.000000;0.000000;0.000000;0.923893;0.065855;0.010250;0.799420;0.183395;0.017180;0.999095;0.000220;0.000685;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.119203;0.047426;0.002473;0.006693;0.017986;0.002473;0.017986;0.500000;0.547358;0.132045;0.000000;0.055935;0.000000;0.000000;0.052900;0.109097;0.258458;0.943747;0.712591;0.000000;0.792325;0.581273;0.050211;0.075439;0.249553;0.000000;0.458099;0.678088;0.925074;0.068990;0.005935;0.811765;0.180470;0.007760;0.999785;0.000015;0.000200
0.047426;0.017986;0.047426;0.017986;0.017986;0.017986;0.017986;0.006693;0.006693;0.017986;0.017986;0.017986;0.268941;0.006693;0.017986;0.268941;0.999665;0.002473;0.006693;0.047426;0.701615;0.000000;0.074675;0.000000;0.795272;0.100381;0.000000;0.362391;0.000000;0.561930;0.800752;0.000000;0.000000;0.084478;0.000000;0.537181;0.761877;0.324318;0.000000;0.812753;0.032745;0.761399;0.205857;0.065740;0.347360;0.586905;0.017270;0.962075;0.020655;0.268941;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.952574;0.880797;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.006693;0.047426;0.997527;0.240855;0.000000;0.000000;0.000000;0.216531;0.000000;0.000000;0.107647;0.000000;0.891968;0.727505;0.000000;0.556261;0.693599;0.052203;0.000000;0.035468;0.000000;0.127639;0.924840;0.073453;0.653278;0.273270;0.187900;0.267240;0.544860;0.017275;0.714160;0.268570;0.119203;0.006693;0.006693;0.017986;0.268941;0.017986;0.017986;0.119203;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.999665;0.731059;0.017986;0.000911;0.002473;0.006693;0.273090;0.072292;0.898348;0.563407;0.000000;0.307464;0.319081;0.058470;0.233975;0.060256;0.046753;0.546862;0.000000;0.200688;0.951708;0.790178;0.079292;0.000000;0.260572;0.112946;0.106487;0.455127;0.438388;0.280990;0.176940;0.542070;0.023285;0.271720;0.705000;0.999089;0.017986;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.006693;0.017986;0.500000;0.047426;0.006693;0.006693;0.047426;0.931311;0.174078;0.410718;0.000000;0.707029;0.163283;0.057758;0.750635;0.232009;0.323004;0.041887;0.041646;0.000000;0.342089;0.437823;0.404199;0.204078;0.000000;0.180791;0.469289;0.768157;0.015334;0.216509;0.654160;0.019290;0.326550;0.686285;0.020055;0.293660;0.017986;0.997527;0.047426;0.017986;0.002473;0.500000;0.119203;0.006693;0.993307;0.006693;0.006693;0.982014;0.268941;0.006693;0.017986;0.047426;0.017986;0.006693;0.047426;0.017986;0.285774;0.898165;0.419701;0.535192;0.000000;0.511998;0.146165;0.051956;0.372852;0.000000;0.019436;0.922941;0.000000;0.173647;0.314967;0.732433;0.319733;0.000000;0.073169;0.203105;0.851359;0.036584;0.112055;0.742410;0.094475;0.163110;0.838305;0.002590;0.159105;0.047426;0.268941;0.047426;0.017986;0.006693;0.119203;0.119203;0.017986;0.017986;0.017986;0.047426;0.999089;0.731059;0.006693;0.017986;0.047426;0.731059;0.002473;0.017986;0.047426;0.449918;0.428738;0.393410;0.373554;0.186943;0.633207;0.240672;0.000000;0.206198;0.627382;0.717684;0.833411;0.179756;0.583948;0.418241;0.358703;0.336931;0.380601;0.720713;0.253317;0.869917;0.039734;0.090348;0.756285;0.111230;0.132485;0.874075;0.001315;0.124610;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.993307;0.006693;0.500000;0.993307;0.006693;0.006693;0.047426;0.268941;0.268941;0.119203;0.368420;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732824;0.912695;0.000000;0.666856;0.940755;0.000000;0.081361;0.091621;0.000000;0.000000;0.304280;0.921593;0.060895;0.017508;0.797675;0.168235;0.034085;0.993940;0.000500;0.005555;0.119203;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.268941;0.500000;0.982014;0.017986;0.982014;0.982014;0.017986;0.047426;0.119203;0.119203;0.952574;0.500000;0.439547;0.277680;0.366096;0.171505;0.000000;0.632510;0.218061;0.211651;0.177263;0.689332;0.740967;0.301324;0.575176;0.805652;0.000000;0.794783;0.153164;0.000000;0.768525;0.475021;0.923702;0.065233;0.011063;0.800115;0.181445;0.018435;0.997825;0.000305;0.001870;0.017986;0.017986;0.268941;0.999665;0.002473;0.047426;0.731059;0.017986;0.017986;0.002473;0.002473;0.047426;0.002473;0.002473;0.017986;0.119203;0.119203;0.000911;0.002473;0.002473;0.479012;0.491001;0.783808;0.941475;0.000000;0.490251;0.879955;0.184372;0.000000;0.000000;0.000000;0.426536;0.000000;0.000000;0.000000;0.520489;0.095091;0.000000;0.000000;0.000000;0.923893;0.065855;0.010250;0.799420;0.183395;0.017180;0.999095;0.000220;0.000685;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.119203;0.047426;0.002473;0.006693;0.017986;0.002473;0.017986;0.500000;0.547358;0.132045;0.000000;0.055935;0.000000;0.000000;0.052900;0.109097;0.258458;0.943747;0.712591;0.000000;0.792325;0.581273;0.050211;0.075439;0.249553;0.000000;0.458099;0.678088;0.925074;0.068990;0.005935;0.811765;0.180470;0.007760;0.999785;0.000015;0.000200;0.268941;0.002473;0.006693;0.002473;0.999955;0.006693;0.002473;0.006693;0.002473;0.268941;0.268941;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.880797;0.017986;0.952574;0.185276;0.000000;0.093469;0.000000;0.719302;0.000000;0.000000;0.025210;0.255023;0.915522;0.776953;0.000000;0.447939;0.475769;0.000000;0.000000;0.204403;0.000000;0.000000;0.896507;0.913759;0.064362;0.021877;0.809525;0.180110;0.010365;0.995635;0.000025;0.004335
0.268941;0.006693;0.006693;0.006693;0.047426;0.017986;0.006693;0.006693;0.006693;0.952574;0.880797;0.017986;0.268941;0.047426;0.006693;0.017986;0.119203;0.006693;0.047426;0.997527;0.240855;0.000000;0.000000;0.000000;0.216531;0.000000;0.000000;0.107647;0.000000;0.891968;0.727505;0.000000;0.556261;0.693599;0.052203;0.000000;0.035468;0.000000;0.127639;0.924840;0.073453;0.653278;0.273270;0.187900;0.267240;0.544860;0.017275;0.714160;0.268570;0.119203;0.006693;0.006693;0.017986;0.268941;0.017986;0.017986;0.119203;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.999665;0.731059;0.017986;0.000911;0.002473;0.006693;0.273090;0.072292;0.898348;0.563407;0.000000;0.307464;0.319081;0.058470;0.233975;0.060256;0.046753;0.546862;0.000000;0.200688;0.951708;0.790178;0.079292;0.000000;0.260572;0.112946;0.106487;0.455127;0.438388;0.280990;0.176940;0.542070;0.023285;0.271720;0.705000;0.999089;0.017986;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.006693;0.017986;0.500000;0.047426;0.006693;0.006693;0.047426;0.931311;0.174078;0.410718;0.000000;0.707029;0.163283;0.057758;0.750635;0.232009;0.323004;0.041887;0.041646;0.000000;0.342089;0.437823;0.404199;0.204078;0.000000;0.180791;0.469289;0.768157;0.015334;0.216509;0.654160;0.019290;0.326550;0.686285;0.020055;0.293660;0.017986;0.997527;0.047426;0.017986;0.002473;0.500000;0.119203;0.006693;0.993307;0.006693;0.006693;0.982014;0.268941;0.006693;0.017986;0.047426;0.017986;0.006693;0.047426;0.017986;0.285774;0.898165;0.419701;0.535192;0.000000;0.511998;0.146165;0.051956;0.372852;0.000000;0.019436;0.922941;0.000000;0.173647;0.314967;0.732433;0.319733;0.000000;0.073169;0.203105;0.851359;0.036584;0.112055;0.742410;0.094475;0.163110;0.838305;0.002590;0.159105;0.047426;0.268941;0.047426;0.017986;0.006693;0.119203;0.119203;0.017986;0.017986;0.017986;0.047426;0.999089;0.731059;0.006693;0.017986;0.047426;0.731059;0.002473;0.017986;0.047426;0.449918;0.428738;0.393410;0.373554;0.186943;0.633207;0.240672;0.000000;0.206198;0.627382;0.717684;0.833411;0.179756;0.583948;0.418241;0.358703;0.336931;0.380601;0.720713;0.253317;0.869917;0.039734;0.090348;0.756285;0.111230;0.132485;0.874075;0.001315;0.124610;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.993307;0.006693;0.500000;0.993307;0.006693;0.006693;0.047426;0.268941;0.268941;0.119203;0.368420;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732824;0.912695;0.000000;0.666856;0.940755;0.000000;0.081361;0.091621;0.000000;0.000000;0.304280;0.921593;0.060895;0.017508;0.797675;0.168235;0.034085;0.993940;0.000500;0.005555;0.119203;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.268941;0.500000;0.982014;0.017986;0.982014;0.982014;0.017986;0.047426;0.119203;0.119203;0.952574;0.500000;0.439547;0.277680;0.366096;0.171505;0.000000;0.632510;0.218061;0.211651;0.177263;0.689332;0.740967;0.301324;0.575176;0.805652;0.000000;0.794783;0.153164;0.000000;0.768525;0.475021;0.923702;0.065233;0.011063;0.800115;0.181445;0.018435;0.997825;0.000305;0.001870;0.017986;0.017986;0.268941;0.999665;0.002473;0.047426;0.731059;0.017986;0.017986;0.002473;0.002473;0.047426;0.002473;0.002473;0.017986;0.119203;0.119203;0.000911;0.002473;0.002473;0.479012;0.491001;0.783808;0.941475;0.000000;0.490251;0.879955;0.184372;0.000000;0.000000;0.000000;0.426536;0.000000;0.000000;0.000000;0.520489;0.095091;0.000000;0.000000;0.000000;0.923893;0.065855;0.010250;0.799420;0.183395;0.017180;0.999095;0.000220;0.000685;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.119203;0.047426;0.002473;0.006693;0.017986;0.002473;0.017986;0.500000;0.547358;0.132045;0.000000;0.055935;0.000000;0.000000;0.052900;0.109097;0.258458;0.943747;0.712591;0.000000;0.792325;0.581273;0.050211;0.075439;0.249553;0.000000;0.458099;0.678088;0.925074;0.068990;0.005935;0.811765;0.180470;0.007760;0.999785;0.000015;0.000200;0.268941;0.002473;0.006693;0.002473;0.999955;0.006693;0.002473;0.006693;0.002473;0.268941;0.268941;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.880797;0.017986;0.952574;0.185276;0.000000;0.093469;0.000000;0.719302;0.000000;0.000000;0.025210;0.255023;0.915522;0.776953;0.000000;0.447939;0.475769;0.000000;0.000000;0.204403;0.000000;0.000000;0.896507;0.913759;0.064362;0.021877;0.809525;0.180110;0.010365;0.995635;0.000025;0.004335;0.017986;0.999665;0.047426;0.017986;0.002473;0.119203;0.047426;0.006693;0.047426;0.002473;0.006693;0.982014;0.017986;0.002473;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.512997;0.931311;0.531707;0.000000;0.290285;0.534943;0.048893;0.018506;0.188773;0.000000;0.037112;0.930474;0.135053;0.000000;0.000000;0.705993;0.176245;0.000000;0.063091;0.000000;0.707017;0.059788;0.233194;0.570300;0.166380;0.263320;0.923925;0.000020;0.076055
0.119203;0.006693;0.006693;0.017986;0.268941;0.017986;0.017986;0.119203;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.999665;0.731059;0.017986;0.000911;0.002473;0.006693;0.273090;0.072292;0.898348;0.563407;0.000000;0.307464;0.319081;0.058470;0.233975;0.060256;0.046753;0.546862;0.000000;0.200688;0.951708;0.790178;0.079292;0.000000;0.260572;0.112946;0.106487;0.455127;0.438388;0.280990;0.176940;0.542070;0.023285;0.271720;0.705000;0.999089;0.017986;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.006693;0.017986;0.500000;0.047426;0.006693;0.006693;0.047426;0.931311;0.174078;0.410718;0.000000;0.707029;0.163283;0.057758;0.750635;0.232009;0.323004;0.041887;0.041646;0.000000;0.342089;0.437823;0.404199;0.204078;0.000000;0.180791;0.469289;0.768157;0.015334;0.216509;0.654160;0.019290;0.326550;0.686285;0.020055;0.293660;0.017986;0.997527;0.047426;0.017986;0.002473;0.500000;0.119203;0.006693;0.993307;0.006693;0.006693;0.982014;0.268941;0.006693;0.017986;0.047426;0.017986;0.006693;0.047426;0.017986;0.285774;0.898165;0.419701;0.535192;0.000000;0.511998;0.146165;0.051956;0.372852;0.000000;0.019436;0.922941;0.000000;0.173647;0.314967;0.732433;0.319733;0.000000;0.073169;0.203105;0.851359;0.036584;0.112055;0.742410;0.094475;0.163110;0.838305;0.002590;0.159105;0.047426;0.268941;0.047426;0.017986;0.006693;0.119203;0.119203;0.017986;0.017986;0.017986;0.047426;0.999089;0.731059;0.006693;0.017986;0.047426;0.731059;0.002473;0.017986;0.047426;0.449918;0.428738;0.393410;0.373554;0.186943;0.633207;0.240672;0.000000;0.206198;0.627382;0.717684;0.833411;0.179756;0.583948;0.418241;0.358703;0.336931;0.380601;0.720713;0.253317;0.869917;0.039734;0.090348;0.756285;0.111230;0.132485;0.874075;0.001315;0.124610;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.993307;0.006693;0.500000;0.993307;0.006693;0.006693;0.047426;0.268941;0.268941;0.119203;0.368420;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732824;0.912695;0.000000;0.666856;0.940755;0.000000;0.081361;0.091621;0.000000;0.000000;0.304280;0.921593;0.060895;0.017508;0.797675;0.168235;0.034085;0.993940;0.000500;0.005555;0.119203;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.268941;0.500000;0.982014;0.017986;0.982014;0.982014;0.017986;0.047426;0.119203;0.119203;0.952574;0.500000;0.439547;0.277680;0.366096;0.171505;0.000000;0.632510;0.218061;0.211651;0.177263;0.689332;0.740967;0.301324;0.575176;0.805652;0.000000;0.794783;0.153164;0.000000;0.768525;0.475021;0.923702;0.065233;0.011063;0.800115;0.181445;0.018435;0.997825;0.000305;0.001870;0.017986;0.017986;0.268941;0.999665;0.002473;0.047426;0.731059;0.017986;0.017986;0.002473;0.002473;0.047426;0.002473;0.002473;0.017986;0.119203;0.119203;0.000911;0.002473;0.002473;0.479012;0.491001;0.783808;0.941475;0.000000;0.490251;0.879955;0.184372;0.000000;0.000000;0.000000;0.426536;0.000000;0.000000;0.000000;0.520489;0.095091;0.000000;0.000000;0.000000;0.923893;0.065855;0.010250;0.799420;0.183395;0.017180;0.999095;0.000220;0.000685;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.119203;0.047426;0.002473;0.006693;0.017986;0.002473;0.017986;0.500000;0.547358;0.132045;0.000000;0.055935;0.000000;0.000000;0.052900;0.109097;0.258458;0.943747;0.712591;0.000000;0.792325;0.581273;0.050211;0.075439;0.249553;0.000000;0.458099;0.678088;0.925074;0.068990;0.005935;0.811765;0.180470;0.007760;0.999785;0.000015;0.000200;0.268941;0.002473;0.006693;0.002473;0.999955;0.006693;0.002473;0.006693;0.002473;0.268941;0.268941;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.880797;0.017986;0.952574;0.185276;0.000000;0.093469;0.000000;0.719302;0.000000;0.000000;0.025210;0.255023;0.915522;0.776953;0.000000;0.447939;0.475769;0.000000;0.000000;0.204403;0.000000;0.000000;0.896507;0.913759;0.064362;0.021877;0.809525;0.180110;0.010365;0.995635;0.000025;0.004335;0.017986;0.999665;0.047426;0.017986;0.002473;0.119203;0.047426;0.006693;0.047426;0.002473;0.006693;0.982014;0.017986;0.002473;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.512997;0.931311;0.531707;0.000000;0.290285;0.534943;0.048893;0.018506;0.188773;0.000000;0.037112;0.930474;0.135053;0.000000;0.000000;0.705993;0.176245;0.000000;0.063091;0.000000;0.707017;0.059788;0.233194;0.570300;0.166380;0.263320;0.923925;0.000020;0.076055;0.880797;0.119203;0.731059;0.119203;0.500000;0.119203;0.119203;0.880797;0.047426;0.017986;0.119203;0.880797;0.047426;0.017986;0.047426;0.982014;0.268941;0.017986;0.017986;0.047426;0.429964;0.676996;0.830757;0.039053;0.152387;0.317995;0.693174;0.448434;0.065620;0.127750;0.190772;0.883706;0.137406;0.000000;0.069138;0.806590;0.437577;0.000000;0.155513;0.129318;0.547764;0.025692;0.426541;0.408295;0.063260;0.528435;0.859325;0.000040;0.140635
0.999089;0.017986;0.017986;0.017986;0.268941;0.047426;0.017986;0.119203;0.017986;0.017986;0.017986;0.047426;0.017986;0.006693;0.017986;0.500000;0.047426;0.006693;0.006693;0.047426;0.931311;0.174078;0.410718;0.000000;0.707029;0.163283;0.057758;0.750635;0.232009;0.323004;0.041887;0.041646;0.000000;0.342089;0.437823;0.404199;0.204078;0.000000;0.180791;0.469289;0.768157;0.015334;0.216509;0.654160;0.019290;0.326550;0.686285;0.020055;0.293660;0.017986;0.997527;0.047426;0.017986;0.002473;0.500000;0.119203;0.006693;0.993307;0.006693;0.006693;0.982014;0.268941;0.006693;0.017986;0.047426;0.017986;0.006693;0.047426;0.017986;0.285774;0.898165;0.419701;0.535192;0.000000;0.511998;0.146165;0.051956;0.372852;0.000000;0.019436;0.922941;0.000000;0.173647;0.314967;0.732433;0.319733;0.000000;0.073169;0.203105;0.851359;0.036584;0.112055;0.742410;0.094475;0.163110;0.838305;0.002590;0.159105;0.047426;0.268941;0.047426;0.017986;0.006693;0.119203;0.119203;0.017986;0.017986;0.017986;0.047426;0.999089;0.731059;0.006693;0.017986;0.047426;0.731059;0.002473;0.017986;0.047426;0.449918;0.428738;0.393410;0.373554;0.186943;0.633207;0.240672;0.000000;0.206198;0.627382;0.717684;0.833411;0.179756;0.583948;0.418241;0.358703;0.336931;0.380601;0.720713;0.253317;0.869917;0.039734;0.090348;0.756285;0.111230;0.132485;0.874075;0.001315;0.124610;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.993307;0.006693;0.500000;0.993307;0.006693;0.006693;0.047426;0.268941;0.268941;0.119203;0.368420;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732824;0.912695;0.000000;0.666856;0.940755;0.000000;0.081361;0.091621;0.000000;0.000000;0.304280;0.921593;0.060895;0.017508;0.797675;0.168235;0.034085;0.993940;0.000500;0.005555;0.119203;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.268941;0.500000;0.982014;0.017986;0.982014;0.982014;0.017986;0.047426;0.119203;0.119203;0.952574;0.500000;0.439547;0.277680;0.366096;0.171505;0.000000;0.632510;0.218061;0.211651;0.177263;0.689332;0.740967;0.301324;0.575176;0.805652;0.000000;0.794783;0.153164;0.000000;0.768525;0.475021;0.923702;0.065233;0.011063;0.800115;0.181445;0.018435;0.997825;0.000305;0.001870;0.017986;0.017986;0.268941;0.999665;0.002473;0.047426;0.731059;0.017986;0.017986;0.002473;0.002473;0.047426;0.002473;0.002473;0.017986;0.119203;0.119203;0.000911;0.002473;0.002473;0.479012;0.491001;0.783808;0.941475;0.000000;0.490251;0.879955;0.184372;0.000000;0.000000;0.000000;0.426536;0.000000;0.000000;0.000000;0.520489;0.095091;0.000000;0.000000;0.000000;0.923893;0.065855;0.010250;0.799420;0.183395;0.017180;0.999095;0.000220;0.000685;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.119203;0.047426;0.002473;0.006693;0.017986;0.002473;0.017986;0.500000;0.547358;0.132045;0.000000;0.055935;0.000000;0.000000;0.052900;0.109097;0.258458;0.943747;0.712591;0.000000;0.792325;0.581273;0.050211;0.075439;0.249553;0.000000;0.458099;0.678088;0.925074;0.068990;0.005935;0.811765;0.180470;0.007760;0.999785;0.000015;0.000200;0.268941;0.002473;0.006693;0.002473;0.999955;0.006693;0.002473;0.006693;0.002473;0.268941;0.268941;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.880797;0.017986;0.952574;0.185276;0.000000;0.093469;0.000000;0.719302;0.000000;0.000000;0.025210;0.255023;0.915522;0.776953;0.000000;0.447939;0.475769;0.000000;0.000000;0.204403;0.000000;0.000000;0.896507;0.913759;0.064362;0.021877;0.809525;0.180110;0.010365;0.995635;0.000025;0.004335;0.017986;0.999665;0.047426;0.017986;0.002473;0.119203;0.047426;0.006693;0.047426;0.002473;0.006693;0.982014;0.017986;0.002473;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.512997;0.931311;0.531707;0.000000;0.290285;0.534943;0.048893;0.018506;0.188773;0.000000;0.037112;0.930474;0.135053;0.000000;0.000000;0.705993;0.176245;0.000000;0.063091;0.000000;0.707017;0.059788;0.233194;0.570300;0.166380;0.263320;0.923925;0.000020;0.076055;0.880797;0.119203;0.731059;0.119203;0.500000;0.119203;0.119203;0.880797;0.047426;0.017986;0.119203;0.880797;0.047426;0.017986;0.047426;0.982014;0.268941;0.017986;0.017986;0.047426;0.429964;0.676996;0.830757;0.039053;0.152387;0.317995;0.693174;0.448434;0.065620;0.127750;0.190772;0.883706;0.137406;0.000000;0.069138;0.806590;0.437577;0.000000;0.155513;0.129318;0.547764;0.025692;0.426541;0.408295;0.063260;0.528435;0.859325;0.000040;0.140635;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.500000;0.997527;0.006693;0.731059;0.268941;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.485004;0.000000;0.000000;0.000000;0.455369;0.000000;0.044959;0.000000;0.000000;0.762964;0.909125;0.000000;0.857783;0.832018;0.000000;0.485504;0.000000;0.638302;0.190927;0.267567;0.249698;0.028593;0.721713;0.206785;0.037560;0.755665;0.395520;0.000445;0.604035
0.017986;0.997527;0.047426;0.017986;0.002473;0.500000;0.119203;0.006693;0.993307;0.006693;0.006693;0.982014;0.268941;0.006693;0.017986;0.047426;0.017986;0.006693;0.047426;0.017986;0.285774;0.898165;0.419701;0.535192;0.000000;0.511998;0.146165;0.051956;0.372852;0.000000;0.019436;0.922941;0.000000;0.173647;0.314967;0.732433;0.319733;0.000000;0.073169;0.203105;0.851359;0.036584;0.112055;0.742410;0.094475;0.163110;0.838305;0.002590;0.159105;0.047426;0.268941;0.047426;0.017986;0.006693;0.119203;0.119203;0.017986;0.017986;0.017986;0.047426;0.999089;0.731059;0.006693;0.017986;0.047426;0.731059;0.002473;0.017986;0.047426;0.449918;0.428738;0.393410;0.373554;0.186943;0.633207;0.240672;0.000000;0.206198;0.627382;0.717684;0.833411;0.179756;0.583948;0.418241;0.358703;0.336931;0.380601;0.720713;0.253317;0.869917;0.039734;0.090348;0.756285;0.111230;0.132485;0.874075;0.001315;0.124610;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.993307;0.006693;0.500000;0.993307;0.006693;0.006693;0.047426;0.268941;0.268941;0.119203;0.368420;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732824;0.912695;0.000000;0.666856;0.940755;0.000000;0.081361;0.091621;0.000000;0.000000;0.304280;0.921593;0.060895;0.017508;0.797675;0.168235;0.034085;0.993940;0.000500;0.005555;0.119203;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.268941;0.500000;0.982014;0.017986;0.982014;0.982014;0.017986;0.047426;0.119203;0.119203;0.952574;0.500000;0.439547;0.277680;0.366096;0.171505;0.000000;0.632510;0.218061;0.211651;0.177263;0.689332;0.740967;0.301324;0.575176;0.805652;0.000000;0.794783;0.153164;0.000000;0.768525;0.475021;0.923702;0.065233;0.011063;0.800115;0.181445;0.018435;0.997825;0.000305;0.001870;0.017986;0.017986;0.268941;0.999665;0.002473;0.047426;0.731059;0.017986;0.017986;0.002473;0.002473;0.047426;0.002473;0.002473;0.017986;0.119203;0.119203;0.000911;0.002473;0.002473;0.479012;0.491001;0.783808;0.941475;0.000000;0.490251;0.879955;0.184372;0.000000;0.000000;0.000000;0.426536;0.000000;0.000000;0.000000;0.520489;0.095091;0.000000;0.000000;0.000000;0.923893;0.065855;0.010250;0.799420;0.183395;0.017180;0.999095;0.000220;0.000685;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.119203;0.047426;0.002473;0.006693;0.017986;0.002473;0.017986;0.500000;0.547358;0.132045;0.000000;0.055935;0.000000;0.000000;0.052900;0.109097;0.258458;0.943747;0.712591;0.000000;0.792325;0.581273;0.050211;0.075439;0.249553;0.000000;0.458099;0.678088;0.925074;0.068990;0.005935;0.811765;0.180470;0.007760;0.999785;0.000015;0.000200;0.268941;0.002473;0.006693;0.002473;0.999955;0.006693;0.002473;0.006693;0.002473;0.268941;0.268941;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.880797;0.017986;0.952574;0.185276;0.000000;0.093469;0.000000;0.719302;0.000000;0.000000;0.025210;0.255023;0.915522;0.776953;0.000000;0.447939;0.475769;0.000000;0.000000;0.204403;0.000000;0.000000;0.896507;0.913759;0.064362;0.021877;0.809525;0.180110;0.010365;0.995635;0.000025;0.004335;0.017986;0.999665;0.047426;0.017986;0.002473;0.119203;0.047426;0.006693;0.047426;0.002473;0.006693;0.982014;0.017986;0.002473;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.512997;0.931311;0.531707;0.000000;0.290285;0.534943;0.048893;0.018506;0.188773;0.000000;0.037112;0.930474;0.135053;0.000000;0.000000;0.705993;0.176245;0.000000;0.063091;0.000000;0.707017;0.059788;0.233194;0.570300;0.166380;0.263320;0.923925;0.000020;0.076055;0.880797;0.119203;0.731059;0.119203;0.500000;0.119203;0.119203;0.880797;0.047426;0.017986;0.119203;0.880797;0.047426;0.017986;0.047426;0.982014;0.268941;0.017986;0.017986;0.047426;0.429964;0.676996;0.830757;0.039053;0.152387;0.317995;0.693174;0.448434;0.065620;0.127750;0.190772;0.883706;0.137406;0.000000;0.069138;0.806590;0.437577;0.000000;0.155513;0.129318;0.547764;0.025692;0.426541;0.408295;0.063260;0.528435;0.859325;0.000040;0.140635;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.500000;0.997527;0.006693;0.731059;0.268941;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.485004;0.000000;0.000000;0.000000;0.455369;0.000000;0.044959;0.000000;0.000000;0.762964;0.909125;0.000000;0.857783;0.832018;0.000000;0.485504;0.000000;0.638302;0.190927;0.267567;0.249698;0.028593;0.721713;0.206785;0.037560;0.755665;0.395520;0.000445;0.604035;0.047426;0.006693;0.047426;0.017986;0.002473;0.047426;0.017986;0.268941;0.006693;0.002473;0.017986;0.017986;0.006693;0.000911;0.999665;0.268941;0.047426;0.000911;0.002473;0.006693;0.428738;0.402033;0.499250;0.799953;0.000000;0.267567;0.320386;0.140880;0.000000;0.000000;0.000000;0.508749;0.000000;0.000000;0.961209;0.760787;0.332256;0.000000;0.101744;0.032609;0.061365;0.014615;0.924020;0.019125;0.000250;0.980625;0.022520;0.000285;0.977195
0.047426;0.268941;0.047426;0.017986;0.006693;0.119203;0.119203;0.017986;0.017986;0.017986;0.047426;0.999089;0.731059;0.006693;0.017986;0.047426;0.731059;0.002473;0.017986;0.047426;0.449918;0.428738;0.393410;0.373554;0.186943;0.633207;0.240672;0.000000;0.206198;0.627382;0.717684;0.833411;0.179756;0.583948;0.418241;0.358703;0.336931;0.380601;0.720713;0.253317;0.869917;0.039734;0.090348;0.756285;0.111230;0.132485;0.874075;0.001315;0.124610;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.993307;0.006693;0.500000;0.993307;0.006693;0.006693;0.047426;0.268941;0.268941;0.119203;0.368420;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732824;0.912695;0.000000;0.666856;0.940755;0.000000;0.081361;0.091621;0.000000;0.000000;0.304280;0.921593;0.060895;0.017508;0.797675;0.168235;0.034085;0.993940;0.000500;0.005555;0.119203;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.268941;0.500000;0.982014;0.017986;0.982014;0.982014;0.017986;0.047426;0.119203;0.119203;0.952574;0.500000;0.439547;0.277680;0.366096;0.171505;0.000000;0.632510;0.218061;0.211651;0.177263;0.689332;0.740967;0.301324;0.575176;0.805652;0.000000;0.794783;0.153164;0.000000;0.768525;0.475021;0.923702;0.065233;0.011063;0.800115;0.181445;0.018435;0.997825;0.000305;0.001870;0.017986;0.017986;0.268941;0.999665;0.002473;0.047426;0.731059;0.017986;0.017986;0.002473;0.002473;0.047426;0.002473;0.002473;0.017986;0.119203;0.119203;0.000911;0.002473;0.002473;0.479012;0.491001;0.783808;0.941475;0.000000;0.490251;0.879955;0.184372;0.000000;0.000000;0.000000;0.426536;0.000000;0.000000;0.000000;0.520489;0.095091;0.000000;0.000000;0.000000;0.923893;0.065855;0.010250;0.799420;0.183395;0.017180;0.999095;0.000220;0.000685;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.119203;0.047426;0.002473;0.006693;0.017986;0.002473;0.017986;0.500000;0.547358;0.132045;0.000000;0.055935;0.000000;0.000000;0.052900;0.109097;0.258458;0.943747;0.712591;0.000000;0.792325;0.581273;0.050211;0.075439;0.249553;0.000000;0.458099;0.678088;0.925074;0.068990;0.005935;0.811765;0.180470;0.007760;0.999785;0.000015;0.000200;0.268941;0.002473;0.006693;0.002473;0.999955;0.006693;0.002473;0.006693;0.002473;0.268941;0.268941;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.880797;0.017986;0.952574;0.185276;0.000000;0.093469;0.000000;0.719302;0.000000;0.000000;0.025210;0.255023;0.915522;0.776953;0.000000;0.447939;0.475769;0.000000;0.000000;0.204403;0.000000;0.000000;0.896507;0.913759;0.064362;0.021877;0.809525;0.180110;0.010365;0.995635;0.000025;0.004335;0.017986;0.999665;0.047426;0.017986;0.002473;0.119203;0.047426;0.006693;0.047426;0.002473;0.006693;0.982014;0.017986;0.002473;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.512997;0.931311;0.531707;0.000000;0.290285;0.534943;0.048893;0.018506;0.188773;0.000000;0.037112;0.930474;0.135053;0.000000;0.000000;0.705993;0.176245;0.000000;0.063091;0.000000;0.707017;0.059788;0.233194;0.570300;0.166380;0.263320;0.923925;0.000020;0.076055;0.880797;0.119203;0.731059;0.119203;0.500000;0.119203;0.119203;0.880797;0.047426;0.017986;0.119203;0.880797;0.047426;0.017986;0.047426;0.982014;0.268941;0.017986;0.017986;0.047426;0.429964;0.676996;0.830757;0.039053;0.152387;0.317995;0.693174;0.448434;0.065620;0.127750;0.190772;0.883706;0.137406;0.000000;0.069138;0.806590;0.437577;0.000000;0.155513;0.129318;0.547764;0.025692;0.426541;0.408295;0.063260;0.528435;0.859325;0.000040;0.140635;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.500000;0.997527;0.006693;0.731059;0.268941;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.485004;0.000000;0.000000;0.000000;0.455369;0.000000;0.044959;0.000000;0.000000;0.762964;0.909125;0.000000;0.857783;0.832018;0.000000;0.485504;0.000000;0.638302;0.190927;0.267567;0.249698;0.028593;0.721713;0.206785;0.037560;0.755665;0.395520;0.000445;0.604035;0.047426;0.006693;0.047426;0.017986;0.002473;0.047426;0.017986;0.268941;0.006693;0.002473;0.017986;0.017986;0.006693;0.000911;0.999665;0.268941;0.047426;0.000911;0.002473;0.006693;0.428738;0.402033;0.499250;0.799953;0.000000;0.267567;0.320386;0.140880;0.000000;0.000000;0.000000;0.508749;0.000000;0.000000;0.961209;0.760787;0.332256;0.000000;0.101744;0.032609;0.061365;0.014615;0.924020;0.019125;0.000250;0.980625;0.022520;0.000285;0.977195;0.119203;0.047426;0.268941;0.997527;0.002473;0.119203;0.993307;0.119203;0.047426;0.006693;0.002473;0.119203;0.006693;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.006693;0.473275;0.348872;0.710127;0.894069;0.395321;0.411928;0.762964;0.662845;0.071758;0.000000;0.057867;0.503750;0.133657;0.195447;0.458099;0.776607;0.218061;0.000000;0.000000;0.049454;0.014307;0.065082;0.920613;0.017180;0.000440;0.982380;0.006095;0.000085;0.993825
0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.006693;0.002473;0.006693;0.500000;0.993307;0.006693;0.500000;0.993307;0.006693;0.006693;0.047426;0.268941;0.268941;0.119203;0.368420;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.000000;0.732824;0.912695;0.000000;0.666856;0.940755;0.000000;0.081361;0.091621;0.000000;0.000000;0.304280;0.921593;0.060895;0.017508;0.797675;0.168235;0.034085;0.993940;0.000500;0.005555;0.119203;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.268941;0.500000;0.982014;0.017986;0.982014;0.982014;0.017986;0.047426;0.119203;0.119203;0.952574;0.500000;0.439547;0.277680;0.366096;0.171505;0.000000;0.632510;0.218061;0.211651;0.177263;0.689332;0.740967;0.301324;0.575176;0.805652;0.000000;0.794783;0.153164;0.000000;0.768525;0.475021;0.923702;0.065233;0.011063;0.800115;0.181445;0.018435;0.997825;0.000305;0.001870;0.017986;0.017986;0.268941;0.999665;0.002473;0.047426;0.731059;0.017986;0.017986;0.002473;0.002473;0.047426;0.002473;0.002473;0.017986;0.119203;0.119203;0.000911;0.002473;0.002473;0.479012;0.491001;0.783808;0.941475;0.000000;0.490251;0.879955;0.184372;0.000000;0.000000;0.000000;0.426536;0.000000;0.000000;0.000000;0.520489;0.095091;0.000000;0.000000;0.000000;0.923893;0.065855;0.010250;0.799420;0.183395;0.017180;0.999095;0.000220;0.000685;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.119203;0.047426;0.002473;0.006693;0.017986;0.002473;0.017986;0.500000;0.547358;0.132045;0.000000;0.055935;0.000000;0.000000;0.052900;0.109097;0.258458;0.943747;0.712591;0.000000;0.792325;0.581273;0.050211;0.075439;0.249553;0.000000;0.458099;0.678088;0.925074;0.068990;0.005935;0.811765;0.180470;0.007760;0.999785;0.000015;0.000200;0.268941;0.002473;0.006693;0.002473;0.999955;0.006693;0.002473;0.006693;0.002473;0.268941;0.268941;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.880797;0.017986;0.952574;0.185276;0.000000;0.093469;0.000000;0.719302;0.000000;0.000000;0.025210;0.255023;0.915522;0.776953;0.000000;0.447939;0.475769;0.000000;0.000000;0.204403;0.000000;0.000000;0.896507;0.913759;0.064362;0.021877;0.809525;0.180110;0.010365;0.995635;0.000025;0.004335;0.017986;0.999665;0.047426;0.017986;0.002473;0.119203;0.047426;0.006693;0.047426;0.002473;0.006693;0.982014;0.017986;0.002473;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.512997;0.931311;0.531707;0.000000;0.290285;0.534943;0.048893;0.018506;0.188773;0.000000;0.037112;0.930474;0.135053;0.000000;0.000000;0.705993;0.176245;0.000000;0.063091;0.000000;0.707017;0.059788;0.233194;0.570300;0.166380;0.263320;0.923925;0.000020;0.076055;0.880797;0.119203;0.731059;0.119203;0.500000;0.119203;0.119203;0.880797;0.047426;0.017986;0.119203;0.880797;0.047426;0.017986;0.047426;0.982014;0.268941;0.017986;0.017986;0.047426;0.429964;0.676996;0.830757;0.039053;0.152387;0.317995;0.693174;0.448434;0.065620;0.127750;0.190772;0.883706;0.137406;0.000000;0.069138;0.806590;0.437577;0.000000;0.155513;0.129318;0.547764;0.025692;0.426541;0.408295;0.063260;0.528435;0.859325;0.000040;0.140635;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.500000;0.997527;0.006693;0.731059;0.268941;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.485004;0.000000;0.000000;0.000000;0.455369;0.000000;0.044959;0.000000;0.000000;0.762964;0.909125;0.000000;0.857783;0.832018;0.000000;0.485504;0.000000;0.638302;0.190927;0.267567;0.249698;0.028593;0.721713;0.206785;0.037560;0.755665;0.395520;0.000445;0.604035;0.047426;0.006693;0.047426;0.017986;0.002473;0.047426;0.017986;0.268941;0.006693;0.002473;0.017986;0.017986;0.006693;0.000911;0.999665;0.268941;0.047426;0.000911;0.002473;0.006693;0.428738;0.402033;0.499250;0.799953;0.000000;0.267567;0.320386;0.140880;0.000000;0.000000;0.000000;0.508749;0.000000;0.000000;0.961209;0.760787;0.332256;0.000000;0.101744;0.032609;0.061365;0.014615;0.924020;0.019125;0.000250;0.980625;0.022520;0.000285;0.977195;0.119203;0.047426;0.268941;0.997527;0.002473;0.119203;0.993307;0.119203;0.047426;0.006693;0.002473;0.119203;0.006693;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.006693;0.473275;0.348872;0.710127;0.894069;0.395321;0.411928;0.762964;0.662845;0.071758;0.000000;0.057867;0.503750;0.133657;0.195447;0.458099;0.776607;0.218061;0.000000;0.000000;0.049454;0.014307;0.065082;0.920613;0.017180;0.000440;0.982380;0.006095;0.000085;0.993825;0.268941;0.047426;0.880797;0.880797;0.119203;0.500000;0.500000;0.993307;0.268941;0.006693;0.006693;0.268941;0.017986;0.006693;0.119203;0.500000;0.268941;0.006693;0.017986;0.017986;0.335815;0.067547;0.522485;0.903349;0.185579;0.612302;0.804553;0.794783;0.051564;0.115271;0.000000;0.392456;0.000000;0.000000;0.104706;0.621284;0.473525;0.000000;0.162737;0.195919;0.010275;0.083661;0.906064;0.016480;0.046995;0.936520;0.004230;0.004380;0.991395
0.119203;0.017986;0.017986;0.006693;0.047426;0.268941;0.017986;0.006693;0.268941;0.500000;0.982014;0.017986;0.982014;0.982014;0.017986;0.047426;0.119203;0.119203;0.952574;0.500000;0.439547;0.277680;0.366096;0.171505;0.000000;0.632510;0.218061;0.211651;0.177263;0.689332;0.740967;0.301324;0.575176;0.805652;0.000000;0.794783;0.153164;0.000000;0.768525;0.475021;0.923702;0.065233;0.011063;0.800115;0.181445;0.018435;0.997825;0.000305;0.001870;0.017986;0.017986;0.268941;0.999665;0.002473;0.047426;0.731059;0.017986;0.017986;0.002473;0.002473;0.047426;0.002473;0.002473;0.017986;0.119203;0.119203;0.000911;0.002473;0.002473;0.479012;0.491001;0.783808;0.941475;0.000000;0.490251;0.879955;0.184372;0.000000;0.000000;0.000000;0.426536;0.000000;0.000000;0.000000;0.520489;0.095091;0.000000;0.000000;0.000000;0.923893;0.065855;0.010250;0.799420;0.183395;0.017180;0.999095;0.000220;0.000685;0.017986;0.002473;0.002473;0.002473;0.017986;0.002473;0.002473;0.000911;0.002473;0.999665;0.268941;0.002473;0.119203;0.047426;0.002473;0.006693;0.017986;0.002473;0.017986;0.500000;0.547358;0.132045;0.000000;0.055935;0.000000;0.000000;0.052900;0.109097;0.258458;0.943747;0.712591;0.000000;0.792325;0.581273;0.050211;0.075439;0.249553;0.000000;0.458099;0.678088;0.925074;0.068990;0.005935;0.811765;0.180470;0.007760;0.999785;0.000015;0.000200;0.268941;0.002473;0.006693;0.002473;0.999955;0.006693;0.002473;0.006693;0.002473;0.268941;0.268941;0.006693;0.047426;0.017986;0.006693;0.047426;0.047426;0.880797;0.017986;0.952574;0.185276;0.000000;0.093469;0.000000;0.719302;0.000000;0.000000;0.025210;0.255023;0.915522;0.776953;0.000000;0.447939;0.475769;0.000000;0.000000;0.204403;0.000000;0.000000;0.896507;0.913759;0.064362;0.021877;0.809525;0.180110;0.010365;0.995635;0.000025;0.004335;0.017986;0.999665;0.047426;0.017986;0.002473;0.119203;0.047426;0.006693;0.047426;0.002473;0.006693;0.982014;0.017986;0.002473;0.006693;0.047426;0.017986;0.002473;0.006693;0.006693;0.512997;0.931311;0.531707;0.000000;0.290285;0.534943;0.048893;0.018506;0.188773;0.000000;0.037112;0.930474;0.135053;0.000000;0.000000;0.705993;0.176245;0.000000;0.063091;0.000000;0.707017;0.059788;0.233194;0.570300;0.166380;0.263320;0.923925;0.000020;0.076055;0.880797;0.119203;0.731059;0.119203;0.500000;0.119203;0.119203;0.880797;0.047426;0.017986;0.119203;0.880797;0.047426;0.017986;0.047426;0.982014;0.268941;0.017986;0.017986;0.047426;0.429964;0.676996;0.830757;0.039053;0.152387;0.317995;0.693174;0.448434;0.065620;0.127750;0.190772;0.883706;0.137406;0.000000;0.069138;0.806590;0.437577;0.000000;0.155513;0.129318;0.547764;0.025692;0.426541;0.408295;0.063260;0.528435;0.859325;0.000040;0.140635;0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.006693;0.500000;0.997527;0.006693;0.731059;0.268941;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.485004;0.000000;0.000000;0.000000;0.455369;0.000000;0.044959;0.000000;0.000000;0.762964;0.909125;0.000000;0.857783;0.832018;0.000000;0.485504;0.000000;0.638302;0.190927;0.267567;0.249698;0.028593;0.721713;0.206785;0.037560;0.755665;0.395520;0.000445;0.604035;0.047426;0.006693;0.047426;0.017986;0.002473;0.047426;0.017986;0.268941;0.006693;0.002473;0.017986;0.017986;0.006693;0.000911;0.999665;0.268941;0.047426;0.000911;0.002473;0.006693;0.428738;0.402033;0.499250;0.799953;0.000000;0.267567;0.320386;0.140880;0.000000;0.000000;0.000000;0.508749;0.000000;0.000000;0.961209;0.760787;0.332256;0.000000;0.101744;0.032609;0.061365;0.014615;0.924020;0.019125;0.000250;0.980625;0.022520;0.000285;0.977195;0.119203;0.047426;0.268941;0.997527;0.002473;0.119203;0.993307;0.119203;0.047426;0.006693;0.002473;0.119203;0.006693;0.002473;0.047426;0.268941;0.119203;0.002473;0.006693;0.006693;0.473275;0.348872;0.710127;0.894069;0.395321;0.411928;0.762964;0.662845;0.071758;0.000000;0.057867;0.503750;0.133657;0.195447;0.458099;0.776607;0.218061;0.000000;0.000000;0.049454;0.014307;0.065082;0.920613;0.017180;0.000440;0.982380;0.006095;0.000085;0.993825;0.268941;0.047426;0.880797;0.880797;0.119203;0.500000;0.500000;0.993307;0.268941;0.006693;0.006693;0.268941;0.017986;0.006693;0.119203;0.500000;0.268941;0.006693;0.017986;0.017986;0.335815;0.067547;0.522485;0.903349;0.185579;0.612302;0.804553;0.794783;0.051564;0.115271;0.000000;0.392456;0.000000;0.000000;0.104706;0.621284;0.473525;0.000000;0.162737;0.195919;0.010275;0.083661;0.906064;0.016480;0.046995;0.936520;0.004230;0.004380;0.991395;0.982014;0.047426;0.119203;0.047426;0.731059;0.119203;0.119203;0.119203;0.047426;0.119203;0.047426;0.047426;0.047426;0.047426;0.047426;0.982014;0.500000;0.006693;0.017986;0.268941;0.627615;0.393649;0.666634;0.550329;0.000000;0.739621;0.812753;0.417997;0.080542;0.255784;0.060030;0.437577;0.446950;0.278081;0.726513;0.732824;0.609450;0.000000;0.000000;0.133310;0.007414;0.208419;0.784167;0.008775;0.197165;0.794060;0.000170;0.015210;0.984620
0.017986;0.006693;0.002473;0.002473;0.017986;0.006693;0.002473;0.002473;0.002473;0.268941;0.997527;0.006693;0.731059;0.119203;0.002473;0.006693;0.017986;0.017986;0.017986;0.119203;0.111650;0.000000;0.000000;0.000000;0.196076;0.000000;0.000000;0.000000;0.000000;0.907459;0.907543;0.147669;0.638763;0.789182;0.071028;0.463316;0.049973;0.000000;0.149440;0.252372;0.019464;0.702364;0.278171;0.053195;0.436465;0.510330;0.004775;0.873290;0.121940;0.880797;0.119203;0.119203;0.047426;0.047426;0.880797;0.119203;0.500000;0.047426;0.017986;0.017986;0.119203;0.268941;0.017986;0.500000;0.982014;0.731059;0.006693;0.017986;0.119203;0.717684;0.508749;0.858635;0.145542;0.477765;0.684169;0.032264;0.146665;0.186184;0.396517;0.151357;0.501500;0.397953;0.166173;0.905167;0.661951;0.381308;0.000000;0.000000;0.245826;0.057276;0.591087;0.351634;0.048010;0.402940;0.549050;0.004775;0.557785;0.437430;0.268941;0.017986;0.047426;0.017986;0.880797;0.047426;0.017986;0.017986;0.017986;0.119203;0.047426;0.047426;0.268941;0.006693;0.017986;0.500000;0.999089;0.006693;0.017986;0.268941;0.389599;0.060711;0.000000;0.278081;0.687187;0.080839;0.042168;0.749698;0.000000;0.560699;0.558728;0.051907;0.566111;0.163010;0.149694;0.707029;0.855697;0.000000;0.304492;0.653622;0.072279;0.256277;0.671445;0.039425;0.233415;0.727160;0.006330;0.387535;0.606140;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.268941;0.997527;0.006693;0.731059;0.119203;0.006693;0.006693;0.017986;0.017986;0.017986;0.119203;0.368653;0.401793;0.167982;0.054992;0.000000;0.200207;0.359854;0.075648;0.073713;0.714430;0.780572;0.263278;0.957953;0.807990;0.320386;0.328054;0.165205;0.000000;0.657911;0.161244;0.061792;0.270103;0.668106;0.012450;0.063850;0.923695;0.006215;0.319005;0.674790;0.268941;0.006693;0.047426;0.047426;0.006693;0.017986;0.017986;0.006693;0.006693;0.002473;0.002473;0.047426;0.006693;0.002473;0.999665;0.500000;0.017986;0.000911;0.002473;0.006693;0.214670;0.404681;0.578837;0.935294;0.000000;0.570282;0.555026;0.132619;0.175375;0.157493;0.214165;0.340740;0.000000;0.000000;0.879107;0.705577;0.140517;0.000000;0.000000;0.085802;0.064035;0.049681;0.886284;0.012355;0.021435;0.966215;0.008630;0.049435;0.941930;0.997527;0.500000;0.017986;0.047426;0.047426;0.119203;0.500000;0.119203;0.017986;0.047426;0.017986;0.119203;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.268941;0.784992;0.110760;0.000000;0.409266;0.415809;0.232009;0.555026;0.509249;0.545375;0.588314;0.227936;0.188314;0.136933;0.000000;0.871692;0.570772;0.326953;0.375428;0.450909;0.579081;0.242728;0.012200;0.745072;0.032360;0.000720;0.966920;0.282155;0.011005;0.706840;0.731059;0.119203;0.880797;0.952574;0.047426;0.500000;0.952574;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.017986;0.047426;0.119203;0.283534;0.527722;0.674366;0.830616;0.000000;0.213493;0.917813;0.380836;0.231653;0.000000;0.236494;0.394365;0.141365;0.263472;0.073577;0.687402;0.178433;0.000000;0.251430;0.220458;0.226061;0.097503;0.676436;0.031820;0.000710;0.967470;0.366805;0.006135;0.627060;0.017986;0.017986;0.731059;0.999089;0.002473;0.119203;0.952574;0.047426;0.880797;0.002473;0.002473;0.047426;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.002473;0.123467;0.305764;0.434626;0.918340;0.000000;0.808764;0.894731;0.344795;0.206198;0.000000;0.221663;0.279086;0.000000;0.114863;0.167423;0.598207;0.256927;0.527722;0.103586;0.000000;0.197108;0.097456;0.705436;0.026460;0.000205;0.973335;0.374370;0.004350;0.621280;0.006693;0.006693;0.002473;0.002473;0.006693;0.006693;0.002473;0.002473;0.047426;0.047426;0.047426;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.731059;0.997527;0.017986;0.042411;0.000000;0.000000;0.000000;0.000000;0.000000;0.069203;0.000000;0.124444;0.286386;0.169665;0.035094;0.190002;0.983984;0.000000;0.000000;0.000000;0.723722;0.940364;0.000000;0.122481;0.096676;0.780846;0.017765;0.001610;0.980630;0.323510;0.012880;0.663615;0.017986;0.006693;0.006693;0.006693;0.002473;0.017986;0.017986;0.006693;0.006693;0.002473;0.002473;0.017986;0.002473;0.000911;0.999877;0.017986;0.017986;0.000911;0.002473;0.002473;0.000000;0.141608;0.164929;0.000000;0.000000;0.461824;0.000000;0.000000;0.000000;0.044916;0.029057;0.142461;0.000000;0.163420;0.986427;0.066857;0.000000;0.000000;0.000000;0.042290;0.043808;0.117120;0.839075;0.015985;0.001840;0.982180;0.105890;0.013200;0.880915;0.268941;0.268941;0.993307;0.731059;0.017986;0.268941;0.500000;0.268941;0.500000;0.047426;0.119203;0.268941;0.268941;0.047426;0.047426;0.731059;0.731059;0.017986;0.119203;0.500000;0.573954;0.539418;0.653622;0.779886;0.000000;0.495250;0.800273;0.360775;0.323223;0.455121;0.210985;0.623164;0.000000;0.187551;0.483756;0.497500;0.425557;0.344343;0.000000;0.419214;0.061396;0.117880;0.820724;0.018190;0.004960;0.976850;0.155375;0.015015;0.829610
0.880797;0.119203;0.119203;0.047426;0.047426;0.880797;0.119203;0.500000;0.047426;0.017986;0.017986;0.119203;0.268941;0.017986;0.500000;0.982014;0.731059;0.006693;0.017986;0.119203;0.717684;0.508749;0.858635;0.145542;0.477765;0.684169;0.032264;0.146665;0.186184;0.396517;0.151357;0.501500;0.397953;0.166173;0.905167;0.661951;0.381308;0.000000;0.000000;0.245826;0.057276;0.591087;0.351634;0.048010;0.402940;0.549050;0.004775;0.557785;0.437430;0.268941;0.017986;0.047426;0.017986;0.880797;0.047426;0.017986;0.017986;0.017986;0.119203;0.047426;0.047426;0.268941;0.006693;0.017986;0.500000;0.999089;0.006693;0.017986;0.268941;0.389599;0.060711;0.000000;0.278081;0.687187;0.080839;0.042168;0.749698;0.000000;0.560699;0.558728;0.051907;0.566111;0.163010;0.149694;0.707029;0.855697;0.000000;0.304492;0.653622;0.072279;0.256277;0.671445;0.039425;0.233415;0.727160;0.006330;0.387535;0.606140;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.268941;0.997527;0.006693;0.731059;0.119203;0.006693;0.006693;0.017986;0.017986;0.017986;0.119203;0.368653;0.401793;0.167982;0.054992;0.000000;0.200207;0.359854;0.075648;0.073713;0.714430;0.780572;0.263278;0.957953;0.807990;0.320386;0.328054;0.165205;0.000000;0.657911;0.161244;0.061792;0.270103;0.668106;0.012450;0.063850;0.923695;0.006215;0.319005;0.674790;0.268941;0.006693;0.047426;0.047426;0.006693;0.017986;0.017986;0.006693;0.006693;0.002473;0.002473;0.047426;0.006693;0.002473;0.999665;0.500000;0.017986;0.000911;0.002473;0.006693;0.214670;0.404681;0.578837;0.935294;0.000000;0.570282;0.555026;0.132619;0.175375;0.157493;0.214165;0.340740;0.000000;0.000000;0.879107;0.705577;0.140517;0.000000;0.000000;0.085802;0.064035;0.049681;0.886284;0.012355;0.021435;0.966215;0.008630;0.049435;0.941930;0.997527;0.500000;0.017986;0.047426;0.047426;0.119203;0.500000;0.119203;0.017986;0.047426;0.017986;0.119203;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.268941;0.784992;0.110760;0.000000;0.409266;0.415809;0.232009;0.555026;0.509249;0.545375;0.588314;0.227936;0.188314;0.136933;0.000000;0.871692;0.570772;0.326953;0.375428;0.450909;0.579081;0.242728;0.012200;0.745072;0.032360;0.000720;0.966920;0.282155;0.011005;0.706840;0.731059;0.119203;0.880797;0.952574;0.047426;0.500000;0.952574;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.017986;0.047426;0.119203;0.283534;0.527722;0.674366;0.830616;0.000000;0.213493;0.917813;0.380836;0.231653;0.000000;0.236494;0.394365;0.141365;0.263472;0.073577;0.687402;0.178433;0.000000;0.251430;0.220458;0.226061;0.097503;0.676436;0.031820;0.000710;0.967470;0.366805;0.006135;0.627060;0.017986;0.017986;0.731059;0.999089;0.002473;0.119203;0.952574;0.047426;0.880797;0.002473;0.002473;0.047426;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.002473;0.123467;0.305764;0.434626;0.918340;0.000000;0.808764;0.894731;0.344795;0.206198;0.000000;0.221663;0.279086;0.000000;0.114863;0.167423;0.598207;0.256927;0.527722;0.103586;0.000000;0.197108;0.097456;0.705436;0.026460;0.000205;0.973335;0.374370;0.004350;0.621280;0.006693;0.006693;0.002473;0.002473;0.006693;0.006693;0.002473;0.002473;0.047426;0.047426;0.047426;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.731059;0.997527;0.017986;0.042411;0.000000;0.000000;0.000000;0.000000;0.000000;0.069203;0.000000;0.124444;0.286386;0.169665;0.035094;0.190002;0.983984;0.000000;0.000000;0.000000;0.723722;0.940364;0.000000;0.122481;0.096676;0.780846;0.017765;0.001610;0.980630;0.323510;0.012880;0.663615;0.017986;0.006693;0.006693;0.006693;0.002473;0.017986;0.017986;0.006693;0.006693;0.002473;0.002473;0.017986;0.002473;0.000911;0.999877;0.017986;0.017986;0.000911;0.002473;0.002473;0.000000;0.141608;0.164929;0.000000;0.000000;0.461824;0.000000;0.000000;0.000000;0.044916;0.029057;0.142461;0.000000;0.163420;0.986427;0.066857;0.000000;0.000000;0.000000;0.042290;0.043808;0.117120;0.839075;0.015985;0.001840;0.982180;0.105890;0.013200;0.880915;0.268941;0.268941;0.993307;0.731059;0.017986;0.268941;0.500000;0.268941;0.500000;0.047426;0.119203;0.268941;0.268941;0.047426;0.047426;0.731059;0.731059;0.017986;0.119203;0.500000;0.573954;0.539418;0.653622;0.779886;0.000000;0.495250;0.800273;0.360775;0.323223;0.455121;0.210985;0.623164;0.000000;0.187551;0.483756;0.497500;0.425557;0.344343;0.000000;0.419214;0.061396;0.117880;0.820724;0.018190;0.004960;0.976850;0.155375;0.015015;0.829610;0.119203;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.006693;0.017986;0.982014;0.982014;0.017986;0.982014;0.731059;0.017986;0.047426;0.119203;0.047426;0.119203;0.880797;0.309812;0.071492;0.000000;0.172787;0.000000;0.000000;0.184824;0.000000;0.237398;0.913568;0.733998;0.308317;0.812601;0.822153;0.396756;0.185881;0.340066;0.534694;0.553050;0.534943;0.234375;0.108858;0.656771;0.357970;0.007500;0.634540;0.204770;0.020790;0.774440
0.268941;0.017986;0.047426;0.017986;0.880797;0.047426;0.017986;0.017986;0.017986;0.119203;0.047426;0.047426;0.268941;0.006693;0.017986;0.500000;0.999089;0.006693;0.017986;0.268941;0.389599;0.060711;0.000000;0.278081;0.687187;0.080839;0.042168;0.749698;0.000000;0.560699;0.558728;0.051907;0.566111;0.163010;0.149694;0.707029;0.855697;0.000000;0.304492;0.653622;0.072279;0.256277;0.671445;0.039425;0.233415;0.727160;0.006330;0.387535;0.606140;0.017986;0.006693;0.002473;0.002473;0.017986;0.017986;0.006693;0.002473;0.006693;0.268941;0.997527;0.006693;0.731059;0.119203;0.006693;0.006693;0.017986;0.017986;0.017986;0.119203;0.368653;0.401793;0.167982;0.054992;0.000000;0.200207;0.359854;0.075648;0.073713;0.714430;0.780572;0.263278;0.957953;0.807990;0.320386;0.328054;0.165205;0.000000;0.657911;0.161244;0.061792;0.270103;0.668106;0.012450;0.063850;0.923695;0.006215;0.319005;0.674790;0.268941;0.006693;0.047426;0.047426;0.006693;0.017986;0.017986;0.006693;0.006693;0.002473;0.002473;0.047426;0.006693;0.002473;0.999665;0.500000;0.017986;0.000911;0.002473;0.006693;0.214670;0.404681;0.578837;0.935294;0.000000;0.570282;0.555026;0.132619;0.175375;0.157493;0.214165;0.340740;0.000000;0.000000;0.879107;0.705577;0.140517;0.000000;0.000000;0.085802;0.064035;0.049681;0.886284;0.012355;0.021435;0.966215;0.008630;0.049435;0.941930;0.997527;0.500000;0.017986;0.047426;0.047426;0.119203;0.500000;0.119203;0.017986;0.047426;0.017986;0.119203;0.119203;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.268941;0.784992;0.110760;0.000000;0.409266;0.415809;0.232009;0.555026;0.509249;0.545375;0.588314;0.227936;0.188314;0.136933;0.000000;0.871692;0.570772;0.326953;0.375428;0.450909;0.579081;0.242728;0.012200;0.745072;0.032360;0.000720;0.966920;0.282155;0.011005;0.706840;0.731059;0.119203;0.880797;0.952574;0.047426;0.500000;0.952574;0.268941;0.268941;0.047426;0.017986;0.268941;0.047426;0.017986;0.119203;0.880797;0.731059;0.017986;0.047426;0.119203;0.283534;0.527722;0.674366;0.830616;0.000000;0.213493;0.917813;0.380836;0.231653;0.000000;0.236494;0.394365;0.141365;0.263472;0.073577;0.687402;0.178433;0.000000;0.251430;0.220458;0.226061;0.097503;0.676436;0.031820;0.000710;0.967470;0.366805;0.006135;0.627060;0.017986;0.017986;0.731059;0.999089;0.002473;0.119203;0.952574;0.047426;0.880797;0.002473;0.002473;0.047426;0.006693;0.002473;0.017986;0.119203;0.047426;0.002473;0.006693;0.002473;0.123467;0.305764;0.434626;0.918340;0.000000;0.808764;0.894731;0.344795;0.206198;0.000000;0.221663;0.279086;0.000000;0.114863;0.167423;0.598207;0.256927;0.527722;0.103586;0.000000;0.197108;0.097456;0.705436;0.026460;0.000205;0.973335;0.374370;0.004350;0.621280;0.006693;0.006693;0.002473;0.002473;0.006693;0.006693;0.002473;0.002473;0.047426;0.047426;0.047426;0.002473;0.047426;0.999665;0.002473;0.006693;0.006693;0.731059;0.997527;0.017986;0.042411;0.000000;0.000000;0.000000;0.000000;0.000000;0.069203;0.000000;0.124444;0.286386;0.169665;0.035094;0.190002;0.983984;0.000000;0.000000;0.000000;0.723722;0.940364;0.000000;0.122481;0.096676;0.780846;0.017765;0.001610;0.980630;0.323510;0.012880;0.663615;0.017986;0.006693;0.006693;0.006693;0.002473;0.017986;0.017986;0.006693;0.006693;0.002473;0.002473;0.017986;0.002473;0.000911;0.999877;0.017986;0.017986;0.000911;0.002473;0.002473;0.000000;0.141608;0.164929;0.000000;0.000000;0.461824;0.000000;0.000000;0.000000;0.044916;0.029057;0.142461;0.000000;0.163420;0.986427;0.066857;0.000000;0.000000;0.000000;0.042290;0.043808;0.117120;0.839075;0.015985;0.001840;0.982180;0.105890;0.013200;0.880915;0.268941;0.268941;0.993307;0.731059;0.017986;0.268941;0.500000;0.268941;0.500000;0.047426;0.119203;0.268941;0.268941;0.047426;0.047426;0.731059;0.731059;0.017986;0.119203;0.500000;0.573954;0.539418;0.653622;0.779886;0.000000;0.495250;0.800273;0.360775;0.323223;0.455121;0.210985;0.623164;0.000000;0.187551;0.483756;0.497500;0.425557;0.344343;0.000000;0.419214;0.061396;0.117880;0.820724;0.018190;0.004960;0.976850;0.155375;0.015015;0.829610;0.119203;0.017986;0.006693;0.006693;0.047426;0.047426;0.017986;0.006693;0.017986;0.982014;0.982014;0.017986;0.982014;0.731059;0.017986;0.047426;0.119203;0.047426;0.119203;0.880797;0.309812;0.071492;0.000000;0.172787;0.000000;0.000000;0.184824;0.000000;0.237398;0.913568;0.733998;0.308317;0.812601;0.822153;0.396756;0.185881;0.340066;0.534694;0.553050;0.534943;0.234375;0.108858;0.656771;0.357970;0.007500;0.634540;0.204770;0.020790;0.774440;0.731059;0.119203;0.500000;0.982014;0.017986;0.500000;0.993307;0.047426;0.119203;0.017986;0.017986;0.119203;0.500000;0.006693;0.047426;0.500000;0.268941;0.006693;0.017986;0.047426;0.512997;0.355718;0.626914;0.669738;0.000000;0.336038;0.725717;0.146165;0.079219;0.000000;0.127862;0.486253;0.288229;0.133542;0.947350;0.655657;0.197024;0.000000;0.102293;0.175520;0.218315;0.022875;0.758809;0.367245;0.006410;0.626345;0.205210;0.025045;0.769740


More information about the R-help mailing list