summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorUlrich Bauer <ulrich.bauer@tum.de>2016-07-17 12:38:05 +0200
committerUlrich Bauer <ulrich.bauer@tum.de>2016-07-17 12:38:05 +0200
commit91548ccda54d2c3986a4190ec783e27977bd93c5 (patch)
tree6d598f0def603a907bf4264794ea5bb2d9fe854a /examples
parent5fd1e4f851e6b487dfc428d7659187da8c3c1f78 (diff)
moved and added examples
Diffstat (limited to 'examples')
-rw-r--r--examples/almostlinear4.lower_distance_matrix3
-rw-r--r--examples/almostlinear4a.lower_distance_matrix3
-rw-r--r--examples/almostlinear4b.lower_distance_matrix3
-rw-r--r--examples/almostlinear4c.lower_distance_matrix3
-rw-r--r--examples/linear5.lower_distance_matrix4
-rw-r--r--examples/projective_plane.compressed_lower_distance_matrix.diphabin0 -> 1376 bytes
-rw-r--r--examples/projective_plane.compressed_lower_distance_matrix.dipha_pairsbin0 -> 384 bytes
-rw-r--r--examples/projective_plane.csv13
-rw-r--r--examples/projective_plane.lower_distance_matrix13
-rw-r--r--examples/random16.lower_distance_matrix1
-rw-r--r--examples/random20.lower_distance_matrix1
-rw-r--r--examples/sphere_3_192.lower_distance_matrix192
-rw-r--r--examples/test.lower_distance_matrix4
-rw-r--r--examples/test.upper_distance_matrix5
-rw-r--r--examples/test2.lower_distance_matrix5
-rw-r--r--examples/test2.upper_distance_matrix5
16 files changed, 255 insertions, 0 deletions
diff --git a/examples/almostlinear4.lower_distance_matrix b/examples/almostlinear4.lower_distance_matrix
new file mode 100644
index 0000000..0992677
--- /dev/null
+++ b/examples/almostlinear4.lower_distance_matrix
@@ -0,0 +1,3 @@
+1,
+2,1,
+1,1.9,1
diff --git a/examples/almostlinear4a.lower_distance_matrix b/examples/almostlinear4a.lower_distance_matrix
new file mode 100644
index 0000000..c0e94e6
--- /dev/null
+++ b/examples/almostlinear4a.lower_distance_matrix
@@ -0,0 +1,3 @@
+1,
+2,1,
+3,4,5
diff --git a/examples/almostlinear4b.lower_distance_matrix b/examples/almostlinear4b.lower_distance_matrix
new file mode 100644
index 0000000..c990b9b
--- /dev/null
+++ b/examples/almostlinear4b.lower_distance_matrix
@@ -0,0 +1,3 @@
+1,
+2,1,
+3,5,4
diff --git a/examples/almostlinear4c.lower_distance_matrix b/examples/almostlinear4c.lower_distance_matrix
new file mode 100644
index 0000000..da2bb0f
--- /dev/null
+++ b/examples/almostlinear4c.lower_distance_matrix
@@ -0,0 +1,3 @@
+1,
+2,1,
+4,3,5
diff --git a/examples/linear5.lower_distance_matrix b/examples/linear5.lower_distance_matrix
new file mode 100644
index 0000000..9a6f670
--- /dev/null
+++ b/examples/linear5.lower_distance_matrix
@@ -0,0 +1,4 @@
+1,
+2,1,
+3,4,5,
+
diff --git a/examples/projective_plane.compressed_lower_distance_matrix.dipha b/examples/projective_plane.compressed_lower_distance_matrix.dipha
new file mode 100644
index 0000000..8f091e0
--- /dev/null
+++ b/examples/projective_plane.compressed_lower_distance_matrix.dipha
Binary files differ
diff --git a/examples/projective_plane.compressed_lower_distance_matrix.dipha_pairs b/examples/projective_plane.compressed_lower_distance_matrix.dipha_pairs
new file mode 100644
index 0000000..2018749
--- /dev/null
+++ b/examples/projective_plane.compressed_lower_distance_matrix.dipha_pairs
Binary files differ
diff --git a/examples/projective_plane.csv b/examples/projective_plane.csv
new file mode 100644
index 0000000..6353b07
--- /dev/null
+++ b/examples/projective_plane.csv
@@ -0,0 +1,13 @@
+0,1,1,1,1,1,1,1,1,2,2,2,2
+1,0,2,2,2,1,2,1,2,1,2,2,2
+1,2,0,2,2,2,1,2,1,1,2,2,2
+1,2,2,0,2,1,2,2,1,2,2,2,1
+1,2,2,2,0,2,1,1,2,2,2,2,1
+1,1,2,1,2,0,2,2,2,1,1,2,1
+1,2,1,2,1,2,0,2,2,1,1,2,1
+1,1,2,2,1,2,2,0,2,1,2,1,1
+1,2,1,1,2,2,2,2,0,1,2,1,1
+2,1,1,2,2,1,1,1,1,0,1,1,2
+2,2,2,2,2,1,1,2,2,1,0,2,1
+2,2,2,2,2,2,2,1,1,1,2,0,1
+2,2,2,1,1,1,1,1,1,2,1,1,0 \ No newline at end of file
diff --git a/examples/projective_plane.lower_distance_matrix b/examples/projective_plane.lower_distance_matrix
new file mode 100644
index 0000000..29134ec
--- /dev/null
+++ b/examples/projective_plane.lower_distance_matrix
@@ -0,0 +1,13 @@
+
+1,
+1,2,
+1,2,2,
+1,2,2,2,
+1,1,2,1,2,
+1,2,1,2,1,2,
+1,1,2,2,1,2,2,
+1,2,1,1,2,2,2,2,
+2,1,1,2,2,1,1,1,1,
+2,2,2,2,2,1,1,2,2,1,
+2,2,2,2,2,2,2,1,1,1,2,
+2,2,2,1,1,1,1,1,1,2,1,1, \ No newline at end of file
diff --git a/examples/random16.lower_distance_matrix b/examples/random16.lower_distance_matrix
new file mode 100644
index 0000000..74e5c29
--- /dev/null
+++ b/examples/random16.lower_distance_matrix
@@ -0,0 +1 @@
+85,120,48,10,73,44,37,47,76,42,14,104,116,97,58,57,111,78,93,22,46,91,55,45,56,107,7,23,62,105,81,72,94,34,52,30,77,117,17,103,19,28,99,29,89,108,101,43,25,53,65,40,98,75,13,51,92,112,36,100,115,2,82,70,32,38,12,90,24,68,86,64,8,59,49,69,114,3,95,35,61,15,71,31,74,41,5,4,16,84,50,27,102,87,39,118,109,21,11,9,83,88,80,60,66,18,54,67,79,26,96,6,20,63,1,33,110,113,106,119 \ No newline at end of file
diff --git a/examples/random20.lower_distance_matrix b/examples/random20.lower_distance_matrix
new file mode 100644
index 0000000..241408f
--- /dev/null
+++ b/examples/random20.lower_distance_matrix
@@ -0,0 +1 @@
+68,6,155,10,173,171,168,52,32,63,136,16,78,163,8,175,28,70,107,165,18,97,99,118,49,76,48,133,58,92,44,57,190,101,25,94,148,37,2,146,56,95,125,121,142,31,21,152,154,124,75,120,112,45,39,115,170,179,157,183,15,14,38,182,151,164,185,96,127,41,53,180,166,122,134,100,20,169,36,40,87,46,140,82,187,71,12,178,159,184,189,3,86,61,137,93,116,167,150,186,126,172,29,34,135,27,144,177,73,19,147,17,26,1,139,22,69,9,138,160,181,105,24,129,91,11,64,103,132,130,4,47,66,85,65,149,109,161,81,128,7,113,67,77,54,35,30,74,98,114,5,176,158,62,89,79,156,102,119,141,51,143,108,131,106,33,123,43,174,55,83,80,145,104,153,13,188,90,117,111,60,84,23,59,88,110,42,50,72,162 \ No newline at end of file
diff --git a/examples/sphere_3_192.lower_distance_matrix b/examples/sphere_3_192.lower_distance_matrix
new file mode 100644
index 0000000..3a5b8db
--- /dev/null
+++ b/examples/sphere_3_192.lower_distance_matrix
@@ -0,0 +1,192 @@
+
+1.81368,
+1.89049,0.920778,
+1.86042,0.375817,0.586113,
+1.30129,1.09655,1.74123,1.3889,
+0.916373,1.29183,1.51331,1.31743,1.22771,
+0.185211,1.88208,1.90507,1.91794,1.36815,1.07088,
+0.693814,1.61043,1.55483,1.55406,1.52667,0.524761,0.804527,
+1.6174,1.05545,1.59738,1.32359,0.588045,1.62301,1.62697,1.83886,
+1.72749,0.693387,1.38398,1.00594,0.6561,1.51084,1.76696,1.79881,0.401576,
+0.855067,1.58571,1.4321,1.48351,1.63024,0.613495,0.941014,0.200333,1.89804,1.83475,
+1.12486,1.2109,1.80585,1.47492,0.231179,1.08491,1.20876,1.37742,0.792794,0.863212,1.50098,
+1.98769,1.02185,0.617515,0.864858,1.64348,1.82524,1.96326,1.86123,1.30381,1.18117,1.78065,1.76203,
+1.32912,1.81577,1.23434,1.62618,1.97706,1.54728,1.24668,1.19156,1.92832,1.95698,1.08483,1.93839,1.34339,
+0.65706,1.74009,1.99842,1.88794,0.922642,1.26887,0.63549,1.24866,1.17392,1.40619,1.39157,0.789805,1.90952,1.61509,
+1.64823,0.53904,0.857563,0.448892,1.31234,0.94607,1.74211,1.26025,1.43896,1.13723,1.20527,1.33555,1.23891,1.64817,1.77285,
+1.44824,1.71246,1.72195,1.79011,1.31767,1.89507,1.34147,1.81965,1.01434,1.31156,1.85798,1.37814,1.3399,1.42177,1.05925,1.9274,
+1.54339,1.44845,0.757279,1.16909,1.94226,1.32781,1.54038,1.12138,1.93352,1.82082,0.950995,1.92131,1.1629,0.680141,1.86555,1.16773,1.77076,
+1.61646,1.60879,0.881271,1.3657,1.99367,1.64115,1.55839,1.39572,1.86549,1.8318,1.26331,1.9985,1.00568,0.439355,1.82682,1.48094,1.48179,0.502416,
+1.74458,1.48094,0.708398,1.2248,1.96111,1.69901,1.69535,1.52079,1.78438,1.72387,1.39067,1.9918,0.796307,0.66447,1.89669,1.4041,1.47583,0.571517,0.237316,
+1.75876,0.932799,0.354112,0.593158,1.72629,1.26479,1.79977,1.31993,1.70323,1.47231,1.18449,1.75276,0.943208,1.23124,1.96051,0.661629,1.87228,0.638039,0.956103,0.858389,
+1.93269,0.825573,1.09385,0.942885,1.17591,1.79227,1.92697,1.95635,0.722728,0.60904,1.94057,1.35484,0.672518,1.73872,1.66381,1.26509,1.16566,1.62603,1.51966,1.3618,1.31783,
+1.81899,0.23879,0.744896,0.169115,1.26997,1.24651,1.88787,1.53299,1.24773,0.910244,1.48149,1.35674,0.980719,1.71058,1.82557,0.381084,1.79646,1.27526,1.4816,1.35382,0.717499,0.949433,
+1.37801,0.738307,1.41981,0.971098,0.74155,0.783719,1.50016,1.23885,1.10743,0.881203,1.29683,0.727244,1.58421,1.89793,1.35117,0.706576,1.77673,1.62702,1.85533,1.8164,1.285,1.3182,0.824956,
+1.4044,1.7395,1.7487,1.81715,1.31777,1.87771,1.29388,1.79261,1.04072,1.34123,1.83505,1.36818,1.38307,1.40954,1.01536,1.94114,0.0633425,1.77332,1.48835,1.49215,1.88925,1.21449,1.82164,1.77992,
+1.98864,0.670627,0.559498,0.532104,1.48061,1.67029,1.99927,1.80996,1.202,0.96984,1.73913,1.60973,0.387245,1.54612,1.91138,0.951241,1.51459,1.23804,1.23016,1.03696,0.823293,0.586931,0.635738,1.3188,1.55508,
+0.0853842,1.81734,1.91663,1.87754,1.25864,0.96398,0.174111,0.770854,1.57158,1.69834,0.930954,1.08286,1.98887,1.36374,0.576485,1.67628,1.39775,1.59273,1.64746,1.77037,1.79701,1.91076,1.83316,1.38086,1.35273,1.99196,
+0.643286,1.66572,1.9839,1.82971,0.820147,1.15236,0.671768,1.19085,1.15441,1.35246,1.34403,0.657854,1.93019,1.68011,0.176636,1.68417,1.1828,1.87027,1.87583,1.93918,1.92466,1.66451,1.75491,1.21926,1.14426,1.89707,0.569394,
+1.22781,1.91925,1.44557,1.78492,1.90951,1.63416,1.10699,1.27522,1.84287,1.94034,1.21708,1.86805,1.43328,0.336643,1.43536,1.81484,1.19566,0.986907,0.688818,0.874996,1.47401,1.7381,1.85233,1.95515,1.17456,1.65826,1.24569,1.52981,
+0.530267,1.66573,1.96926,1.81556,0.874587,1.03477,0.592646,1.06754,1.24947,1.41135,1.23036,0.688519,1.96286,1.65189,0.288354,1.63695,1.29118,1.81939,1.85912,1.93233,1.88381,1.72937,1.74003,1.17993,1.25246,1.91935,0.46308,0.151879,1.52115,
+1.9076,1.29638,1.08394,1.25828,1.55521,1.97062,1.84717,1.9645,1.11742,1.16135,1.92198,1.68256,0.520655,1.36797,1.70007,1.57502,0.90726,1.43578,1.14541,0.996814,1.36438,0.637788,1.32893,1.72726,0.959764,0.799539,1.88926,1.7586,1.33209,1.82551,
+0.912694,1.38513,1.44422,1.34365,1.41623,0.252863,1.04807,0.341855,1.75755,1.651,0.379453,1.28162,1.79906,1.37773,1.35781,0.991016,1.91796,1.14838,1.48822,1.56814,1.17645,1.85673,1.30288,0.984825,1.8994,1.67949,0.975594,1.26652,1.49507,1.14702,1.96342,
+1.70927,0.574945,1.34503,0.914817,0.64864,1.4077,1.76476,1.73043,0.54433,0.168587,1.76468,0.837278,1.21831,1.96656,1.43749,1.00662,1.43207,1.78187,1.83901,1.73392,1.4001,0.705239,0.799471,0.738915,1.45823,0.96645,1.68621,1.36642,1.97239,1.40875,1.2601,1.55628,
+0.0814685,1.81725,1.91551,1.87683,1.26064,0.961788,0.173684,0.767349,1.57375,1.69975,0.927511,1.0848,1.98889,1.36213,0.580209,1.67507,1.40009,1.59052,1.64606,1.76922,1.79533,1.91184,1.83259,1.38076,1.35512,1.99189,0.00391946,0.572785,1.24481,0.466103,1.89016,0.972731,1.68734,
+0.946102,1.34291,1.86437,1.5735,0.433403,0.997242,1.03923,1.24982,0.955549,1.04677,1.39133,0.208851,1.85105,1.87712,0.649351,1.39854,1.39384,1.8961,1.98074,1.99885,1.78782,1.49762,1.46348,0.807349,1.37491,1.72161,0.902445,0.49478,1.797,0.500744,1.7655,1.18739,1.01997,0.904429,
+1.61165,1.16831,1.62736,1.40777,0.693378,1.69707,1.60279,1.87062,0.162738,0.542064,1.92845,0.877326,1.2903,1.88131,1.14246,1.54029,0.871347,1.93807,1.82939,1.75299,1.75155,0.732709,1.34704,1.23613,0.900116,1.23716,1.56212,1.1475,1.77353,1.25401,1.04196,1.81711,0.690588,1.56446,1.01836,
+0.273482,1.79315,1.78381,1.79154,1.44391,0.799694,0.368834,0.453052,1.7512,1.81095,0.606549,1.27495,1.95754,1.20354,0.909006,1.55464,1.58914,1.36335,1.49409,1.63668,1.61734,1.98127,1.76319,1.38566,1.54989,1.95562,0.357629,0.886081,1.1632,0.766912,1.93944,0.729943,1.77653,0.353776,1.11008,1.75443,
+1.51252,0.621256,1.09899,0.675514,1.14546,0.763446,1.6265,1.16454,1.3776,1.09586,1.15089,1.1411,1.42303,1.73512,1.62805,0.276383,1.92258,1.32031,1.62989,1.57882,0.899073,1.3487,0.561628,0.46675,1.93031,1.14154,1.53744,1.5191,1.86971,1.46322,1.6933,0.869752,0.951758,1.53635,1.19526,1.49045,1.43845,
+0.988645,1.95269,1.56153,1.83941,1.85396,1.46217,0.870207,1.05397,1.88003,1.97774,1.01812,1.77728,1.61842,0.461814,1.30073,1.79574,1.30008,1.03425,0.874937,1.07425,1.52609,1.86517,1.88724,1.87788,1.26844,1.79124,1.0163,1.38445,0.301331,1.35304,1.53781,1.3159,1.99447,1.01493,1.67717,1.82357,0.90487,1.81366,
+1.98648,0.735528,0.820882,0.735347,1.35829,1.75871,1.9863,1.90676,0.989125,0.802004,1.86074,1.51396,0.437096,1.63472,1.81542,1.12033,1.3396,1.43092,1.35618,1.17291,1.07648,0.310257,0.788926,1.3406,1.38586,0.287316,1.97747,1.81092,1.69091,1.85483,0.646305,1.7933,0.843697,1.97797,1.64214,1.01075,1.99259,1.26205,1.83065,
+1.95655,0.673864,0.957653,0.768004,1.21719,1.72828,1.96376,1.91285,0.835253,0.630279,1.88485,1.38777,0.612634,1.73185,1.74161,1.1178,1.3148,1.54384,1.48574,1.31729,1.17619,0.193804,0.781909,1.24623,1.36043,0.428368,1.94213,1.72863,1.76775,1.77877,0.728846,1.78828,0.682559,1.94287,1.53049,0.872265,1.982,1.22517,1.8884,0.184757,
+0.531651,1.52437,1.80359,1.62376,1.03794,0.525224,0.704872,0.656598,1.48683,1.50296,0.836064,0.837086,1.96891,1.60041,0.819273,1.33201,1.66101,1.59649,1.78274,1.86276,1.62646,1.83339,1.54413,0.94609,1.63096,1.86628,0.549429,0.691322,1.57764,0.552645,1.97608,0.657677,1.4409,0.548424,0.669371,1.53474,0.571566,1.13395,1.37516,1.88045,1.82399,
+0.924244,1.7759,1.41648,1.63017,1.82421,1.04407,0.916287,0.582372,1.97799,1.97079,0.474843,1.7182,1.6911,0.672219,1.43364,1.46691,1.69525,0.786668,0.957368,1.14175,1.24722,1.95116,1.66671,1.62103,1.66996,1.75434,0.991309,1.44481,0.807317,1.35978,1.77653,0.834812,1.93575,0.988227,1.61044,1.97111,0.698602,1.47248,0.606907,1.86497,1.91917,1.13414,
+0.709904,1.93093,1.94945,1.99439,1.3311,1.48074,0.560484,1.28067,1.41338,1.65723,1.37909,1.23919,1.82947,1.28246,0.523358,1.93594,0.872074,1.70155,1.5584,1.66485,1.94566,1.73479,1.97538,1.68398,0.814681,1.93228,0.651037,0.680288,1.03283,0.726882,1.57273,1.48249,1.70864,0.653632,1.12132,1.33749,0.901659,1.85303,0.916574,1.85071,1.82266,1.11005,1.24383,
+1.71779,0.740853,0.559643,0.445398,1.56687,1.10379,1.7855,1.27276,1.60923,1.3389,1.1651,1.59064,1.07477,1.42728,1.90039,0.374531,1.92612,0.866331,1.20342,1.11674,0.297386,1.30078,0.516885,1.04286,1.94179,0.856509,1.754,1.8396,1.64223,1.79285,1.47505,1.06241,1.23921,1.75241,1.63627,1.68247,1.58891,0.624693,1.6576,1.08946,1.14771,1.49907,1.33348,1.96473,
+0.780627,1.84964,1.98167,1.9596,1.1378,1.4802,0.67683,1.36924,1.23129,1.50334,1.48241,1.05467,1.82863,1.46473,0.344005,1.90561,0.814987,1.82147,1.6944,1.77271,1.9871,1.64022,1.92334,1.57895,0.760821,1.89943,0.706865,0.516661,1.23237,0.608727,1.55483,1.5241,1.56199,0.710235,0.949682,1.1576,1.00721,1.80358,1.13598,1.79095,1.73874,1.07904,1.412,0.255364,1.97646,
+1.20992,1.6118,1.90008,1.79155,0.849319,1.64116,1.15586,1.67777,0.754764,1.1046,1.77301,0.880018,1.6256,1.71057,0.630948,1.82284,0.610961,1.96004,1.8122,1.81762,1.97085,1.26396,1.74147,1.45677,0.58991,1.66274,1.14087,0.716832,1.51198,0.856401,1.30087,1.73478,1.20481,1.14408,0.889363,0.655113,1.41521,1.73324,1.50249,1.48627,1.39604,1.31105,1.75253,0.777786,1.93442,0.561426,
+1.34176,1.43408,0.967133,1.19999,1.84003,1.00485,1.37917,0.7951,1.95254,1.82659,0.607973,1.78024,1.42124,0.867835,1.75438,1.04527,1.89127,0.400365,0.852719,0.943223,0.716108,1.76479,1.26381,1.44338,1.88512,1.41093,1.4036,1.73013,1.13517,1.65136,1.6807,0.797431,1.76114,1.40082,1.73057,1.97818,1.12637,1.13699,1.07318,1.59851,1.67614,1.33027,0.611541,1.66312,0.821859,1.77449,1.96183,
+1.97801,1.10126,0.758667,0.983663,1.62433,1.8815,1.94241,1.90449,1.24737,1.16884,1.83406,1.74826,0.154095,1.34761,1.86132,1.34594,1.22152,1.24402,1.03501,0.837441,1.07393,0.628115,1.08567,1.63467,1.26771,0.495773,1.97352,1.8932,1.40259,1.93634,0.370337,1.86062,1.22631,1.97379,1.83745,1.21674,1.96555,1.51159,1.599,0.45635,0.613874,1.98529,1.72428,1.76605,1.201,1.7608,1.54027,1.50483,
+0.614648,1.47253,1.81955,1.6032,0.914746,0.583043,0.776416,0.783334,1.38961,1.40987,0.954395,0.707129,1.9573,1.67869,0.775264,1.32162,1.62972,1.66832,1.84211,1.90791,1.65686,1.77475,1.51288,0.86915,1.60169,1.84087,0.614992,0.62862,1.64643,0.501447,1.95277,0.750125,1.34847,0.614813,0.538428,1.44412,0.692725,1.11085,1.45924,1.83924,1.77016,0.141103,1.24752,1.12338,1.51545,1.06017,1.24142,1.41682,1.96997,
+1.72684,0.795785,0.503301,0.481755,1.61459,1.14073,1.78809,1.27721,1.64124,1.38101,1.16021,1.63795,1.04408,1.37384,1.91908,0.453047,1.91795,0.799517,1.13841,1.05053,0.218561,1.31158,0.571655,1.11015,1.93378,0.849552,1.76425,1.86464,1.59785,1.81853,1.45205,1.08376,1.28828,1.76261,1.67973,1.70795,1.59244,0.698633,1.62121,1.09064,1.16064,1.5309,1.30329,1.96195,0.0802451,1.98253,1.94983,0.779401,1.17239,1.55215,
+1.57784,1.77952,1.33911,1.67551,1.82545,1.91198,1.46021,1.69262,1.56943,1.69607,1.64342,1.85824,1.06775,0.779394,1.53567,1.84659,0.84172,1.21506,0.77945,0.806586,1.50897,1.35097,1.7537,1.98799,0.850288,1.37478,1.56983,1.6428,0.62495,1.68539,0.81335,1.82959,1.77045,1.5702,1.84914,1.47111,1.58301,1.93488,0.888712,1.33471,1.4199,1.84776,1.32639,1.18076,1.68377,1.29253,1.34339,1.46536,0.982965,1.87333,1.64169,
+0.998031,1.96459,1.58467,1.85982,1.8417,1.50219,0.869703,1.10614,1.85338,1.9649,1.07807,1.76903,1.61208,0.493826,1.27427,1.8277,1.24071,1.08395,0.896144,1.08859,1.56345,1.84645,1.90671,1.89505,1.20805,1.79368,1.01951,1.36618,0.276431,1.34255,1.50721,1.36519,1.98792,1.01841,1.67084,1.79117,0.934734,1.84429,0.076909,1.82169,1.87731,1.39539,0.678433,0.870666,1.6946,1.09258,1.45758,1.13508,1.58541,1.47435,1.65891,0.842849,
+0.63814,1.98783,1.83175,1.9711,1.59736,1.38752,0.46639,1.0435,1.69924,1.86843,1.10511,1.48972,1.82035,0.948533,0.862982,1.8848,1.13959,1.42166,1.30471,1.46246,1.7883,1.8829,1.97718,1.76724,1.09038,1.94553,0.632253,0.969335,0.723107,0.948785,1.65089,1.31282,1.89492,0.632275,1.35859,1.6383,0.695833,1.83184,0.517928,1.92707,1.93653,1.11899,0.866257,0.45726,1.84731,0.696125,1.1765,1.37363,1.78064,1.18474,1.83146,1.10328,0.487279,
+0.355419,1.63895,1.87254,1.73477,1.07461,0.702283,0.524357,0.704794,1.49062,1.55811,0.888715,0.872729,1.99434,1.54683,0.665974,1.47774,1.55562,1.63021,1.76649,1.86057,1.71902,1.86099,1.66464,1.10099,1.51967,1.92771,0.358167,0.559993,1.48523,0.412572,1.9538,0.791397,1.51677,0.357672,0.685426,1.51807,0.475552,1.29671,1.27278,1.92438,1.87049,0.205129,1.10908,0.934278,1.61913,0.913792,1.21056,1.39014,1.99681,0.266918,1.64421,1.76635,1.2859,0.959959,
+1.74722,1.61473,1.08252,1.46934,1.85483,1.92301,1.65599,1.7537,1.56051,1.61747,1.67851,1.91247,0.785304,0.83682,1.72057,1.69804,1.02011,1.08806,0.649451,0.583151,1.30273,1.19366,1.56935,1.93631,1.04451,1.12564,1.74643,1.8036,0.81436,1.84012,0.634418,1.83934,1.68284,1.74649,1.93035,1.48083,1.72482,1.82759,1.08028,1.11664,1.23397,1.94034,1.39827,1.43342,1.50061,1.52011,1.49638,1.39244,0.713024,1.96148,1.45284,0.334523,1.05307,1.34891,1.89193,
+0.554281,1.96281,1.91111,1.98929,1.45184,1.36913,0.376457,1.09202,1.58153,1.77863,1.18579,1.33654,1.8685,1.1409,0.653625,1.89488,1.07138,1.56847,1.46403,1.60006,1.871,1.84865,1.97793,1.69381,1.0178,1.96947,0.519375,0.772779,0.913952,0.766622,1.67031,1.33521,1.80994,0.52072,1.19839,1.52089,0.699665,1.81582,0.733741,1.92593,1.91391,1.029,1.0257,0.266643,1.90018,0.49259,1.01157,1.50118,1.82197,1.07522,1.89308,1.20312,0.700722,0.227524,0.851587,1.44914,
+1.43508,1.63459,0.977881,1.3912,1.9824,1.40391,1.40138,1.10346,1.96593,1.91301,0.948609,1.94832,1.25944,0.396994,1.77052,1.39052,1.65321,0.297053,0.377019,0.559989,0.909745,1.70848,1.48811,1.75884,1.64889,1.39716,1.48251,1.79919,0.720922,1.75279,1.43229,1.21501,1.8932,1.48036,1.90246,1.94896,1.26266,1.51087,0.775486,1.54886,1.65751,1.58676,0.642545,1.53406,1.12388,1.68533,1.88222,0.538973,1.30891,1.66749,1.06282,1.04441,0.825841,1.21471,1.58366,0.984092,1.38641,
+1.71177,1.57362,0.859598,1.34671,1.96403,1.75976,1.64472,1.55468,1.76805,1.74794,1.43781,1.99353,0.842665,0.594687,1.83857,1.52572,1.36085,0.692237,0.236525,0.179609,1.01713,1.37549,1.4669,1.88354,1.37554,1.12123,1.73232,1.89647,0.753672,1.89818,0.944238,1.63222,1.77278,1.73141,1.99454,1.72106,1.62135,1.68269,0.985753,1.21854,1.35608,1.87467,1.14895,1.56892,1.26113,1.68582,1.74255,1.04492,0.851439,1.91916,1.19909,0.641309,0.989912,1.3724,1.85307,0.439977,1.51305,0.606565,
+0.766296,1.43426,1.88213,1.62683,0.640039,0.863406,0.881272,1.08043,1.13955,1.21788,1.23762,0.417271,1.91922,1.79974,0.603931,1.41055,1.46185,1.83097,1.93951,1.98107,1.77448,1.63178,1.52486,0.858002,1.43632,1.80292,0.729392,0.433196,1.72531,0.374138,1.85121,1.04399,1.18095,0.73101,0.217485,1.19232,0.925396,1.20129,1.57423,1.74986,1.65492,0.46807,1.47193,1.05897,1.63029,0.922837,0.989941,1.63424,1.91221,0.339394,1.67038,1.85087,1.57378,1.24708,0.478334,1.94697,1.09363,1.82501,1.97743,
+1.8869,1.37172,0.769491,1.18498,1.82794,1.88034,1.82863,1.78839,1.51921,1.48557,1.69489,1.90893,0.450813,1.00404,1.87076,1.47546,1.23322,0.997743,0.66943,0.48067,1.0498,1.01053,1.30566,1.81032,1.26729,0.80719,1.89219,1.92336,1.08251,1.95183,0.55278,1.80653,1.53289,1.89199,1.95562,1.47022,1.84275,1.64584,1.3153,0.851097,1.00245,1.98305,1.48946,1.67043,1.25473,1.72643,1.63361,1.32203,0.424333,1.99612,1.20518,0.702707,1.30448,1.59305,1.97325,0.379849,1.6824,1.00103,0.454956,1.98827,
+0.546149,1.76266,1.64288,1.70521,1.59016,0.771289,0.606781,0.284319,1.86272,1.87836,0.37151,1.43982,1.8855,1.0524,1.14779,1.46408,1.69422,1.14819,1.33266,1.48673,1.45046,1.99555,1.69609,1.4233,1.66066,1.88866,0.62698,1.12665,1.0839,1.01302,1.9271,0.617928,1.83356,0.623284,1.29669,1.87039,0.279354,1.38363,0.829538,1.96342,1.97533,0.734718,0.457212,1.08607,1.44675,1.21486,1.59343,0.886805,1.90994,0.863294,1.44144,1.55168,0.879121,0.794395,0.70028,1.65985,0.867056,1.05577,1.48934,1.12342,1.75372,
+0.763162,1.54174,1.51844,1.48821,1.49498,0.42956,0.88496,0.111798,1.81887,1.75695,0.217107,1.34889,1.84457,1.25086,1.28659,1.17458,1.85827,1.12252,1.424,1.53528,1.27009,1.93007,1.4615,1.15982,1.83393,1.77127,0.836198,1.21659,1.34873,1.09283,1.96961,0.231288,1.67971,0.832874,1.23046,1.85985,0.541052,1.07183,1.14113,1.87495,1.87798,0.645181,0.657583,1.35094,1.20289,1.42409,1.70213,0.780563,1.8944,0.764569,1.21216,1.74136,1.19294,1.13534,0.724991,1.78492,1.17521,1.13383,1.58008,1.06699,1.79693,0.394441,
+1.51389,1.39525,0.763717,1.11751,1.90387,1.2219,1.52834,1.04114,1.93193,1.80005,0.86488,1.87539,1.22008,0.786449,1.85734,1.07014,1.83404,0.147289,0.643615,0.700468,0.57698,1.64778,1.21421,1.54139,1.8355,1.25032,1.56692,1.84854,1.08354,1.78903,1.51197,1.03957,1.74825,1.56454,1.84865,1.94797,1.32328,1.21684,1.09803,1.45256,1.55552,1.52663,0.771515,1.72941,0.775885,1.84035,1.97981,0.280747,1.30962,1.59988,0.713088,1.32826,1.15163,1.45417,1.57612,1.20599,1.59107,0.406402,0.825698,1.77815,1.10044,1.10086,1.03114,
+1.52557,0.909184,1.59892,1.22566,0.318147,1.38515,1.57667,1.68594,0.367872,0.349816,1.75859,0.541768,1.44126,1.99287,1.15234,1.24294,1.28562,1.91636,1.94304,1.87386,1.63433,0.907068,1.11198,0.788506,1.30099,1.25848,1.48749,1.07864,1.94319,1.14203,1.36686,1.55519,0.376021,1.4893,0.738121,0.517711,1.64458,1.12769,1.93446,1.10802,0.94965,1.28218,1.92465,1.48675,1.48309,1.30393,0.923841,1.86633,1.42086,1.17137,1.52964,1.77064,1.92018,1.74086,1.32703,1.7534,1.61768,1.97981,1.88403,0.931404,1.68203,1.75636,1.64902,1.88687,
+1.53949,1.54687,1.6946,1.67557,1.12627,1.87683,1.46359,1.88657,0.743017,1.06579,1.93161,1.2286,1.28435,1.60783,1.0837,1.83046,0.305405,1.85668,1.61456,1.57378,1.85368,0.965006,1.66417,1.63459,0.346195,1.40086,1.48602,1.17489,1.42231,1.29361,0.863792,1.9338,1.20208,1.48852,1.28588,0.589517,1.6889,1.81652,1.51634,1.18961,1.1302,1.65846,1.83494,1.04167,1.87192,0.920635,0.51966,1.96176,1.16791,1.60426,1.87388,1.04997,1.46508,1.34358,1.57872,1.1536,1.25098,1.78433,1.48471,1.39533,1.28338,1.8018,1.90878,1.90539,1.05098,
+1.34434,0.934212,1.146,0.888359,1.32157,0.521797,1.46674,0.872594,1.59703,1.37258,0.840619,1.26243,1.54956,1.57095,1.60297,0.468406,1.98319,1.15049,1.52235,1.51841,0.869296,1.58009,0.826889,0.684927,1.98194,1.33099,1.38669,1.49879,1.72918,1.41453,1.81609,0.559643,1.24511,1.3848,1.25767,1.6896,1.2168,0.358996,1.63441,1.47701,1.46728,0.994704,1.20762,1.78004,0.64411,1.77283,1.81476,0.882037,1.6395,1.01551,0.696872,1.90748,1.67649,1.68233,1.16064,1.82723,1.69294,1.32816,1.62289,1.20087,1.68441,1.11876,0.771731,1.02798,1.36427,1.92915,
+1.03188,1.22698,1.40618,1.21877,1.29955,0.157373,1.17525,0.555867,1.65928,1.51668,0.592432,1.17793,1.75938,1.5152,1.38654,0.834049,1.93948,1.23146,1.5768,1.6258,1.13897,1.76602,1.15677,0.788935,1.92591,1.59527,1.0827,1.27709,1.63251,1.16622,1.94376,0.224873,1.40696,1.08038,1.11013,1.73626,0.89251,0.6759,1.47686,1.70646,1.68731,0.675035,1.02778,1.57112,0.973523,1.57918,1.72201,0.902029,1.82671,0.730298,1.01007,1.90382,1.52085,1.45522,0.844134,1.89013,1.45541,1.33483,1.70043,0.993083,1.82292,0.819505,0.449219,1.11658,1.42581,1.91985,0.387966,
+0.582003,1.9068,1.97037,1.98215,1.26763,1.37711,0.447477,1.19362,1.4147,1.64414,1.30965,1.15313,1.88565,1.33959,0.415003,1.89109,0.984234,1.71667,1.61818,1.7262,1.94207,1.7715,1.95282,1.60381,0.929254,1.9601,0.515451,0.559609,1.1152,0.590066,1.65741,1.39104,1.6835,0.518399,1.01723,1.3541,0.799139,1.78912,0.967281,1.88644,1.85033,0.978062,1.22148,0.155563,1.94117,0.25532,0.801208,1.64228,1.83135,0.991444,1.94321,1.29899,0.931548,0.48458,0.795132,1.53488,0.261887,1.56319,1.64318,0.936347,1.7496,1.00968,1.26164,1.73154,1.45056,1.12214,1.70779,1.47761,
+0.995782,1.77138,1.36793,1.61088,1.85847,1.10137,0.979752,0.657558,1.98815,1.97718,0.536539,1.76167,1.64359,0.59899,1.48262,1.46749,1.68808,0.71799,0.878926,1.06817,1.20863,1.93086,1.65607,1.65363,1.66492,1.7193,1.05989,1.49868,0.760868,1.41941,1.73661,0.890891,1.94477,1.05694,1.66129,1.97854,0.778519,1.48932,0.585655,1.83524,1.89724,1.2052,0.0884133,1.27591,1.31329,1.4469,1.77423,0.578093,1.67794,1.3148,1.27836,1.27824,0.658679,0.895598,1.18134,1.3401,1.06401,0.55954,1.07616,1.53034,1.42922,0.542821,0.726223,0.713679,1.94571,1.83151,1.23135,1.07636,1.26307,
+1.65096,1.06959,1.57412,1.32332,0.669011,1.67072,1.65259,1.87046,0.0857401,0.427589,1.92332,0.86886,1.25181,1.90607,1.2091,1.46266,0.967912,1.92067,1.8337,1.74724,1.69665,0.66622,1.25703,1.16744,0.998416,1.16736,1.60545,1.20014,1.81819,1.29756,1.04635,1.79598,0.581256,1.60761,1.02536,0.119132,1.7818,1.41618,1.86858,0.942901,0.792909,1.54026,1.98504,1.41891,1.61572,1.24353,0.759094,1.95723,1.18853,1.44758,1.64436,1.51936,1.84009,1.70148,1.53935,1.50556,1.59003,1.94972,1.72708,1.20381,1.46498,1.88753,1.85284,1.92506,0.446637,0.690161,1.63391,1.70286,1.42944,1.99171,
+0.976648,1.37677,1.88832,1.61233,0.400453,1.1086,1.04836,1.32976,0.878632,1.01807,1.46788,0.217459,1.83161,1.87932,0.585687,1.47085,1.29589,1.93257,1.98365,1.99868,1.83516,1.45573,1.50729,0.897308,1.27684,1.7197,0.924231,0.450292,1.77935,0.496765,1.71043,1.28685,1.01277,0.926637,0.133722,0.928008,1.15983,1.28201,1.67213,1.62019,1.50495,0.765941,1.65351,1.06297,1.69672,0.871438,0.768628,1.79039,1.80718,0.642546,1.73728,1.79984,1.65973,1.33822,0.753488,1.89124,1.16782,1.92713,1.98432,0.312477,1.93029,1.35435,1.31775,1.89446,0.701331,1.18149,1.35597,1.21819,0.968648,1.70121,0.946437,
+1.77977,1.5767,1.07877,1.44394,1.81954,1.94405,1.69127,1.79815,1.50038,1.55895,1.72783,1.88799,0.728657,0.924001,1.72099,1.69026,0.983048,1.14601,0.726202,0.637963,1.31558,1.11718,1.54172,1.91833,1.01257,1.07545,1.77566,1.80265,0.89488,1.84518,0.541947,1.87162,1.63023,1.77588,1.91542,1.41887,1.76731,1.82005,1.15395,1.04874,1.16441,1.95769,1.46595,1.45213,1.50409,1.52347,1.4641,1.44583,0.64291,1.97201,1.45919,0.378602,1.12488,1.39615,1.91176,0.0970981,1.48352,1.05883,0.510895,1.94285,0.352356,1.71136,1.82581,1.25891,1.7051,1.09857,1.83864,1.91207,1.55376,1.4103,1.44235,1.8727,
+0.723464,1.85887,1.58197,1.75757,1.75429,1.06293,0.691761,0.581968,1.9288,1.96809,0.560799,1.63226,1.78764,0.753136,1.25116,1.59129,1.59216,1.00448,1.09676,1.28314,1.43538,1.98291,1.77875,1.64044,1.55896,1.85946,0.787718,1.27551,0.778373,1.19124,1.80473,0.888343,1.94444,0.784715,1.50452,1.91197,0.520987,1.56336,0.513766,1.93547,1.97298,1.03118,0.254587,1.03952,1.50098,1.22098,1.61647,0.844729,1.80201,1.14573,1.47818,1.31417,0.574597,0.647438,0.965057,1.44146,0.802967,0.834276,1.26137,1.35525,1.57973,0.347692,0.681533,0.998669,1.88427,1.74673,1.31536,1.084,1.01027,0.317255,1.93868,1.53866,1.50587,
+0.511131,1.93755,1.94215,1.98572,1.36809,1.33981,0.346507,1.10097,1.52223,1.72748,1.21004,1.24621,1.8934,1.23575,0.541183,1.88242,1.06629,1.6312,1.54225,1.66796,1.89912,1.83251,1.96458,1.63854,1.01217,1.97663,0.460741,0.662405,1.01704,0.661063,1.6907,1.32727,1.75836,0.462828,1.10309,1.46551,0.697196,1.78879,0.84127,1.92386,1.90054,0.966596,1.09364,0.223577,1.91094,0.40778,0.940966,1.54966,1.84626,1.00222,1.90873,1.27308,0.810296,0.342693,0.782683,1.51167,0.118595,1.46431,1.58598,0.999872,1.73241,0.893608,1.1783,1.64682,1.548,1.22424,1.67803,1.43514,0.158413,1.13662,1.53545,1.06962,1.54007,0.872357,
+1.95111,0.713881,0.292286,0.426032,1.59788,1.56369,1.9705,1.6787,1.40511,1.16129,1.58293,1.69463,0.499161,1.43021,1.97062,0.816946,1.65924,1.01959,1.09445,0.90752,0.553185,0.856617,0.580677,1.31837,1.69272,0.288937,1.96676,1.9496,1.59555,1.95042,0.97735,1.54082,1.12734,1.96612,1.78323,1.44589,1.87904,1.04864,1.71436,0.569963,0.699609,1.82464,1.6047,1.97216,0.628827,1.96786,1.80586,1.19184,0.643128,1.81792,0.606062,1.40468,1.72848,1.92152,1.89848,1.14679,1.97026,1.21872,1.02937,1.83366,0.814999,1.77455,1.63577,1.02001,1.41481,1.58283,1.18494,1.4681,1.99204,1.56507,1.37977,1.79909,1.11882,1.74241,1.98692,
+0.828048,1.51252,1.47113,1.44594,1.51708,0.430318,0.945423,0.16395,1.83069,1.75504,0.190642,1.37831,1.81615,1.23999,1.33981,1.12945,1.88118,1.07563,1.3961,1.5033,1.21409,1.91753,1.42303,1.15316,1.8588,1.7384,0.900227,1.26984,1.35485,1.14896,1.95914,0.202105,1.67451,0.896948,1.26826,1.87402,0.605094,1.03708,1.15699,1.85168,1.85906,0.699432,0.653254,1.39938,1.14749,1.47293,1.73761,0.724241,1.87106,0.813556,1.1558,1.74246,1.21076,1.1784,0.787022,1.77339,1.22519,1.10131,1.55528,1.11167,1.77304,0.440584,0.0714516,0.978749,1.6599,1.92889,0.726544,0.424464,1.31443,0.716445,1.86347,1.35637,1.81452,0.70357,1.2312,1.59407,
+1.62783,0.368142,1.15972,0.636748,0.914634,1.02939,1.72538,1.42911,1.07542,0.74695,1.4384,0.982032,1.32054,1.8767,1.58227,0.493789,1.77954,1.53067,1.74568,1.66119,1.07382,1.081,0.474628,0.385522,1.79538,1.00509,1.63281,1.4776,1.96616,1.4581,1.53819,1.17209,0.589267,1.63265,1.09979,1.20677,1.61408,0.391946,1.94345,1.05208,0.96831,1.2606,1.70853,1.84721,0.827078,1.75314,1.56374,1.42074,1.38889,1.19868,0.897153,1.91683,1.95976,1.91347,1.40002,1.80389,1.8664,1.70214,1.74694,1.17656,1.61274,1.60865,1.35011,1.45414,0.818903,1.61934,0.73421,0.984194,1.79456,1.72203,1.11602,1.16057,1.77625,1.76856,1.82658,1.01311,1.32786,
+0.873809,1.33224,1.83227,1.53991,0.570592,0.821222,0.99568,1.10429,1.10129,1.13897,1.25188,0.349622,1.88433,1.84298,0.729715,1.31407,1.51822,1.82394,1.9542,1.98235,1.71949,1.58172,1.42866,0.727991,1.49787,1.74134,0.844975,0.56333,1.78906,0.513413,1.84453,1.0229,1.08716,0.846242,0.197758,1.17215,1.00528,1.0943,1.64827,1.69386,1.59338,0.507222,1.51451,1.17581,1.55665,1.03799,1.0512,1.62314,1.885,0.369543,1.6019,1.89644,1.65079,1.35231,0.567515,1.96925,1.20966,1.84099,1.98997,0.142834,1.98331,1.17924,1.07672,1.76424,0.856152,1.42978,1.11977,0.942286,1.05964,1.57041,1.16975,0.327611,1.96166,1.41909,1.12076,1.77196,1.11456,1.05805,
+1.4001,1.68262,1.77855,1.79334,1.19022,1.84702,1.30456,1.80417,0.909164,1.23458,1.85837,1.25075,1.4128,1.52038,0.950186,1.90924,0.169084,1.84222,1.58956,1.58359,1.91233,1.16485,1.78375,1.69875,0.164815,1.54861,1.3433,1.06855,1.29877,1.18741,0.999024,1.89054,1.35635,1.34593,1.26958,0.765713,1.56175,1.88262,1.37229,1.36387,1.31687,1.58588,1.73357,0.837525,1.9406,0.733223,0.449999,1.93254,1.3005,1.54325,1.93927,0.990967,1.31566,1.15784,1.48079,1.15945,1.05856,1.73655,1.47963,1.3496,1.34714,1.68884,1.83891,1.894,1.17432,0.238181,1.95476,1.90116,0.932587,1.73424,0.870814,1.16415,1.12116,1.61987,1.03482,1.7008,1.8653,1.72416,1.40647,
+1.51755,1.2033,0.739613,0.933429,1.78068,1.0323,1.56856,0.979788,1.86515,1.68234,0.815137,1.75065,1.26871,1.0651,1.85329,0.799369,1.93501,0.460284,0.927017,0.938528,0.432714,1.61175,1.00809,1.31617,1.93803,1.19796,1.57152,1.8145,1.33045,1.74554,1.60365,0.875385,1.60375,1.56911,1.73559,1.90774,1.32828,0.945682,1.31039,1.41557,1.49625,1.41803,0.902572,1.81628,0.527537,1.89313,1.9954,0.314533,1.37509,1.48118,0.480131,1.54433,1.36345,1.58515,1.50706,1.4127,1.68872,0.712424,1.07514,1.67,1.25987,1.11874,0.935743,0.322581,1.76519,1.96208,0.747961,0.903251,1.79565,0.871739,1.86923,1.79809,1.44985,1.11649,1.72471,0.954958,0.87323,1.22545,1.63366,1.97083,
+1.97231,1.12143,0.83097,1.02856,1.59585,1.90192,1.93324,1.92666,1.19919,1.14036,1.86333,1.72441,0.229796,1.37244,1.83064,1.38622,1.16239,1.29982,1.07718,0.887956,1.13924,0.587904,1.12154,1.64195,1.21049,0.538248,1.96441,1.8662,1.40851,1.91514,0.298248,1.88752,1.20791,1.96484,1.81597,1.16164,1.97075,1.54117,1.60576,0.454557,0.597327,1.98574,1.75161,1.73645,1.25714,1.7246,1.48803,1.55456,0.0800348,1.96674,1.23132,0.965788,1.58863,1.76907,1.99198,0.711231,1.80327,1.35325,0.888765,1.89632,0.458608,1.92589,1.91849,1.36604,1.38958,1.10225,1.67485,1.85309,1.8046,1.70722,1.13722,1.78031,0.634242,1.81876,1.82519,0.706752,1.89781,1.40375,1.87148,1.2408,1.4321,
+1.20592,1.72023,1.88959,1.85676,1.06336,1.71941,1.11758,1.6844,0.923002,1.26039,1.76653,1.08293,1.59563,1.5753,0.689905,1.9076,0.426498,1.89725,1.69878,1.71831,1.9757,1.31781,1.82724,1.6116,0.388976,1.68776,1.13966,0.816835,1.34681,0.945476,1.23345,1.78027,1.36444,1.14273,1.071,0.803232,1.40068,1.84173,1.35721,1.51918,1.455,1.39565,1.68132,0.655258,1.97504,0.491179,0.24348,1.92995,1.49987,1.3477,1.98075,1.16499,1.30421,1.0463,1.27518,1.35479,0.900769,1.78833,1.62349,1.13843,1.54031,1.56561,1.72171,1.93295,1.12173,0.45842,1.89474,1.79415,0.723261,1.6964,0.910212,0.960264,1.32866,1.53851,0.850895,1.82055,1.75693,1.70022,1.2124,0.285561,1.98778,1.44682,
+0.502203,1.95287,1.91907,1.98418,1.42863,1.33087,0.32467,1.05934,1.57893,1.77161,1.16056,1.30628,1.88774,1.16785,0.623915,1.87826,1.10405,1.57676,1.48935,1.62474,1.87041,1.85896,1.96893,1.66436,1.05086,1.97826,0.465442,0.735977,0.951947,0.722682,1.69823,1.30139,1.799,0.466845,1.16266,1.52312,0.658126,1.79221,0.762196,1.93675,1.92149,0.980658,1.0207,0.285418,1.89181,0.491903,1.01532,1.49561,1.8441,1.0278,1.8866,1.24713,0.733664,0.258372,0.800594,1.4866,0.0559886,1.40111,1.54267,1.05152,1.71124,0.837921,1.14188,1.59423,1.60303,1.27327,1.66653,1.42099,0.248185,1.06305,1.59041,1.13578,1.52035,0.795151,0.0911869,1.97698,1.19371,1.84647,1.16917,1.08461,1.68256,1.82613,0.916973,
+1.94768,0.991684,0.276342,0.718627,1.74293,1.67855,1.94044,1.69953,1.51065,1.33658,1.5897,1.82969,0.360737,1.22814,1.98537,1.05523,1.56515,0.888151,0.851524,0.638929,0.621617,0.939792,0.868895,1.53427,1.59853,0.447843,1.96417,1.9901,1.39751,1.99541,0.842825,1.6202,1.33076,1.96349,1.8988,1.51935,1.86958,1.27694,1.55657,0.664859,0.82923,1.90502,1.51923,1.90485,0.80727,1.93163,1.80903,1.15193,0.501731,1.91233,0.759887,1.1776,1.56727,1.82013,1.95159,0.891721,1.89488,1.04656,0.756418,1.93536,0.541269,1.7521,1.67499,0.932088,1.57459,1.53786,1.35355,1.58846,1.94499,1.46662,1.47383,1.9034,0.871871,1.65956,1.92796,0.310381,1.63552,1.26837,1.89441,1.63559,0.969075,0.578563,1.78203,1.90943,
+0.911761,1.57156,1.38635,1.45436,1.65948,0.646484,0.991361,0.266852,1.91233,1.84064,0.0672609,1.5373,1.74914,1.05502,1.43807,1.18281,1.86959,0.892912,1.21992,1.34615,1.13473,1.92964,1.45871,1.31179,1.84831,1.70984,0.986627,1.39303,1.20433,1.28269,1.90421,0.406106,1.76996,0.983233,1.43416,1.94269,0.664477,1.143,1.01626,1.83971,1.86961,0.893254,0.457532,1.41469,1.12471,1.5207,1.80213,0.543556,1.80621,1.00833,1.11666,1.62831,1.07806,1.1335,0.948211,1.65292,1.22235,0.899295,1.39866,1.28622,1.66114,0.421825,0.273327,0.804007,1.77705,1.94383,0.830029,0.610068,1.35077,0.510992,1.93558,1.50965,1.70335,0.573842,1.25047,1.54555,0.234697,1.43628,1.29693,1.87479,0.756841,1.83788,1.79246,1.19946,1.54847,
+0.740554,1.48261,1.91159,1.67395,0.648219,0.935474,0.840648,1.11471,1.12243,1.23213,1.27277,0.432658,1.92407,1.78684,0.51375,1.47568,1.39865,1.85242,1.93744,1.98231,1.8165,1.63189,1.57659,0.935247,1.37083,1.82418,0.694423,0.341331,1.69503,0.297567,1.83065,1.10304,1.20803,0.696474,0.226752,1.16357,0.922781,1.27537,1.54575,1.76046,1.66568,0.513962,1.47945,0.983962,1.68395,0.838239,0.916206,1.66856,1.90966,0.397989,1.72121,1.81319,1.54116,1.19714,0.485608,1.92279,1.03281,1.83284,1.97,0.0959228,1.98019,1.13414,1.10996,1.80643,0.940897,1.33892,1.27487,1.06496,0.86158,1.53715,1.18427,0.281136,1.91834,1.35029,0.93451,1.86303,1.15708,1.24016,0.228407,1.28319,1.71364,1.8906,1.06212,0.991493,1.95307,1.32187,
+1.4934,0.581292,1.24196,0.769285,0.930629,0.818694,1.60902,1.25646,1.20013,0.919624,1.27767,0.941067,1.46658,1.84577,1.51734,0.478258,1.84391,1.49933,1.75784,1.70255,1.09375,1.2724,0.622806,0.240869,1.85202,1.17653,1.50543,1.39857,1.94046,1.35664,1.67814,0.978465,0.767117,1.50493,1.02181,1.32633,1.46444,0.253163,1.88301,1.24163,1.16898,1.08721,1.59527,1.79781,0.833113,1.71504,1.59419,1.33016,1.53655,1.03358,0.905302,1.96573,1.90531,1.83847,1.24584,1.8774,1.79201,1.66443,1.78885,1.06157,1.71246,1.45739,1.17007,1.40794,0.915619,1.70848,0.556737,0.776559,1.72915,1.61812,1.24832,1.10526,1.86057,1.65139,1.75032,1.14475,1.14901,0.237571,0.940656,1.78465,1.16114,1.5541,1.72936,1.76657,1.38012,1.28053,1.13605,
+0.529517,1.76582,1.99442,1.89665,0.992582,1.1942,0.515593,1.14453,1.27224,1.47961,1.29396,0.840326,1.94278,1.56683,0.133525,1.75773,1.14112,1.81696,1.79878,1.88193,1.93649,1.73314,1.83666,1.35247,1.09565,1.94392,0.447473,0.196639,1.39608,0.229422,1.75698,1.27194,1.49944,0.451258,0.678787,1.24721,0.788044,1.60988,1.23749,1.86628,1.80029,0.731546,1.3421,0.511386,1.87801,0.39399,0.753499,1.68636,1.90188,0.70532,1.89545,1.55094,1.21636,0.792966,0.561462,1.73809,0.587756,1.71731,1.82741,0.589961,1.89003,1.03597,1.18752,1.80446,1.23027,1.18423,1.55647,1.31584,0.376364,1.3959,1.30823,0.639641,1.74546,1.15215,0.473881,1.98399,1.24389,1.59637,0.72339,1.04484,1.80118,1.87595,0.794417,0.549673,1.99577,1.34319,0.507174,1.5141,
+1.91492,1.32534,0.815751,1.17037,1.76356,1.91166,1.85766,1.84976,1.41814,1.39185,1.76807,1.85967,0.374171,1.11831,1.84867,1.48337,1.16635,1.11721,0.807007,0.623253,1.11145,0.889009,1.28251,1.78438,1.20598,0.747401,1.91435,1.90112,1.16824,1.93933,0.413186,1.8566,1.45034,1.91443,1.91903,1.36576,1.88934,1.64681,1.39662,0.748595,0.895589,1.99689,1.58339,1.67024,1.29148,1.70602,1.56674,1.42185,0.305732,1.9996,1.24895,0.733711,1.38069,1.63364,1.98692,0.428295,1.7049,1.12725,0.594547,1.96738,0.149017,1.8187,1.85546,1.21094,1.60046,1.191,1.71437,1.85965,1.75073,1.52817,1.35947,1.88701,0.36824,1.66027,1.74702,0.807555,1.83399,1.57822,1.95938,1.27583,1.34599,0.325281,1.48182,1.73344,0.566025,1.7378,1.95737,1.69376,1.8781,
+1.67993,1.67831,1.10685,1.51744,1.90305,1.87887,1.58445,1.66955,1.65236,1.70876,1.58783,1.94184,0.896858,0.685129,1.70771,1.71177,1.0808,0.999092,0.534579,0.523394,1.29232,1.31971,1.61831,1.95895,1.09642,1.2193,1.68465,1.79253,0.672426,1.81871,0.788554,1.77722,1.76468,1.68445,1.9431,1.57582,1.64147,1.83718,0.947621,1.23432,1.35093,1.89906,1.27672,1.39261,1.5008,1.50439,1.54101,1.30355,0.843137,1.93155,1.44943,0.303494,0.923945,1.25961,1.84592,0.164809,1.38101,0.861476,0.354747,1.94129,0.475858,1.56265,1.70726,1.12363,1.82499,1.24032,1.80445,1.84592,1.49243,1.21504,1.60292,1.91001,0.261221,1.32321,1.45313,1.2074,1.69598,1.8463,1.9698,1.21914,1.35507,0.849216,1.39114,1.41914,0.947979,1.56108,1.9175,1.90051,1.71331,0.557281,
+0.868958,1.99926,1.78238,1.96896,1.66049,1.55517,0.701193,1.22661,1.67327,1.85913,1.26091,1.5847,1.70727,0.86222,0.974155,1.93989,0.98639,1.40524,1.20071,1.35047,1.78559,1.79989,1.98994,1.86599,0.939493,1.87666,0.856377,1.10073,0.576411,1.10814,1.49595,1.47706,1.90324,0.856796,1.47883,1.59369,0.923676,1.91557,0.471748,1.84464,1.86626,1.31617,0.96665,0.497369,1.87414,0.734523,1.14902,1.42892,1.65308,1.36992,1.85165,0.888491,0.409968,0.253227,1.16617,1.1629,0.388233,1.18043,1.2366,1.39741,1.4442,0.989703,1.31274,1.46129,1.76542,1.22562,1.79214,1.60857,0.591551,0.973915,1.66284,1.44274,1.21058,0.788097,0.495553,1.86867,1.34727,1.96974,1.4956,1.03583,1.62557,1.63723,0.978846,0.439095,1.73603,1.27903,1.34346,1.92298,0.934083,1.4823,1.07567,
+1.61654,1.72876,1.42801,1.6822,1.68383,1.96796,1.50102,1.80974,1.36491,1.5373,1.78551,1.74129,1.04953,1.04734,1.44773,1.87734,0.588087,1.42729,1.02972,1.01478,1.62261,1.19254,1.74306,1.94311,0.610336,1.3414,1.59373,1.56034,0.8685,1.62785,0.664993,1.92334,1.63474,1.59478,1.75256,1.24884,1.66731,1.94813,1.09049,1.23883,1.297,1.85945,1.5214,1.13888,1.76233,1.19733,1.14335,1.65268,0.93383,1.86291,1.73073,0.304062,1.0369,1.18184,1.77413,0.476321,1.22734,1.28896,0.869777,1.7856,0.779356,1.67903,1.85214,1.52658,1.61008,0.783744,1.96832,1.97227,1.26309,1.48453,1.30754,1.68563,0.45323,1.48421,1.27465,1.43193,1.85832,1.8708,1.8294,0.747194,1.70136,0.893256,0.965743,1.27015,1.24072,1.77737,1.74077,1.94148,1.48852,0.750057,0.539355,0.969468,
+1.70537,1.42094,1.52673,1.52719,1.21127,1.9324,1.63862,1.96136,0.736571,0.986065,1.98143,1.34417,1.0551,1.59765,1.30874,1.74483,0.480977,1.78152,1.52748,1.44794,1.72761,0.741137,1.53244,1.63767,0.539242,1.18835,1.66155,1.38249,1.45484,1.48822,0.616249,1.98044,1.12851,1.66362,1.42802,0.597254,1.82192,1.76884,1.58872,0.960137,0.915444,1.78711,1.88158,1.25967,1.76082,1.16267,0.772938,1.92741,0.929413,1.73528,1.75913,1.00259,1.54267,1.50132,1.73175,1.02654,1.43986,1.73744,1.37051,1.54561,1.09722,1.89909,1.97443,1.83601,1.06601,0.285416,1.90765,1.95347,1.34054,1.86736,0.663084,1.3369,0.954609,1.8303,1.42532,1.3936,1.98456,1.55511,1.55912,0.494551,1.89225,0.857818,0.731174,1.46355,1.34336,1.98467,1.5027,1.6755,1.40029,0.985108,1.14197,1.36864,0.731989,
+1.42488,1.78821,1.17509,1.59295,1.9851,1.62788,1.33903,1.30342,1.89311,1.9218,1.19652,1.96328,1.24023,0.147203,1.66039,1.65512,1.3705,0.692663,0.34298,0.557261,1.21268,1.66192,1.68573,1.9232,1.36378,1.46934,1.45384,1.72991,0.361078,1.71254,1.25776,1.46906,1.93928,1.4525,1.91578,1.84084,1.3149,1.75763,0.562463,1.55263,1.65838,1.68394,0.805861,1.32489,1.42342,1.4962,1.70107,0.93584,1.23884,1.75345,1.36733,0.672973,0.578656,1.02681,1.63226,0.703607,1.20886,0.434385,0.46431,1.85385,0.877597,1.17472,1.35671,0.814265,1.97896,1.55423,1.61908,1.59163,1.39315,0.732476,1.86492,1.91147,0.7935,0.886533,1.3012,1.36432,1.34377,1.87664,1.89295,1.47967,1.0977,1.26345,1.56068,1.2392,1.14169,1.1651,1.83943,1.86428,1.62293,0.994812,0.548808,0.911604,0.951368,1.5239,
+0.184219,1.77462,1.82491,1.79859,1.35835,0.784223,0.330316,0.518247,1.68941,1.75906,0.688076,1.18074,1.97888,1.29228,0.816356,1.55798,1.56475,1.44659,1.5712,1.70332,1.664,1.96092,1.75993,1.33345,1.52476,1.96493,0.266513,0.78161,1.23662,0.656055,1.94648,0.753824,1.72544,0.262721,1.00806,1.69551,0.122089,1.42472,0.987306,1.98869,1.96688,0.48033,0.811447,0.867159,1.61893,0.946645,1.34694,1.2107,1.98315,0.594889,1.62764,1.62249,1.01044,0.725238,0.361515,1.76748,0.689824,1.35496,1.68661,0.818184,1.88316,0.391665,0.590443,1.40456,1.57387,1.65054,1.22291,0.893301,0.750111,0.889443,1.72404,1.0583,1.80444,0.635303,0.666734,1.90248,0.657379,1.58103,0.904684,1.52484,1.39363,1.98478,1.34775,0.642757,1.90608,0.748091,0.8133,1.43049,0.69308,1.92093,1.6931,0.955289,1.68545,1.79433,1.39706,
+1.82182,0.248323,0.733745,0.157251,1.279,1.25048,1.89001,1.53363,1.25405,0.91781,1.48066,1.36554,0.973301,1.70466,1.83043,0.382554,1.79701,1.2672,1.47354,1.34497,0.707604,0.94977,0.0120098,0.835007,1.8223,0.62882,1.83627,1.76057,1.84784,1.7456,1.32493,1.30459,0.808337,1.83569,1.47157,1.35234,1.76484,0.567924,1.88394,0.785723,0.781491,1.5494,1.66358,1.97722,0.509322,1.9265,1.7459,1.25822,1.07931,1.51902,0.563239,1.74892,1.90355,1.97698,1.66941,1.56304,1.97904,1.48095,1.45879,1.5322,1.29786,1.69617,1.46243,1.20657,1.1208,1.66604,0.829334,1.15987,1.95531,1.65236,1.2627,1.51516,1.53562,1.77689,1.96639,0.570181,1.42361,0.486023,1.43662,1.78542,1.00142,1.11586,1.83022,1.97028,0.858785,1.4574,1.58368,0.632473,1.84125,1.27541,1.61182,1.98884,1.73966,1.53316,1.67933,1.76237,
+1.04524,1.40854,1.29121,1.2919,1.59313,0.518164,1.14673,0.391384,1.86043,1.74121,0.270716,1.4827,1.69847,1.20095,1.51311,0.978704,1.94105,0.906834,1.28903,1.37791,1.007,1.85795,1.28602,1.15022,1.92567,1.60862,1.11365,1.44629,1.37055,1.33724,1.90215,0.281435,1.65254,1.11056,1.402,1.90956,0.82505,0.93519,1.21313,1.75457,1.77856,0.899615,0.675795,1.55329,0.94858,1.62754,1.84516,0.531636,1.77035,0.996222,0.951479,1.72918,1.27117,1.32054,1.00179,1.71508,1.38768,0.988258,1.45484,1.27101,1.67096,0.62663,0.31959,0.79108,1.69368,1.97963,0.602692,0.431572,1.48426,0.713907,1.88778,1.48909,1.75622,0.804629,1.40284,1.43427,0.248903,1.25931,1.25456,1.93786,0.646297,1.80616,1.86176,1.36276,1.48089,0.24546,1.3214,1.09409,1.42872,1.73956,1.64036,1.45732,1.86025,2,1.29318,0.883778,1.28513,
+1.91347,1.26644,1.08902,1.23989,1.52487,1.9654,1.85642,1.97259,1.07835,1.11902,1.93291,1.65736,0.520629,1.40479,1.69473,1.5598,0.911254,1.4601,1.18274,1.03233,1.36865,0.590257,1.30638,1.70235,0.964796,0.779387,1.89409,1.75003,1.36927,1.81844,0.0515157,1.96448,1.21996,1.89505,1.74541,1.0051,1.94874,1.67546,1.56909,0.611505,0.686943,1.97046,1.79906,1.58278,1.47005,1.55685,1.28676,1.69758,0.37163,1.94373,1.44956,0.85722,1.5388,1.67119,1.9509,0.683009,1.68473,1.46316,0.984969,1.83621,0.590855,1.94017,1.97552,1.53234,1.32988,0.850317,1.8075,1.93923,1.66468,1.7608,1.00656,1.68982,0.59133,1.82624,1.70169,0.969319,1.9652,1.51012,1.82683,0.995644,1.6143,0.295388,1.22808,1.7115,0.850437,1.91587,1.8164,1.65459,1.75403,0.449614,0.835577,1.52076,0.701238,0.595584,1.29697,1.95303,1.30268,1.90879,
+1.53235,0.959906,0.797305,0.738845,1.59112,0.86838,1.61538,1.0048,1.72878,1.49563,0.887355,1.56721,1.31273,1.35002,1.81426,0.477153,1.98469,0.797302,1.21411,1.19028,0.466933,1.52646,0.767434,1.02927,1.99015,1.13826,1.58019,1.74555,1.57321,1.67492,1.66008,0.785999,1.38981,1.57806,1.57336,1.79953,1.37028,0.614253,1.53437,1.34787,1.39406,1.31059,1.1174,1.87806,0.325593,1.9104,1.95373,0.60839,1.42497,1.35031,0.337192,1.73315,1.58144,1.71576,1.43825,1.59886,1.77691,1.03602,1.32424,1.52553,1.41406,1.20472,0.928493,0.670634,1.57214,1.96044,0.447823,0.723994,1.83782,1.10922,1.74475,1.64947,1.61816,1.29238,1.78959,0.91871,0.866679,0.93025,1.46219,1.99342,0.358825,1.47683,1.98995,1.76274,1.04293,0.845474,1.58385,0.850239,1.77038,1.46881,1.56877,1.77905,1.83898,1.89172,1.37962,1.40925,0.763211,0.649338,1.6596,
+1.291,1.8484,1.29492,1.67248,1.96404,1.55964,1.19938,1.19548,1.91631,1.96165,1.10056,1.92223,1.37793,0.0831358,1.56849,1.69169,1.37649,0.756357,0.505517,0.723848,1.29568,1.7509,1.75199,1.91268,1.36158,1.58501,1.32288,1.64004,0.25725,1.61464,1.37251,1.39514,1.97578,1.32138,1.85637,1.8644,1.17634,1.76885,0.391988,1.66077,1.75255,1.58529,0.679273,1.21868,1.48358,1.40738,1.66775,0.926031,1.37401,1.66309,1.43258,0.749352,0.418378,0.88157,1.52159,0.840183,1.07708,0.47524,0.639726,1.77771,1.03446,1.0396,1.25996,0.858321,1.98708,1.57297,1.60642,1.53575,1.28,0.612384,1.89409,1.85475,0.927014,0.731738,1.17485,1.48075,1.25377,1.90271,1.82674,1.47536,1.12856,1.39439,1.52572,1.1061,1.28048,1.07532,1.7608,1.87052,1.52041,1.14264,0.687779,0.7872,1.01457,1.57485,0.182332,1.26331,1.74646,1.23071,1.40949,1.40385,
+0.807604,1.8485,1.52853,1.72986,1.79462,1.09502,0.774183,0.618331,1.94991,1.97951,0.56747,1.6809,1.74565,0.680965,1.31797,1.5753,1.60552,0.928179,1.02239,1.21364,1.38398,1.9705,1.75918,1.66325,1.57479,1.82537,0.870557,1.34387,0.736423,1.26317,1.77734,0.909418,1.95568,0.867626,1.56094,1.93253,0.604457,1.5629,0.488429,1.91052,1.95613,1.09693,0.18428,1.09451,1.46447,1.27783,1.65737,0.784248,1.76344,1.20979,1.43745,1.28036,0.555796,0.697018,1.03957,1.39525,0.863963,0.750626,1.19516,1.41783,1.52789,0.412059,0.711363,0.927487,1.91138,1.76226,1.31352,1.10361,1.07421,0.234159,1.95692,1.5947,1.46261,0.0910892,0.937978,1.69979,0.724821,1.77302,1.47645,1.64114,1.06317,1.7831,1.57468,0.8602,1.60735,0.569802,1.41465,1.66156,1.22331,1.61433,1.27264,0.813039,1.46436,1.83305,0.817353,0.718097,1.75672,0.798111,1.80037,1.25989,0.665339,
+1.28527,1.92066,1.47226,1.80389,1.87967,1.72192,1.15416,1.39468,1.76885,1.89123,1.34858,1.85314,1.38445,0.474806,1.41039,1.86569,1.05613,1.09497,0.744396,0.897375,1.53702,1.66467,1.87039,1.9825,1.03684,1.6312,1.29197,1.51747,0.176306,1.52637,1.22584,1.60223,1.93776,1.29161,1.7926,1.68708,1.25455,1.92133,0.434233,1.63722,1.71102,1.63724,0.963027,0.990756,1.70345,1.17846,1.42259,1.26572,1.33595,1.69372,1.66084,0.478772,0.385263,0.749388,1.5371,0.717751,0.915232,0.846418,0.753943,1.73853,1.02614,1.20487,1.46526,1.19668,1.89989,1.29622,1.81007,1.72545,1.09233,0.920406,1.73836,1.76237,0.792019,0.918435,1.01344,1.59765,1.47373,1.98353,1.80401,1.17103,1.43576,1.33337,1.24252,0.959045,1.39263,1.33849,1.70165,1.97488,1.38633,1.09701,0.59021,0.554731,0.711788,1.32842,0.451499,1.31536,1.86611,1.49342,1.26415,1.66159,0.405456,0.885348,
+0.918568,1.38782,1.43615,1.34164,1.42817,0.269257,1.05202,0.337026,1.76518,1.658,0.366579,1.29485,1.79438,1.36664,1.36698,0.990641,1.91996,1.13433,1.47663,1.55742,1.16707,1.85836,1.30295,0.995835,1.90151,1.67667,0.982121,1.2773,1.48692,1.15823,1.961,0.0173134,1.56362,0.97923,1.20117,1.82404,0.73225,0.873909,1.30835,1.7925,1.78926,0.671775,0.822851,1.486,1.0561,1.53001,1.74209,0.781682,1.85654,0.765019,1.07641,1.8239,1.35827,1.31169,0.803041,1.83257,1.33702,1.20137,1.62216,1.05819,1.79943,0.613746,0.226309,1.02512,1.56499,1.93749,0.560682,0.234925,1.39579,0.878317,1.80295,1.29987,1.86548,0.880343,1.33059,1.5357,0.192406,1.17843,1.03765,1.89404,0.862051,1.88398,1.78563,1.30368,1.61307,0.391629,1.11661,0.986215,1.28091,1.8507,1.76951,1.47477,1.92011,1.98277,1.45831,0.75881,1.3045,0.264384,1.96242,0.777528,1.38468,0.900056,1.59525,
+1.31464,1.91554,1.48016,1.80671,1.86351,1.7578,1.18103,1.44619,1.73213,1.8645,1.40451,1.84437,1.35915,0.539108,1.40263,1.88267,0.993614,1.14053,0.773141,0.909436,1.56042,1.62699,1.87267,1.99004,0.975764,1.61425,1.31673,1.51415,0.254005,1.53079,1.17511,1.6467,1.9173,1.31658,1.78943,1.64517,1.29749,1.93891,0.502272,1.60833,1.68056,1.66333,1.03052,0.980908,1.72534,1.16012,1.3833,1.31973,1.30285,1.71409,1.68366,0.415403,0.44867,0.774433,1.56123,0.677202,0.926433,0.901175,0.758962,1.74387,1.00071,1.25907,1.51488,1.2436,1.87668,1.23825,1.84108,1.76301,1.08985,0.989162,1.69898,1.75388,0.747075,0.981978,1.02084,1.59388,1.52399,1.98578,1.80926,1.11407,1.47806,1.29636,1.19772,0.972016,1.38712,1.39529,1.70455,1.985,1.3858,1.0638,0.559978,0.564758,0.640054,1.26891,0.501125,1.35278,1.86849,1.54432,1.21372,1.69571,0.474021,0.951877,0.0782455,1.64022,
+1.57531,0.476282,1.28395,0.779483,0.764991,1.03029,1.67451,1.44192,0.973102,0.665742,1.473,0.837584,1.39284,1.92457,1.48184,0.643853,1.72472,1.62825,1.82003,1.74386,1.20952,1.0842,0.621038,0.301788,1.73856,1.09408,1.57313,1.371,1.9877,1.35844,1.55784,1.19755,0.505367,1.57328,0.968238,1.1118,1.58733,0.499315,1.95566,1.10194,0.996642,1.19776,1.74591,1.78147,0.973122,1.66884,1.46102,1.51084,1.44564,1.12052,1.04068,1.93292,1.96772,1.88216,1.33158,1.84296,1.81621,1.77871,1.8161,1.06278,1.6767,1.61053,1.3672,1.55583,0.684464,1.5523,0.815554,1.01004,1.72359,1.76506,1.02296,1.02647,1.81276,1.78269,1.76718,1.13103,1.35328,0.165314,0.939803,1.65533,1.33959,1.45195,1.61404,1.7944,1.37279,1.47803,1.12515,0.276502,1.503,1.63438,1.88793,1.94409,1.86771,1.50902,1.92713,1.54263,0.632397,1.31439,1.52771,1.0546,1.94392,1.79487,1.99784,1.2058,1.99714,
+1.67047,0.755503,1.45511,1.07459,0.552978,1.47434,1.71358,1.76911,0.357328,0.108768,1.81656,0.765679,1.26559,1.97447,1.33098,1.16845,1.3011,1.85648,1.87238,1.77614,1.52651,0.700683,0.971105,0.844427,1.32678,1.06278,1.63843,1.27144,1.94704,1.33224,1.22569,1.62502,0.195107,1.63997,0.954078,0.51158,1.76523,1.10214,1.97052,0.899515,0.731218,1.43861,1.96299,1.60809,1.38569,1.44415,1.0452,1.8445,1.25009,1.3396,1.42976,1.72281,1.95706,1.83435,1.49128,1.66356,1.7337,1.94017,1.79573,1.13257,1.55081,1.84657,1.72835,1.83275,0.242216,1.05467,1.37026,1.49071,1.58826,1.97398,0.403528,0.922978,1.60778,1.9486,1.6766,1.24361,1.73031,0.758826,1.05389,1.21236,1.71268,1.22022,1.2153,1.72439,1.41505,1.82637,1.14563,0.910975,1.40646,1.46021,1.74937,1.83504,1.56147,1.00414,1.94569,1.70731,0.979239,1.73093,1.1847,1.52193,1.97583,1.96493,1.89916,1.63294,1.87322,0.657139,
+1.44844,1.29574,0.831128,1.04065,1.80531,1.00923,1.49586,0.899013,1.90424,1.74272,0.724093,1.76241,1.33394,0.991158,1.8172,0.892317,1.92518,0.419741,0.897466,0.940233,0.545389,1.67793,1.11002,1.36198,1.92454,1.28666,1.50597,1.78295,1.25941,1.70911,1.64078,0.829698,1.66833,1.50339,1.73316,1.94084,1.24749,1.01441,1.22272,1.49318,1.57253,1.37869,0.790616,1.7612,0.643203,1.85128,1.98765,0.192356,1.43189,1.45162,0.598691,1.51985,1.27946,1.50698,1.45841,1.4103,1.61954,0.641267,1.06516,1.65442,1.2888,1.02526,0.86397,0.274611,1.80754,1.969,0.786406,0.887768,1.73961,0.759551,1.90896,1.79569,1.45414,1.01215,1.66005,1.05208,0.802252,1.30062,1.62737,1.96281,0.123527,1.48632,1.97127,1.61327,1.04422,0.662721,1.69517,1.22311,1.7583,1.38114,1.33991,1.55437,1.68953,1.91332,1.03739,1.32013,1.10384,0.580726,1.6539,0.444822,1.05327,0.956514,1.37511,0.815151,1.42221,1.40549,1.76785,
+0.755415,1.39685,1.62848,1.44605,1.17964,0.189251,0.920594,0.491805,1.60034,1.53336,0.633985,1.01212,1.89414,1.54994,1.12157,1.09987,1.82793,1.41325,1.68583,1.75779,1.40143,1.83206,1.37293,0.849134,1.8053,1.76096,0.800296,1.0028,1.60045,0.875534,1.99136,0.346297,1.44363,0.79819,0.893936,1.66501,0.666106,0.909901,1.40903,1.82529,1.78708,0.344937,1.03498,1.34978,1.25662,1.34647,1.54413,1.10141,1.93665,0.422064,1.29044,1.8928,1.44437,1.27517,0.522061,1.93587,1.23829,1.45322,1.80068,0.73288,1.92751,0.695095,0.425901,1.31959,1.37168,1.82014,0.700183,0.342286,1.23556,1.10109,1.65029,1.00358,1.95771,1.00828,1.20064,1.67399,0.456776,1.13,0.714406,1.77201,1.16433,1.95059,1.62152,1.19596,1.77291,0.681754,0.798922,0.927558,1.03877,1.95537,1.88892,1.45923,1.93914,1.90276,1.63606,0.63159,1.37731,0.618252,1.98675,1.03094,1.55228,1.0545,1.68317,0.3628,1.71776,1.10716,1.48646,1.1301,
+1.5133,0.74298,1.51349,1.07518,0.397486,1.20334,1.59277,1.5684,0.635417,0.437984,1.63493,0.549649,1.46605,1.99566,1.25194,1.0228,1.49392,1.83314,1.93368,1.86555,1.49873,1.00428,0.938184,0.521109,1.50666,1.22725,1.48865,1.14922,1.98892,1.17644,1.48972,1.38828,0.33836,1.48983,0.735468,0.784873,1.5959,0.879264,1.96026,1.13662,0.990633,1.18721,1.85994,1.60121,1.30762,1.44134,1.14563,1.74283,1.47592,1.07959,1.3641,1.87739,1.95731,1.79854,1.27485,1.83577,1.69126,1.93004,1.9008,0.89907,1.72799,1.68275,1.51489,1.78333,0.28968,1.28563,1.13864,1.23094,1.54758,1.88403,0.704238,0.751291,1.79547,1.8441,1.62498,1.33925,1.51886,0.567904,0.790403,1.39509,1.61896,1.4596,1.33293,1.67084,1.53752,1.65134,0.937349,0.649223,1.30441,1.66221,1.89478,1.84893,1.7558,1.28378,1.99252,1.52947,0.948454,1.53531,1.45486,1.38356,1.99891,1.86894,1.9698,1.39858,1.95687,0.41634,0.366465,1.6684,1.21721,
+0.795903,1.74443,1.48746,1.62895,1.73281,0.877309,0.823389,0.386141,1.94508,1.93257,0.309419,1.60814,1.77495,0.860653,1.35006,1.41668,1.73869,0.912624,1.12634,1.29279,1.2902,1.97648,1.64565,1.50923,1.71099,1.80006,0.870647,1.34122,0.965134,1.24095,1.86148,0.66992,1.88702,0.867228,1.48836,1.94971,0.545412,1.387,0.739732,1.90514,1.94221,0.963094,0.205389,1.22595,1.33104,1.37461,1.72341,0.661458,1.81064,1.08431,1.31229,1.46083,0.804474,0.880568,0.949973,1.53704,1.0054,0.814472,1.30785,1.3347,1.61452,0.277191,0.471105,0.870064,1.85866,1.85843,1.10621,0.876314,1.17836,0.289547,1.96089,1.54283,1.59732,0.266063,1.05536,1.65587,0.47702,1.63571,1.37615,1.75751,0.932006,1.83567,1.67598,0.989323,1.60636,0.315186,1.34865,1.50023,1.24958,1.6974,1.427,1.02516,1.62853,1.921,0.988924,0.657833,1.64382,0.554788,1.87927,1.08839,0.863423,0.263935,1.10879,0.659275,1.17138,1.66372,1.91591,0.824794,0.856261,1.77839,
+1.87803,1.10602,0.227953,0.796809,1.83024,1.60143,1.87181,1.57181,1.65772,1.49233,1.44203,1.88915,0.577814,1.07341,1.99446,1.04959,1.64475,0.663862,0.686434,0.493797,0.493465,1.14731,0.948914,1.57047,1.67066,0.663827,1.90392,1.99912,1.288,1.98884,1.00431,1.50977,1.47344,1.9028,1.93465,1.66599,1.77005,1.27389,1.43401,0.887561,1.04029,1.85575,1.35074,1.88624,0.74447,1.94058,1.88758,0.954105,0.699848,1.88057,0.680128,1.16921,1.45433,1.74488,1.90256,0.90086,1.84273,0.843091,0.648427,1.94412,0.59736,1.62301,1.55091,0.71343,1.69714,1.65265,1.28635,1.50263,1.92198,1.29224,1.62699,1.94933,0.907263,1.5148,1.88559,0.4565,1.50699,1.33718,1.90982,1.72046,0.786926,0.773599,1.848,1.85653,0.243033,1.3947,1.96431,1.41122,1.98896,0.674506,0.914775,1.67237,1.28732,1.48563,0.998346,1.81992,0.938363,1.33788,1.01972,0.928527,1.1354,1.45459,1.31044,1.50053,1.31772,1.44869,1.56096,0.853224,1.70078,1.64098,1.44994,
+1.57416,0.935078,0.733641,0.692832,1.60695,0.929306,1.65181,1.05867,1.72144,1.48334,0.938015,1.59218,1.25983,1.34246,1.84185,0.469704,1.97507,0.775084,1.18486,1.1499,0.401175,1.49107,0.733921,1.05528,1.9825,1.0853,1.62043,1.77689,1.56983,1.71089,1.62051,0.848642,1.38025,1.61837,1.60479,1.79072,1.41552,0.635379,1.54427,1.30255,1.35498,1.36153,1.14478,1.89735,0.266592,1.92951,1.96042,0.621359,1.37562,1.39863,0.271072,1.7104,1.59008,1.73731,1.48545,1.56451,1.80092,1.02363,1.28833,1.5638,1.36767,1.24978,0.985627,0.653658,1.57481,1.94905,0.502754,0.78723,1.86211,1.13187,1.73452,1.67709,1.58232,1.32317,1.81535,0.858588,0.92441,0.93195,1.50003,1.98756,0.347806,1.42943,1.9939,1.78859,0.983438,0.894539,1.62039,0.869215,1.80146,1.42237,1.53803,1.79119,1.81614,1.87084,1.36514,1.45516,0.728808,0.707122,1.62017,0.0692368,1.39826,1.28767,1.65459,0.840123,1.68709,1.06147,1.51437,0.447559,1.0892,1.3909,1.1264,0.870015,
+1.00859,1.85027,1.41786,1.69691,1.888,1.26072,0.951704,0.820497,1.97221,1.99839,0.730842,1.8001,1.61802,0.444156,1.44504,1.59967,1.56121,0.78438,0.807819,1.01634,1.31028,1.9132,1.74859,1.76347,1.53597,1.73923,1.06167,1.48712,0.555061,1.42453,1.65569,1.07066,1.98461,1.0592,1.70021,1.94447,0.832045,1.62786,0.375625,1.83245,1.89863,1.29548,0.268229,1.16662,1.43833,1.35929,1.70209,0.746266,1.6343,1.39775,1.39956,1.11514,0.450744,0.76456,1.2406,1.2144,0.958458,0.555048,0.988317,1.57883,1.35657,0.648425,0.899167,0.818824,1.96888,1.73366,1.39899,1.24859,1.17734,0.222547,1.96881,1.72352,1.28998,0.329768,1.04681,1.60807,0.89916,1.82388,1.63178,1.62095,1.02129,1.6574,1.59689,0.968104,1.47635,0.713896,1.57254,1.73873,1.36552,1.45565,1.07933,0.803831,1.33356,1.77683,0.586477,0.938433,1.74466,0.915916,1.68397,1.26934,0.434963,0.247747,0.72049,1.05969,0.792774,1.8586,1.99587,0.917577,1.24149,1.93938,0.453805,1.31323,1.28482,
+1.89233,1.0066,1.22759,1.12714,1.16613,1.85598,1.86976,1.98634,0.655482,0.671086,1.98142,1.34354,0.754119,1.71752,1.57465,1.42257,0.983844,1.6906,1.53207,1.38997,1.45421,0.215759,1.13262,1.41662,1.03611,0.760163,1.86312,1.59434,1.67664,1.67385,0.552116,1.91894,0.79919,1.86453,1.47762,0.619325,1.96304,1.48703,1.81099,0.487134,0.406297,1.84004,1.95984,1.62067,1.45401,1.52036,1.12012,1.83757,0.668945,1.78017,1.46094,1.25203,1.78396,1.80006,1.84447,1.13286,1.75658,1.73691,1.37561,1.61493,1.01341,1.99701,1.9709,1.72392,0.915414,0.773429,1.69716,1.84424,1.66956,1.94064,0.58264,1.4185,1.0516,1.96821,1.73974,1.01809,1.96498,1.22479,1.58114,0.98425,1.71651,0.608696,1.15835,1.77065,1.0529,1.97456,1.60239,1.39956,1.65345,0.883206,1.26479,1.70116,1.05674,0.53651,1.63792,1.93933,1.13319,1.92695,0.502741,1.65571,1.72015,1.95987,1.5855,1.92093,1.54027,1.20826,0.742116,1.77059,1.87528,1.06614,1.99002,1.24906,1.62396,1.90086,
+1.37549,1.88976,1.57529,1.83698,1.73038,1.8629,1.23526,1.62161,1.5292,1.71912,1.60959,1.73725,1.32381,0.865465,1.29231,1.95062,0.673382,1.38658,1.01122,1.08335,1.69996,1.47557,1.88876,1.97828,0.65758,1.58494,1.35602,1.42176,0.594737,1.47274,1.01471,1.79587,1.79895,1.35688,1.70223,1.4193,1.42361,1.99209,0.781446,1.51653,1.56616,1.70759,1.2975,0.883297,1.83745,1.01156,1.14229,1.56209,1.23375,1.73186,1.8049,0.347388,0.715904,0.853278,1.59428,0.670071,0.928656,1.18732,0.928086,1.6923,1.01378,1.44388,1.68341,1.48243,1.72636,0.942001,1.94978,1.88294,1.01707,1.26818,1.48818,1.6426,0.700062,1.21887,0.997732,1.62786,1.6987,1.97093,1.76006,0.81027,1.67956,1.20596,0.935097,0.97785,1.43993,1.60814,1.64096,1.99657,1.30804,1.0284,0.631264,0.617551,0.385921,0.99218,0.809786,1.45112,1.88583,1.73537,1.04892,1.84622,0.807852,1.20664,0.426378,1.79224,0.352585,1.96122,1.72451,1.64057,1.80983,1.8544,1.40656,1.42937,1.83528,1.08847,1.35019,
+1.96362,0.530723,0.813122,0.576869,1.27169,1.6482,1.98355,1.84846,0.970284,0.704771,1.80716,1.42656,0.594786,1.70991,1.81016,0.956064,1.45841,1.44419,1.44248,1.26871,1.01618,0.395998,0.60416,1.17762,1.50014,0.291293,1.95749,1.78467,1.78313,1.81861,0.845907,1.70028,0.708809,1.95785,1.56339,1.02575,1.96366,1.09217,1.89402,0.215922,0.204208,1.80146,1.86559,1.89694,0.974576,1.82628,1.52496,1.56559,0.646129,1.75491,0.989558,1.48546,1.89114,1.97294,1.8662,1.27846,1.96316,1.58976,1.33355,1.67311,1.0091,1.93416,1.80528,1.4439,1.0192,1.29275,1.33782,1.59135,1.91541,1.8423,0.940488,1.55501,1.21869,1.94202,1.95327,0.538231,1.77967,0.863181,1.60218,1.4635,1.35925,0.654907,1.58584,1.96796,0.726668,1.78735,1.69426,1.06519,1.85655,0.92412,1.38158,1.91692,1.40028,1.08988,1.64219,1.95483,0.602402,1.67733,0.811246,1.24046,1.73907,1.92068,1.7451,1.70043,1.72281,0.922499,0.804814,1.44537,1.7266,1.00196,1.88599,0.930137,1.1977,1.86409,0.603343,1.64823,
+0.782073,1.43525,1.88856,1.63261,0.615605,0.896831,0.890788,1.11022,1.11277,1.20055,1.26591,0.393372,1.91346,1.80767,0.584518,1.42529,1.43832,1.84578,1.94577,1.98526,1.78763,1.61624,1.53054,0.869042,1.41297,1.79934,0.741857,0.413861,1.72811,0.367442,1.83692,1.07617,1.16786,0.743637,0.189106,1.16393,0.947928,1.21834,1.58117,1.74034,1.64323,0.502891,1.49206,1.04785,1.64503,0.904188,0.958295,1.65576,1.90381,0.375993,1.68494,1.8428,1.57895,1.24913,0.504811,1.94054,1.09169,1.83806,1.9794,0.037954,1.98388,1.14814,1.09804,1.79519,0.909655,1.36824,1.22583,1.02469,0.927293,1.54944,1.17722,0.276811,1.93498,1.37351,0.996327,1.83591,1.14251,1.18233,0.154423,1.32349,1.68992,1.88643,1.11075,1.05051,1.93669,1.31399,0.0743236,1.07409,0.578256,1.96052,1.93726,1.39492,1.77171,1.52125,1.85955,0.840577,1.53793,1.30008,1.82145,1.54642,1.78479,1.43585,1.73749,1.0902,1.74116,1.06577,1.11389,1.67528,0.768048,0.88764,1.35809,1.94945,1.5835,1.5936,1.59587,1.68199,1.66578,
+1.77689,1.21657,1.44738,1.36232,1.08515,1.8794,1.7374,1.97879,0.548526,0.747305,1.99782,1.25188,0.984272,1.71978,1.38165,1.59831,0.732067,1.80133,1.6064,1.50058,1.64824,0.514771,1.3532,1.48378,0.784286,1.03708,1.73612,1.42272,1.61957,1.52231,0.641968,1.94985,0.898091,1.73806,1.37046,0.44096,1.88488,1.62258,1.74012,0.782281,0.699304,1.77593,1.95529,1.42029,1.64795,1.30007,0.859574,1.92971,0.877406,1.7112,1.65531,1.19341,1.70294,1.65884,1.75007,1.15761,1.59033,1.80217,1.45426,1.51168,1.13963,1.95589,1.97624,1.83999,0.882251,0.482958,1.80611,1.89233,1.47775,1.94331,0.46583,1.28851,1.08047,1.92386,1.5656,1.27062,1.98136,1.36718,1.50024,0.710019,1.85323,0.808664,0.890377,1.60645,1.27661,1.9996,1.482,1.51296,1.47453,1.01625,1.28047,1.55391,0.95155,0.277127,1.64838,1.85132,1.35492,1.98098,0.603248,1.80683,1.7074,1.92618,1.51129,1.95309,1.45911,1.31996,0.779059,1.89007,1.8672,1.09525,1.97945,1.4453,1.78376,1.88162,0.311392,1.2177,0.886926,1.48768,
+0.274826,1.79444,1.78331,1.79223,1.44622,0.802143,0.368354,0.453547,1.75251,1.81246,0.606186,1.27754,1.95695,1.20068,0.910303,1.55587,1.58848,1.3617,1.49187,1.63482,1.61706,1.98169,1.76421,1.38816,1.5492,1.95569,0.358896,0.88801,1.16023,0.769172,1.93869,0.731497,1.77821,0.355046,1.11283,1.75548,0.00367531,1.44024,0.90161,1.99278,1.98248,0.575087,0.695946,0.900839,1.5893,1.00727,1.41589,1.12523,1.96489,0.696156,1.59265,1.58091,0.931543,0.693338,0.478901,1.72297,0.698138,1.26037,1.6193,0.928389,1.84135,0.277582,0.542009,1.32191,1.64651,1.68883,1.21838,0.894521,0.798759,0.775845,1.78295,1.16234,1.76561,0.5177,0.69625,1.87894,0.605885,1.61597,1.00833,1.56144,1.32774,1.97013,1.40074,0.656757,1.86889,0.663955,0.925606,1.46658,0.789387,1.88814,1.63937,0.921173,1.6657,1.82176,1.31218,0.125096,1.76585,0.825393,1.94808,1.37071,1.17341,0.601282,1.25178,0.733725,1.29483,1.58944,1.76687,1.24675,0.669015,1.5981,0.54324,1.7691,1.41587,0.828925,1.96333,1.42151,1.96418,0.950856,1.88514,
+0.417354,1.81616,1.98492,1.9211,1.10817,1.17397,0.3797,1.0649,1.3768,1.57147,1.21299,0.953008,1.95643,1.47963,0.264012,1.77399,1.17432,1.75445,1.73764,1.83673,1.91693,1.79465,1.86987,1.41069,1.12614,1.97223,0.33364,0.327986,1.30743,0.308544,1.78093,1.22598,1.58729,0.337491,0.786028,1.34849,0.679455,1.63459,1.12961,1.9098,1.85615,0.719573,1.23701,0.453015,1.87242,0.412747,0.851088,1.61897,1.91863,0.721183,1.88543,1.51338,1.1109,0.674157,0.531523,1.71071,0.47366,1.6399,1.77975,0.671267,1.87585,0.930669,1.1187,1.74398,1.33809,1.24827,1.55156,1.2935,0.301986,1.29284,1.40882,0.760739,1.72588,1.03495,0.362032,1.99531,1.17721,1.65106,0.804069,1.09533,1.75578,1.89631,0.858553,0.429537,1.99237,1.26299,0.599008,1.55943,0.142537,1.87469,1.67288,0.838051,1.47669,1.45847,1.54457,0.592135,1.87377,1.36906,1.78185,1.74807,1.43099,1.10909,1.3088,1.23376,1.31422,1.56863,1.50371,1.70426,1.01549,1.3993,1.14637,1.96927,1.78052,1.2579,1.71746,1.2654,1.90481,0.666254,1.54623,0.680441,
+0.96432,1.36628,1.39664,1.30795,1.45012,0.299859,1.09327,0.367204,1.77535,1.65839,0.366892,1.32362,1.76911,1.35457,1.40735,0.956038,1.93377,1.09682,1.45156,1.52898,1.1212,1.84728,1.27318,0.998934,1.91676,1.64905,1.02786,1.31948,1.4865,1.20314,1.94922,0.0694494,1.5622,1.02498,1.23663,1.83517,0.774395,0.850525,1.31534,1.77257,1.77338,0.722733,0.820031,1.51867,1.01117,1.56452,1.76824,0.740467,1.83507,0.812612,1.03052,1.8195,1.36651,1.33855,0.854024,1.81887,1.36986,1.17461,1.59887,1.09954,1.77678,0.642208,0.25841,0.983992,1.57681,1.95033,0.527365,0.234583,1.43228,0.871228,1.8117,1.33457,1.85204,0.893376,1.36628,1.50096,0.211396,1.16515,1.07528,1.91115,0.812535,1.86458,1.81014,1.33804,1.57931,0.382464,1.15847,0.975729,1.32339,1.83001,1.75594,1.49525,1.91988,1.98779,1.44431,0.805107,1.27439,0.223232,1.95089,0.727175,1.37586,0.907582,1.59632,0.0560443,1.64171,1.20007,1.63681,0.767456,0.411128,1.40662,0.66509,1.46333,0.79031,1.05719,1.91462,1.79847,1.67945,1.13101,1.9552,0.775712,1.27665,
+1.06312,1.22128,1.36615,1.19421,1.34142,0.216795,1.2013,0.553427,1.68436,1.53506,0.568306,1.22615,1.73617,1.4862,1.42732,0.809719,1.95251,1.1821,1.53957,1.58824,1.09109,1.76528,1.13919,0.819848,1.93985,1.57425,1.11611,1.3226,1.61541,1.21324,1.93355,0.216778,1.42515,1.1137,1.16216,1.76006,0.912347,0.669639,1.46437,1.69487,1.68217,0.728187,1.00211,1.59494,0.930642,1.60984,1.7534,0.848338,1.80718,0.786888,0.964898,1.89025,1.51031,1.46522,0.891257,1.86932,1.47467,1.29291,1.66727,1.04777,1.79627,0.820356,0.445217,1.06422,1.45727,1.93654,0.358901,0.0637053,1.50562,1.04748,1.72557,1.26781,1.89277,1.07268,1.4591,1.43728,0.410989,0.99223,0.997782,1.91929,0.846016,1.836,1.81997,1.44184,1.55454,0.579655,1.118,0.789807,1.35647,1.83672,1.82314,1.61374,1.96637,1.96313,1.56226,0.920906,1.14171,0.38496,1.92999,0.67081,1.50969,1.08736,1.71163,0.222544,1.7505,1.0279,1.51327,0.830586,0.396405,1.26191,0.856971,1.46218,0.735153,1.22471,1.84707,1.87917,1.58104,1.07881,1.90266,0.91415,1.33084,0.207261,
+1.65054,1.58687,1.53885,1.63818,1.39589,1.96909,1.55723,1.91913,0.990956,1.23012,1.92918,1.49365,1.08171,1.41254,1.3107,1.84477,0.324571,1.69068,1.37635,1.32341,1.73966,0.945323,1.66377,1.78634,0.384311,1.28957,1.61018,1.41161,1.23807,1.51018,0.606478,1.98395,1.35774,1.61207,1.5425,0.853044,1.75591,1.88121,1.39705,1.10195,1.09879,1.81371,1.76261,1.14431,1.81358,1.10032,0.838388,1.86332,0.94889,1.78205,1.80062,0.754016,1.34412,1.34352,1.73653,0.83732,1.31028,1.60377,1.21637,1.62648,1.00018,1.8209,1.94682,1.76293,1.29204,0.364049,1.97167,1.98962,1.25073,1.74219,0.925507,1.45437,0.776228,1.70393,1.31636,1.4565,1.95839,1.71875,1.65922,0.43673,1.86679,0.882974,0.710909,1.3431,1.3476,1.93043,1.57706,1.8169,1.38816,0.91025,0.939566,1.17533,0.463778,0.293192,1.33335,1.74234,1.66302,1.97803,0.610299,1.91997,1.38193,1.7019,1.09497,1.98449,1.02866,1.68475,1.24645,1.87298,1.93172,1.49053,1.82524,1.45683,1.89943,1.62314,0.758604,0.728459,1.25134,1.60479,0.556595,1.75518,1.42114,1.98957,1.99509,
+1.04823,1.92826,1.85623,1.96798,1.44785,1.7113,0.897955,1.51101,1.36698,1.63163,1.56882,1.41461,1.63749,1.19251,0.81509,1.99617,0.572296,1.66745,1.41848,1.50246,1.91991,1.58195,1.97245,1.82772,0.514293,1.80434,1.00058,0.973117,0.905379,1.04568,1.30972,1.69693,1.71089,1.0027,1.34528,1.25858,1.19356,1.95996,0.906966,1.70005,1.69071,1.41202,1.35769,0.388951,1.98074,0.489308,0.758845,1.7209,1.55084,1.41841,1.9683,0.880236,0.841876,0.623043,1.26019,1.15972,0.556737,1.48645,1.37925,1.32844,1.4385,1.31996,1.57726,1.72426,1.52772,0.819722,1.92093,1.77643,0.538996,1.36508,1.34886,1.26968,1.17121,1.19414,0.57815,1.87038,1.61334,1.91783,1.42469,0.599436,1.85256,1.51319,0.545935,0.600679,1.7606,1.59041,1.25687,1.91212,0.843711,1.42818,1.13641,0.480527,0.799517,1.01622,1.19434,1.18042,1.97284,1.72207,1.32549,1.94643,1.12618,1.22365,0.802121,1.69816,0.764441,1.86518,1.60173,1.8075,1.60945,1.67872,1.39278,1.7633,1.9522,1.21689,1.44096,0.558863,1.78774,1.31312,1.22863,1.19224,0.814838,1.72092,1.79123,0.83834,
+1.33334,1.67237,1.82947,1.80586,1.0902,1.78992,1.24675,1.76728,0.85677,1.19879,1.83555,1.14189,1.49083,1.58154,0.838449,1.8951,0.308235,1.88791,1.6665,1.66621,1.94332,1.20153,1.78337,1.63395,0.290482,1.59616,1.27159,0.953426,1.36208,1.07972,1.10186,1.84834,1.31623,1.27446,1.1564,0.720415,1.51186,1.84813,1.40679,1.41183,1.34986,1.50229,1.74017,0.789206,1.95166,0.647296,0.310216,1.94975,1.38622,1.45215,1.95551,1.10418,1.35273,1.1472,1.39522,1.27258,1.02333,1.78816,1.57009,1.24101,1.44733,1.65773,1.80014,1.93004,1.1007,0.296516,1.9221,1.85346,0.867206,1.74793,0.829974,1.04572,1.23678,1.61575,0.984355,1.74659,1.83008,1.68579,1.30118,0.143085,1.98914,1.32834,0.165907,1.04338,1.70238,1.85643,1.17114,1.73686,0.942077,1.37745,1.32621,1.05372,0.875426,0.574705,1.55178,1.46497,1.78593,1.9158,1.09476,1.99283,1.53596,1.64409,1.24571,1.85303,1.19424,1.60569,1.16462,1.98029,1.70625,1.32543,1.74753,1.78502,1.99114,1.64535,1.02911,0.908251,1.49299,1.21316,0.750311,1.51183,1.00543,1.87339,1.87592,0.566573,0.614939,
+0.616009,1.89713,1.9755,1.97979,1.24057,1.39499,0.489033,1.22671,1.38053,1.61808,1.34306,1.13052,1.87808,1.36626,0.387193,1.89478,0.953548,1.73955,1.63596,1.73845,1.95315,1.749,1.94872,1.59761,0.898454,1.95136,0.54684,0.540156,1.13969,0.582794,1.64107,1.41564,1.66081,0.549934,0.998937,1.31786,0.837445,1.79188,1.00144,1.87102,1.83153,0.99248,1.25971,0.15244,1.94976,0.207016,0.756238,1.66963,1.82122,0.999132,1.95274,1.30015,0.964047,0.525411,0.8118,1.53518,0.305509,1.58944,1.65464,0.927213,1.74863,1.04893,1.29207,1.75496,1.42204,1.08588,1.72014,1.49591,0.048826,1.30025,1.39514,0.944823,1.55114,1.05207,0.206291,1.99026,1.34434,1.78671,1.05006,0.896249,1.81638,1.79265,0.680332,0.295111,1.94568,1.38387,0.849867,1.7259,0.36331,1.74563,1.49775,0.618015,1.25281,1.30919,1.4157,0.785006,1.95136,1.51203,1.64731,1.85309,1.30697,1.11488,1.1106,1.42069,1.10498,1.71275,1.5612,1.76303,1.25411,1.52639,1.21703,1.92876,1.87655,1.21438,1.64373,1.01701,1.90084,0.916273,1.44633,0.837179,0.307197,1.45702,1.52471,1.22448,0.525168,0.826908,
+1.32383,0.974157,1.6681,1.27356,0.204544,1.10663,1.41157,1.45952,0.705691,0.653791,1.55631,0.283563,1.63421,1.98434,1.03978,1.15729,1.46183,1.88328,1.98338,1.94658,1.62475,1.19754,1.14171,0.547927,1.46342,1.43307,1.29267,0.91899,1.9502,0.942729,1.61123,1.30831,0.593916,1.29413,0.472127,0.830911,1.43473,0.972443,1.88691,1.34328,1.20616,0.991073,1.79256,1.44354,1.43962,1.27121,1.02938,1.75767,1.63424,0.869345,1.49376,1.89523,1.8827,1.66354,1.06596,1.90007,1.53398,1.94979,1.96774,0.648522,1.84148,1.55822,1.41426,1.83153,0.367522,1.27793,1.16493,1.16806,1.37157,1.82764,0.784389,0.496392,1.868,1.74437,1.45538,1.52697,1.4303,0.746516,0.542126,1.34657,1.67836,1.6148,1.23024,1.50771,1.69842,1.58319,0.685375,0.746296,1.08916,1.78474,1.94352,1.74001,1.77697,1.33559,1.99703,1.35393,1.15151,1.49053,1.58084,1.45885,1.9788,1.78148,1.9357,1.32063,1.92579,0.590762,0.561087,1.70954,1.08148,0.275649,1.692,1.77746,1.47713,1.88024,1.22353,1.82385,1.22872,0.634379,1.19087,1.43722,1.19197,1.33925,1.20965,1.51802,1.57351,1.25552,1.35016,
+1.03052,1.46274,1.92242,1.69178,0.47669,1.3039,1.05809,1.45911,0.780042,1.01538,1.58834,0.40738,1.78791,1.85111,0.492148,1.60999,1.0889,1.97498,1.96022,1.97279,1.91138,1.39246,1.60147,1.09148,1.06852,1.71958,0.965631,0.428688,1.71333,0.54249,1.59643,1.45555,1.05197,0.968641,0.38884,0.788406,1.239,1.45146,1.63141,1.58739,1.47285,0.944176,1.70595,0.937094,1.8037,0.71372,0.52441,1.87769,1.74242,0.838693,1.83692,1.67746,1.60753,1.27683,0.887068,1.7918,1.09351,1.94376,1.93779,0.525702,1.86313,1.44116,1.46145,1.95564,0.714768,0.972673,1.5331,1.40705,0.868808,1.74697,0.836096,0.2576,1.76813,1.57605,0.994676,1.82622,1.50113,1.30142,0.572836,0.945019,1.89549,1.70597,0.729927,1.07044,1.90127,1.62757,0.461018,1.28029,0.592078,1.81004,1.81946,1.34702,1.5332,1.1588,1.87129,1.14306,1.60849,1.63134,1.57652,1.77988,1.81911,1.63013,1.67274,1.46689,1.6544,1.17162,0.923836,1.89097,1.19617,0.853156,1.61912,1.96108,1.8008,1.73671,1.31882,1.49938,1.55374,0.489039,1.14143,1.24096,0.726641,1.5,1.45156,1.27079,1.10061,0.817425,0.834901,0.640564,
+1.84784,1.38745,0.662692,1.15365,1.89598,1.79721,1.79722,1.67738,1.64804,1.58723,1.56415,1.95661,0.562891,0.872634,1.91108,1.40734,1.37693,0.792789,0.484264,0.266635,0.908085,1.15966,1.28534,1.80123,1.4036,0.860987,1.86334,1.95568,1.01687,1.96676,0.768031,1.6983,1.61323,1.86268,1.98873,1.61169,1.77151,1.59,1.23656,0.968525,1.1236,1.94191,1.34953,1.70343,1.14554,1.78122,1.74574,1.14184,0.590589,1.96886,1.08648,0.771511,1.23812,1.56821,1.94093,0.473081,1.6796,0.810909,0.301887,1.99993,0.228917,1.65122,1.6852,0.903045,1.77121,1.44356,1.58937,1.72802,1.77288,1.28299,1.60213,1.97712,0.490761,1.46875,1.7371,0.788836,1.65559,1.61088,1.99404,1.48702,1.08717,0.641588,1.65374,1.70595,0.494072,1.52414,1.9984,1.68794,1.91473,0.370793,0.49419,1.43757,0.915561,1.28013,0.752136,1.82386,1.27657,1.53522,0.803118,1.28068,0.917898,1.40812,0.996581,1.68945,0.988213,1.68912,1.64942,1.11119,1.85551,1.78517,1.48465,0.454345,1.23382,1.22561,1.18585,1.07807,1.0933,1.99984,1.31793,1.76995,1.88749,1.66253,1.69515,1.17675,1.50485,1.5785,1.77793,1.89131,1.93347,
+0.670187,1.59745,1.9623,1.77398,0.740977,1.06827,0.731652,1.16002,1.13485,1.3025,1.31734,0.556624,1.93325,1.72826,0.310242,1.60783,1.26874,1.87003,1.90714,1.96335,1.88901,1.65301,1.68981,1.11063,1.23454,1.87337,0.605959,0.134886,1.60059,0.148506,1.79083,1.20357,1.30265,0.608874,0.375821,1.14703,0.894265,1.42829,1.45236,1.79458,1.70621,0.61147,1.46143,0.80263,1.78485,0.645258,0.786901,1.71152,1.90473,0.529059,1.81483,1.71581,1.4396,1.06097,0.511508,1.85677,0.876272,1.8189,1.93248,0.301134,1.9521,1.12779,1.17442,1.83856,1.01746,1.2375,1.41569,1.19626,0.679931,1.51747,1.18782,0.354816,1.85419,1.30632,0.769945,1.92162,1.22611,1.38768,0.432662,1.1522,1.7812,1.88052,0.910747,0.836892,1.98209,1.36702,0.207714,1.29939,0.314683,1.92914,1.84827,1.20024,1.63615,1.42935,1.77954,0.784962,1.69607,1.40018,1.77977,1.68807,1.69357,1.37393,1.59586,1.21554,1.59502,1.27668,1.21812,1.75452,0.921132,1.06309,1.34559,1.99248,1.72162,1.52483,1.59798,1.51336,1.75251,0.280953,1.44463,0.89661,0.427584,1.25814,1.24505,1.47845,1.08853,1.03664,0.663952,0.821575,0.408418,1.97941,
+1.23186,1.85526,1.81096,1.9105,1.39824,1.80969,1.09922,1.66144,1.22309,1.50878,1.71062,1.40459,1.51683,1.28543,0.908738,1.98748,0.329636,1.72027,1.44148,1.48836,1.91506,1.41744,1.91669,1.82433,0.270996,1.69415,1.18138,1.05816,1.01548,1.15197,1.13706,1.81144,1.6071,1.18368,1.37076,1.09755,1.37849,1.965,1.07401,1.55921,1.54463,1.53314,1.51443,0.592492,1.97609,0.602854,0.658809,1.80841,1.41454,1.52201,1.96477,0.824235,1.00912,0.853287,1.39892,1.07922,0.78586,1.56175,1.36305,1.39244,1.34538,1.49665,1.71645,1.78265,1.43382,0.59827,1.96874,1.86665,0.72748,1.5143,1.19338,1.28182,1.07138,1.37702,0.793158,1.79401,1.74708,1.87843,1.47375,0.378605,1.90397,1.36739,0.424018,0.824891,1.68568,1.72775,1.32201,1.90304,0.966694,1.31216,1.0907,0.69673,0.662684,0.794357,1.26072,1.35981,1.9171,1.83506,1.14957,1.98225,1.22666,1.39866,0.886309,1.81299,0.832503,1.8238,1.48604,1.87351,1.72146,1.61355,1.55601,1.72063,1.98109,1.37093,1.25733,0.542696,1.66264,1.3727,1.026,1.37744,0.96907,1.83203,1.88082,0.612577,0.248879,0.432171,0.702945,1.53633,1.08725,1.44683,1.16475,
+0.475415,1.66787,1.69396,1.65924,1.4175,0.560688,0.611606,0.240632,1.76224,1.76486,0.433741,1.24774,1.93565,1.27737,1.05176,1.3746,1.73069,1.2992,1.51387,1.63951,1.48717,1.96412,1.62317,1.23056,1.69816,1.88933,0.55232,0.990863,1.29939,0.859552,1.98183,0.479058,1.70694,0.548793,1.09624,1.78833,0.264483,1.24674,1.06029,1.95241,1.94085,0.479441,0.706421,1.1207,1.42764,1.19573,1.53469,1.00619,1.96286,0.61523,1.43779,1.70179,1.10057,0.93226,0.486831,1.79837,0.940273,1.25334,1.65301,0.909574,1.86395,0.277584,0.302002,1.2326,1.6108,1.79746,0.996217,0.64929,1.01575,0.787522,1.79845,1.17156,1.83803,0.615955,0.931471,1.79072,0.372013,1.46486,0.95616,1.69942,1.18177,1.97562,1.54881,0.899802,1.81403,0.499071,0.934215,1.29287,0.939427,1.91252,1.7206,1.14129,1.79047,1.90419,1.38715,0.295971,1.62511,0.612183,1.98787,1.18372,1.26667,0.679668,1.40138,0.482485,1.44662,1.45043,1.72246,1.10742,0.445615,1.51662,0.514978,1.70826,1.23614,0.903853,1.97427,1.58497,1.89825,0.938918,1.93199,0.266457,0.857657,0.528837,0.669014,1.86591,1.39437,1.64826,1.04852,1.37107,1.29668,1.77741,0.963944,1.55576,
+0.695908,1.53145,1.58186,1.51059,1.40716,0.356214,0.83682,0.187048,1.76271,1.71003,0.346434,1.24951,1.88241,1.33625,1.20292,1.18767,1.83759,1.22927,1.51254,1.61711,1.34209,1.92133,1.47004,1.09391,1.81191,1.79717,0.764752,1.12096,1.40931,0.99194,1.98831,0.239253,1.63204,0.761599,1.12297,1.80747,0.503998,1.05671,1.19735,1.88524,1.87531,0.519145,0.7585,1.31158,1.25408,1.3665,1.63964,0.897892,1.92713,0.640052,1.27022,1.78213,1.24344,1.13451,0.612353,1.83533,1.14868,1.23914,1.65666,0.952257,1.85132,0.430419,0.133033,1.13987,1.57947,1.87673,0.778205,0.420851,1.21119,0.830164,1.80148,1.2148,1.8715,0.747543,1.13878,1.67856,0.190015,1.31632,0.962958,1.80647,1.03294,1.94695,1.67314,1.11095,1.73134,0.404116,0.998013,1.12903,1.10335,1.90082,1.76482,1.3226,1.8735,1.95481,1.43888,0.527378,1.47203,0.424102,1.9916,0.9916,1.34018,0.789047,1.5158,0.244023,1.56129,1.31876,1.67416,0.96999,0.308779,1.44562,0.567955,1.62239,1.04972,0.987114,1.95799,1.70644,1.80988,0.984634,1.9517,0.505788,1.04217,0.294412,0.435941,1.93947,1.55893,1.75806,1.23954,1.32731,1.3692,1.75298,1.07105,1.69706,0.244097,
+1.94902,0.9432,0.240662,0.663081,1.72224,1.65364,1.94729,1.69081,1.49937,1.31125,1.5819,1.80988,0.384509,1.26243,1.98768,1.00615,1.59095,0.899246,0.891819,0.684589,0.588088,0.930686,0.815515,1.49571,1.62419,0.415289,1.96597,1.98721,1.43449,1.99077,0.874676,1.59996,1.29946,1.96527,1.88189,1.51436,1.86994,1.23177,1.58504,0.649858,0.810209,1.8902,1.5292,1.92202,0.761669,1.94404,1.8164,1.14709,0.530489,1.89578,0.716697,1.22484,1.59709,1.8408,1.94259,0.944051,1.91182,1.06991,0.806081,1.91986,0.596833,1.75266,1.66252,0.934056,1.55198,1.55511,1.31616,1.56126,1.95795,1.47866,1.46483,1.88932,0.923418,1.67133,1.94221,0.253337,1.62203,1.22283,1.87493,1.65614,0.951234,0.606047,1.79705,1.92478,0.0593071,1.54078,1.94014,1.33659,1.99785,0.616277,0.999676,1.76345,1.28324,1.36159,1.18064,1.90475,0.805229,1.46424,0.879346,1.00784,1.31525,1.62035,1.43258,1.59305,1.4281,1.33082,1.39045,1.03159,1.75214,1.5063,1.60999,0.259482,0.947463,1.49633,1.05392,1.48021,0.69552,1.92161,1.28418,1.86936,1.99652,1.55862,1.52729,1.37642,1.78692,1.71894,1.95847,1.67189,1.89376,0.549995,1.9752,1.71294,1.80689,1.71741,
+1.1679,1.59963,1.91555,1.78816,0.791802,1.59215,1.12368,1.64244,0.753695,1.09494,1.74476,0.810262,1.663,1.73435,0.573412,1.80071,0.689557,1.96969,1.84206,1.85061,1.97272,1.29322,1.73145,1.40843,0.667098,1.6839,1.09757,0.647922,1.54203,0.789727,1.35764,1.69412,1.18701,1.10085,0.813883,0.669579,1.37879,1.69942,1.51775,1.51341,1.41834,1.25045,1.74398,0.776651,1.92533,0.54761,0.084341,1.95456,1.58358,1.17633,1.94347,1.40015,1.47565,1.17745,1.15177,1.55052,1.0042,1.8968,1.78092,0.91603,1.67999,1.56477,1.66477,1.98348,0.890996,0.596061,1.77933,1.67784,0.783605,1.76944,0.767475,0.691284,1.52019,1.60519,0.926234,1.82154,1.70178,1.53298,0.978657,0.531217,1.98833,1.53363,0.310587,1.00332,1.83556,1.77611,0.841173,1.55497,0.699226,1.61565,1.59128,1.16807,1.20996,0.840274,1.73077,1.3052,1.73631,1.81558,1.34262,1.93622,1.69231,1.64931,1.46057,1.70208,1.42487,1.42517,1.02906,1.98011,1.49112,1.10542,1.70512,1.91049,1.94548,1.7057,1.1593,1.19773,1.54072,0.883593,0.909103,1.37966,0.805459,1.72986,1.71154,0.913509,0.798455,0.392334,0.738673,0.973317,0.443911,1.78519,0.713364,0.71952,1.49325,1.59706,1.84071,
+1.52082,1.3503,1.72113,1.56084,0.775185,1.73415,1.49021,1.85219,0.37992,0.761848,1.91846,0.91653,1.37136,1.81606,1.00968,1.67654,0.683607,1.95445,1.80802,1.75445,1.84341,0.88618,1.51044,1.36466,0.705721,1.37323,1.4644,1.04588,1.6702,1.16735,1.05647,1.8409,0.899853,1.46706,1.01902,0.234112,1.68398,1.62149,1.71682,1.15272,1.0375,1.51523,1.92297,1.16406,1.79673,0.979305,0.451397,1.99895,1.28277,1.43195,1.81609,1.37289,1.67718,1.49683,1.46747,1.43242,1.36943,1.92966,1.70061,1.17486,1.48215,1.81759,1.85514,1.97424,0.684898,0.409011,1.78193,1.78563,1.19372,1.93194,0.351984,0.911568,1.37579,1.83925,1.31374,1.56825,1.87589,1.37358,1.18296,0.557478,1.96402,1.22346,0.584621,1.37554,1.60365,1.9363,1.12895,1.46819,1.12266,1.3843,1.51841,1.44132,1.13731,0.517852,1.77874,1.62438,1.51502,1.93245,1.02748,1.88824,1.78948,1.86418,1.57284,1.84759,1.52705,1.27797,0.724424,1.98358,1.68076,0.949836,1.90714,1.7331,1.88245,1.87661,0.736832,1.27624,1.19363,1.14425,0.479591,1.68479,1.22157,1.86302,1.81087,0.731632,1.06847,0.498768,1.15423,0.939876,0.720484,1.62611,1.07121,0.900295,1.75168,1.80214,1.60588,0.483348,
+1.88892,0.829237,0.109526,0.483155,1.69082,1.46727,1.91317,1.54434,1.5639,1.32884,1.42726,1.75753,0.658606,1.30851,1.99106,0.76304,1.75274,0.815209,0.973172,0.808876,0.321564,1.07366,0.64396,1.34093,1.7795,0.53126,1.91478,1.96742,1.51536,1.95088,1.12685,1.4112,1.27959,1.91368,1.82197,1.60438,1.78449,1.0111,1.61716,0.801734,0.925607,1.77146,1.4474,1.97082,0.477878,1.99223,1.89809,0.983834,0.801771,1.78265,0.43005,1.41513,1.64116,1.86564,1.85048,1.16657,1.93544,1.04627,0.957133,1.84375,0.855277,1.64871,1.5009,0.803741,1.54575,1.70955,1.07784,1.35756,1.98458,1.40415,1.54482,1.85028,1.15903,1.61076,1.96059,0.247675,1.45274,1.06914,1.78662,1.79977,0.734648,0.870987,1.90158,1.94061,0.346677,1.38314,1.87748,1.15507,1.98789,0.889599,1.19449,1.82724,1.4908,1.54392,1.25624,1.82074,0.632578,1.27082,1.12733,0.743082,1.36764,1.56124,1.54338,1.40388,1.55141,1.19898,1.40013,0.835319,1.5888,1.44593,1.50423,0.336422,0.678399,1.46588,1.22048,1.63833,0.766102,1.85064,1.44747,1.7842,1.98345,1.36391,1.31848,1.57453,1.89235,1.84362,1.98885,1.60806,1.89513,0.761802,1.93875,1.84649,1.68247,1.55919,0.298645,1.90977,1.70989,
+0.45393,1.58462,1.78218,1.64885,1.17036,0.506706,0.63198,0.51753,1.58649,1.60135,0.706151,0.977908,1.97262,1.50118,0.874627,1.35462,1.68387,1.51091,1.70569,1.80207,1.59344,1.88992,1.58284,1.04608,1.6519,1.88906,0.494616,0.770633,1.48814,0.628542,1.98958,0.578925,1.54088,0.492576,0.812236,1.62601,0.433711,1.17628,1.26984,1.91883,1.8768,0.159282,0.999596,1.0929,1.48653,1.09896,1.38091,1.23325,1.99194,0.299316,1.51171,1.80524,1.29572,1.03952,0.226011,1.90326,0.9755,1.48795,1.81333,0.612337,1.95679,0.584424,0.521273,1.44168,1.4003,1.70706,0.993772,0.647977,0.964846,1.07462,1.63436,0.900054,1.92823,0.894178,0.927737,1.82852,0.582642,1.33791,0.659024,1.62227,1.3503,1.99611,1.44058,0.927519,1.89012,0.766973,0.647108,1.16157,0.772267,1.98206,1.84935,1.24713,1.84161,1.83239,1.59413,0.357234,1.58706,0.802918,1.98792,1.27599,1.48629,0.961623,1.56111,0.590948,1.59344,1.29103,1.54362,1.29914,0.323964,1.30638,0.821389,1.82187,1.32854,1.17104,1.89636,1.66726,1.84813,0.644978,1.83656,0.437256,0.730808,0.644239,0.693335,1.83579,1.39608,1.54807,0.986481,1.12508,1.05766,1.90107,0.712619,1.53503,0.324159,0.399094,1.87788,1.3261,1.59779,1.75667,
+1.63203,1.59019,0.853424,1.34323,1.99151,1.64145,1.57638,1.4044,1.8604,1.82097,1.27064,1.99879,0.983943,0.468612,1.83922,1.4637,1.49089,0.492255,0.0311057,0.210372,0.932631,1.50503,1.46106,1.8468,1.49855,1.20681,1.66303,1.88634,0.717666,1.8698,1.13586,1.48992,1.82721,1.66164,1.98381,1.82593,1.50932,1.61665,0.902387,1.33677,1.4682,1.78984,0.97381,1.57728,1.18275,1.70989,1.81981,0.849602,1.01653,1.84802,1.1171,0.793267,0.923751,1.32806,1.77666,0.650885,1.48504,0.386294,0.229042,1.94464,0.653488,1.34709,1.43036,0.633512,1.93692,1.61857,1.51284,1.57487,1.6362,0.895657,1.82839,1.98731,0.72517,1.11653,1.56186,1.06836,1.40132,1.73145,1.95711,1.59801,0.913833,1.06035,1.70918,1.5099,0.824113,1.22651,1.94363,1.74604,1.81212,0.792057,0.542122,1.22517,1.03885,1.5268,0.373579,1.58563,1.45287,1.28986,1.17275,1.19938,0.535159,1.04227,0.771105,1.47833,0.798465,1.80779,1.86299,0.887931,1.68917,1.9255,1.14044,0.657135,1.16872,0.830331,1.52097,1.03024,1.42236,1.9509,1.60108,1.50715,1.75267,1.4524,1.53712,1.38006,1.43713,1.67503,1.65352,1.97925,1.96538,0.462676,1.91599,1.45656,1.52476,1.51893,0.864391,1.84958,1.80838,0.946218,1.71428,
+1.94278,0.668105,0.311254,0.370051,1.57533,1.53161,1.96751,1.66179,1.3983,1.14249,1.56785,1.67087,0.549423,1.45597,1.96555,0.765562,1.68271,1.03152,1.12862,0.9479,0.536403,0.866498,0.526915,1.27579,1.71539,0.306008,1.95901,1.93942,1.62284,1.93789,1.01833,1.51363,1.10095,1.95835,1.76084,1.44523,1.86973,0.999601,1.73284,0.585638,0.703467,1.80139,1.60658,1.9807,0.588027,1.97283,1.81027,1.18544,0.690563,1.79335,0.570465,1.44493,1.74823,1.93209,1.88063,1.1933,1.97752,1.23747,1.07168,1.81132,0.867092,1.76595,1.61552,1.02379,1.39387,1.60091,1.14323,1.43443,1.9962,1.56931,1.37612,1.77998,1.16599,1.74479,1.99175,0.057488,1.5732,0.96591,1.74613,1.71927,0.940534,0.751734,1.83174,1.98264,0.364021,1.531,1.84325,1.09756,1.97801,0.859274,1.25161,1.88629,1.47038,1.41628,1.39477,1.89153,0.516221,1.41198,1.00868,0.884657,1.50655,1.70367,1.62811,1.50878,1.62559,1.08757,1.22388,1.04075,1.64535,1.30813,1.65121,0.493754,0.824933,1.61928,1.03376,1.66058,0.53218,1.81415,1.28647,1.86973,1.99077,1.4737,1.40385,1.48616,1.88918,1.76073,1.99447,1.49817,1.81439,0.838099,1.90763,1.8156,1.77459,1.65651,0.306436,1.82342,1.57259,0.247042,1.80749,1.10281,
+1.27881,1.93335,1.57901,1.86039,1.78544,1.78771,1.13408,1.49935,1.6424,1.81258,1.48165,1.76906,1.40432,0.71748,1.28933,1.93821,0.837363,1.29355,0.938786,1.05246,1.6686,1.59682,1.914,1.98283,0.813807,1.65344,1.26864,1.41465,0.414669,1.44672,1.15576,1.69958,1.87734,1.26904,1.71435,1.54422,1.30205,1.97615,0.59159,1.61506,1.67025,1.64154,1.13791,0.850698,1.81231,1.02041,1.23767,1.45072,1.33203,1.68142,1.77698,0.427826,0.524174,0.721795,1.52502,0.737699,0.838649,1.06797,0.901153,1.67903,1.07444,1.30482,1.56898,1.38836,1.80562,1.10106,1.89779,1.80714,0.974993,1.10817,1.60869,1.66667,0.788993,1.05453,0.925097,1.66313,1.58492,1.99403,1.75188,0.956884,1.60017,1.31435,1.03781,0.888315,1.47253,1.47988,1.63101,1.99806,1.28435,1.11349,0.655336,0.484643,0.563849,1.16162,0.685346,1.34228,1.91081,1.62673,1.19101,1.78917,0.650318,1.03969,0.253829,1.6949,0.192733,1.99014,1.81463,1.54831,1.73245,1.90992,1.25601,1.42894,1.78259,0.916052,1.48888,0.201961,1.73266,1.67273,1.37158,1.29961,1.22136,1.70147,1.80107,0.912498,0.59117,1.0371,0.984585,1.86614,1.54495,1.09697,1.50539,0.653734,1.47011,1.6002,1.51187,1.28334,1.40604,1.64379,1.58411,0.961927,1.69366,
+1.27419,1.7374,1.16661,1.52783,1.96298,1.3471,1.23142,0.980495,1.9868,1.96629,0.840495,1.90641,1.41527,0.316023,1.65443,1.48322,1.62217,0.486443,0.531513,0.740779,1.07685,1.80718,1.60692,1.77442,1.60926,1.55005,1.32479,1.68921,0.607324,1.63571,1.52965,1.14977,1.94875,1.32247,1.83793,1.96457,1.09548,1.56669,0.591643,1.67868,1.7713,1.47919,0.456292,1.3949,1.25628,1.56588,1.82424,0.582151,1.45016,1.57047,1.20379,1.0554,0.652388,1.03775,1.45677,1.06608,1.22218,0.226489,0.746764,1.74135,1.14579,0.888639,1.02999,0.555256,1.99447,1.77486,1.35734,1.29816,1.41878,0.36995,1.97537,1.86258,1.14478,0.630842,1.30608,1.38933,1.00804,1.76585,1.7722,1.69899,0.82374,1.4858,1.72267,1.23579,1.2315,0.799885,1.74387,1.70666,1.59019,1.26333,0.93079,1.02511,1.30049,1.76411,0.424702,1.19532,1.60101,0.939873,1.56044,1.12645,0.371914,0.544088,0.760552,1.13655,0.826635,1.82662,1.98162,0.730825,1.37144,1.95213,0.648314,1.04295,1.12676,0.33392,1.81809,1.13397,1.71693,1.75539,1.84836,1.09285,1.49971,1.11817,1.26186,1.6171,1.38043,1.74157,1.44958,1.93982,1.87792,0.978962,1.71643,1.48823,1.11338,1.1337,1.25399,1.83507,1.92433,1.22694,1.3678,0.550005,1.40509,0.987167,
+1.8585,1.21734,0.369576,0.924902,1.8751,1.649,1.83902,1.57711,1.68986,1.55585,1.44602,1.92924,0.592232,0.9688,1.9787,1.16421,1.58923,0.629238,0.564063,0.357117,0.602794,1.1891,1.0715,1.65456,1.61391,0.751566,1.88378,1.99531,1.18113,1.98782,0.966316,1.546,1.54832,1.88269,1.96594,1.68493,1.75172,1.37594,1.34601,0.946068,1.10189,1.87697,1.30785,1.83394,0.862148,1.90204,1.86926,0.9591,0.69192,1.90679,0.796241,1.05665,1.3639,1.67902,1.90934,0.78585,1.78755,0.766644,0.511479,1.97003,0.503917,1.60383,1.56626,0.706365,1.75031,1.62082,1.36982,1.55707,1.87871,1.24413,1.65543,1.97489,0.801014,1.46691,1.83748,0.578499,1.52542,1.43994,1.94572,1.67613,0.835794,0.762115,1.8116,1.80496,0.31756,1.3989,1.98425,1.50809,1.9722,0.604683,0.789835,1.59215,1.19493,1.45867,0.883007,1.80622,1.06139,1.367,0.988404,1.01617,1.03036,1.40353,1.2001,1.53627,1.20688,1.54288,1.62151,0.88431,1.73704,1.71161,1.42334,0.143151,0.962009,1.24433,1.26871,1.32913,1.0133,1.97462,1.44468,1.75051,1.94626,1.50127,1.51723,1.4028,1.69369,1.74827,1.8865,1.83501,1.97298,0.328918,1.9981,1.65403,1.70894,1.64109,0.35453,1.89637,1.734,0.476661,1.83607,0.534349,0.619783,1.32529,0.967843,
+1.97041,1.14116,0.770321,1.01834,1.64641,1.89157,1.93078,1.90096,1.27087,1.20374,1.82915,1.76663,0.180678,1.31482,1.85856,1.37359,1.20468,1.22909,1.00264,0.806423,1.08493,0.66601,1.122,1.66254,1.25038,0.538849,1.96615,1.89442,1.3672,1.9376,0.352995,1.86564,1.26279,1.96641,1.85139,1.23533,1.957,1.53866,1.56932,0.504012,0.658651,1.99061,1.70682,1.74948,1.22112,1.75003,1.53983,1.49767,0.0496187,1.97781,1.19019,0.940573,1.55492,1.75817,1.99805,0.666457,1.80356,1.28497,0.813618,1.92265,0.380571,1.89991,1.89358,1.29951,1.44879,1.16283,1.65745,1.83762,1.81786,1.6591,1.21136,1.82008,0.59608,1.78364,1.83052,0.672079,1.87072,1.42338,1.89882,1.28914,1.37649,0.0920583,1.49169,1.8269,0.510187,1.80103,1.91848,1.56635,1.89803,0.257522,0.798116,1.62584,0.897183,0.927092,1.20342,1.97653,1.11554,1.7715,0.360993,1.43819,1.34056,1.74406,1.29861,1.8613,1.26488,1.4794,1.28286,1.4299,1.94439,1.50696,1.79766,0.696924,1.38921,1.61017,0.695217,1.19773,0.692882,1.91431,0.889981,1.95625,1.91198,1.84007,1.81769,0.931461,1.52797,1.37829,1.80828,1.65935,1.75184,0.55632,1.90906,1.39293,1.95929,1.92806,0.543518,1.5846,1.29283,0.819092,1.99415,0.984709,0.720721,1.29584,1.42528,0.67891,
+1.22209,0.952558,1.37816,1.0387,1.05766,0.417462,1.3632,0.905785,1.43189,1.23659,0.95033,0.973706,1.67564,1.72584,1.40042,0.647748,1.90942,1.41228,1.72257,1.72293,1.15347,1.5679,0.93222,0.424016,1.90434,1.44628,1.25028,1.27156,1.8247,1.1881,1.86522,0.603478,1.10564,1.24901,0.966735,1.53622,1.1549,0.400755,1.70825,1.53203,1.48153,0.781478,1.33893,1.66935,0.921,1.62137,1.63937,1.14914,1.74309,0.764699,0.980723,1.9814,1.74069,1.64813,0.966117,1.93936,1.61203,1.54773,1.8027,0.917765,1.82928,1.13792,0.809764,1.30425,1.15239,1.82923,0.350741,0.386642,1.57863,1.37829,1.4835,1.07757,1.94213,1.38447,1.57332,1.36368,0.792878,0.6488,0.818783,1.8523,1.05848,1.76387,1.754,1.57879,1.54533,0.963982,1.00176,0.419847,1.36163,1.83789,1.92771,1.77778,1.99904,1.84367,1.77662,1.12599,0.938612,0.777624,1.85072,0.780545,1.74661,1.40438,1.88839,0.614032,1.91232,0.659364,1.20897,1.08419,0.547329,0.916426,1.20715,1.51498,0.828792,1.52593,1.6653,1.97337,1.38489,0.943128,1.73338,1.15731,1.37948,0.612197,0.415141,1.9356,1.84975,1.79611,1.58541,0.890497,1.28419,1.76947,1.16954,1.89559,0.946183,0.757547,1.50925,1.59162,1.62711,1.30785,0.830921,1.71611,1.32188,1.93539,1.54561,1.59207,1.76342,
+1.64638,1.10866,1.58667,1.35331,0.697423,1.69255,1.64232,1.87899,0.125557,0.476608,1.93191,0.89106,1.25112,1.89145,1.19573,1.49642,0.921926,1.92334,1.82357,1.73915,1.71428,0.674509,1.29156,1.20716,0.95307,1.18283,1.59958,1.19422,1.79601,1.29532,1.02474,1.8136,0.630379,1.6018,1.04093,0.0753955,1.78054,1.45256,1.84992,0.954519,0.809979,1.55245,1.98215,1.39256,1.64106,1.21757,0.725606,1.96588,1.18219,1.46163,1.66768,1.48878,1.81958,1.68035,1.5449,1.48175,1.56859,1.94511,1.7138,1.21658,1.45188,1.88827,1.86437,1.93129,0.490378,0.64092,1.66326,1.72609,1.40763,1.98815,0.0522132,0.957552,1.41806,1.93213,1.51503,1.39639,1.87593,1.15885,1.18832,0.82447,1.8839,1.1286,0.870667,1.57041,1.47991,1.94433,1.19328,1.28846,1.29694,1.34544,1.57987,1.63621,1.2712,0.618723,1.8489,1.72344,1.29693,1.90273,0.985732,1.76833,1.87777,1.95039,1.71228,1.82038,1.67129,1.0674,0.454518,1.92146,1.66863,0.750009,1.96131,1.63242,1.75784,1.95949,0.574757,1.45309,0.963085,1.18941,0.431628,1.78161,1.3967,1.8296,1.74858,0.881844,1.31301,0.785649,1.37265,0.820318,0.834434,1.59292,1.18776,1.15245,1.80462,1.81391,1.47297,0.738516,0.30667,1.56077,1.64417,1.81886,1.39468,1.57717,1.96857,1.65647,1.20332,1.51555,
+1.74394,1.57484,1.34412,1.55085,1.59452,1.99855,1.64915,1.91127,1.20021,1.35509,1.88692,1.6874,0.874628,1.23105,1.51693,1.79465,0.599624,1.49333,1.12967,1.05656,1.5763,0.952609,1.60934,1.86403,0.645573,1.15908,1.7181,1.61189,1.10114,1.6887,0.413789,1.97813,1.46437,1.71932,1.73237,1.08587,1.80146,1.8761,1.31389,1.0183,1.07112,1.91584,1.67612,1.29422,1.69824,1.3036,1.12578,1.72459,0.739143,1.90233,1.67218,0.530843,1.26718,1.38667,1.85157,0.532953,1.40691,1.40746,0.941981,1.79641,0.707252,1.81624,1.93883,1.58348,1.47205,0.684272,1.94647,1.99575,1.40481,1.64008,1.13298,1.6622,0.461584,1.65715,1.43691,1.29584,1.9405,1.75173,1.82178,0.737376,1.72223,0.683005,0.990574,1.44361,1.12991,1.87703,1.7574,1.85374,1.57337,0.626427,0.658349,1.19747,0.283881,0.537966,1.12751,1.80941,1.60621,1.92555,0.444066,1.81999,1.2117,1.63746,0.960074,1.97587,0.894523,1.749,1.39149,1.73051,1.9841,1.62848,1.76996,1.22796,1.79118,1.51565,0.80787,0.657176,1.19473,1.78013,0.727768,1.80029,1.58405,1.97274,1.99059,0.332695,0.975626,0.866234,1.38829,1.68544,1.50998,0.893579,1.67307,0.794899,1.89712,1.95388,1.16858,1.19425,1.00915,1.39781,1.91712,1.13129,1.33482,0.830483,1.45177,1.15579,0.708581,1.97003,1.09764,
+1.9272,1.20723,0.526175,0.976381,1.81056,1.79464,1.8926,1.74769,1.53419,1.43228,1.64157,1.89421,0.335254,1.0856,1.94515,1.28798,1.4085,0.904247,0.703709,0.478191,0.835383,0.977179,1.11286,1.6989,1.44248,0.629789,1.93911,1.97543,1.22216,1.99178,0.681076,1.72263,1.45539,1.93863,1.95087,1.51211,1.8621,1.48524,1.42283,0.75232,0.919649,1.96091,1.49142,1.79709,1.04508,1.84251,1.7386,1.22022,0.403731,1.97328,0.993484,0.932431,1.42403,1.70763,1.9779,0.624148,1.79462,0.984272,0.545468,1.98381,0.259753,1.7535,1.7413,0.986992,1.65244,1.42205,1.53595,1.71981,1.85807,1.43201,1.48716,1.9402,0.604835,1.61202,1.83847,0.582789,1.70897,1.46778,1.96208,1.50305,1.10416,0.472269,1.67555,1.81693,0.288591,1.6026,1.98817,1.57261,1.95897,0.316388,0.691366,1.5892,1.01019,1.22735,0.975619,1.90315,1.10385,1.57804,0.704203,1.23607,1.13041,1.55734,1.19533,1.7151,1.18167,1.55215,1.5053,1.15328,1.86549,1.65909,1.60377,0.368592,1.18285,1.39868,1.0349,1.22468,0.876805,1.98242,1.21563,1.86098,1.94814,1.68634,1.68848,1.17938,1.60659,1.5884,1.85855,1.79616,1.90419,0.249345,1.98702,1.52393,1.84624,1.79973,0.346665,1.77588,1.55954,0.613706,1.93749,0.679437,0.636768,1.26756,1.15872,0.312916,0.382954,1.70903,1.48307,0.918305,
+1.62598,1.73685,1.22137,1.60056,1.87748,1.89275,1.51901,1.67161,1.6279,1.71698,1.60388,1.91138,0.987392,0.699514,1.63002,1.78078,0.979877,1.09053,0.634553,0.652384,1.39605,1.34889,1.6912,1.98015,0.991564,1.30383,1.62571,1.72565,0.616863,1.758,0.809569,1.79713,1.78082,1.62573,1.90574,1.54127,1.60503,1.88859,0.895148,1.29466,1.39731,1.87383,1.28258,1.29121,1.59035,1.40738,1.45867,1.36968,0.919039,1.90488,1.54281,0.165494,0.861282,1.17408,1.80657,0.226119,1.29031,0.929758,0.482613,1.9031,0.587753,1.5458,1.71578,1.21099,1.81245,1.16431,1.85409,1.87137,1.39956,1.22631,1.57844,1.86582,0.303611,1.30183,1.3635,1.30901,1.71036,1.88884,1.94047,1.12354,1.43949,0.914382,1.29443,1.33147,1.06346,1.58236,1.87284,1.93851,1.63832,0.646229,0.141823,0.974873,0.434714,1.09044,0.575045,1.65273,1.68547,1.67508,0.855967,1.6458,0.685133,1.25804,0.504333,1.7902,0.460178,1.91895,1.75082,1.41788,1.88867,1.89831,1.4284,1.03835,1.61926,1.07401,1.27346,0.495387,1.44348,1.89751,1.25442,1.60288,1.59706,1.78094,1.85258,0.864562,1.01704,1.23312,1.40382,1.93112,1.76142,0.628303,1.78991,0.971973,1.70414,1.76678,1.11322,1.51161,1.46407,1.30411,1.82537,0.646588,1.35133,0.532087,0.967787,0.918128,0.874734,1.95599,1.55188,0.604993,0.811597,
+0.773364,1.65696,1.98648,1.83331,0.775254,1.27045,0.775613,1.31524,1.04928,1.28537,1.45731,0.649734,1.88303,1.70606,0.165202,1.72445,1.06492,1.91384,1.88498,1.93625,1.95537,1.58503,1.7604,1.26105,1.02776,1.86099,0.697423,0.1612,1.53944,0.312079,1.67679,1.38501,1.31772,0.700934,0.527122,1.02857,1.01421,1.57101,1.42122,1.75249,1.66446,0.835198,1.53119,0.662147,1.87723,0.452851,0.564656,1.80358,1.83529,0.765064,1.90134,1.59345,1.39561,1.00833,0.712865,1.75686,0.806181,1.84037,1.88564,0.529382,1.88218,1.24496,1.34051,1.90092,1.01345,1.04229,1.57938,1.38696,0.569299,1.57854,1.09119,0.443805,1.74903,1.36525,0.697467,1.93589,1.39024,1.49307,0.641706,0.939238,1.87607,1.80232,0.680547,0.778439,1.9716,1.50243,0.436617,1.43877,0.274455,1.8494,1.75773,1.10617,1.48398,1.2617,1.7435,0.916829,1.76607,1.55277,1.66652,1.80906,1.66413,1.42874,1.5088,1.39528,1.49719,1.38159,1.20404,1.85016,1.13202,1.12303,1.44348,1.99738,1.83527,1.55167,1.49954,1.36871,1.7374,0.502167,1.30766,1.01584,0.414201,1.43428,1.43037,1.30023,0.90866,0.816465,0.537926,0.904689,0.33064,1.93291,0.250718,0.963543,1.12563,1.25076,1.9705,0.493337,0.910484,1.97205,0.916375,1.89503,1.92831,1.38338,1.74009,1.99107,1.83657,1.35537,1.08095,1.52267,1.94595,1.68572,
+1.92297,1.02786,0.218526,0.734114,1.77793,1.64392,1.9172,1.64805,1.57188,1.39795,1.5299,1.85353,0.451372,1.17207,1.99336,1.04005,1.60477,0.799379,0.789849,0.582871,0.553761,1.02512,0.887636,1.54278,1.63517,0.529828,1.94346,1.99706,1.36067,1.9956,0.913775,1.57276,1.38521,1.94259,1.91368,1.58163,1.83217,1.26572,1.51389,0.754671,0.913783,1.88511,1.4546,1.90388,0.765955,1.94125,1.84612,1.07085,0.585562,1.8993,0.711462,1.18167,1.52872,1.79631,1.93322,0.900949,1.8801,0.968821,0.716662,1.93942,0.564654,1.70228,1.62404,0.843529,1.62337,1.5907,1.31812,1.54926,1.94161,1.39986,1.53794,1.92309,0.89166,1.60534,1.91681,0.348952,1.58236,1.28749,1.90021,1.67687,0.889639,0.66162,1.81512,1.89411,0.0988752,1.48606,1.95877,1.3844,1.99719,0.612397,0.940462,1.71774,1.26727,1.40707,1.0903,1.87392,0.877178,1.42042,0.924465,0.986331,1.22855,1.54995,1.36717,1.56479,1.36694,1.39643,1.47269,0.963255,1.74172,1.57618,1.5456,0.145725,0.9264,1.41563,1.13555,1.44385,0.804832,1.9425,1.34951,1.8314,1.98747,1.52931,1.51247,1.39901,1.76936,1.74236,1.94477,1.72849,1.92807,0.47593,1.98879,1.70756,1.77228,1.68646,0.117883,1.87083,1.66033,0.310872,1.86292,0.761483,0.395754,1.46303,1.16019,0.240402,0.589355,1.52665,1.54416,1.17671,0.31245,1.06011,1.98578,
+0.541144,1.51877,1.81666,1.62825,1.00054,0.556568,0.710999,0.700711,1.45606,1.47841,0.878625,0.796616,1.96937,1.62268,0.788567,1.3422,1.6423,1.62433,1.80246,1.87921,1.64597,1.8183,1.54581,0.934482,1.61231,1.86525,0.55168,0.655263,1.59327,0.518001,1.96836,0.697699,1.41834,0.551001,0.625618,1.50433,0.601098,1.14096,1.39453,1.87268,1.8122,0.0471186,1.1694,1.09827,1.51612,1.05716,1.27902,1.36459,1.9833,0.0994522,1.54902,1.85059,1.41247,1.12652,0.199673,1.94487,1.02799,1.61427,1.8892,0.422292,1.98848,0.772822,0.689468,1.55617,1.25032,1.6345,1.01572,0.70598,0.965149,1.23951,1.51067,0.722287,1.96022,1.06298,0.961167,1.83076,0.742934,1.25334,0.464898,1.56323,1.44744,1.98206,1.36925,0.97956,1.91346,0.935163,0.468512,1.08386,0.704755,1.99892,1.90684,1.321,1.8546,1.76651,1.70366,0.505058,1.55133,0.939502,1.96185,1.33543,1.60648,1.12911,1.64821,0.711935,1.67228,1.18488,1.41174,1.41039,0.380544,1.16019,1.00146,1.86986,1.38533,1.32489,1.82243,1.70679,1.79367,0.457219,1.75378,0.604596,0.700758,0.762073,0.760052,1.79784,1.40101,1.47673,0.977527,0.957714,0.902904,1.95263,0.570914,1.51819,0.521922,0.564232,1.89857,1.21688,1.48426,1.7838,0.20212,1.80946,1.80752,1.64551,1.50825,1.89148,1.98909,0.791086,1.52288,1.9074,1.96848,1.87981,0.798672,1.89591,
+0.972323,1.83742,1.4269,1.68757,1.87025,1.20335,0.926555,0.753864,1.97525,1.99476,0.663326,1.77608,1.64594,0.509619,1.43293,1.57161,1.59538,0.79096,0.854805,1.05792,1.30246,1.9293,1.7346,1.72841,1.56952,1.75181,1.02945,1.46754,0.6227,1.39849,1.69391,1.00898,1.97563,1.02679,1.67245,1.95265,0.782505,1.59222,0.428418,1.84865,1.91092,1.24643,0.197515,1.17588,1.41896,1.36391,1.71138,0.715363,1.66617,1.3523,1.38262,1.17477,0.503119,0.775429,1.19684,1.26953,0.961769,0.581783,1.03877,1.54519,1.39998,0.585743,0.833488,0.812303,1.9585,1.76023,1.35335,1.19192,1.17697,0.162464,1.9749,1.70077,1.343,0.277478,1.0454,1.61636,0.833698,1.79852,1.59678,1.64869,0.99709,1.69005,1.61479,0.967231,1.49706,0.647549,1.54191,1.70513,1.34914,1.49741,1.13793,0.835885,1.38597,1.80668,0.650411,0.891719,1.73093,0.855683,1.72063,1.23651,0.504258,0.189652,0.785259,0.997882,0.856302,1.83295,1.99015,0.89044,1.18433,1.92047,0.382663,1.33252,1.25543,0.0728647,1.92159,1.1433,1.87203,1.56138,1.90425,0.779434,1.24074,0.996054,1.16814,1.66175,1.24725,1.66754,1.21486,1.85707,1.72396,1.2671,1.50053,1.40469,0.843423,0.923541,1.51441,1.71145,1.88863,1.47033,1.11844,0.875836,1.62504,0.973308,0.364607,1.27036,1.64378,1.47907,1.96713,1.56203,1.43223,1.13442,1.53867,1.43536,1.27737,
+0.90675,1.99585,1.79036,1.97298,1.64255,1.59269,0.738537,1.28132,1.63624,1.8338,1.31736,1.5741,1.6894,0.89734,0.960238,1.95668,0.920803,1.44048,1.21888,1.35946,1.80642,1.76784,1.99341,1.87399,0.873025,1.86429,0.888265,1.09373,0.601692,1.11137,1.45764,1.52274,1.88405,0.88897,1.47396,1.55121,0.976169,1.93327,0.529191,1.82171,1.84099,1.34554,1.03002,0.471715,1.89459,0.701686,1.10037,1.47549,1.62918,1.39249,1.87269,0.857304,0.463727,0.307971,1.19428,1.14025,0.405135,1.21912,1.24063,1.40227,1.42847,1.0504,1.36473,1.49927,1.74163,1.1662,1.82268,1.64695,0.581581,1.03553,1.62364,1.43151,1.18385,0.856118,0.503473,1.86735,1.39908,1.97281,1.50051,0.97237,1.66247,1.61007,0.921592,0.45866,1.73358,1.33531,1.34528,1.93359,0.929982,1.4604,1.06076,0.0746054,0.920164,1.31361,0.936096,1.00138,1.9924,1.50713,1.4821,1.81064,0.822383,0.880194,0.558011,1.52085,0.557618,1.94411,1.80987,1.59526,1.49646,1.83605,1.08849,1.67953,1.82109,0.865158,1.66193,0.569166,1.89906,1.39778,1.50593,0.97382,0.842298,1.54128,1.65311,1.11635,0.411549,0.993389,0.602956,1.72927,1.32364,1.43351,1.19693,0.626781,1.19239,1.37132,1.76175,1.12326,1.39296,1.83545,1.28397,1.2428,1.88595,0.45379,1.07286,1.59869,1.60176,1.80228,1.5953,1.14828,1.58107,0.954057,1.08843,1.71931,1.34804,0.898838,
+0.142152,1.77664,1.84385,1.80974,1.33039,0.802933,0.303403,0.561647,1.66471,1.74273,0.73235,1.15083,1.98474,1.31635,0.771926,1.57296,1.54191,1.47914,1.59434,1.72372,1.68878,1.95208,1.76844,1.32898,1.50121,1.97054,0.221876,0.736933,1.25059,0.611191,1.94196,0.785545,1.71166,0.218152,0.975186,1.66968,0.166501,1.43569,1.0045,1.98743,1.96192,0.467262,0.851898,0.837056,1.64092,0.90909,1.31127,1.24906,1.98606,0.575046,1.65076,1.62406,1.02425,0.718945,0.331259,1.7734,0.66865,1.3866,1.70421,0.785233,1.89228,0.438618,0.630173,1.43875,1.55072,1.62534,1.24379,0.916377,0.715466,0.928574,1.70008,1.02266,1.80852,0.671519,0.638353,1.915,0.697038,1.58114,0.876751,1.49802,1.42703,1.98579,1.31494,0.619847,1.92026,0.792077,0.776647,1.43301,0.647565,1.92668,1.70198,0.949334,1.67885,1.77475,1.41846,0.0487061,1.77111,0.922546,1.94781,1.43713,1.2856,0.754635,1.32357,0.791213,1.35866,1.53792,1.68882,1.35571,0.645032,1.51222,0.702314,1.8395,1.48249,0.970889,1.92688,1.4456,1.95421,0.806641,1.83257,0.169182,0.54741,0.838127,0.946191,1.72545,1.15811,1.43494,0.749331,1.33118,1.10434,1.83861,0.742267,1.33672,0.33636,0.561697,1.919,1.26826,1.59548,1.83907,0.356381,1.60879,1.90413,1.34127,1.22816,1.82584,1.9797,1.13518,1.69904,1.8011,1.91555,1.65873,0.873323,1.89037,0.488147,0.92632,0.992857,
+0.938727,1.218,1.7181,1.40089,0.714244,0.593571,1.0849,0.977374,1.22815,1.17577,1.11092,0.537378,1.85628,1.82075,0.959169,1.11399,1.68507,1.70819,1.90624,1.93071,1.5627,1.60897,1.28496,0.547714,1.66885,1.67917,0.935051,0.800851,1.8179,0.721772,1.8941,0.82335,1.08826,0.935168,0.459995,1.31735,0.995878,0.873907,1.67215,1.67495,1.58665,0.45972,1.43999,1.34799,1.37429,1.24632,1.27671,1.47142,1.87984,0.350913,1.42503,1.96026,1.68676,1.44578,0.609953,1.99875,1.33873,1.76067,1.96234,0.388423,1.97377,1.11588,0.925023,1.62982,0.94549,1.59962,0.876278,0.705488,1.23324,1.49585,1.29469,0.588999,1.99587,1.38432,1.26574,1.6728,0.951915,0.90821,0.280629,1.59031,1.46047,1.87778,1.42358,1.29762,1.818,1.15174,0.482065,0.74447,0.93092,1.96161,1.99241,1.59755,1.92466,1.69257,1.87646,0.913236,1.29292,1.06767,1.87716,1.25627,1.816,1.4339,1.85406,0.839025,1.8677,0.81372,1.10522,1.45996,0.526447,0.795291,1.28992,1.81621,1.29985,1.59249,1.64354,1.86169,1.55953,0.415007,1.61306,0.999059,0.982258,0.872276,0.763227,1.79142,1.58899,1.4997,1.23165,0.605679,0.829427,1.95875,0.677633,1.64457,0.874751,0.813795,1.79257,1.21106,1.36036,1.66344,0.599336,1.90661,1.64079,1.83822,1.70587,1.86581,1.89615,0.557047,1.31988,1.91291,1.91907,1.98142,0.892931,1.81502,0.435301,1.54995,1.61197,0.898578,
+0.472217,1.94306,1.92854,1.98099,1.40121,1.30957,0.297933,1.04928,1.56479,1.75737,1.1568,1.27467,1.9,1.19914,0.588818,1.8688,1.11532,1.59377,1.51601,1.64875,1.87609,1.8589,1.96211,1.64052,1.06222,1.98267,0.430831,0.69786,0.988987,0.682362,1.71281,1.28675,1.78312,0.43244,1.12782,1.51175,0.642389,1.77686,0.797434,1.93991,1.92097,0.947903,1.03483,0.287224,1.89067,0.475848,1.00202,1.5044,1.85733,0.993036,1.88727,1.27857,0.770831,0.298019,0.765232,1.51402,0.0966395,1.42402,1.56961,1.01441,1.73268,0.833706,1.13011,1.60777,1.58191,1.27594,1.6529,1.40321,0.226182,1.07964,1.57844,1.10187,1.54619,0.809131,0.0702075,1.98273,1.18328,1.82966,1.13373,1.08954,1.68811,1.83911,0.913023,0.0433426,1.92178,1.19743,0.953758,1.74725,0.510522,1.75299,1.44895,0.481044,1.29619,1.46916,1.271,0.619778,1.96371,1.3568,1.72489,1.75994,1.13882,0.876542,0.996853,1.28956,1.00954,1.77485,1.708,1.61987,1.17123,1.64814,0.995259,1.87083,1.78686,0.992254,1.77192,1.01093,1.96711,1.01343,1.60692,0.641227,0.387996,1.32514,1.42573,1.35661,0.622001,1.04293,0.274389,1.48012,1.04023,1.72816,0.798375,0.84136,0.882687,1.09447,1.93594,0.986664,1.36577,1.94771,0.898265,1.53606,1.98725,0.925391,1.25988,1.82218,1.84116,1.5572,1.55923,1.46361,1.83457,1.36261,0.744631,1.90708,0.945768,0.988831,0.49929,0.594414,1.26538,
+1.16571,1.96351,1.66741,1.91216,1.73218,1.74081,1.01171,1.44683,1.6263,1.81493,1.44838,1.70099,1.50655,0.789769,1.16988,1.96159,0.819352,1.36521,1.05126,1.17342,1.7356,1.64899,1.95361,1.95623,0.785203,1.73228,1.15079,1.3021,0.471105,1.3342,1.24972,1.66115,1.87831,1.1514,1.63272,1.52849,1.20904,1.97778,0.565805,1.68619,1.72696,1.55474,1.12027,0.708375,1.85975,0.89278,1.16266,1.48253,1.4349,1.59475,1.82934,0.572083,0.4922,0.59123,1.42478,0.878654,0.696554,1.13872,1.03146,1.58901,1.20226,1.23844,1.52138,1.44862,1.77771,1.08832,1.89234,1.77317,0.835501,1.10211,1.59861,1.58336,0.924518,1.00395,0.783918,1.74515,1.54398,1.99705,1.6713,0.919468,1.6445,1.41456,0.960865,0.748268,1.57411,1.45356,1.53614,1.98886,1.16117,1.23525,0.801551,0.344984,0.661585,1.18583,0.782933,1.24285,1.95125,1.60931,1.28089,1.8184,0.716891,1.00207,0.34787,1.65755,0.312425,1.98261,1.80757,1.58772,1.67041,1.88517,1.21971,1.53067,1.81739,0.912292,1.5363,0.285055,1.79241,1.58238,1.39727,1.20664,1.09335,1.66912,1.77178,0.948404,0.47124,0.982995,0.846431,1.81945,1.45913,1.22412,1.39942,0.583633,1.39532,1.54325,1.60986,1.20354,1.37755,1.72539,1.4981,1.07483,1.77189,0.1569,1.03355,1.43461,1.40171,1.90687,1.56686,0.918172,1.38496,0.681134,1.27406,1.56464,1.55735,0.963167,0.304761,1.23851,1.77138,0.786179,
+1.81098,1.23459,1.38917,1.3485,1.18429,1.91344,1.76506,1.99179,0.661036,0.824721,1.99973,1.34454,0.896881,1.66204,1.44492,1.60628,0.727039,1.74779,1.53093,1.41763,1.60834,0.495325,1.35457,1.54294,0.783125,0.986769,1.77359,1.49244,1.56783,1.58769,0.525875,1.9695,0.968128,1.77537,1.45642,0.559055,1.90692,1.64956,1.70675,0.734911,0.678592,1.82776,1.93494,1.44497,1.62847,1.34396,0.935228,1.89945,0.78045,1.77063,1.63033,1.11298,1.66934,1.65863,1.80075,1.05992,1.60571,1.74603,1.368,1.5877,1.03831,1.96389,1.9913,1.79416,0.98149,0.515627,1.82435,1.91918,1.51088,1.91762,0.579525,1.37822,0.979058,1.91265,1.58984,1.2196,1.99378,1.40874,1.57808,0.733297,1.82274,0.708417,0.939048,1.625,1.20259,1.99798,1.55875,1.55669,1.53236,0.91096,1.18976,1.53993,0.873158,0.257997,1.58259,1.88079,1.35521,1.9834,0.487379,1.79516,1.65162,1.90964,1.45601,1.97169,1.40219,1.37445,0.866109,1.85988,1.9068,1.17863,1.97133,1.37384,1.76861,1.84979,0.283562,1.16445,0.865175,1.56525,0.121955,1.90697,1.59511,1.97131,1.92573,0.503718,1.22977,0.79386,1.48172,1.28155,1.23385,1.22526,1.51832,1.02415,1.95578,1.97471,1.21425,0.989154,0.585685,1.39666,1.87957,1.52507,1.24029,1.32236,1.80084,1.36679,0.790069,1.77421,0.54796,0.632154,1.12449,1.16811,1.38156,1.27694,1.80813,1.87603,1.49199,1.86438,1.68076,1.62854,1.36075,
+1.47091,0.635352,1.39544,0.919516,0.670361,0.940983,1.57943,1.37086,0.978302,0.723323,1.42268,0.710456,1.50524,1.93642,1.37632,0.732725,1.71753,1.67371,1.86901,1.81162,1.30135,1.18571,0.766242,0.174172,1.72591,1.22832,1.46668,1.25365,1.98431,1.23482,1.63676,1.13114,0.574521,1.46692,0.830854,1.11594,1.49526,0.536876,1.92995,1.2259,1.11686,1.06916,1.71512,1.70797,1.06597,1.5884,1.40532,1.52756,1.55008,0.983321,1.13275,1.96202,1.94187,1.81991,1.2067,1.89879,1.74121,1.80706,1.87553,0.920528,1.76085,1.53884,1.29721,1.59808,0.657948,1.5518,0.807658,0.942734,1.63857,1.7421,1.03751,0.900307,1.87244,1.73357,1.6849,1.26104,1.29026,0.30651,0.791784,1.63743,1.38403,1.55296,1.56802,1.71545,1.48655,1.43489,0.987808,0.288747,1.39374,1.72182,1.93581,1.89906,1.89586,1.53897,1.94919,1.44165,0.77714,1.27932,1.60797,1.10259,1.95072,1.75365,1.99767,1.14128,1.9988,0.165592,0.690251,1.43814,1.00002,0.377729,1.61736,1.54921,1.11881,1.83757,1.28846,1.96218,1.05867,0.924767,1.36519,1.49762,1.46262,1.14253,0.969844,1.70886,1.82241,1.57562,1.62793,0.479284,1.06864,1.77093,1.15112,1.79542,1.35889,1.23519,1.4475,1.36147,1.26483,1.31511,1.17347,1.85919,1.21939,1.98416,1.83486,1.6356,1.58096,0.58573,1.08047,1.79395,1.65102,1.95732,1.27366,1.50587,1.0535,1.80823,1.90066,1.43441,0.662806,1.6928,1.96373,1.42786,
+1.32618,0.916106,1.1966,0.906032,1.2557,0.492846,1.45361,0.888643,1.55216,1.32856,0.875627,1.19393,1.57455,1.61853,1.563,0.482756,1.97012,1.22053,1.57735,1.57188,0.934069,1.56798,0.829653,0.607325,1.96848,1.34773,1.36507,1.45243,1.76294,1.36897,1.82596,0.570458,1.19793,1.36332,1.19179,1.6492,1.21304,0.321951,1.66424,1.47998,1.45938,0.951381,1.25102,1.76399,0.700475,1.74564,1.77694,0.955201,1.66003,0.962851,0.757358,1.93184,1.70389,1.68632,1.12326,1.85833,1.68521,1.3901,1.67134,1.13921,1.71984,1.1343,0.787152,1.10151,1.30627,1.90711,0.0870489,0.375968,1.68745,1.27846,1.59264,1.29291,1.86682,1.34429,1.66428,1.218,0.748295,0.686731,1.05247,1.9345,0.827934,1.69203,1.86659,1.65718,1.3949,0.871066,1.21595,0.493216,1.51915,1.7435,1.83967,1.8003,1.98077,1.89198,1.66638,1.21047,0.833303,0.65053,1.81545,0.527761,1.65073,1.34765,1.83902,0.574099,1.86795,0.756428,1.32127,0.865112,0.666469,1.07465,1.14178,1.33949,0.579551,1.44159,1.68293,1.96374,1.33576,1.1641,1.78522,1.21483,1.52055,0.548065,0.360849,1.96534,1.91311,1.8963,1.69821,1.09442,1.47728,1.6344,1.36423,1.95866,0.993236,0.778838,1.35701,1.73865,1.74411,1.12601,0.96289,1.5683,1.17535,1.91639,1.41331,1.42325,1.6792,0.267077,1.62322,1.95445,1.57603,1.88486,1.53296,1.36449,0.969723,1.39569,1.82908,1.22856,0.804061,1.64157,1.90599,1.80911,0.737549,
+1.7634,0.119187,0.962965,0.407432,1.07203,1.19881,1.84194,1.5408,1.09562,0.738701,1.52071,1.16892,1.11263,1.82274,1.71443,0.457314,1.75788,1.44357,1.63442,1.51989,0.930891,0.927174,0.244488,0.641388,1.78126,0.769793,1.76975,1.63051,1.93063,1.62142,1.38478,1.30062,0.603546,1.76953,1.29339,1.21414,1.73718,0.510568,1.94621,0.844791,0.783174,1.44934,1.7388,1.92259,0.710555,1.84219,1.62776,1.39669,1.19394,1.39831,0.773305,1.82758,1.96126,1.97187,1.57432,1.67448,1.94478,1.63291,1.61541,1.37528,1.44227,1.70636,1.46713,1.37979,0.913588,1.59822,0.836625,1.13289,1.88941,1.73886,1.11765,1.33778,1.64153,1.82156,1.91703,0.783085,1.43759,0.264334,1.26829,1.72266,1.16843,1.21542,1.74211,1.93173,1.05894,1.50834,1.42954,0.469236,1.73384,1.40383,1.72879,1.99823,1.78562,1.48962,1.80464,1.71711,0.256264,1.3358,1.35644,0.900975,1.85536,1.81394,1.94073,1.30391,1.93948,0.395238,0.78665,1.25875,1.3092,0.71637,1.69556,1.15189,0.882958,1.82929,1.09933,1.92536,0.644551,1.37871,1.29217,1.73862,1.7826,1.28271,1.12854,1.65057,1.94338,1.70512,1.88134,0.932966,1.4432,1.44513,1.55541,1.88379,1.59942,1.45346,1.00989,1.60998,1.39094,0.868373,1.51086,1.61669,0.734463,1.95906,1.7272,1.26393,1.23185,0.846091,1.15788,1.64531,1.27708,1.78544,1.63205,1.08615,1.44477,1.81189,1.99828,1.71996,1.13565,1.92018,1.98253,1.31528,0.55269,0.813852,
+1.98812,0.784073,0.452075,0.586283,1.57768,1.68927,1.99129,1.78916,1.3054,1.09706,1.70507,1.69437,0.298341,1.44619,1.9445,0.991985,1.52165,1.13233,1.10783,0.905369,0.75555,0.689956,0.713987,1.4043,1.56095,0.150747,1.99531,1.93819,1.57426,1.95627,0.776788,1.67589,1.09566,1.99506,1.79279,1.3288,1.94131,1.19765,1.72007,0.391218,0.553337,1.89469,1.68945,1.92817,0.84022,1.91492,1.71179,1.33781,0.436152,1.87987,0.819276,1.29755,1.72429,1.91122,1.95024,1.03042,1.95206,1.29028,0.996711,1.86037,0.692398,1.85806,1.75537,1.15568,1.37117,1.43652,1.35147,1.60879,1.96203,1.64813,1.26811,1.79175,0.986571,1.80573,1.9682,0.227933,1.72024,1.1036,1.80606,1.57023,1.13205,0.496144,1.71722,1.96338,0.30157,1.67166,1.87976,1.25673,1.97081,0.650349,1.11764,1.83388,1.29172,1.22386,1.36386,1.95964,0.705528,1.58152,0.765887,1.11515,1.48904,1.76543,1.55142,1.6716,1.53679,1.19878,1.18594,1.21771,1.78131,1.34129,1.75008,0.528352,1.05871,1.66267,0.839542,1.52965,0.437806,1.85813,1.10238,1.94112,1.98892,1.64178,1.58328,1.29177,1.78891,1.62676,1.95607,1.53295,1.78804,0.728419,1.92077,1.68658,1.87997,1.79155,0.273634,1.73613,1.44642,0.448516,1.90509,1.08317,0.270444,1.59002,1.45435,0.611579,0.471699,1.49406,1.27953,1.1263,0.493018,1.21266,1.90625,0.388731,1.89666,1.67869,1.82382,1.96792,1.74056,1.97074,1.67827,1.04011,1.3272,1.37682,0.87348,
+1.36665,1.67268,1.05395,1.44194,1.97443,1.36537,1.33216,1.03741,1.97987,1.93703,0.884898,1.92974,1.33158,0.369492,1.72653,1.4168,1.65414,0.359867,0.45034,0.644521,0.968357,1.75583,1.53084,1.75682,1.64618,1.46305,1.41645,1.75564,0.686897,1.70459,1.48503,1.17024,1.91617,1.41418,1.87405,1.96238,1.188,1.52153,0.709438,1.60775,1.70924,1.53454,0.553644,1.48523,1.16611,1.64391,1.86696,0.52637,1.37678,1.62056,1.10873,1.0652,0.765006,1.14934,1.52611,1.03315,1.32562,0.0959033,0.676667,1.78733,1.07289,0.976969,1.07435,0.445397,1.98715,1.79249,1.32335,1.3028,1.51024,0.46896,1.9664,1.90035,1.1094,0.746156,1.40526,1.28888,1.04486,1.72116,1.80846,1.73361,0.73668,1.41807,1.77191,1.33908,1.12664,0.837686,1.79414,1.67211,1.66777,1.19554,0.905261,1.12755,1.30985,1.76069,0.438732,1.284,1.52422,0.946247,1.51551,1.05498,0.441334,0.660871,0.82543,1.15654,0.885394,1.79222,1.95908,0.653187,1.40658,1.93711,0.732186,0.927509,1.04873,0.464961,1.77901,1.18123,1.64482,1.80125,1.83134,1.1856,1.58486,1.13246,1.26238,1.62348,1.45536,1.78041,1.5386,1.94348,1.91953,0.891035,1.77695,1.54499,1.18481,1.18081,1.14867,1.87918,1.93597,1.11753,1.42972,0.46348,1.30551,1.04995,0.135402,0.854269,1.35295,1.53341,1.9614,1.44088,1.06487,0.961251,1.80249,1.05069,1.56322,0.489877,1.17057,1.31674,1.7304,1.36202,1.10986,1.77945,1.81192,1.38373,1.666,1.36138,
+1.99223,0.992792,0.739377,0.892772,1.56155,1.84984,1.96743,1.90901,1.1845,1.07404,1.84296,1.69468,0.154951,1.43187,1.86358,1.2712,1.26676,1.28546,1.12164,0.923501,1.04987,0.532094,0.988382,1.55598,1.31364,0.386148,1.98713,1.88468,1.49246,1.92737,0.438119,1.84287,1.12635,1.98744,1.7952,1.16805,1.98251,1.43663,1.67318,0.329066,0.494939,1.96527,1.76673,1.80518,1.14959,1.78494,1.53939,1.52322,0.131638,1.94329,1.12795,1.09275,1.66169,1.83491,1.98752,0.834427,1.86544,1.37205,0.95273,1.87884,0.543468,1.93137,1.89187,1.33797,1.34362,1.1837,1.58882,1.79339,1.86199,1.72436,1.12828,1.768,0.765348,1.846,1.88264,0.576743,1.86751,1.2936,1.84271,1.33081,1.37252,0.156672,1.51975,1.88431,0.500837,1.8161,1.88066,1.45343,1.90669,0.433835,0.960239,1.72042,1.03068,0.941916,1.33047,1.99485,0.982434,1.76391,0.424592,1.38987,1.45961,1.81035,1.43101,1.83954,1.39966,1.35181,1.16067,1.43759,1.91072,1.38937,1.84075,0.721007,1.34008,1.69446,0.608351,1.32629,0.520192,1.87036,0.851005,1.98208,1.93069,1.81764,1.77517,0.999418,1.60793,1.40668,1.85052,1.563,1.71319,0.687956,1.88782,1.46971,1.96685,1.91961,0.515559,1.57839,1.25672,0.765494,1.98021,1.1021,0.619102,1.42421,1.5141,0.738441,0.181108,1.68462,1.12683,0.824538,0.478378,1.03382,1.82706,0.593217,1.96202,1.72166,1.69718,1.99702,1.83093,1.89474,1.51888,0.764421,1.46356,1.60575,1.09059,0.356261,1.43889,
+1.3003,0.888191,1.28297,0.942644,1.13003,0.480436,1.43416,0.935825,1.46241,1.24267,0.953578,1.06519,1.6116,1.69921,1.48878,0.533421,1.93696,1.34135,1.669,1.65999,1.04767,1.53833,0.842681,0.465174,1.93488,1.37326,1.33168,1.36765,1.81851,1.28789,1.83361,0.622782,1.10788,1.33027,1.07013,1.567,1.21656,0.29997,1.7157,1.4789,1.43888,0.886058,1.3331,1.73191,0.805618,1.69251,1.70076,1.08602,1.68823,0.877259,0.867415,1.96651,1.75042,1.69282,1.06513,1.90463,1.67051,1.49688,1.75008,1.02889,1.77424,1.17363,0.836821,1.22937,1.19423,1.85732,0.243855,0.407704,1.64905,1.36575,1.50918,1.17518,1.90764,1.40112,1.63887,1.27413,0.809657,0.609192,0.931155,1.8886,0.968125,1.7139,1.80777,1.64012,1.46281,0.958354,1.10986,0.389571,1.45137,1.78639,1.8939,1.81162,1.99326,1.85326,1.74532,1.1982,0.84834,0.754257,1.8197,0.670574,1.72567,1.4129,1.88478,0.630356,1.9095,0.651678,1.22604,1.00396,0.632531,0.953586,1.2139,1.42847,0.717139,1.51846,1.64814,1.98064,1.32781,1.05297,1.73751,1.2187,1.46531,0.617108,0.417201,1.94347,1.89265,1.84083,1.65649,0.960986,1.37102,1.70665,1.2708,1.93245,1.00429,0.803851,1.42452,1.65769,1.66635,1.20934,0.922481,1.66068,1.23061,1.9428,1.51122,1.51194,1.70939,0.127864,1.54181,1.9583,1.6398,1.93109,1.44604,1.44146,0.898222,1.47311,1.83662,1.21064,0.677299,1.62119,1.92426,1.77146,0.60948,0.157293,0.780529,1.41707,1.48858,1.62808,
+1.9019,0.780715,1.16136,0.948752,1.07004,1.74871,1.90443,1.94014,0.619728,0.484869,1.93554,1.25775,0.786128,1.79905,1.61239,1.24163,1.18131,1.68235,1.59952,1.45125,1.35891,0.129741,0.932074,1.23575,1.22747,0.659485,1.8775,1.60365,1.7923,1.66997,0.747055,1.82988,0.589388,1.8787,1.41029,0.649802,1.96022,1.30223,1.9017,0.402033,0.240491,1.77798,1.97212,1.72137,1.31468,1.61101,1.21597,1.79402,0.749043,1.7113,1.3329,1.42883,1.88341,1.88924,1.81022,1.29057,1.84129,1.76741,1.46657,1.55446,1.12032,1.98722,1.91058,1.69511,0.790304,0.959702,1.54848,1.72895,1.7491,1.9574,0.569875,1.36847,1.2168,1.99564,1.81709,0.91978,1.90032,1.01041,1.49909,1.16184,1.64047,0.71066,1.29277,1.84832,1.03017,1.92817,1.55633,1.20449,1.68501,1.00327,1.41082,1.81981,1.26367,0.761062,1.73037,1.93263,0.934045,1.85006,0.699601,1.5311,1.8092,1.98847,1.72191,1.83267,1.68551,0.998958,0.577704,1.70655,1.78492,0.892803,1.98423,1.22971,1.49992,1.94695,0.258943,1.52927,0.425875,1.538,0.51105,1.96087,1.75442,1.82393,1.73222,0.988248,1.59107,1.18348,1.72503,1.09124,1.31161,1.26123,1.58548,1.43006,1.93829,1.8935,1.01659,1.23902,0.82632,1.13186,1.84403,1.58566,0.922423,1.64797,1.85681,1.27754,0.786559,1.51086,0.585308,1.0317,1.08294,1.43407,1.5234,1.11156,1.76056,1.95918,1.78804,1.92181,1.53083,1.84527,1.68915,0.522428,1.09574,1.52955,0.87706,0.774885,1.81009,0.651844,1.48789,
+1.95379,1.09931,1.01194,1.09072,1.45037,1.9178,1.91553,1.97681,0.99907,0.978318,1.93724,1.59839,0.440908,1.50866,1.73299,1.43491,1.03902,1.4771,1.26252,1.09456,1.29415,0.407803,1.1513,1.58842,1.09221,0.61738,1.93601,1.76864,1.50171,1.83304,0.251359,1.9327,1.072,1.9369,1.70518,0.952684,1.98473,1.55624,1.6822,0.414788,0.488995,1.9542,1.85066,1.67865,1.36759,1.63379,1.32976,1.69461,0.318805,1.91938,1.35431,1.03473,1.65816,1.77491,1.95474,0.841414,1.7787,1.51947,1.0794,1.80822,0.670566,1.97371,1.96804,1.53362,1.22716,0.927433,1.72107,1.88489,1.74536,1.81552,0.930233,1.65699,0.755505,1.89021,1.78692,0.844868,1.95406,1.36574,1.78294,1.09727,1.57644,0.246491,1.30786,1.80005,0.784491,1.91943,1.79722,1.5288,1.79357,0.530249,0.985969,1.64666,0.891793,0.665139,1.40797,1.98407,1.14797,1.8859,0.208063,1.5829,1.52033,1.86544,1.41175,1.9313,1.3675,1.38871,1.05596,1.62952,1.95234,1.33414,1.91669,0.984117,1.54123,1.76251,0.377147,1.22018,0.618766,1.79408,0.580276,1.9844,1.83056,1.91751,1.87581,0.754691,1.45527,1.17788,1.72722,1.48909,1.56441,0.86171,1.78316,1.28419,1.99892,1.98027,0.801361,1.37724,1.02225,1.03353,1.98188,1.24887,0.879162,1.35139,1.62905,0.982183,0.337333,1.76198,0.918778,0.639936,0.708155,1.02111,1.68876,0.869774,1.94472,1.79251,1.61187,1.97919,1.81659,1.80948,1.43358,0.480981,1.48263,1.72594,1.1969,0.633221,1.5749,0.302511,1.72537,0.5288,
+1.17524,1.87704,1.37231,1.71469,1.93881,1.47962,1.08476,1.08528,1.93424,1.98489,0.999382,1.8797,1.4818,0.199174,1.49891,1.6955,1.40922,0.796885,0.630535,0.848908,1.33971,1.81862,1.78326,1.88274,1.38852,1.66454,1.21161,1.56707,0.283962,1.53185,1.47351,1.3098,1.99305,1.20989,1.79917,1.8865,1.05032,1.75227,0.279016,1.73933,1.82017,1.48864,0.560073,1.15271,1.50695,1.35145,1.65404,0.899606,1.48013,1.57413,1.46046,0.854157,0.326761,0.781601,1.41928,0.969258,0.985736,0.51771,0.777927,1.70547,1.16108,0.911359,1.15775,0.878906,1.98569,1.60694,1.56898,1.46445,1.20204,0.501251,1.91806,1.80263,1.05226,0.590852,1.08537,1.55673,1.15644,1.90203,1.76041,1.4957,1.13086,1.49905,1.51766,1.01104,1.37782,0.979187,1.68871,1.85211,1.4403,1.26377,0.822208,0.722305,1.10133,1.63152,0.330197,1.14235,1.77842,1.15467,1.50785,1.39705,0.151643,0.526137,0.456293,1.29953,0.531367,1.93732,1.99157,1.04473,1.4618,1.99043,0.7418,1.22938,1.39895,0.301045,1.78773,0.859827,1.80472,1.71436,1.7628,1.04723,1.34206,1.29458,1.44072,1.44515,1.10559,1.54409,1.23306,1.95171,1.77678,1.04553,1.62035,1.23294,1.14947,1.23704,1.40831,1.67247,1.8065,1.43717,1.3814,0.658633,1.57805,0.686068,0.35111,1.13468,1.44919,1.69714,1.90276,1.30351,1.24673,0.808694,1.60292,1.32435,1.51166,0.372841,0.768671,1.16637,1.74897,1.04305,0.720533,1.71601,1.93212,1.61118,1.87511,1.57627,0.458019,1.5586,1.68378,1.86794,1.61277,
+1.30775,1.54531,1.85712,1.73499,0.81776,1.6777,1.25997,1.73863,0.644968,1.00959,1.82581,0.882884,1.55617,1.74527,0.743559,1.79122,0.597596,1.96722,1.81543,1.80369,1.94442,1.15971,1.6847,1.43603,0.590054,1.58657,1.24195,0.813236,1.5589,0.949408,1.22605,1.77612,1.12113,1.24502,0.922206,0.534274,1.50193,1.71076,1.56837,1.39591,1.2989,1.3771,1.81089,0.891686,1.90567,0.685298,0.131438,1.98313,1.46798,1.30208,1.92214,1.345,1.52412,1.27323,1.29172,1.4743,1.11944,1.90323,1.73287,1.04365,1.5906,1.66797,1.75695,1.98788,0.850422,0.442651,1.81604,1.7507,0.919234,1.82865,0.642967,0.801565,1.43432,1.68935,1.05369,1.7458,1.78834,1.51679,1.08928,0.434885,1.9973,1.4128,0.312857,1.12449,1.75645,1.85174,0.977258,1.56587,0.864744,1.51393,1.53204,1.23406,1.12861,0.679527,1.72664,1.43585,1.68919,1.88161,1.20802,1.94625,1.70661,1.72555,1.46461,1.7833,1.42218,1.41456,0.954533,1.99735,1.59261,1.08956,1.78635,1.85035,1.94928,1.75978,1.01136,1.17152,1.4369,1.01155,0.745471,1.50265,0.963995,1.8065,1.78058,0.783825,0.839937,0.309336,0.875623,0.999727,0.563869,1.71412,0.869118,0.709485,1.60713,1.69682,1.76279,0.180409,0.322683,1.85298,1.45183,1.82108,1.75051,1.281,1.8604,1.83659,1.47007,1.64467,0.606521,1.07898,1.69085,1.45597,0.663405,1.79955,1.34491,1.77041,1.18426,1.40193,1.30477,1.11252,1.21998,0.82833,1.36988,1.77785,1.56842,1.6422,1.89436,1.46116,1.70035,1.10907,1.24096,1.70271,
+1.75055,1.44204,1.44416,1.5063,1.3418,1.96962,1.67634,1.96971,0.877101,1.08075,1.97333,1.46799,0.946967,1.50397,1.40592,1.74795,0.511812,1.69567,1.40973,1.32212,1.66582,0.743233,1.53084,1.70915,0.572766,1.13041,1.71272,1.485,1.37105,1.58178,0.471057,1.99721,1.21455,1.71451,1.54469,0.749815,1.84679,1.7966,1.53285,0.917385,0.906426,1.85327,1.84215,1.30361,1.72698,1.23867,0.90791,1.87358,0.811423,1.81241,1.71774,0.873764,1.487,1.49985,1.79857,0.875047,1.46431,1.64658,1.23815,1.64852,0.95174,1.90168,1.9853,1.76108,1.19137,0.414774,1.92238,1.98013,1.39476,1.82009,0.802578,1.46101,0.798389,1.80543,1.46372,1.32655,1.9914,1.6037,1.66251,0.577395,1.83949,0.738778,0.834507,1.49223,1.24301,1.97137,1.6083,1.72606,1.48728,0.83838,0.999999,1.34777,0.604389,0.17493,1.41847,1.83055,1.53018,1.99211,0.458817,1.86585,1.48415,1.80005,1.23983,1.99803,1.17803,1.57448,1.11089,1.8603,1.94879,1.38773,1.8993,1.38313,1.84058,1.72123,0.549255,0.909739,1.07219,1.62673,0.375465,1.84634,1.53156,1.9994,1.98439,0.222693,1.02987,0.682124,1.36774,1.45205,1.29312,1.14428,1.53473,0.811333,1.92939,1.97733,1.26718,0.976514,0.684808,1.47191,1.88584,1.40854,1.35528,1.08458,1.68518,1.3456,0.802565,1.88976,0.762659,0.377474,1.10069,0.95354,1.37352,1.30623,1.83652,1.75624,1.29396,1.8148,1.77874,1.50239,1.13032,0.297369,1.61518,1.91453,1.5159,1.14739,1.67567,0.84314,1.88978,0.791534,0.570794,1.55423,0.826882,
+1.12547,1.08912,1.7059,1.33629,0.449529,0.841944,1.24475,1.22253,0.988317,0.93325,1.3391,0.317521,1.76777,1.92177,0.975304,1.1178,1.59075,1.81028,1.96571,1.96012,1.59985,1.42685,1.20646,0.463389,1.58217,1.57221,1.10551,0.824374,1.90295,0.797362,1.77958,1.06374,0.851291,1.10641,0.361546,1.09455,1.21663,0.889566,1.79484,1.52955,1.41656,0.715503,1.62802,1.395,1.4042,1.25167,1.15245,1.62353,1.78148,0.591529,1.45919,1.95158,1.80014,1.56152,0.823371,1.97482,1.43789,1.87238,1.98787,0.443892,1.93237,1.34301,1.17235,1.74277,0.676742,1.45715,1.00037,0.926296,1.297,1.67445,1.06182,0.465622,1.95776,1.57473,1.35852,1.61228,1.19359,0.793591,0.305689,1.48266,1.57492,1.77142,1.33168,1.40289,1.77622,1.37329,0.516359,0.694223,0.987332,1.89857,1.99252,1.67978,1.87486,1.53797,1.9573,1.13174,1.21575,1.28062,1.75589,1.353,1.91652,1.61916,1.91461,1.07798,1.91685,0.660803,0.852454,1.59154,0.800533,0.533441,1.50015,1.81369,1.38504,1.75086,1.45937,1.86292,1.40961,0.446833,1.42727,1.21953,1.07072,1.10357,0.97669,1.67802,1.59055,1.3879,1.28484,0.319449,0.69727,1.94806,0.70315,1.60304,1.12501,1.07196,1.74919,1.08739,1.16568,1.64622,0.857508,1.96378,1.58038,1.87122,1.83935,1.86927,1.8025,0.68405,1.09206,1.82498,1.87987,1.98058,0.867101,1.78907,0.683663,1.71723,1.68175,1.11164,0.293466,1.37167,1.81204,1.50716,0.505345,0.924371,1.02018,1.65393,1.85363,1.72038,0.783732,1.33401,1.67889,1.86793,1.15636,1.64067,
+1.45933,1.586,1.75749,1.72474,1.07953,1.83692,1.38252,1.84313,0.752297,1.09355,1.89975,1.16581,1.37748,1.61947,0.976794,1.85088,0.305188,1.88478,1.65656,1.63076,1.89653,1.05323,1.70543,1.6164,0.324567,1.48127,1.40174,1.07346,1.42167,1.19732,0.973355,1.89935,1.22386,1.40443,1.21043,0.602908,1.62307,1.81981,1.49324,1.27813,1.21239,1.58829,1.81136,0.950641,1.9055,0.813709,0.404016,1.9683,1.26688,1.53249,1.9097,1.09642,1.4413,1.2805,1.49959,1.22449,1.17165,1.80463,1.54075,1.31563,1.36795,1.75202,1.86816,1.92888,1.03814,0.124774,1.92179,1.8894,1.02641,1.81342,0.711435,1.10139,1.17651,1.70827,1.13723,1.65314,1.89247,1.6307,1.35863,0.173412,1.98148,1.2042,0.340295,1.19186,1.6146,1.91605,1.25392,1.70553,1.08141,1.28335,1.29873,1.17609,0.843199,0.407233,1.57621,1.57904,1.70782,1.95827,0.961122,1.97577,1.58064,1.72984,1.3003,1.90374,1.24518,1.55515,1.0704,1.98313,1.76905,1.2745,1.82527,1.71854,1.9687,1.71634,0.870198,0.952155,1.36821,1.28752,0.580416,1.62309,1.14947,1.91996,1.90933,0.460247,0.754622,0.18069,0.987821,1.24045,0.88167,1.51668,1.14171,0.546427,1.74019,1.82995,1.63051,0.483649,0.392701,1.7701,1.63932,1.66214,1.66864,1.09949,1.78049,1.68706,1.26178,1.80557,0.663373,0.777405,1.50419,1.21651,0.936373,1.663,1.56279,1.74019,1.11653,1.55133,1.54299,1.19223,1.06902,0.625431,1.54134,1.89666,1.62929,1.51828,1.80631,1.28141,1.84168,1.03804,1.03519,1.60325,0.340101,0.534476,1.40673,
+1.25452,1.06165,1.19876,1.00127,1.37373,0.429742,1.37925,0.739918,1.66489,1.46778,0.705091,1.29428,1.6095,1.50391,1.56792,0.600182,1.98635,1.10662,1.48953,1.50829,0.90973,1.66544,0.952084,0.776881,1.98096,1.41927,1.30335,1.46722,1.66336,1.37281,1.86026,0.424153,1.34813,1.30116,1.26596,1.74869,1.10735,0.500849,1.54944,1.56496,1.56128,0.926277,1.09374,1.72561,0.720371,1.73456,1.82226,0.802201,1.69538,0.966028,0.7612,1.88794,1.59527,1.60048,1.08803,1.82558,1.61962,1.26615,1.60723,1.18511,1.70674,0.994984,0.636761,0.980951,1.44042,1.953,0.147427,0.279059,1.64977,1.12261,1.70144,1.36623,1.8441,1.20145,1.60887,1.26486,0.588434,0.863659,1.11771,1.96096,0.716161,1.73067,1.89103,1.59193,1.40634,0.695918,1.25675,0.679557,1.51045,1.74588,1.79013,1.72216,1.96409,1.94572,1.56373,1.1211,0.953819,0.464901,1.85502,0.470267,1.53768,1.20121,1.7546,0.423614,1.79049,0.933081,1.46073,0.732349,0.612276,1.22762,0.982012,1.319,0.534143,1.29974,1.77042,1.91753,1.43892,1.21254,1.8633,1.10884,1.49359,0.386469,0.234969,1.99102,1.88205,1.92784,1.66581,1.22739,1.54283,1.60122,1.38894,1.94768,0.877872,0.652019,1.37341,1.78609,1.82384,1.14101,0.905587,1.48243,1.22721,1.85159,1.27673,1.39083,1.70951,0.397237,1.72773,1.96355,1.57053,1.83552,1.55832,1.36409,0.952807,1.2497,1.75754,1.1457,0.876522,1.57881,1.84073,1.87973,0.910071,0.194762,0.968235,1.42897,1.25225,1.65467,0.326951,1.63757,1.78328,1.48938,1.83366,1.95767,1.03749,1.94003,
+1.44127,1.02497,0.920589,0.842753,1.56415,0.746769,1.53418,0.890463,1.74562,1.52692,0.780177,1.52092,1.41415,1.35639,1.75379,0.52837,1.99648,0.840882,1.26487,1.26331,0.595573,1.59817,0.851441,0.992957,1.99781,1.24485,1.49242,1.67889,1.56968,1.59894,1.73333,0.656725,1.4181,1.49014,1.51218,1.8175,1.27191,0.602362,1.50446,1.43913,1.47462,1.20609,1.05578,1.83067,0.454611,1.86483,1.93599,0.588907,1.51878,1.25252,0.472127,1.76854,1.55385,1.66258,1.33942,1.65823,1.71947,1.05585,1.38742,1.44909,1.49896,1.10669,0.808253,0.7078,1.57275,1.97791,0.359837,0.598518,1.78098,1.05738,1.76676,1.59509,1.68079,1.22219,1.72918,1.03849,0.745461,0.947098,1.38856,1.99852,0.402747,1.56679,1.97582,1.70179,1.15708,0.742107,1.51,0.834108,1.70248,1.55438,1.62059,1.74431,1.87531,1.9287,1.39956,1.31006,0.848747,0.529741,1.73299,0.138674,1.40581,1.19598,1.66499,0.648188,1.7023,1.05803,1.54369,0.455586,0.912954,1.37873,1.00529,1.03979,0.207453,1.23023,1.71834,1.85772,1.32994,1.47237,1.85065,1.27249,1.67649,0.59677,0.542532,1.95404,1.9255,1.99018,1.79807,1.42959,1.73707,1.36644,1.61818,1.97582,1.07215,0.869922,1.12431,1.91374,1.89798,0.869845,1.16661,1.25308,1.0047,1.79166,1.11965,1.11801,1.53078,0.698033,1.79027,1.86964,1.33574,1.68892,1.75274,1.10092,1.23331,1.19077,1.77927,1.33917,1.17363,1.69704,1.80978,1.84517,1.0856,0.44487,0.955436,1.22652,1.06235,1.48591,0.596034,1.59567,1.6626,1.38406,1.9365,1.91071,1.29563,1.98457,0.35058,
+0.74427,1.64154,1.98288,1.81928,0.758345,1.22012,0.761252,1.27715,1.06758,1.28693,1.42355,0.616671,1.89817,1.71491,0.184939,1.69568,1.11941,1.90589,1.89413,1.94662,1.94096,1.60259,1.743,1.22105,1.08307,1.86565,0.670169,0.111131,1.55798,0.258674,1.70822,1.34042,1.3111,0.673587,0.479371,1.05612,0.983236,1.535,1.43138,1.76425,1.67545,0.77853,1.51561,0.696924,1.85562,0.501093,0.62122,1.78295,1.85534,0.705167,1.88139,1.62811,1.40904,1.02175,0.660575,1.78579,0.822515,1.83817,1.90112,0.468414,1.9032,1.21607,1.29977,1.8881,1.00917,1.09337,1.53895,1.33975,0.594042,1.56537,1.11298,0.40677,1.77922,1.35173,0.713165,1.93423,1.35013,1.46522,0.584796,0.995635,1.85461,1.82453,0.741189,0.791259,1.97689,1.46997,0.374734,1.40255,0.26691,1.87272,1.78436,1.13147,1.52605,1.30574,1.75605,0.882221,1.74885,1.51598,1.69761,1.78034,1.67475,1.41657,1.53406,1.35115,1.52526,1.35306,1.20413,1.82857,1.07931,1.10344,1.42037,1.99906,1.80845,1.54724,1.52498,1.40877,1.7418,0.441976,1.34279,0.985057,0.40688,1.39114,1.38465,1.34807,0.956607,0.874345,0.566737,0.877358,0.333186,1.9481,0.186066,1.01756,1.08513,1.20631,1.97422,0.548484,0.949671,1.96591,0.864752,1.90388,1.92491,1.41749,1.73711,1.99598,1.85751,1.30835,1.10557,1.56392,1.95941,1.71581,0.0651112,1.98929,0.740919,1.53127,1.11756,0.838543,0.836761,0.755747,1.30867,1.41719,1.24016,1.49101,1.6122,1.91188,1.79916,1.84458,1.40194,1.53888,1.71455,1.61021,0.714984,1.4165,0.821073,0.989981,1.51669,1.72051,
+0.916507,1.92072,1.54026,1.79927,1.84848,1.32768,0.82593,0.888722,1.92534,1.9943,0.843584,1.75657,1.66867,0.496502,1.31864,1.71356,1.43629,0.961793,0.902728,1.10782,1.46075,1.91808,1.84243,1.80726,1.40498,1.80755,0.95909,1.38061,0.46204,1.32853,1.63926,1.16309,1.9945,0.95705,1.64758,1.88436,0.784682,1.72332,0.197377,1.86917,1.92478,1.27646,0.419616,0.991414,1.57876,1.2019,1.58065,0.939156,1.66581,1.37327,1.54427,1.04582,0.270081,0.570513,1.18954,1.20122,0.778843,0.719916,1.0488,1.52715,1.39345,0.66679,0.978607,1.00472,1.94302,1.63015,1.514,1.3384,1.01289,0.407706,1.92094,1.65816,1.27451,0.331884,0.877054,1.70677,0.992753,1.8879,1.59592,1.49483,1.19932,1.67907,1.45912,0.794387,1.57027,0.841348,1.50841,1.80741,1.24085,1.48057,1.06865,0.604542,1.2469,1.70043,0.62601,0.881773,1.83928,1.05102,1.66787,1.42295,0.451337,0.296113,0.61244,1.15457,0.682226,1.90572,1.98489,1.10197,1.28021,1.94085,0.553362,1.42997,1.43908,0.214018,1.8825,0.959276,1.91223,1.53865,1.82884,0.781312,1.12714,1.16098,1.3235,1.5314,1.04307,1.51717,1.05109,1.86267,1.64776,1.29194,1.43458,1.21631,0.916314,1.04464,1.59322,1.58662,1.793,1.58881,1.15753,0.928023,1.72,0.777179,0.509638,1.35428,1.63974,1.59962,1.90711,1.45101,1.46846,1.03526,1.43777,1.51958,1.3012,0.249644,0.669734,0.906817,1.59299,0.823202,0.747967,1.80104,1.8749,1.54697,1.90342,1.7381,0.638866,1.73045,1.60612,1.94858,1.76231,0.303943,1.64805,1.6519,1.74187,1.60369,1.41776,1.38124,1.43901,
+1.81897,0.826282,1.32537,1.0598,0.87842,1.69782,1.82787,1.91444,0.403181,0.316534,1.93338,1.08022,0.990022,1.87502,1.47542,1.28518,1.13773,1.79101,1.72207,1.5963,1.484,0.348951,1.01066,1.14901,1.17873,0.856116,1.78735,1.45854,1.84226,1.53347,0.89388,1.80443,0.463079,1.78888,1.24442,0.458866,1.90324,1.29713,1.92457,0.620113,0.451769,1.67736,1.99623,1.63885,1.40983,1.5004,1.0693,1.86352,0.947238,1.5971,1.43645,1.50848,1.9038,1.85057,1.70564,1.41518,1.77635,1.8628,1.60258,1.40657,1.28838,1.96018,1.88522,1.79533,0.589753,0.885061,1.54927,1.69672,1.65562,1.99115,0.361715,1.19426,1.34506,1.99558,1.73846,1.09516,1.8821,0.979458,1.35087,1.08632,1.72698,0.904666,1.18079,1.77928,1.21678,1.93385,1.40515,1.1607,1.5571,1.17567,1.52683,1.79846,1.32427,0.741087,1.81878,1.86226,1.01502,1.8584,0.847611,1.59529,1.87787,1.99883,1.77088,1.80925,1.73426,0.930989,0.390213,1.78597,1.71687,0.738387,1.98912,1.39861,1.57301,1.98255,0.366224,1.55899,0.606126,1.38684,0.477277,1.9042,1.64055,1.80689,1.70835,0.997963,1.53927,1.08276,1.62779,0.919906,1.13196,1.42503,1.4358,1.38102,1.8871,1.85263,1.20196,1.08409,0.665473,1.28996,1.75863,1.71101,1.09142,1.67751,1.92895,1.44464,0.980394,1.46017,0.387142,1.10928,1.26648,1.53326,1.37097,1.29101,1.65491,1.99045,1.76482,1.84656,1.40903,1.77175,1.69818,0.540149,1.00244,1.51865,0.903249,0.973145,1.8954,0.860307,1.45551,0.2286,0.708571,1.92152,0.958162,0.819783,1.18794,0.94425,1.63605,1.64293,1.38608,1.96885,
+1.8249,0.872586,0.221294,0.519061,1.71061,1.35934,1.85869,1.42824,1.64086,1.4045,1.30126,1.75625,0.814713,1.26975,1.98044,0.691311,1.82376,0.716282,0.961766,0.830736,0.149226,1.20668,0.664421,1.30552,1.84534,0.687911,1.85748,1.94955,1.49803,1.91978,1.25944,1.28735,1.34111,1.85606,1.80586,1.68669,1.70042,0.940311,1.57394,0.950555,1.0604,1.69688,1.34486,1.96443,0.354513,1.99625,1.94296,0.842653,0.951762,1.71792,0.289957,1.47052,1.60528,1.83108,1.78428,1.24299,1.90789,0.972591,0.987938,1.80933,0.961076,1.54773,1.38079,0.68016,1.59311,1.79308,0.960783,1.24024,1.96865,1.30378,1.62884,1.84493,1.24679,1.52234,1.93455,0.41005,1.32822,1.06157,1.75236,1.86687,0.574393,1.01917,1.94796,1.9099,0.492964,1.25406,1.84804,1.11355,1.96613,1.0116,1.24984,1.81185,1.5676,1.6483,1.23492,1.74212,0.653513,1.13216,1.26195,0.590272,1.33239,1.47157,1.5452,1.27898,1.56163,1.19707,1.46693,0.681773,1.49016,1.47155,1.39451,0.404007,0.523922,1.38709,1.3494,1.6778,0.898103,1.81965,1.55984,1.70015,1.95387,1.23568,1.19643,1.66961,1.91444,1.90366,1.97656,1.61617,1.90777,0.838014,1.91649,1.89049,1.58233,1.4462,0.453627,1.94916,1.78616,0.173586,1.67289,0.93618,0.396813,1.66329,1.14869,0.53236,0.96565,1.22103,1.64607,1.49957,0.731764,1.3574,1.96832,0.434727,1.71303,1.38508,1.8269,1.76393,1.6096,1.91619,1.7375,1.51517,1.30193,1.0177,0.888859,0.615281,1.03835,0.921901,1.11726,1.25492,1.17789,1.38901,1.9076,1.58195,1.62075,1.8442,1.01437,0.719966,1.95754,1.5256,1.39515,
+0.818487,1.34043,1.60774,1.3997,1.14167,0.15587,0.982284,0.555575,1.56873,1.48689,0.684025,0.979622,1.87556,1.58924,1.14677,1.0458,1.84029,1.42786,1.70662,1.76851,1.38016,1.79941,1.32032,0.777874,1.81985,1.72767,0.858941,1.02193,1.64465,0.899826,1.98249,0.36694,1.39138,0.857045,0.87346,1.64011,0.739483,0.845368,1.46286,1.79237,1.75012,0.379187,1.08976,1.39277,1.22124,1.37849,1.54817,1.11921,1.92077,0.43217,1.25916,1.9165,1.49735,1.33299,0.56786,1.94916,1.29213,1.48162,1.8162,0.725098,1.92737,0.766157,0.481535,1.33123,1.32812,1.81984,0.650418,0.311336,1.27985,1.15266,1.62038,0.987229,1.96783,1.07225,1.25191,1.64334,0.503902,1.06396,0.691382,1.78164,1.16062,1.93501,1.63474,1.25046,1.75509,0.727209,0.797416,0.857127,1.071,1.95155,1.90781,1.5106,1.95615,1.89576,1.67057,0.702303,1.32511,0.639609,1.97609,1.00409,1.5938,1.11542,1.72388,0.383933,1.75658,1.04064,1.44034,1.13455,0.0792212,1.16201,0.916047,1.68977,1.06211,1.29462,1.84906,1.84137,1.68622,0.759988,1.84881,0.742382,1.05691,0.426036,0.371034,1.93596,1.64486,1.71496,1.29607,1.03297,1.18828,1.85831,0.933263,1.74718,0.522172,0.373588,1.73205,1.49436,1.66625,1.56333,0.385587,1.70862,1.61268,1.77057,1.41045,1.73202,1.93047,0.47386,1.6409,1.98993,1.85776,1.91071,1.14622,1.72609,0.408237,1.23865,1.54553,0.713608,0.480213,1.22537,1.7119,1.89034,0.932351,0.609763,1.24983,1.75313,1.43925,1.8897,0.564648,1.74916,1.93363,1.50862,1.5911,1.94423,0.750762,1.77114,0.573922,0.88806,1.09291,1.33726,1.67977,1.46629,
+0.92127,1.91478,1.92015,1.98136,1.33853,1.62268,0.778458,1.44618,1.32449,1.5968,1.52724,1.2848,1.72958,1.29468,0.632894,1.9745,0.659327,1.73203,1.53234,1.61818,1.95842,1.62123,1.96991,1.74357,0.599194,1.85954,0.863509,0.797767,1.0247,0.874634,1.42104,1.62798,1.6687,0.866101,1.19969,1.22715,1.10001,1.91159,0.975698,1.75351,1.72708,1.27939,1.36528,0.231675,1.99196,0.298559,0.668209,1.74263,1.65011,1.27917,1.9865,1.0516,0.918502,0.598529,1.11803,1.31344,0.464255,1.56443,1.50866,1.17595,1.56613,1.26146,1.51076,1.77387,1.45353,0.855309,1.87145,1.70222,0.371812,1.38486,1.31798,1.12308,1.32266,1.18334,0.448908,1.92545,1.55296,1.86905,1.28126,0.635825,1.87468,1.6129,0.490457,0.496318,1.84359,1.55618,1.099,1.84884,0.663559,1.55271,1.29093,0.536382,0.966766,1.07954,1.31193,1.07005,1.97137,1.68337,1.43143,1.94137,1.23029,1.22573,0.944936,1.63095,0.917247,1.80384,1.55484,1.82883,1.50608,1.60067,1.37148,1.84664,1.95302,1.25776,1.48664,0.742963,1.82093,1.15972,1.26647,1.09912,0.641957,1.65891,1.72324,0.946629,0.195722,0.605923,0.348866,1.46836,0.956377,1.62636,0.91951,0.368915,1.30451,1.47755,1.86459,0.691034,1.03567,1.9466,1.27357,1.55024,1.93882,0.758341,1.44773,1.78848,1.63181,1.76935,1.2852,1.11628,1.71439,1.17972,0.735531,1.85195,1.26489,1.27771,0.482377,1.04178,1.46256,0.506422,0.628392,1.2854,1.74538,1.8564,1.92055,1.85583,1.52713,1.69468,1.82391,1.61505,1.54144,1.1911,0.770733,1.12046,1.46914,0.768208,1.83057,1.90929,0.78369,1.08417,1.53881,1.96017,1.54189,
+1.51133,0.680583,1.03776,0.664424,1.24454,0.745045,1.62293,1.11271,1.46267,1.18794,1.08044,1.23231,1.40941,1.66875,1.67078,0.227427,1.9518,1.22426,1.5591,1.51332,0.808187,1.39531,0.577552,0.580614,1.9588,1.14163,1.54231,1.56772,1.822,1.50574,1.70154,0.816925,1.05013,1.54095,1.27331,1.5678,1.41571,0.126595,1.76567,1.28578,1.26655,1.15402,1.39965,1.86655,0.533914,1.83417,1.79124,1.032,1.50505,1.14611,0.605936,1.91061,1.80036,1.81444,1.31505,1.79741,1.81369,1.42503,1.62443,1.26365,1.61255,1.33721,1.01877,1.1147,1.22934,1.86228,0.276755,0.636496,1.80527,1.41339,1.49701,1.36055,1.79533,1.50724,1.79416,1.01827,0.977367,0.502481,1.16501,1.92116,0.832777,1.53993,1.88589,1.79114,1.2344,1.06683,1.33631,0.377793,1.64536,1.62439,1.79879,1.89775,1.94326,1.81053,1.69414,1.41247,0.581477,0.851359,1.68702,0.49336,1.70653,1.50144,1.88249,0.818877,1.90398,0.618137,1.19881,0.903294,0.904957,0.990976,1.31996,1.21031,0.517463,1.56008,1.53457,1.97839,1.12456,1.2825,1.67557,1.41729,1.6596,0.78885,0.618872,1.90639,1.97032,1.89281,1.81104,1.07815,1.52592,1.54031,1.48206,1.98355,1.2173,1.01813,1.18976,1.75997,1.69077,0.952401,1.17952,1.54552,0.970037,1.95291,1.48587,1.31225,1.52987,0.432561,1.53107,1.88193,1.44526,1.85571,1.62493,1.21417,1.16585,1.52354,1.91903,1.42751,0.939432,1.77788,1.95916,1.69477,0.657381,0.268806,0.578386,1.18292,1.43638,1.43658,0.311993,1.35929,1.5745,1.69013,1.77263,1.82754,0.982387,1.86756,0.421524,0.481799,1.58933,1.6682,1.36977,0.864106,0.84604,1.92909,
+0.992194,1.1601,1.59009,1.28555,0.933833,0.352525,1.14787,0.825887,1.39173,1.2781,0.934109,0.79021,1.81939,1.74379,1.15817,0.938022,1.81915,1.54809,1.81057,1.83782,1.38842,1.65815,1.17837,0.514046,1.80526,1.6278,1.01217,1.01453,1.79106,0.917777,1.92803,0.598567,1.16934,1.01123,0.729981,1.48447,0.970407,0.695478,1.64138,1.67193,1.60608,0.499415,1.31718,1.47637,1.18838,1.41507,1.4806,1.27569,1.8641,0.463666,1.24003,1.97723,1.66792,1.49187,0.691936,1.98779,1.42452,1.62973,1.89064,0.640101,1.93439,1.02288,0.749374,1.45276,1.11084,1.75096,0.626068,0.443968,1.36706,1.37125,1.45105,0.852762,1.99258,1.30432,1.37035,1.57532,0.761284,0.845656,0.553467,1.74497,1.2531,1.87406,1.60342,1.38469,1.72749,0.968235,0.728416,0.637308,1.11141,1.93868,1.97002,1.64759,1.97934,1.81421,1.80631,0.915053,1.18528,0.844264,1.91431,1.03186,1.75002,1.34373,1.84927,0.614229,1.87196,0.798539,1.22657,1.25391,0.362091,0.916357,1.16153,1.69915,1.08252,1.50044,1.71942,1.91348,1.54486,0.670412,1.73051,0.973392,1.13378,0.640264,0.502107,1.89741,1.70605,1.67064,1.37339,0.795666,1.07776,1.88944,0.904383,1.77255,0.786051,0.652644,1.69851,1.42281,1.54146,1.53161,0.58391,1.80912,1.53956,1.87152,1.58642,1.75711,1.88043,0.318032,1.47826,1.97369,1.85238,1.9758,1.11625,1.71227,0.501741,1.45148,1.67153,0.915282,0.282169,1.35713,1.8183,1.78368,0.672854,0.555513,1.06426,1.67682,1.6006,1.81546,0.442195,1.59235,1.84738,1.68212,1.50532,1.87853,0.512494,1.70662,0.615148,0.936448,1.06231,1.53721,1.50543,1.45395,0.289189,1.59873,0.737167,
+1.56021,0.896623,1.57838,1.21144,0.37503,1.42557,1.60598,1.71813,0.319493,0.300811,1.78573,0.598504,1.40113,1.9882,1.18212,1.25136,1.26159,1.91295,1.92851,1.85347,1.62689,0.852879,1.10235,0.827768,1.27972,1.22182,1.52203,1.11587,1.93817,1.18284,1.3209,1.58971,0.350411,1.52384,0.791829,0.474698,1.67764,1.1489,1.93911,1.06192,0.90083,1.32924,1.94063,1.50019,1.48223,1.31906,0.922667,1.87578,1.37786,1.22108,1.52718,1.74651,1.92363,1.75478,1.37116,1.72336,1.63496,1.97682,1.86255,0.98348,1.64798,1.78518,1.68217,1.88705,0.0623736,1.01992,1.39049,1.46207,1.47017,1.95909,0.395439,0.750722,1.67245,1.90326,1.56789,1.38786,1.69178,0.832212,0.911284,1.15353,1.77057,1.34496,1.11543,1.6223,1.54515,1.80247,0.990593,0.942176,1.26249,1.56259,1.79959,1.77059,1.58063,1.02294,1.96972,1.6095,1.11088,1.71999,1.28283,1.58259,1.98289,1.92818,1.89084,1.59904,1.86573,0.704996,0.193791,1.81488,1.41518,0.326021,1.88072,1.67461,1.5826,1.97817,0.85952,1.7096,0.978233,0.961461,0.830641,1.67947,1.36911,1.60946,1.49159,1.25575,1.52521,1.0853,1.4411,0.427842,0.749144,1.74308,1.05997,1.42236,1.64697,1.6161,1.5232,0.895137,0.65551,1.52656,1.444,1.92194,1.36839,1.79437,1.99645,1.72717,1.40631,1.19046,0.441412,1.43419,1.62007,1.78802,1.04535,1.59688,1.29809,1.96984,1.7451,1.58678,0.999399,1.60251,1.77075,0.930062,0.691812,1.33497,0.90912,1.3361,1.98671,1.29954,1.2273,0.734848,1.17745,1.98615,0.842151,1.14769,0.734402,1.01339,1.46857,1.58831,1.04419,1.95238,0.530526,1.58032,1.37222,1.45796,1.24874,1.1585,
+1.66024,1.56584,1.53636,1.62379,1.37355,1.967,1.57026,1.92742,0.958819,1.19934,1.93864,1.47607,1.07435,1.43814,1.31165,1.83305,0.337858,1.70342,1.39616,1.33882,1.73839,0.916493,1.64713,1.76912,0.399021,1.2743,1.61931,1.40937,1.26814,1.50925,0.598872,1.98617,1.32904,1.62123,1.52957,0.820359,1.76728,1.86838,1.42431,1.08075,1.07302,1.81293,1.78058,1.16054,1.80747,1.10894,0.828041,1.87343,0.941399,1.77855,1.79588,0.78639,1.37225,1.36634,1.7385,0.859683,1.32914,1.62238,1.23564,1.61816,1.00932,1.83388,1.95317,1.77358,1.26411,0.343083,1.96546,1.9875,1.26387,1.76085,0.89222,1.44079,0.796295,1.72303,1.33239,1.44696,1.96452,1.69895,1.64846,0.436881,1.87142,0.874153,0.710567,1.36081,1.34499,1.94009,1.56945,1.80038,1.39132,0.915402,0.964869,1.2026,0.498205,0.254889,1.35926,1.75184,1.64654,1.98337,0.599498,1.91778,1.40867,1.72156,1.12707,1.98694,1.06157,1.66356,1.21613,1.87974,1.93071,1.46535,1.84036,1.45935,1.89704,1.64546,0.726884,0.764341,1.22885,1.59606,0.519516,1.76662,1.4278,1.99196,1.99347,0.0387451,0.862032,0.562445,1.23681,1.4962,1.25723,1.18808,1.47383,0.635227,1.87373,1.94427,1.37258,0.902801,0.702928,1.56983,1.83811,1.39921,1.47592,0.946703,1.63797,1.40874,0.925803,1.92601,0.848376,0.351856,1.18277,0.893449,1.29629,1.39836,1.79641,1.683,1.14402,1.73456,1.78105,1.37327,0.98121,0.468227,1.68868,1.95797,1.6305,1.2806,1.64281,0.9875,1.93398,0.957447,0.736627,1.47137,0.768119,0.191661,1.66204,0.445665,1.98739,1.95251,1.34384,1.55582,0.964628,1.66669,1.93346,0.964335,1.89568,1.88917,1.22687,
+1.47116,0.900839,1.61232,1.22024,0.245934,1.29061,1.53581,1.61524,0.489582,0.4329,1.69437,0.454411,1.50199,1.99863,1.12875,1.19252,1.36068,1.90464,1.9608,1.90031,1.61999,0.999809,1.09673,0.684183,1.37173,1.30475,1.43593,1.03782,1.9577,1.08797,1.45391,1.47226,0.411091,1.4376,0.655235,0.63294,1.58541,1.05366,1.9312,1.17782,1.02527,1.1928,1.8877,1.48928,1.45281,1.30936,0.972809,1.82857,1.49108,1.07828,1.50321,1.82428,1.92087,1.73066,1.25039,1.81056,1.60599,1.97343,1.91664,0.845693,1.73799,1.69877,1.5739,1.86631,0.127383,1.14176,1.28482,1.33554,1.44061,1.91317,0.568523,0.637235,1.76747,1.84751,1.53333,1.43948,1.58548,0.75986,0.758403,1.24808,1.72973,1.4648,1.17405,1.58729,1.60918,1.71504,0.864984,0.831876,1.19744,1.66475,1.87319,1.773,1.67899,1.16862,1.99336,1.5117,1.10615,1.62466,1.4188,1.52237,1.99388,1.87738,1.92491,1.48288,1.90644,0.613456,0.330803,1.77029,1.27707,0.203812,1.80989,1.7183,1.52984,1.94831,1.02057,1.77397,1.07417,0.826439,0.994721,1.58754,1.30413,1.49617,1.36989,1.3814,1.56045,1.16843,1.41449,0.24509,0.69513,1.81287,0.963268,1.48528,1.53838,1.4991,1.58414,0.931262,0.782477,1.55485,1.31641,1.95495,1.41478,1.84064,1.98218,1.77536,1.51885,1.05308,0.610353,1.55472,1.69886,1.8624,0.989314,1.6519,1.1607,1.93332,1.75386,1.48904,0.834335,1.56394,1.80733,1.09046,0.562895,1.22215,0.888605,1.41527,1.97698,1.41365,1.10212,0.88537,1.31616,1.98442,0.913555,1.29014,0.558634,1.12111,1.35982,1.51432,0.977006,1.92754,0.697272,1.58909,1.2305,1.47586,1.15914,1.00268,0.186722,1.35536,
+0.739957,1.8527,1.56892,1.74765,1.76094,1.05966,0.710923,0.577658,1.93416,1.96942,0.549427,1.64003,1.78063,0.744679,1.2673,1.58111,1.60201,0.986533,1.085,1.27164,1.42018,1.98153,1.77006,1.6389,1.56946,1.85174,0.804739,1.29034,0.779298,1.20574,1.80353,0.881493,1.94469,0.801718,1.51379,1.91823,0.533926,1.55573,0.518862,1.93076,1.96968,1.03873,0.233031,1.05767,1.48735,1.23809,1.62914,0.825162,1.7966,1.15355,1.46397,1.31551,0.581264,0.666342,0.976385,1.43836,0.822528,0.817876,1.25215,1.36512,1.57296,0.350973,0.675947,0.979964,1.88864,1.75546,1.30572,1.07772,1.02896,0.296515,1.94385,1.54888,1.50318,0.0217315,0.891832,1.73181,0.695987,1.76398,1.42713,1.63068,1.09871,1.81427,1.55175,0.814949,1.64872,0.560435,1.36134,1.64681,1.16878,1.65474,1.31957,0.803272,1.4881,1.83593,0.878719,0.64869,1.76809,0.791667,1.82515,1.27767,0.725445,0.0741239,0.921399,0.873138,0.985535,1.78008,1.95088,0.993648,1.00873,1.84617,0.251249,1.50183,1.30829,0.318024,1.96884,1.22583,1.93674,1.38361,1.92786,0.530692,1.05255,0.884974,1.06521,1.71005,1.2088,1.62748,1.07048,1.74902,1.58783,1.45939,1.31979,1.38961,0.620258,0.745353,1.66035,1.61805,1.8476,1.59788,0.901436,1.10456,1.73413,1.06148,0.614883,1.4543,1.77828,1.38002,1.93762,1.65976,1.60278,1.30044,1.38001,1.59357,1.07096,0.262868,0.871025,0.685537,1.38862,0.828938,1.01377,1.91586,1.73237,1.33587,1.81529,1.79703,0.729439,1.8405,1.39488,1.99494,1.88813,0.585349,1.70084,1.80979,1.57936,1.71824,1.19148,1.2079,1.36623,0.33388,1.9969,1.50815,1.07214,1.19966,1.49814,1.30458,1.90742,1.72909,1.85174,
+0.758711,1.95409,1.66135,1.87001,1.76539,1.30163,0.647803,0.869969,1.87091,1.96967,0.871226,1.65969,1.75567,0.672923,1.15955,1.76756,1.37182,1.12979,1.06894,1.26035,1.58179,1.93814,1.89727,1.78069,1.33364,1.88248,0.794715,1.22893,0.556764,1.17742,1.68408,1.16235,1.97444,0.792919,1.5362,1.82669,0.664894,1.74816,0.262111,1.92016,1.95824,1.1732,0.522492,0.824649,1.67231,1.04325,1.46615,1.074,1.74252,1.26751,1.64576,1.09981,0.295412,0.386278,1.06109,1.29023,0.593758,0.904789,1.19294,1.40853,1.49985,0.615488,0.967632,1.16215,1.8855,1.56812,1.54719,1.33602,0.836861,0.540988,1.87116,1.54185,1.3557,0.332594,0.692964,1.80358,0.995635,1.89543,1.49087,1.4145,1.32521,1.74804,1.34664,0.606726,1.68481,0.884417,1.38177,1.80782,1.0763,1.57209,1.17002,0.478461,1.26318,1.67077,0.788393,0.750848,1.89531,1.09785,1.70956,1.5119,0.61797,0.352288,0.670521,1.15643,0.728894,1.89592,1.94989,1.23116,1.22667,1.89622,0.591314,1.56358,1.53309,0.394512,1.88915,0.950955,1.95914,1.41876,1.80643,0.661465,0.955186,1.17228,1.3306,1.50732,0.927202,1.42277,0.878038,1.79261,1.52452,1.42152,1.2916,1.12498,0.843955,1.01059,1.70576,1.46748,1.72005,1.7026,1.05811,1.09362,1.8144,0.775483,0.701023,1.49374,1.7182,1.58877,1.85588,1.4704,1.58484,1.11773,1.28959,1.64188,1.19463,0.405294,0.550128,0.769494,1.51409,0.635508,0.706534,1.7898,1.84992,1.56979,1.93322,1.82621,0.826084,1.80202,1.61119,1.95818,1.80497,0.482057,1.54546,1.64015,1.66494,1.5273,1.44995,1.45962,1.29144,0.202564,1.95555,1.64396,1.28787,0.943048,1.70487,1.48717,1.89843,1.53113,1.86736,0.346619,
+1.94424,1.23673,0.739585,1.07712,1.73495,1.88952,1.89713,1.85623,1.38867,1.33303,1.77314,1.83828,0.260061,1.18445,1.87617,1.40961,1.22478,1.11994,0.856289,0.657082,1.05014,0.821411,1.19228,1.72947,1.266,0.638782,1.94458,1.9189,1.25131,1.95521,0.425345,1.84172,1.3855,1.94463,1.90687,1.34758,1.91576,1.58156,1.46727,0.653324,0.81011,1.99533,1.61627,1.72717,1.22102,1.75215,1.59243,1.41599,0.210867,1.99413,1.18074,0.840303,1.45484,1.69726,1.99662,0.539565,1.76248,1.15956,0.657849,1.96112,0.215936,1.84269,1.85494,1.20391,1.5589,1.22364,1.66568,1.83221,1.80034,1.56262,1.33137,1.87882,0.481549,1.70162,1.79969,0.707192,1.83082,1.50461,1.94474,1.3236,1.3152,0.251973,1.52412,1.7882,0.478871,1.74186,1.95582,1.62934,1.90663,0.115939,0.661252,1.55755,0.84604,1.00675,1.0664,1.94487,1.18496,1.72725,0.451019,1.41778,1.21321,1.65608,1.18826,1.83606,1.15801,1.56657,1.40681,1.36006,1.9419,1.60948,1.72235,0.619892,1.36869,1.50522,0.840369,1.12472,0.826425,1.95468,1.00596,1.91473,1.90819,1.81353,1.80867,0.964319,1.49991,1.4187,1.79458,1.74665,1.812,0.399395,1.93923,1.38194,1.92433,1.89901,0.525789,1.63811,1.3857,0.807488,1.98558,0.838355,0.759607,1.20791,1.30538,0.571847,0.167455,1.79286,1.32123,0.701951,0.265705,0.753229,1.86863,0.537847,1.99709,1.54286,1.53715,1.95092,1.93684,1.80563,1.32432,0.903919,1.66213,1.69433,1.31898,0.540483,1.23061,0.333829,1.73672,0.937683,0.484423,1.33011,1.53396,0.86962,1.86649,1.31742,1.70568,1.50937,1.88945,1.54011,1.12183,0.940647,1.93361,1.61495,1.56075,1.9083,1.52007,0.965315,1.62246,1.69544,1.63207,
+0.831778,1.61023,1.97523,1.80045,0.698609,1.26883,0.844237,1.34536,0.987273,1.2221,1.48604,0.577938,1.8667,1.7478,0.247821,1.69454,1.07625,1.93255,1.90999,1.95201,1.94693,1.54393,1.72229,1.21196,1.04298,1.83164,0.758745,0.205524,1.58916,0.348288,1.66513,1.39523,1.25411,0.762122,0.46859,0.973917,1.06517,1.53728,1.47846,1.718,1.62305,0.84651,1.57536,0.734984,1.85969,0.51983,0.549163,1.82259,1.81997,0.764682,1.8865,1.62262,1.45366,1.07923,0.7415,1.77392,0.881456,1.87038,1.90583,0.500555,1.88542,1.29034,1.36426,1.91706,0.941236,1.02972,1.56265,1.38374,0.64747,1.6218,1.03305,0.373749,1.76225,1.41827,0.774754,1.91356,1.4119,1.44336,0.601631,0.944374,1.88157,1.78627,0.692207,0.854361,1.96025,1.53021,0.410226,1.39467,0.350966,1.84776,1.78122,1.17183,1.50445,1.24283,1.78161,0.966606,1.72835,1.56802,1.6524,1.80061,1.70847,1.47991,1.55671,1.40596,1.54367,1.32667,1.13776,1.86085,1.13631,1.05461,1.4859,1.99393,1.82606,1.60066,1.46181,1.40894,1.69722,0.469666,1.27316,1.06694,0.49036,1.44398,1.42814,1.30007,0.961904,0.818369,0.61552,0.833829,0.249339,1.94043,0.251988,0.999528,1.16089,1.27229,1.95731,0.472274,0.866874,1.95712,0.938874,1.91881,1.9046,1.43103,1.7782,1.99264,1.82337,1.32915,1.02498,1.52781,1.94279,1.71278,0.0831521,1.97731,0.807809,1.58713,1.15294,0.92401,0.86048,0.821111,1.32717,1.35208,1.21793,1.51322,1.58556,1.88292,1.83557,1.80621,1.42035,1.47711,1.66574,1.65126,0.636555,1.36099,0.811584,0.926149,1.54881,1.74656,0.0953899,1.49361,1.3174,1.95654,1.14481,0.794837,1.59666,1.0939,0.974438,1.29368,0.916282,1.43229,1.35128,1.86249,
+1.60336,0.50124,0.998475,0.538865,1.17834,0.891824,1.70647,1.26215,1.34957,1.04454,1.2346,1.2002,1.31818,1.73307,1.69275,0.175016,1.90632,1.29805,1.59275,1.5219,0.824101,1.25564,0.421374,0.541585,1.91861,1.01947,1.62608,1.59255,1.87445,1.54697,1.61307,0.980769,0.902098,1.6251,1.27128,1.46199,1.53149,0.145018,1.84151,1.15056,1.11981,1.24938,1.52361,1.89993,0.545014,1.8498,1.74925,1.15508,1.41273,1.22404,0.621774,1.90102,1.87016,1.88237,1.40255,1.77195,1.87181,1.50147,1.63137,1.29361,1.56655,1.46979,1.17375,1.20168,1.12109,1.79231,0.461678,0.799606,1.84625,1.53269,1.38184,1.34774,1.75991,1.62437,1.84856,0.927946,1.13631,0.34715,1.18743,1.87301,0.935911,1.44473,1.85347,1.85186,1.17282,1.22131,1.36275,0.306928,1.68208,1.56305,1.7906,1.94841,1.9102,1.72258,1.74399,1.52139,0.427592,1.01775,1.59404,0.609362,1.77004,1.61792,1.91919,0.983455,1.93351,0.489137,1.06455,1.01777,1.03581,0.882016,1.45533,1.18521,0.614685,1.66251,1.40709,1.98002,0.974676,1.30772,1.56571,1.53307,1.70914,0.956657,0.788074,1.84099,1.97924,1.84691,1.84736,1.01192,1.49998,1.51602,1.50733,1.96896,1.35066,1.16712,1.12481,1.72111,1.60429,0.904884,1.29045,1.57729,0.876759,1.97361,1.57631,1.29491,1.44217,0.541385,1.41872,1.82241,1.39431,1.84894,1.63268,1.1666,1.25516,1.63198,1.96292,1.53216,0.985291,1.83872,1.98558,1.58686,0.569117,0.443496,0.39497,1.07947,1.5211,1.33202,0.441629,1.21473,1.46482,1.76587,1.71738,1.74321,0.971388,1.80538,0.603754,0.630084,1.60114,1.76097,1.22865,0.847796,0.974209,1.94259,0.188963,0.825768,1.1349,1.82709,1.06016,1.61611,1.79577,1.49092,1.59718 \ No newline at end of file
diff --git a/examples/test.lower_distance_matrix b/examples/test.lower_distance_matrix
new file mode 100644
index 0000000..e1aac02
--- /dev/null
+++ b/examples/test.lower_distance_matrix
@@ -0,0 +1,4 @@
+1,
+2,3,
+4,5,6,
+7,8,9,10
diff --git a/examples/test.upper_distance_matrix b/examples/test.upper_distance_matrix
new file mode 100644
index 0000000..274f252
--- /dev/null
+++ b/examples/test.upper_distance_matrix
@@ -0,0 +1,5 @@
+1,
+3,4
+4,3,1,
+3,4,3,1
+1,3,4,3,1
diff --git a/examples/test2.lower_distance_matrix b/examples/test2.lower_distance_matrix
new file mode 100644
index 0000000..4bb81a4
--- /dev/null
+++ b/examples/test2.lower_distance_matrix
@@ -0,0 +1,5 @@
+1,
+3,1,
+4,3,1,
+3,4,3,1,
+1,3,4,3,1
diff --git a/examples/test2.upper_distance_matrix b/examples/test2.upper_distance_matrix
new file mode 100644
index 0000000..9d4e39e
--- /dev/null
+++ b/examples/test2.upper_distance_matrix
@@ -0,0 +1,5 @@
+1,3,4,3,1,
+ 1,3,4,3,
+ 1,3,4,
+ 1,3,
+ 1